Skip to content

Commit dd6b9f7

Browse files
authored
build darker mode for gtk 3 and 4 (#7)
- parse sass for darker mode for gtk 3 and 4 - Remove generated css for gtk4 - Update .gitignore for new package names
1 parent fb9d452 commit dd6b9f7

File tree

5 files changed

+7
-6378
lines changed

5 files changed

+7
-6378
lines changed

.gitignore

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ src/Mint-Y/cinnamon/sass-cache
99
# directories
1010
usr/*
1111
__pycache__/*
12-
debian/mamolinux-themes
13-
debian/mamolinux-plank-themes
12+
debian/sucharu-themes
13+
debian/sucharu-theme-plank
1414
debian/.debhelper*
1515

16-
# dpkg-buildpackage geenerated
16+
# dpkg-buildpackage generated
1717
*.substvars

src/Mint-Y/gtk-3.0/parse-sass.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#! /bin/bash
22

33
sassc ./sass/gtk.scss gtk.css
4-
sassc ./sass/gtk-dark.scss gtk-dark.css
4+
sassc ./sass/gtk-dark.scss gtk-dark.css
5+
sassc ./sass/gtk-darker.scss gtk-darker.css

0 commit comments

Comments
 (0)