Skip to content

Commit

Permalink
chore: sync mirror (gtk4-oodwaita)
Browse files Browse the repository at this point in the history
  • Loading branch information
actionless committed Sep 24, 2024
1 parent b8eae8c commit 0d50e2c
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
*.tmp/
__pycache__
.mypy_cache/

themix_gui/
Original file line number Diff line number Diff line change
Expand Up @@ -2506,6 +2506,8 @@ window.ssd { box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05); }
@define-color popover_fg_color #{{themix_MENU_FG-hex}};
@define-color shade_color rgba(0, 0, 0, 0.07);
@define-color scrollbar_outline_color rgba({{themix_FG-rgb-r}}, {{themix_FG-rgb-g}}, {{themix_FG-rgb-b}}, 0.33);
@define-color dialog_bg_color #{{themix_BG-hex}};
@define-color dialog_fg_color #{{themix_FG-hex}};

* {
font-weight: 400;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2489,6 +2489,8 @@ window.ssd { box-shadow: 0 0 0 1px RGB(0 0 0 / 5%); }
@define-color popover_fg_color #{{themix_MENU_FG-hex}};
@define-color shade_color rgba(0, 0, 0, 0.07);
@define-color scrollbar_outline_color rgba({{themix_FG-rgb-r}}, {{themix_FG-rgb-g}}, {{themix_FG-rgb-b}}, 0.33);
@define-color dialog_bg_color #{{themix_BG-hex}};
@define-color dialog_fg_color #{{themix_FG-hex}};

* {
font-weight: 400;
Expand Down
2 changes: 2 additions & 0 deletions templates/gtk4-oodwaita/templates/themix.mustache.in
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
@define-color popover_fg_color #{{themix_MENU_FG-hex}};
@define-color shade_color rgba(0, 0, 0, 0.07);
@define-color scrollbar_outline_color rgba({{themix_FG-rgb-r}}, {{themix_FG-rgb-g}}, {{themix_FG-rgb-b}}, 0.33);
@define-color dialog_bg_color #{{themix_BG-hex}};
@define-color dialog_fg_color #{{themix_FG-hex}};

* {
font-weight: 400;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2506,6 +2506,8 @@ window.ssd { box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05); }
@define-color popover_fg_color #{{themix_MENU_FG-hex}};
@define-color shade_color rgba(0, 0, 0, 0.07);
@define-color scrollbar_outline_color rgba({{themix_FG-rgb-r}}, {{themix_FG-rgb-g}}, {{themix_FG-rgb-b}}, 0.33);
@define-color dialog_bg_color #{{themix_BG-hex}};
@define-color dialog_fg_color #{{themix_FG-hex}};

* {
font-weight: 400;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2489,6 +2489,8 @@ window.ssd { box-shadow: 0 0 0 1px RGB(0 0 0 / 5%); }
@define-color popover_fg_color #{{themix_MENU_FG-hex}};
@define-color shade_color rgba(0, 0, 0, 0.07);
@define-color scrollbar_outline_color rgba({{themix_FG-rgb-r}}, {{themix_FG-rgb-g}}, {{themix_FG-rgb-b}}, 0.33);
@define-color dialog_bg_color #{{themix_BG-hex}};
@define-color dialog_fg_color #{{themix_FG-hex}};

* {
font-weight: 400;
Expand Down

0 comments on commit 0d50e2c

Please sign in to comment.