mirror of
https://github.com/mfontanini/presenterm.git
synced 2026-09-01 23:33:21 -06:00
doc: update settings section to include new theme configuration
This commit is contained in:
parent
1449c6109b
commit
1a4db96ac0
@ -12,6 +12,16 @@ defaults:
|
||||
theme: light
|
||||
```
|
||||
|
||||
You can also set a dark and light theme independently, _presenterm_ will detect terminal theme on launch by fetching
|
||||
foreground and background color and pick the right theme:
|
||||
|
||||
```yaml
|
||||
defaults:
|
||||
theme:
|
||||
light: light
|
||||
dark: dark
|
||||
```
|
||||
|
||||
## Terminal font size
|
||||
|
||||
This is a parameter that lets you explicitly set the terminal font size in use. This should not be used unless you are
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user