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-aztec.yml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 colors/base16-aztec.yml (limited to 'colors/base16-aztec.yml') diff --git a/colors/base16-aztec.yml b/colors/base16-aztec.yml new file mode 100644 index 0000000..978a687 --- /dev/null +++ b/colors/base16-aztec.yml @@ -0,0 +1,35 @@ +# +# +# name: Aztec +# author: TheNeverMan (github.com/TheNeverMan) +# slug: aztec +# slug-underscored: aztec +# system: base16 +# variant: dark +# is-dark-variant: true +# +# + +gui: + theme: + activeBorderColor: + - '#5B4A9F' + - bold + inactiveBorderColor: + - '#2E2E05' + searchingActiveBorderColor: + - '#EE8800' + optionsTextColor: + - '#5B4A9F' + selectedLineBgColor: + - '#242604' + cherryPickedCommitBgColor: + - '#2E2E05' + cherryPickedCommitFgColor: + - '#5B4A9F' + markedBaseCommitFgColor: + - '#5B4A9F' + unstagedChangesColor: + - '#EE2E00' + defaultFgColor: + - '#FFDA51' -- cgit