25 lines
475 B
TOML
25 lines
475 B
TOML
[general]
|
|
fullscreen = false
|
|
early-exit = false
|
|
initial-tool = "brush"
|
|
copy-command = "wl-copy"
|
|
annotation-size-factor = 2
|
|
output-filename = "/tmp/test-%Y-%m-%d_%H:%M:%S.png"
|
|
save-after-copy = false
|
|
default-hide-toolbars = false
|
|
disable-notifications = true
|
|
|
|
[font]
|
|
family = "JetBrainsMono Nerd Font"
|
|
style = "Regular"
|
|
|
|
[color-palette]
|
|
|
|
palette = [
|
|
"#8aadf4", # Blue
|
|
"#ed8796", # Red
|
|
"#a6da95", # Green
|
|
"#eed49f", # Yellow
|
|
"#c6a0f6", # Mauve
|
|
"#cad3f5", # White
|
|
]
|