diff options
Diffstat (limited to 'colors/base16-nord-light.yml')
| -rw-r--r-- | colors/base16-nord-light.yml | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/colors/base16-nord-light.yml b/colors/base16-nord-light.yml new file mode 100644 index 0000000..d3bfa44 --- /dev/null +++ b/colors/base16-nord-light.yml @@ -0,0 +1,35 @@ +# +# +# name: Nord Light +# author: threddast, based on fuxialexander's doom-nord-light-theme (Doom Emacs) +# slug: nord-light +# slug-underscored: nord_light +# system: base16 +# variant: light +# is-light-variant: true +# +# + +gui: + theme: + activeBorderColor: + - '#3b6ea8' + - bold + inactiveBorderColor: + - '#aebacf' + searchingActiveBorderColor: + - '#ac4426' + optionsTextColor: + - '#3b6ea8' + selectedLineBgColor: + - '#b8c5db' + cherryPickedCommitBgColor: + - '#aebacf' + cherryPickedCommitFgColor: + - '#3b6ea8' + markedBaseCommitFgColor: + - '#3b6ea8' + unstagedChangesColor: + - '#99324b' + defaultFgColor: + - '#2e3440' |
