roftl/default.toml

28 lines
496 B
TOML
Raw Normal View History

log_level = "trace"
[completions]
"e" = "emacs"
"f" = "firefox"
"t" = "terminal"
[sources.primary]
2022-03-04 18:53:02 +00:00
matcher = "Flex"
source = "Windows"
[sources.additional]
matcher = "Flex"
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]