diff options
| author | seraphim <18ycm9tx@anonaddy.me> | 2026-08-18 18:46:52 +0700 |
|---|---|---|
| committer | seraphim <18ycm9tx@anonaddy.me> | 2026-08-18 18:46:52 +0700 |
| commit | 8154dc023f9d2a0f657b5f2e8e94d59eb7e05f41 (patch) | |
| tree | 6ab707cd8ebd00c334788ce6987c0529a6cb1787 /matugen | |
| parent | 23ef44ef1a033a3414934f0b3b46fe8ae5805932 (diff) | |
wallust+matugen. Normal color theme for the system
Diffstat (limited to 'matugen')
| -rw-r--r-- | matugen/.config/matugen/config.toml | 10 | ||||
| -rw-r--r-- | matugen/.config/matugen/templates/niri.kdl | 6 |
2 files changed, 16 insertions, 0 deletions
diff --git a/matugen/.config/matugen/config.toml b/matugen/.config/matugen/config.toml new file mode 100644 index 0000000..338672f --- /dev/null +++ b/matugen/.config/matugen/config.toml @@ -0,0 +1,10 @@ +# matugen config — generates Material You / Material Design 3 colors. +# matugen is installed via portage (x11-misc/matugen). + +[config] +# Disable caching so the -m light/dark mode flag is always respected. +caching = false + +[templates.niri] +input_path = '~/.config/matugen/templates/niri.kdl' +output_path = '~/.cache/matugen/theme.kdl' diff --git a/matugen/.config/matugen/templates/niri.kdl b/matugen/.config/matugen/templates/niri.kdl new file mode 100644 index 0000000..afc1f04 --- /dev/null +++ b/matugen/.config/matugen/templates/niri.kdl @@ -0,0 +1,6 @@ +layout { + focus-ring { + active-color "{{ colors.primary.default.hex }}" + inactive-color "{{ colors.outline.default.hex }}" + } +} |
