diff --git a/config/matugen/config.toml b/config/matugen/config.toml index c77f57b..7bc7353 100644 --- a/config/matugen/config.toml +++ b/config/matugen/config.toml @@ -8,3 +8,7 @@ output_path = '~/.config/hypr/hyprland/colors.lua' [templates.wlogout] input_path = '~/.config/matugen/templates/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' diff --git a/config/matugen/templates/yazi/theme.toml b/config/matugen/templates/yazi/theme.toml new file mode 100644 index 0000000..28125dc --- /dev/null +++ b/config/matugen/templates/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 }}", +} diff --git a/dms/settings.json b/dms/settings.json index 1548dae..ed7ee46 100644 --- a/dms/settings.json +++ b/dms/settings.json @@ -235,7 +235,7 @@ "useSystemSoundTheme": false, "soundNewNotification": false, "soundVolumeChanged": false, - "soundPluggedIn": true, + "soundPluggedIn": false, "acMonitorTimeout": 0, "acLockTimeout": 0, "acSuspendTimeout": 0,