general: sidebar and titlebar bg

This commit is contained in:
He4eT 2024-08-10 06:53:36 +02:00
commit c7745df8b2
2 changed files with 3 additions and 3 deletions

View file

@ -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;