From 39f992668df152ab6af7e7f864144a20fc67168a Mon Sep 17 00:00:00 2001 From: Nico Date: Sat, 3 May 2025 16:16:02 +1000 Subject: [PATCH] matugen: add qt5&6 theme --- stow/.config/matugen/config.toml | 8 ++++++++ stow/.config/matugen/templates/qtct.conf | 5 +++++ stow/.config/qt5ct/colors/.gitignore | 1 + stow/.config/qt5ct/qt5ct.conf | 3 +++ stow/.config/qt6ct/colors/.gitignore | 1 + stow/.config/qt6ct/qt6ct.conf | 3 +++ 6 files changed, 21 insertions(+) create mode 100644 stow/.config/matugen/templates/qtct.conf create mode 100644 stow/.config/qt5ct/colors/.gitignore create mode 100644 stow/.config/qt5ct/qt5ct.conf create mode 100644 stow/.config/qt6ct/colors/.gitignore create mode 100644 stow/.config/qt6ct/qt6ct.conf diff --git a/stow/.config/matugen/config.toml b/stow/.config/matugen/config.toml index deeed28..2147d58 100644 --- a/stow/.config/matugen/config.toml +++ b/stow/.config/matugen/config.toml @@ -23,3 +23,11 @@ output_path = '~/.config/walker/themes/matugen.css' [templates.hyprland] input_path = './templates/hyprland.conf' output_path = '~/.config/hypr/matugen.conf' + +[templates.qt5ct] +input_path = './templates/qtct.conf' +output_path = '~/.config/qt5ct/colors/matugen.conf' + +[templates.qt6ct] +input_path = './templates/qtct.conf' +output_path = '~/.config/qt6ct/colors/matugen.conf' diff --git a/stow/.config/matugen/templates/qtct.conf b/stow/.config/matugen/templates/qtct.conf new file mode 100644 index 0000000..5d35cb4 --- /dev/null +++ b/stow/.config/matugen/templates/qtct.conf @@ -0,0 +1,5 @@ +[ColorScheme] +active_colors={{colors.on_background.default.hex}}, {{colors.surface.default.hex}}, #ffffff, #cacaca, #9f9f9f, #b8b8b8, {{colors.on_background.default.hex}}, #ffffff, {{colors.on_surface.default.hex}}, {{colors.background.default.hex}}, {{colors.background.default.hex}}, {{colors.shadow.default.hex}}, {{colors.primary_container.default.hex}}, {{colors.on_primary_container.default.hex}}, {{colors.secondary.default.hex}}, {{colors.primary.default.hex}}, {{colors.surface.default.hex}}, {{colors.scrim.default.hex}}, {{colors.surface.default.hex}}, {{colors.on_surface.default.hex}}, {{colors.secondary.default.hex}} +disabled_colors={{colors.on_background.default.hex}}, {{colors.surface.default.hex}}, #ffffff, #cacaca, #9f9f9f, #b8b8b8, {{colors.on_background.default.hex}}, #ffffff, {{colors.on_surface.default.hex}}, {{colors.background.default.hex}}, {{colors.background.default.hex}}, {{colors.shadow.default.hex}}, {{colors.primary_container.default.hex}}, {{colors.on_primary_container.default.hex}}, {{colors.secondary.default.hex}}, {{colors.primary.default.hex}}, {{colors.surface.default.hex}}, {{colors.scrim.default.hex}}, {{colors.surface.default.hex}}, {{colors.on_surface.default.hex}}, {{colors.secondary.default.hex}} +inactive_colors={{colors.on_background.default.hex}}, {{colors.surface.default.hex}}, #ffffff, #cacaca, #9f9f9f, #b8b8b8, {{colors.on_background.default.hex}}, #ffffff, {{colors.on_surface.default.hex}}, {{colors.background.default.hex}}, {{colors.background.default.hex}}, {{colors.shadow.default.hex}}, {{colors.primary_container.default.hex}}, {{colors.on_primary_container.default.hex}}, {{colors.secondary.default.hex}}, {{colors.primary.default.hex}}, {{colors.surface.default.hex}}, {{colors.scrim.default.hex}}, {{colors.surface.default.hex}}, {{colors.on_surface.default.hex}}, {{colors.secondary.default.hex}} + diff --git a/stow/.config/qt5ct/colors/.gitignore b/stow/.config/qt5ct/colors/.gitignore new file mode 100644 index 0000000..f25037d --- /dev/null +++ b/stow/.config/qt5ct/colors/.gitignore @@ -0,0 +1 @@ +matugen.conf diff --git a/stow/.config/qt5ct/qt5ct.conf b/stow/.config/qt5ct/qt5ct.conf new file mode 100644 index 0000000..2adb282 --- /dev/null +++ b/stow/.config/qt5ct/qt5ct.conf @@ -0,0 +1,3 @@ +[Appearance] +color_scheme_path=nico/.config/qt5ct/colors/matugen.conf +custom_palette=true diff --git a/stow/.config/qt6ct/colors/.gitignore b/stow/.config/qt6ct/colors/.gitignore new file mode 100644 index 0000000..f25037d --- /dev/null +++ b/stow/.config/qt6ct/colors/.gitignore @@ -0,0 +1 @@ +matugen.conf diff --git a/stow/.config/qt6ct/qt6ct.conf b/stow/.config/qt6ct/qt6ct.conf new file mode 100644 index 0000000..d1ccb9e --- /dev/null +++ b/stow/.config/qt6ct/qt6ct.conf @@ -0,0 +1,3 @@ +[Appearance] +color_scheme_path=nico/.config/qt6ct/colors/matugen.conf +custom_palette=true