aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/config.yml37
-rw-r--r--examples/img/google-light.pngbin0 -> 355733 bytes
-rw-r--r--examples/img/onedark.pngbin0 -> 336065 bytes
3 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'
diff --git a/examples/img/google-light.png b/examples/img/google-light.png
new file mode 100644
index 0000000..413a5fb
--- /dev/null
+++ b/examples/img/google-light.png
Binary files differ
diff --git a/examples/img/onedark.png b/examples/img/onedark.png
new file mode 100644
index 0000000..202b906
--- /dev/null
+++ b/examples/img/onedark.png
Binary files differ