Skip to content

Commit 22a3b93

Browse files
author
GitHub-Actions
committed
Update gtk4 theme
1 parent 0a031a0 commit 22a3b93

File tree

5 files changed

+107
-62
lines changed

5 files changed

+107
-62
lines changed

gtk/src/adw-gtk3-dark/gtk-4.0/gtk-dark.css

+6-5
Original file line numberDiff line numberDiff line change
@@ -27,23 +27,24 @@
2727
@define-color sidebar_bg_color #303030;
2828
@define-color sidebar_fg_color white;
2929
@define-color sidebar_backdrop_color #2a2a2a;
30-
@define-color sidebar_shade_color rgba(0, 0, 0, 0.36);
30+
@define-color sidebar_shade_color rgba(0, 0, 0, 0.25);
31+
@define-color sidebar_border_color rgba(0, 0, 0, 0.36);
3132
@define-color secondary_sidebar_bg_color #2a2a2a;
3233
@define-color secondary_sidebar_fg_color white;
3334
@define-color secondary_sidebar_backdrop_color #272727;
34-
@define-color secondary_sidebar_shade_color rgba(0, 0, 0, 0.36);
35+
@define-color secondary_sidebar_shade_color rgba(0, 0, 0, 0.25);
36+
@define-color secondary_sidebar_border_color rgba(0, 0, 0, 0.36);
3537
@define-color card_bg_color rgba(255, 255, 255, 0.08);
3638
@define-color card_fg_color white;
3739
@define-color card_shade_color rgba(0, 0, 0, 0.36);
3840
@define-color dialog_bg_color #383838;
3941
@define-color dialog_fg_color white;
4042
@define-color popover_bg_color #383838;
4143
@define-color popover_fg_color white;
42-
@define-color popover_shade_color rgba(0, 0, 0, 0.36);
44+
@define-color popover_shade_color rgba(0, 0, 0, 0.25);
4345
@define-color thumbnail_bg_color #383838;
4446
@define-color thumbnail_fg_color white;
45-
@define-color shade_color rgba(0, 0, 0, 0.36);
47+
@define-color shade_color rgba(0, 0, 0, 0.25);
4648
@define-color scrollbar_outline_color rgba(0, 0, 0, 0.5);
47-
4849
@import '../gtk-3.0/libadwaita.css';
4950
@import '../gtk-3.0/libadwaita-tweaks.css';

gtk/src/adw-gtk3-dark/gtk-4.0/gtk.css

+6-5
Original file line numberDiff line numberDiff line change
@@ -27,23 +27,24 @@
2727
@define-color sidebar_bg_color #303030;
2828
@define-color sidebar_fg_color white;
2929
@define-color sidebar_backdrop_color #2a2a2a;
30-
@define-color sidebar_shade_color rgba(0, 0, 0, 0.36);
30+
@define-color sidebar_shade_color rgba(0, 0, 0, 0.25);
31+
@define-color sidebar_border_color rgba(0, 0, 0, 0.36);
3132
@define-color secondary_sidebar_bg_color #2a2a2a;
3233
@define-color secondary_sidebar_fg_color white;
3334
@define-color secondary_sidebar_backdrop_color #272727;
34-
@define-color secondary_sidebar_shade_color rgba(0, 0, 0, 0.36);
35+
@define-color secondary_sidebar_shade_color rgba(0, 0, 0, 0.25);
36+
@define-color secondary_sidebar_border_color rgba(0, 0, 0, 0.36);
3537
@define-color card_bg_color rgba(255, 255, 255, 0.08);
3638
@define-color card_fg_color white;
3739
@define-color card_shade_color rgba(0, 0, 0, 0.36);
3840
@define-color dialog_bg_color #383838;
3941
@define-color dialog_fg_color white;
4042
@define-color popover_bg_color #383838;
4143
@define-color popover_fg_color white;
42-
@define-color popover_shade_color rgba(0, 0, 0, 0.36);
44+
@define-color popover_shade_color rgba(0, 0, 0, 0.25);
4345
@define-color thumbnail_bg_color #383838;
4446
@define-color thumbnail_fg_color white;
45-
@define-color shade_color rgba(0, 0, 0, 0.36);
47+
@define-color shade_color rgba(0, 0, 0, 0.25);
4648
@define-color scrollbar_outline_color rgba(0, 0, 0, 0.5);
47-
4849
@import '../gtk-3.0/libadwaita.css';
4950
@import '../gtk-3.0/libadwaita-tweaks.css';

0 commit comments

Comments
 (0)