23 lines
437 B
TOML
23 lines
437 B
TOML
|
|
[window]
|
|
opacity = 0.5
|
|
dynamic_title = true
|
|
dynamic_padding = true
|
|
padding = { x = 10, y = 10 }
|
|
resize_increments = true
|
|
decorations = "None"
|
|
|
|
[font]
|
|
size = 10
|
|
normal = { family = "OverpassM Nerd Font Mono", style = "Regular" }
|
|
offset = { x = 0, y = -6 }
|
|
|
|
[cursor]
|
|
vi_mode_style = {shape = "Block", blinking = "Off"}
|
|
style = {shape = "Underline", blinking = "Off"}
|
|
|
|
[mouse]
|
|
hide_when_typing = true
|
|
|
|
[general]
|
|
import = ["./colors.toml"]
|