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-darcula.yml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 colors/base16-darcula.yml (limited to 'colors/base16-darcula.yml') diff --git a/colors/base16-darcula.yml b/colors/base16-darcula.yml new file mode 100644 index 0000000..19ab759 --- /dev/null +++ b/colors/base16-darcula.yml @@ -0,0 +1,35 @@ +# +# +# name: Darcula +# author: jetbrains +# slug: darcula +# slug-underscored: darcula +# system: base16 +# variant: dark +# is-dark-variant: true +# +# + +gui: + theme: + activeBorderColor: + - '#9876aa' + - bold + inactiveBorderColor: + - '#606366' + searchingActiveBorderColor: + - '#689757' + optionsTextColor: + - '#9876aa' + selectedLineBgColor: + - '#323232' + cherryPickedCommitBgColor: + - '#606366' + cherryPickedCommitFgColor: + - '#9876aa' + markedBaseCommitFgColor: + - '#9876aa' + unstagedChangesColor: + - '#4eade5' + defaultFgColor: + - '#a9b7c6' -- cgit