diff options
Diffstat (limited to 'colors/base16-tokyodark.yml')
| -rw-r--r-- | colors/base16-tokyodark.yml | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/colors/base16-tokyodark.yml b/colors/base16-tokyodark.yml new file mode 100644 index 0000000..604abd3 --- /dev/null +++ b/colors/base16-tokyodark.yml @@ -0,0 +1,35 @@ +# +# +# name: Tokyodark +# author: Jamy Golden (https://github.com/JamyGolden), Based on Tokyodark.nvim (https://github.com/tiagovla/tokyodark.nvim) +# slug: tokyodark +# slug-underscored: tokyodark +# system: base16 +# variant: dark +# is-dark-variant: true +# +# + +gui: + theme: + activeBorderColor: + - '#7199ee' + - bold + inactiveBorderColor: + - '#353945' + searchingActiveBorderColor: + - '#f6955b' + optionsTextColor: + - '#7199ee' + selectedLineBgColor: + - '#212234' + cherryPickedCommitBgColor: + - '#353945' + cherryPickedCommitFgColor: + - '#7199ee' + markedBaseCommitFgColor: + - '#7199ee' + unstagedChangesColor: + - '#ee6d85' + defaultFgColor: + - '#a0a8cd' |
