diff options
Diffstat (limited to 'colors/base16-black-metal.yml')
| -rw-r--r-- | colors/base16-black-metal.yml | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/colors/base16-black-metal.yml b/colors/base16-black-metal.yml new file mode 100644 index 0000000..7da641e --- /dev/null +++ b/colors/base16-black-metal.yml @@ -0,0 +1,35 @@ +# +# +# name: Black Metal +# author: metalelf0 (https://github.com/metalelf0) +# slug: black-metal +# slug-underscored: black_metal +# system: base16 +# variant: dark +# is-dark-variant: true +# +# + +gui: + theme: + activeBorderColor: + - '#888888' + - bold + inactiveBorderColor: + - '#333333' + searchingActiveBorderColor: + - '#aaaaaa' + optionsTextColor: + - '#888888' + selectedLineBgColor: + - '#222222' + cherryPickedCommitBgColor: + - '#333333' + cherryPickedCommitFgColor: + - '#888888' + markedBaseCommitFgColor: + - '#888888' + unstagedChangesColor: + - '#5f8787' + defaultFgColor: + - '#c1c1c1' |
