31 lines
513 B
TOML
31 lines
513 B
TOML
|
|
[font]
|
|
normal = { family = "Jetbrains Mono"}
|
|
size = 10.5
|
|
|
|
[colors.primary]
|
|
background = '#1d2021'
|
|
foreground = '#d4be98'
|
|
|
|
[colors.normal]
|
|
black = '#32302f'
|
|
red = '#ea6962'
|
|
green = '#a9b665'
|
|
yellow = '#d8a657'
|
|
blue = '#7daea3'
|
|
magenta = '#d3869b'
|
|
cyan = '#89b482'
|
|
white = '#d4be98'
|
|
|
|
[colors.bright]
|
|
black = '#32302f'
|
|
red = '#ea6962'
|
|
green = '#a9b665'
|
|
yellow = '#d8a657'
|
|
blue = '#7daea3'
|
|
magenta = '#d3869b'
|
|
cyan = '#89b482'
|
|
white = '#d4be98'
|
|
|
|
[general]
|
|
live_config_reload = true
|