diff options
Diffstat (limited to 'colors/base16-material.yml')
| -rw-r--r-- | colors/base16-material.yml | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/colors/base16-material.yml b/colors/base16-material.yml new file mode 100644 index 0000000..af98ec5 --- /dev/null +++ b/colors/base16-material.yml @@ -0,0 +1,35 @@ +# +# +# name: Material +# author: Nate Peterson +# slug: material +# slug-underscored: material +# system: base16 +# variant: dark +# is-dark-variant: true +# +# + +gui: + theme: + activeBorderColor: + - '#82AAFF' + - bold + inactiveBorderColor: + - '#546E7A' + searchingActiveBorderColor: + - '#F78C6C' + optionsTextColor: + - '#82AAFF' + selectedLineBgColor: + - '#314549' + cherryPickedCommitBgColor: + - '#546E7A' + cherryPickedCommitFgColor: + - '#82AAFF' + markedBaseCommitFgColor: + - '#82AAFF' + unstagedChangesColor: + - '#F07178' + defaultFgColor: + - '#EEFFFF' |
