Skip to content

Commit

Permalink
Who hired an idiot like me?
Browse files Browse the repository at this point in the history
I didn't realize since more than 6 months that qt6ct theme was broken
and that my fix worked only because I ran oomox by hand beforehand
  • Loading branch information
demostanis committed Nov 22, 2024
1 parent 1ee04b1 commit 5942706
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion airootfs/etc/skel/.config/qt6ct/qt6ct.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[Appearance]
color_scheme_path=~/.config/qt6ct/colors/oomox-mellow-purple.conf
color_scheme_path=~/.themes/oomox-mellow-purple/qt6ct/colors.conf
custom_palette=true
7 changes: 7 additions & 0 deletions airootfs/usr/share/oomox/run_oomox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,10 @@ themix-base16-cli \
"$OOMOX_PATH"/plugins/base16/schemes/mellow/mellow-purple.yaml \ |
grep -v ^ERROR: | grep -v '^Import Colors' \
> "$DEST"/oomox-mellow-purple/gtk-4.0/gtk-dark.css

mkdir -p "$DEST"/oomox-mellow-purple/qt6ct
themix-base16-cli \
"$OOMOX_PATH"/plugins/base16/templates/qt6ct/templates/breeze.mustache \
"$OOMOX_PATH"/plugins/base16/schemes/mellow/mellow-purple.yaml \ |
grep -v ^ERROR: | grep -v '^Import Colors' \
> "$DEST"/oomox-mellow-purple/qt6ct/colors.conf

0 comments on commit 5942706

Please sign in to comment.