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-sakura.yml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 colors/base16-sakura.yml (limited to 'colors/base16-sakura.yml') diff --git a/colors/base16-sakura.yml b/colors/base16-sakura.yml new file mode 100644 index 0000000..3059c38 --- /dev/null +++ b/colors/base16-sakura.yml @@ -0,0 +1,35 @@ +# +# +# name: Sakura +# author: Misterio77 (http://github.com/Misterio77) +# slug: sakura +# slug-underscored: sakura +# system: base16 +# variant: light +# is-light-variant: true +# +# + +gui: + theme: + activeBorderColor: + - '#006e93' + - bold + inactiveBorderColor: + - '#755f64' + searchingActiveBorderColor: + - '#f6661e' + optionsTextColor: + - '#006e93' + selectedLineBgColor: + - '#e0ccd1' + cherryPickedCommitBgColor: + - '#755f64' + cherryPickedCommitFgColor: + - '#006e93' + markedBaseCommitFgColor: + - '#006e93' + unstagedChangesColor: + - '#df2d52' + defaultFgColor: + - '#564448' -- cgit