From a3679703b93e37fb9ad7ced7a60c47acd6479324 Mon Sep 17 00:00:00 2001 From: Alexey Stepanov Date: Sat, 12 Oct 2024 20:10:40 +0000 Subject: add project --- colors/base16-primer-light.yml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 colors/base16-primer-light.yml (limited to 'colors/base16-primer-light.yml') 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' -- cgit