From a3679703b93e37fb9ad7ced7a60c47acd6479324 Mon Sep 17 00:00:00 2001 From: Alexey Stepanov Date: Sat, 12 Oct 2024 20:10:40 +0000 Subject: add project --- colors/base16-rose-pine-dawn.yml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 colors/base16-rose-pine-dawn.yml (limited to 'colors/base16-rose-pine-dawn.yml') diff --git a/colors/base16-rose-pine-dawn.yml b/colors/base16-rose-pine-dawn.yml new file mode 100644 index 0000000..1d68889 --- /dev/null +++ b/colors/base16-rose-pine-dawn.yml @@ -0,0 +1,35 @@ +# +# +# name: Rosé Pine Dawn +# author: Emilia Dunfelt +# slug: rose-pine-dawn +# slug-underscored: rose_pine_dawn +# system: base16 +# variant: light +# is-light-variant: true +# +# + +gui: + theme: + activeBorderColor: + - '#907aa9' + - bold + inactiveBorderColor: + - '#9893a5' + searchingActiveBorderColor: + - '#ea9d34' + optionsTextColor: + - '#907aa9' + selectedLineBgColor: + - '#f2e9de' + cherryPickedCommitBgColor: + - '#9893a5' + cherryPickedCommitFgColor: + - '#907aa9' + markedBaseCommitFgColor: + - '#907aa9' + unstagedChangesColor: + - '#b4637a' + defaultFgColor: + - '#575279' -- cgit