1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-06 05:25:41 -05:00

theme: fix gtk light

- I just had to rip gtk.css from adw-gtk3 for it to apply colors idk
This commit is contained in:
bbedward
2025-10-20 09:07:07 -04:00
parent 851d47213c
commit f54e53b8a0
7 changed files with 7933 additions and 73 deletions

View File

@@ -100,6 +100,15 @@ output_path = '$STATE_DIR/dms-colors.json'
EOF
# If light mode, use gtk3 light config
if [[ "$mode" == "light" ]]; then
cat "$SHELL_DIR/matugen/configs/gtk3-light.toml" >> "$TMP_CFG"
echo "" >> "$TMP_CFG"
else
cat "$SHELL_DIR/matugen/configs/gtk3-dark.toml" >> "$TMP_CFG"
echo "" >> "$TMP_CFG"
fi
if command -v niri >/dev/null 2>&1; then
cat "$SHELL_DIR/matugen/configs/niri.toml" >> "$TMP_CFG"
echo "" >> "$TMP_CFG"