diff options
Diffstat (limited to '.config/matugen')
| -rw-r--r-- | .config/matugen/config.toml | 8 | ||||
| -rw-r--r-- | .config/matugen/templates/niri.kdl | 6 |
2 files changed, 14 insertions, 0 deletions
diff --git a/.config/matugen/config.toml b/.config/matugen/config.toml new file mode 100644 index 0000000..9b72eee --- /dev/null +++ b/.config/matugen/config.toml @@ -0,0 +1,8 @@ +[config] +# Disable caching so the -m light/dark mode flag is always respected. +caching = false +version_check = false + +[templates.niri] +input_path = './templates/niri.kdl' +output_path = '/home/seraphim/.cache/matugen/theme.kdl' diff --git a/.config/matugen/templates/niri.kdl b/.config/matugen/templates/niri.kdl new file mode 100644 index 0000000..afc1f04 --- /dev/null +++ b/.config/matugen/templates/niri.kdl @@ -0,0 +1,6 @@ +layout { + focus-ring { + active-color "{{ colors.primary.default.hex }}" + inactive-color "{{ colors.outline.default.hex }}" + } +} |
