feat: basic yazi theme

This commit is contained in:
2026-06-18 18:14:12 +02:00
parent 53ceb85731
commit 3247c768ba
3 changed files with 75 additions and 1 deletions
+70
View File
@@ -0,0 +1,70 @@
[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 }}",
}