feat: basic yazi theme
This commit is contained in:
@@ -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'
|
||||||
|
|||||||
@@ -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
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user