diff options
| author | silly <u65487754@gmail.com> | 2026-04-04 15:39:53 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-04 15:39:53 +0000 |
| commit | ec9692304c2469f22f18caea12c0f3e58b480076 (patch) | |
| tree | a86271ced65226354263205d3a14ac82de496219 /.config/matugen | |
| parent | 3e6a673db11ee096fc364d24a91d991e788690f2 (diff) | |
Create config.toml
Diffstat (limited to '.config/matugen')
| -rw-r--r-- | .config/matugen/config.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.config/matugen/config.toml b/.config/matugen/config.toml new file mode 100644 index 0000000..c4bbc80 --- /dev/null +++ b/.config/matugen/config.toml @@ -0,0 +1,10 @@ +[config] +default_mode = "dark" + +[templates.gtk3] +input_path = "~/.config/matugen/templates/gtk3.css" +output_path = "~/.config/gtk-3.0/gtk.css" + +[templates.gtk4] +input_path = "~/.config/matugen/templates/gtk4.css" +output_path = "~/.config/gtk-4.0/gtk.css" |
