roftl/default.toml

29 lines
522 B
TOML
Raw Normal View History

log_level = "trace"
[completions]
"e" = "emacs"
"f" = "firefox"
2022-06-06 19:08:50 +00:00
"t" = "xfce4-terminal"
"j" = "jetbrains"
[sources.primary]
2022-06-06 19:08:50 +00:00
matcher = "Prefix"
source = "Windows"
[sources.additional]
2022-06-06 19:08:50 +00:00
matcher = "Fuse"
source = ["Apps", "Shell", "Test"]
2022-03-04 18:53:02 +00:00
[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]