This commit is contained in:
Eudaimon 2024-04-02 16:11:36 +02:00
commit 6823e33d8b
1 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@
@define-color disabled_bg mix(@window_bg, @text_widget_bg, 0.5);
@define-color selected_fg #ffffff;
@define-color selected_bg #5e0b0b;
@define-color selected_bg #0042E1;
@define-color button_fg #ffffff;
@ -27,8 +27,8 @@
@define-color success_color #73d216;
@define-color titlebar_active_fg #3d3d3e;
@define-color titlebar_active_bg @window_fg;
@define-color titlebar_active_fg #@widow_fg;
@define-color titlebar_active_bg @3d3d3e;
@define-color titlebar_backdrop_fg #c3c3c1;
@define-color titlebar_backdrop_bg #464648;