diff options
Diffstat (limited to 'colors/base16-primer-light.yml')
| -rw-r--r-- | colors/base16-primer-light.yml | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/colors/base16-primer-light.yml b/colors/base16-primer-light.yml new file mode 100644 index 0000000..554d658 --- /dev/null +++ b/colors/base16-primer-light.yml @@ -0,0 +1,35 @@ +# +# +# name: Primer Light +# author: Jimmy Lin +# slug: primer-light +# slug-underscored: primer_light +# system: base16 +# variant: light +# is-light-variant: true +# +# + +gui: + theme: + activeBorderColor: + - '#0366d6' + - bold + inactiveBorderColor: + - '#959da5' + searchingActiveBorderColor: + - '#f66a0a' + optionsTextColor: + - '#0366d6' + selectedLineBgColor: + - '#d1d5da' + cherryPickedCommitBgColor: + - '#959da5' + cherryPickedCommitFgColor: + - '#0366d6' + markedBaseCommitFgColor: + - '#0366d6' + unstagedChangesColor: + - '#d73a49' + defaultFgColor: + - '#2f363d' |
