12 lines
187 B
TOML
12 lines
187 B
TOML
[font]
|
|
size = 10
|
|
normal = { family = "DepartureMono Nerd Font Mono", style = "Regular" }
|
|
|
|
[general]
|
|
import = ["theme.toml"]
|
|
|
|
[mouse]
|
|
hide_when_typing = true
|
|
|
|
[scrolling]
|
|
history = 100000
|