aboutsummaryrefslogtreecommitdiff
path: root/examples/config.yml
diff options
context:
space:
mode:
authorLibravatar Alexey Stepanov <blueingreen@bluig.space>2024-10-12 20:10:40 +0000
committerLibravatar Alexey Stepanov <blueingreen@bluig.space>2024-10-12 20:10:40 +0000
commita3679703b93e37fb9ad7ced7a60c47acd6479324 (patch)
treea6f474d15ef5322be87955c5988b94610584d16f /examples/config.yml
add project
Diffstat (limited to 'examples/config.yml')
-rw-r--r--examples/config.yml37
1 files changed, 37 insertions, 0 deletions
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'