Tweak docs

This commit is contained in:
Mark Badolato 2014-07-02 12:53:08 -07:00
parent b907f89638
commit 47e9e83d19

View file

@ -396,32 +396,34 @@ At a minimum, this is all you need. You can customize the fonts and other aspect
An example config file that includes the code snippet for the Symfonic theme would look like this: An example config file that includes the code snippet for the Symfonic theme would look like this:
[global_config] ```ini
[keybindings] [global_config]
[profiles] [keybindings]
[[default]] [profiles]
palette = "#1a1a1a:#f4005f:#98e024:#fa8419:#9d65ff:#f4005f:#58d1eb:#c4c5b5:#625e4c:#f4005f:#98e024:#e0d561:#9d65ff:#f4005f:#58d1eb:#f6f6ef" [[default]]
background_image = None palette = "#1a1a1a:#f4005f:#98e024:#fa8419:#9d65ff:#f4005f:#58d1eb:#c4c5b5:#625e4c:#f4005f:#98e024:#e0d561:#9d65ff:#f4005f:#58d1eb:#f6f6ef"
use_system_font = False background_image = None
cursor_color = "#f6f7ec" use_system_font = False
foreground_color = "#c4c5b5" cursor_color = "#f6f7ec"
font = Source Code Pro Light 11 foreground_color = "#c4c5b5"
background_color = "#1a1a1a" font = Source Code Pro Light 11
[[Symfonic]] background_color = "#1a1a1a"
palette = "#000000:#dc322f:#56db3a:#ff8400:#0084d4:#b729d9:#ccccff:#ffffff:#1b1d21:#dc322f:#56db3a:#ff8400:#0084d4:#b729d9:#ccccff:#ffffff" [[Symfonic]]
background_color = "#000000" palette = "#000000:#dc322f:#56db3a:#ff8400:#0084d4:#b729d9:#ccccff:#ffffff:#1b1d21:#dc322f:#56db3a:#ff8400:#0084d4:#b729d9:#ccccff:#ffffff"
cursor_color = "#dc322f" background_color = "#000000"
foreground_color = "#ffffff" cursor_color = "#dc322f"
background_image = None foreground_color = "#ffffff"
[layouts] background_image = None
[[default]] [layouts]
[[[child1]]] [[default]]
type = Terminal [[[child1]]]
parent = window0 type = Terminal
[[[window0]]] parent = window0
type = Window [[[window0]]]
parent = "" type = Window
[plugins] parent = ""
[plugins]
```
---- ----