29 lines
483 B
TOML
29 lines
483 B
TOML
[general]
|
|
live_config_reload = true
|
|
# import = [] # Add theme files here if needed
|
|
|
|
[window]
|
|
decorations = "None"
|
|
|
|
[colors]
|
|
draw_bold_text_with_bright_colors = true
|
|
|
|
[font]
|
|
size = 11.0
|
|
|
|
[font.bold]
|
|
family = "Fira Code Bold Nerd Font Complete"
|
|
|
|
[font.bold_italic]
|
|
family = "Victor Mono Bold Italic Nerd Font Complete"
|
|
|
|
[font.italic]
|
|
family = "Victor Mono Medium Italic Nerd Font Complete"
|
|
style = "Italic"
|
|
|
|
[font.normal]
|
|
family = "FiraCode Nerd Font"
|
|
|
|
[window.padding]
|
|
x = 10
|
|
y = 10
|