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-fruit-soda.yml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 colors/base16-fruit-soda.yml (limited to 'colors/base16-fruit-soda.yml') diff --git a/colors/base16-fruit-soda.yml b/colors/base16-fruit-soda.yml new file mode 100644 index 0000000..82b4970 --- /dev/null +++ b/colors/base16-fruit-soda.yml @@ -0,0 +1,35 @@ +# +# +# name: Fruit Soda +# author: jozip +# slug: fruit-soda +# slug-underscored: fruit_soda +# system: base16 +# variant: light +# is-light-variant: true +# +# + +gui: + theme: + activeBorderColor: + - '#2931df' + - bold + inactiveBorderColor: + - '#b5b4b6' + searchingActiveBorderColor: + - '#fe6d08' + optionsTextColor: + - '#2931df' + selectedLineBgColor: + - '#d8d5d5' + cherryPickedCommitBgColor: + - '#b5b4b6' + cherryPickedCommitFgColor: + - '#2931df' + markedBaseCommitFgColor: + - '#2931df' + unstagedChangesColor: + - '#fe3e31' + defaultFgColor: + - '#515151' -- cgit