general: colors

This commit is contained in:
He4eT 2024-08-12 17:06:02 +02:00
commit a02ba8caaa
2 changed files with 12 additions and 7 deletions

View file

@ -2,11 +2,17 @@
* Colors *
**********/
@define-color gtk_sidebar_color @gtk_bg_color;
@define-color gtk_base_color #bdbdbd;
@define-color gtk_fg_color #212121;
@define-color gtk_selection_color #757575;
@define-color warning_color #f6d32d;
@define-color error_color #e01b24;
@define-color success_color #33d17a;
@define-color warning_color #ffad29;
@define-color error_color #ff4242;
@define-color success_color #47af68;
/**/
@define-color gtk_sidebar_color @gtk_bg_color;
@define-color panel_bg @gtk_titlebar_bg_color;
@define-color panel_fg @gtk_titlebar_fg_color;
@ -74,6 +80,7 @@
@define-color accent_color @gtk_selected_bg_color;
@define-color menu_separator @gtk_borders;
/* TODO remove this circus */
@define-color STRAWBERRY_100 #ff8c82;
@define-color STRAWBERRY_300 #ed5353;
@define-color STRAWBERRY_500 #c6262e;