Added dark-blue-brown theme

This commit is contained in:
eudaimon 2024-06-25 17:51:22 +02:00
parent bc51825e14
commit 6b96b1579a

View file

@ -0,0 +1,33 @@
/*
* Based on E17 colors, with pressed button as selected bacgkround and with brown disabled elements
*/
@define-color window_fg #e6e6fa;
@define-color window_bg #3d3d3e;
@define-color text_widget_fg #e6e6fa;
@define-color text_widget_bg #232323;
@define-color button_fg @text_widget_fg;
@define-color button_bg #4f4f4f;
@define-color button_pushed_fg @selected_fg;
@define-color button_pushed_bg @selected_bg;
@define-color border_color black;
@define-color disabled_fg #9e7474;
@define-color disabled_bg #4f4242;
@define-color selected_fg #ffffff;
@define-color selected_bg #005dd6;
@define-color warning_color #f57900;
@define-color error_color #990000;
@define-color success_color #73d216;
@define-color titlebar_active_fg #ffffff;
@define-color titlebar_active_bg #556575;
@define-color titlebar_backdrop_fg #999999;
@define-color titlebar_backdrop_bg #2b3641;
@define-color hint_fg #000000;
@define-color hint_bg #ffffff;