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
+4
View File
@@ -8,3 +8,7 @@ output_path = '~/.config/hypr/hyprland/colors.lua'
[templates.wlogout] [templates.wlogout]
input_path = '~/.config/matugen/templates/wlogout/style.css' input_path = '~/.config/matugen/templates/wlogout/style.css'
output_path = '~/.config/wlogout/style.css' output_path = '~/.config/wlogout/style.css'
[templates.yazi]
input_path = '~/.config/matugen/templates/yazi/theme.toml'
output_path = '~/.config/yazi/theme.toml'
+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 }}",
}
+1 -1
View File
@@ -235,7 +235,7 @@
"useSystemSoundTheme": false, "useSystemSoundTheme": false,
"soundNewNotification": false, "soundNewNotification": false,
"soundVolumeChanged": false, "soundVolumeChanged": false,
"soundPluggedIn": true, "soundPluggedIn": false,
"acMonitorTimeout": 0, "acMonitorTimeout": 0,
"acLockTimeout": 0, "acLockTimeout": 0,
"acSuspendTimeout": 0, "acSuspendTimeout": 0,