Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
b7c788c
updated gtk3 and gtk4 color path
SakibShahariar Aug 26, 2025
9d4bfc1
added different color file for gtk3
SakibShahariar Aug 26, 2025
c143cae
Update gtk-colors.css
SakibShahariar Aug 26, 2025
37e81a7
added theme
SakibShahariar Aug 26, 2025
389d32c
Update gtk3-colors.css
SakibShahariar Sep 13, 2025
9dc2bf1
Update gtk3-colors.css
SakibShahariar Sep 13, 2025
e69805a
Update gtk.css
SakibShahariar Sep 13, 2025
2cd1dfb
Delete dotfiles/.themes/Material-Gnome/gtk-4.0/assets directory
SakibShahariar Sep 13, 2025
2087e3e
Update gtk.css
SakibShahariar Sep 13, 2025
1ad61cd
Delete dotfiles/.themes/Material-Gnome/gtk-3.0/assets directory
SakibShahariar Sep 13, 2025
a599eff
Update colors.css
SakibShahariar Sep 13, 2025
b53709c
Update gtk.css
SakibShahariar Sep 13, 2025
bf98b47
Update gtk.css
SakibShahariar Sep 13, 2025
406e44d
Update colors.css
SakibShahariar Sep 13, 2025
fa9ff2a
Delete dotfiles/.themes/Material-Gnome/gtk-2.0 directory
SakibShahariar Sep 13, 2025
ac48c0e
Delete dotfiles/.themes/Material-Gnome/gtk-4.0/thumbnail.png
SakibShahariar Sep 13, 2025
df66945
Delete dotfiles/.themes/Material-Gnome/gtk-3.0/thumbnail.png
SakibShahariar Sep 13, 2025
fc807bf
Merge branch 'mylinuxforwork:main' into main
SakibShahariar Apr 18, 2026
e36c441
Create merge-gtk.py for gtk apps to hot colors
SakibShahariar Apr 18, 2026
ce4b564
Rename merge-gtk.py to merge-gtk.py
SakibShahariar Apr 18, 2026
3c87fb7
Add post_hook to gtk4 template configuration
SakibShahariar Apr 18, 2026
d2d4c81
Delete dotfiles/.config/matugen/post-hook-scripts directory
SakibShahariar Apr 19, 2026
b762735
Remove post_hook from gtk4 templates config
SakibShahariar Apr 19, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 16 additions & 22 deletions dotfiles/.config/gtk-3.0/colors.css
Original file line number Diff line number Diff line change
@@ -1,22 +1,16 @@
/*
* GTK Colors
* Generated with Matugen
*/

@define-color accent_color #ffb59d;
@define-color accent_fg_color #390c00;
@define-color accent_bg_color #ffb59d;
@define-color window_bg_color #1a110f;
@define-color window_fg_color #f1dfda;
@define-color headerbar_bg_color #1a110f;
@define-color headerbar_fg_color #f1dfda;
@define-color popover_bg_color #1a110f;
@define-color popover_fg_color #f1dfda;
@define-color view_bg_color #1a110f;
@define-color view_fg_color #f1dfda;
@define-color card_bg_color #1a110f;
@define-color card_fg_color #f1dfda;
@define-color sidebar_bg_color @window_bg_color;
@define-color sidebar_fg_color @window_fg_color;
@define-color sidebar_border_color @window_bg_color;
@define-color sidebar_backdrop_color @window_bg_color;
@define-color color0 #0f1417;
@define-color color1 #c1c7ce;
@define-color color2 #b6c9d8;
@define-color color3 #b6c9d8;
@define-color color4 #91cef5;
@define-color color5 #91cef5;
@define-color color6 #91cef5;
@define-color color7 #dfe3e7;
@define-color color8 #0f1417;
@define-color color9 #0f1417;
@define-color color10 #00344b;
@define-color color11 #21333e;
@define-color color12 #91cef5;
@define-color color13 #91cef5;
@define-color color14 #c1c7ce;
@define-color color15 #c1c7ce;
Loading