71 lines
1.6 KiB
TOML
71 lines
1.6 KiB
TOML
[app]
|
|
overall = {
|
|
bg = "{{ colors.background.default.hex }}"
|
|
}
|
|
|
|
[mgr]
|
|
cwd = {
|
|
bg = "{{ colors.background.default.hex }}",
|
|
fg = "{{ colors.tertiary.default.hex }}"
|
|
}
|
|
find_keyword = {
|
|
bg = "{{ colors.secondary.default.hex }}",
|
|
fg = "{{ colors.on_secondary.default.hex }}"
|
|
}
|
|
find_position = {
|
|
bg = "{{ colors.secondary.default.hex }}",
|
|
fg = "{{ colors.on_secondary.default.hex }}"
|
|
}
|
|
symlink_target = {
|
|
bg = "{{ colors.background.default.hex }}",
|
|
fg = "{{ colors.primary.default.hex }}"
|
|
}
|
|
border_style = {
|
|
bg = "{{ colors.background.default.hex }}",
|
|
fg = "{{ colors.tertiary.default.hex }}"
|
|
}
|
|
|
|
[indicator]
|
|
parent = {
|
|
bg = "{{ colors.primary.default.hex }}",
|
|
fg = "{{ colors.on_primary.default.hex }}"
|
|
}
|
|
current = {
|
|
bg = "{{ colors.primary.default.hex }}",
|
|
fg = "{{ colors.on_primary.default.hex }}"
|
|
}
|
|
preview = {
|
|
bg = "{{ colors.background.default.hex }}",
|
|
fg = "{{ colors.primary.default.hex }}",
|
|
underline = true
|
|
}
|
|
|
|
[tabs]
|
|
active = {
|
|
bg = "{{ colors.secondary.default.hex }}",
|
|
fg = "{{ colors.on_secondary.default.hex }}"
|
|
}
|
|
inactive = {
|
|
bg = "{{ colors.surface.default.hex }}",
|
|
fg = "{{ colors.on_surface.default.hex }}"
|
|
}
|
|
|
|
|
|
[which]
|
|
mask = {
|
|
bg = "{{ colors.surface_variant.default.hex }}",
|
|
fg = "{{ colors.on_surface_variant.default.hex }}"
|
|
}
|
|
cand = {
|
|
bg = "{{ colors.surface_variant.default.hex }}",
|
|
fg = "{{ colors.primary.default.hex }}",
|
|
}
|
|
rest = {
|
|
bg = "{{ colors.surface_variant.default.hex }}",
|
|
fg = "{{ colors.on_surface_variant.default.hex }}",
|
|
}
|
|
desc = {
|
|
bg = "{{ colors.surface_variant.default.hex }}",
|
|
fg = "{{ colors.on_surface_variant.default.hex }}",
|
|
}
|