summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2018-08-18 13:54:39 +1000
committerJesse Duffield <jessedduffield@gmail.com>2018-08-18 14:20:19 +1000
commit6b150a4be0e7712d8b8706f10bb80e34094f872b (patch)
tree68d351bdac16e9b1d1dddfe2f1b1908c39604a8e /docs
parent284c53425102dba89164aa4363441caf71402114 (diff)
bump dependencies
Diffstat (limited to 'docs')
-rw-r--r--docs/Config.md39
1 files changed, 39 insertions, 0 deletions
diff --git a/docs/Config.md b/docs/Config.md
new file mode 100644
index 000000000..e6e2c3974
--- /dev/null
+++ b/docs/Config.md
@@ -0,0 +1,39 @@
+# User Config:
+
+## Default:
+
+```
+ gui:
+ # stuff relating to the UI
+ scrollHeight: 2 # how many lines you scroll by
+ theme:
+ activeBorderColor:
+ - white
+ - bold
+ inactiveBorderColor:
+ - white
+ optionsTextColor:
+ - blue
+ git:
+ # stuff relating to git
+ os:
+ # stuff relating to the OS
+```
+
+## Color Attributes:
+
+For color attributes you can choose an array of attributes (with max one color attribute)
+The available attributes are:
+
+- default
+- black
+- red
+- green
+- yellow
+- blue
+- magenta
+- cyan
+- white
+- bold
+- reverse # useful for high-contrast
+- underline