mirror of
https://github.com/arnaucube/configs.git
synced 2026-02-10 12:36:42 +01:00
27 lines
376 B
TOML
27 lines
376 B
TOML
[colors.primary]
|
|
background = "#000000"
|
|
foreground = "#ffffff"
|
|
|
|
[font]
|
|
size = 9.0
|
|
|
|
[font.bold]
|
|
family = "terminus"
|
|
style = "Bold"
|
|
|
|
[font.italic]
|
|
family = "terminus"
|
|
style = "MediumItalic"
|
|
|
|
[font.normal]
|
|
family = "terminus"
|
|
style = "Regular"#tag_for_shortcut
|
|
|
|
[[keyboard.bindings]]
|
|
action = "SpawnNewInstance"
|
|
key = "N"
|
|
mods = "Control|Shift"
|
|
|
|
[window]
|
|
dynamic_padding = false
|