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-precious-light-warm.yml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 colors/base16-precious-light-warm.yml (limited to 'colors/base16-precious-light-warm.yml') diff --git a/colors/base16-precious-light-warm.yml b/colors/base16-precious-light-warm.yml new file mode 100644 index 0000000..f7a109d --- /dev/null +++ b/colors/base16-precious-light-warm.yml @@ -0,0 +1,35 @@ +# +# +# name: Precious Light Warm +# author: 4lex4 <4lex49@zoho.com> +# slug: precious-light-warm +# slug-underscored: precious_light_warm +# system: base16 +# variant: light +# is-light-variant: true +# +# + +gui: + theme: + activeBorderColor: + - '#246da5' + - bold + inactiveBorderColor: + - '#7f8080' + searchingActiveBorderColor: + - '#a25600' + optionsTextColor: + - '#246da5' + selectedLineBgColor: + - '#d9d3c8' + cherryPickedCommitBgColor: + - '#7f8080' + cherryPickedCommitFgColor: + - '#246da5' + markedBaseCommitFgColor: + - '#246da5' + unstagedChangesColor: + - '#b14745' + defaultFgColor: + - '#4e5359' -- cgit