From a3679703b93e37fb9ad7ced7a60c47acd6479324 Mon Sep 17 00:00:00 2001 From: Alexey Stepanov Date: Sat, 12 Oct 2024 20:10:40 +0000 Subject: add project --- examples/config.yml | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 examples/config.yml (limited to 'examples/config.yml') diff --git a/examples/config.yml b/examples/config.yml new file mode 100644 index 0000000..6bc5d12 --- /dev/null +++ b/examples/config.yml @@ -0,0 +1,37 @@ +# source: https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md + +# +# +# name: Google Light +# author: Seth Wright (http://sethawright.com) +# slug: google-light +# slug-underscored: google_light +# system: base16 +# variant: light +# is-light-variant: true +# +# + +gui: + theme: + activeBorderColor: + - '#3971ED' + - bold + inactiveBorderColor: + - '#b4b7b4' + searchingActiveBorderColor: + - '#F96A38' + optionsTextColor: + - '#3971ED' + selectedLineBgColor: + - '#c5c8c6' + cherryPickedCommitBgColor: + - '#b4b7b4' + cherryPickedCommitFgColor: + - '#3971ED' + markedBaseCommitFgColor: + - '#3971ED' + unstagedChangesColor: + - '#CC342B' + defaultFgColor: + - '#373b41' -- cgit