Flatpak : Update perms.
This commit is contained in:
parent
08e5e18221
commit
2b5939afdf
|
@ -1,41 +1,41 @@
|
||||||
@define-color accent_color rgb(184,187,38);
|
@define-color accent_color #fbf1c7;
|
||||||
@define-color accent_bg_color rgb(152,151,26);
|
@define-color accent_bg_color #ebdbb2;
|
||||||
@define-color accent_fg_color rgb(235,219,178);
|
@define-color accent_fg_color #282828;
|
||||||
@define-color destructive_color rgb(251,73,52);
|
@define-color destructive_color #fb4934;
|
||||||
@define-color destructive_bg_color rgb(204,36,29);
|
@define-color destructive_bg_color #cc241d;
|
||||||
@define-color destructive_fg_color rgb(235,219,178);
|
@define-color destructive_fg_color #ebdbb2;
|
||||||
@define-color success_color rgb(184,187,38);
|
@define-color success_color #b8bb26;
|
||||||
@define-color success_bg_color rgb(152,151,26);
|
@define-color success_bg_color #98971a;
|
||||||
@define-color success_fg_color rgb(235,219,178);
|
@define-color success_fg_color #ebdbb2;
|
||||||
@define-color warning_color rgb(250,189,47) ;
|
@define-color warning_color #fabd2f;
|
||||||
@define-color warning_bg_color rgb(215,153,33);
|
@define-color warning_bg_color #d79921;
|
||||||
@define-color warning_fg_color rgb(235,219,178);
|
@define-color warning_fg_color #282828;
|
||||||
@define-color error_color rgb(251,73,52);
|
@define-color error_color #fb4934;
|
||||||
@define-color error_bg_color rgb(204,36,29);
|
@define-color error_bg_color #cc241d;
|
||||||
@define-color error_fg_color rgb(235,219,178);
|
@define-color error_fg_color #ffffff;
|
||||||
@define-color window_bg_color rgb(40,40,40);
|
@define-color window_bg_color #282828;
|
||||||
@define-color window_fg_color rgb(235,219,178);
|
@define-color window_fg_color #ebdbb2;
|
||||||
@define-color view_bg_color rgb(40,40,40);
|
@define-color view_bg_color #282828;
|
||||||
@define-color view_fg_color rgb(235,219,178);
|
@define-color view_fg_color #ebdbb2;
|
||||||
@define-color headerbar_bg_color rgb(60,56,54);
|
@define-color headerbar_bg_color #3c3836;
|
||||||
@define-color headerbar_fg_color rgb(235,219,178);
|
@define-color headerbar_fg_color #fbf1c7;
|
||||||
@define-color headerbar_border_color rgba(0,0,0,0.1);
|
@define-color headerbar_border_color #fbf1c7;
|
||||||
@define-color headerbar_backdrop_color rgb(40,40,40);
|
@define-color headerbar_backdrop_color @window_bg_color;
|
||||||
@define-color headerbar_shade_color rgba(0,0,0,0.07);
|
@define-color headerbar_shade_color rgba(0, 0, 0, 0.36);
|
||||||
@define-color card_bg_color rgb(80,73,69);
|
@define-color card_bg_color #3c3836;
|
||||||
@define-color card_fg_color rgb(235,219,178);
|
@define-color card_fg_color #ebdbb2;
|
||||||
@define-color card_shade_color rgba(0,0,0,0.07);
|
@define-color card_shade_color rgba(0, 0, 0, 0.36);
|
||||||
@define-color dialog_bg_color rgb(102,92,84);
|
@define-color dialog_bg_color #3c3836;
|
||||||
@define-color dialog_fg_color rgb(235,219,178);
|
@define-color dialog_fg_color #fbf1c7;
|
||||||
@define-color popover_bg_color rgb(102,92,84);
|
@define-color popover_bg_color #3c3836;
|
||||||
@define-color popover_fg_color rgb(235,219,178);
|
@define-color popover_fg_color #fbf1c7;
|
||||||
@define-color shade_color rgb(213,196,161);
|
@define-color shade_color rgba(0,0,0,0.36);
|
||||||
@define-color scrollbar_outline_color rgb(213,196,161);
|
@define-color scrollbar_outline_color rgba(0,0,0,0.5);
|
||||||
@define-color blue_1 #99c1f1;
|
@define-color blue_1 rgb(153,193,241);
|
||||||
@define-color blue_2 #62a0ea;
|
@define-color blue_2 rgb(98,160,234);
|
||||||
@define-color blue_3 #3584e4;
|
@define-color blue_3 rgb(53,132,228);
|
||||||
@define-color blue_4 #1c71d8;
|
@define-color blue_4 rgb(28,113,216);
|
||||||
@define-color blue_5 #1a5fb4;
|
@define-color blue_5 rgb(26,95,180);
|
||||||
@define-color green_1 #8ff0a4;
|
@define-color green_1 #8ff0a4;
|
||||||
@define-color green_2 #57e389;
|
@define-color green_2 #57e389;
|
||||||
@define-color green_3 #33d17a;
|
@define-color green_3 #33d17a;
|
||||||
|
|
|
@ -1,41 +1,41 @@
|
||||||
@define-color accent_color rgb(184,187,38);
|
@define-color accent_color #fbf1c7;
|
||||||
@define-color accent_bg_color rgb(152,151,26);
|
@define-color accent_bg_color #ebdbb2;
|
||||||
@define-color accent_fg_color rgb(235,219,178);
|
@define-color accent_fg_color #282828;
|
||||||
@define-color destructive_color rgb(251,73,52);
|
@define-color destructive_color #fb4934;
|
||||||
@define-color destructive_bg_color rgb(204,36,29);
|
@define-color destructive_bg_color #cc241d;
|
||||||
@define-color destructive_fg_color rgb(235,219,178);
|
@define-color destructive_fg_color #ebdbb2;
|
||||||
@define-color success_color rgb(184,187,38);
|
@define-color success_color #b8bb26;
|
||||||
@define-color success_bg_color rgb(152,151,26);
|
@define-color success_bg_color #98971a;
|
||||||
@define-color success_fg_color rgb(235,219,178);
|
@define-color success_fg_color #ebdbb2;
|
||||||
@define-color warning_color rgb(250,189,47) ;
|
@define-color warning_color #fabd2f;
|
||||||
@define-color warning_bg_color rgb(215,153,33);
|
@define-color warning_bg_color #d79921;
|
||||||
@define-color warning_fg_color rgb(235,219,178);
|
@define-color warning_fg_color #282828;
|
||||||
@define-color error_color rgb(251,73,52);
|
@define-color error_color #fb4934;
|
||||||
@define-color error_bg_color rgb(204,36,29);
|
@define-color error_bg_color #cc241d;
|
||||||
@define-color error_fg_color rgb(235,219,178);
|
@define-color error_fg_color #ffffff;
|
||||||
@define-color window_bg_color rgb(40,40,40);
|
@define-color window_bg_color #282828;
|
||||||
@define-color window_fg_color rgb(235,219,178);
|
@define-color window_fg_color #ebdbb2;
|
||||||
@define-color view_bg_color rgb(40,40,40);
|
@define-color view_bg_color #282828;
|
||||||
@define-color view_fg_color rgb(235,219,178);
|
@define-color view_fg_color #ebdbb2;
|
||||||
@define-color headerbar_bg_color rgb(60,56,54);
|
@define-color headerbar_bg_color #3c3836;
|
||||||
@define-color headerbar_fg_color rgb(235,219,178);
|
@define-color headerbar_fg_color #fbf1c7;
|
||||||
@define-color headerbar_border_color rgba(0,0,0,0.1);
|
@define-color headerbar_border_color #fbf1c7;
|
||||||
@define-color headerbar_backdrop_color rgb(40,40,40);
|
@define-color headerbar_backdrop_color @window_bg_color;
|
||||||
@define-color headerbar_shade_color rgba(0,0,0,0.07);
|
@define-color headerbar_shade_color rgba(0, 0, 0, 0.36);
|
||||||
@define-color card_bg_color rgb(80,73,69);
|
@define-color card_bg_color #3c3836;
|
||||||
@define-color card_fg_color rgb(235,219,178);
|
@define-color card_fg_color #ebdbb2;
|
||||||
@define-color card_shade_color rgba(0,0,0,0.07);
|
@define-color card_shade_color rgba(0, 0, 0, 0.36);
|
||||||
@define-color dialog_bg_color rgb(102,92,84);
|
@define-color dialog_bg_color #3c3836;
|
||||||
@define-color dialog_fg_color rgb(235,219,178);
|
@define-color dialog_fg_color #fbf1c7;
|
||||||
@define-color popover_bg_color rgb(102,92,84);
|
@define-color popover_bg_color #3c3836;
|
||||||
@define-color popover_fg_color rgb(235,219,178);
|
@define-color popover_fg_color #fbf1c7;
|
||||||
@define-color shade_color rgb(213,196,161);
|
@define-color shade_color rgba(0,0,0,0.36);
|
||||||
@define-color scrollbar_outline_color rgb(213,196,161);
|
@define-color scrollbar_outline_color rgba(0,0,0,0.5);
|
||||||
@define-color blue_1 #99c1f1;
|
@define-color blue_1 rgb(153,193,241);
|
||||||
@define-color blue_2 #62a0ea;
|
@define-color blue_2 rgb(98,160,234);
|
||||||
@define-color blue_3 #3584e4;
|
@define-color blue_3 rgb(53,132,228);
|
||||||
@define-color blue_4 #1c71d8;
|
@define-color blue_4 rgb(28,113,216);
|
||||||
@define-color blue_5 #1a5fb4;
|
@define-color blue_5 rgb(26,95,180);
|
||||||
@define-color green_1 #8ff0a4;
|
@define-color green_1 #8ff0a4;
|
||||||
@define-color green_2 #57e389;
|
@define-color green_2 #57e389;
|
||||||
@define-color green_3 #33d17a;
|
@define-color green_3 #33d17a;
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
[Context]
|
[Context]
|
||||||
filesystems=xdg-config/gtk-3.0:ro;xdg-config/gtk-4.0:ro;xdg-config/gtk-4.0;xdg-config/gtk-3.0;
|
filesystems=xdg-config/gtk-3.0:ro;xdg-config/gtk-4.0:ro;
|
||||||
|
|
Reference in a new issue