roftl/default.toml

28 lines
522 B
TOML

log_level = "trace"
[completions]
"e" = "emacs"
"f" = "firefox"
"t" = "xfce4-terminal"
"j" = "jetbrains"
[sources.primary]
matcher = "Prefix"
source = "Windows"
[sources.additional]
matcher = "Fuse"
source = ["Apps", "Shell", "Test"]
[theme]
font = ["Sans Regular", 13]
border = 2
divider = 3
[theme.color_scheme]
base = [0.13, 0.05, 0.23, 0.9]
border = [0.23, 0.05, 0.11, 1.0]
highlight = [0.12, 0.04, 0.08, 0.9]
divider = [0.23, 0.05, 0.11, 1.0]
text = [0.87, 0.95, 0.77, 1.0]
text_highlight = [0.6, 0.8, 0.4, 1.0]