mirror of
https://github.com/He4eT/Desolate-GTK.git
synced 2026-05-04 17:37:22 +00:00
general: sidebar and titlebar bg
This commit is contained in:
parent
2a46d09ac3
commit
c7745df8b2
2 changed files with 3 additions and 3 deletions
|
|
@ -3,7 +3,7 @@
|
|||
@import url("../general/widgets.css");
|
||||
@import url("../general/titlebar.css");
|
||||
|
||||
@define-color gtk_titlebar_bg_color mix(@gtk_bg_color,@gtk_fg_color,0.05);
|
||||
@define-color gtk_titlebar_bg_color @gtk_bg_color;
|
||||
|
||||
@define-color gtk_fg_color #212121;
|
||||
@define-color gtk_text_color @gtk_fg_color;
|
||||
|
|
|
|||
|
|
@ -2,13 +2,13 @@
|
|||
* Colors *
|
||||
**********/
|
||||
|
||||
@define-color gtk_sidebar_color mix(@gtk_bg_color,@gtk_fg_color,0.01);
|
||||
@define-color gtk_sidebar_color @gtk_bg_color;
|
||||
|
||||
@define-color warning_color #f6d32d;
|
||||
@define-color error_color #e01b24;
|
||||
@define-color success_color #33d17a;
|
||||
|
||||
@define-color panel_bg shade(@gtk_titlebar_bg_color,0.95);
|
||||
@define-color panel_bg @gtk_titlebar_bg_color;
|
||||
@define-color panel_fg @gtk_titlebar_fg_color;
|
||||
|
||||
@define-color theme_fg_color @gtk_fg_color;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue