78 lines
4.0 KiB
CSS
78 lines
4.0 KiB
CSS
@define-color theme_fg_color #dedede;
|
|
@define-color theme_bg_color #262626;
|
|
@define-color theme_text_color #dedede;
|
|
@define-color theme_base_color #2e2e2e;
|
|
@define-color theme_view_hover_decoration_color #2d9d91;
|
|
@define-color theme_hovering_selected_bg_color #2d9d91;
|
|
@define-color theme_selected_bg_color #2d9d91;
|
|
@define-color theme_selected_fg_color #ffffff;
|
|
@define-color theme_view_active_decoration_color #2d9d91;
|
|
@define-color theme_button_background_normal #424242;
|
|
@define-color theme_button_decoration_hover #2d9d91;
|
|
@define-color theme_button_decoration_focus #2d9d91;
|
|
@define-color theme_button_foreground_normal #ffffff;
|
|
@define-color theme_button_foreground_active #ffffff;
|
|
@define-color borders #545454;
|
|
@define-color warning_color #f09805;
|
|
@define-color success_color #18ca63;
|
|
@define-color error_color #d14949;
|
|
@define-color theme_unfocused_fg_color #dedede;
|
|
@define-color theme_unfocused_text_color #dedede;
|
|
@define-color theme_unfocused_bg_color #262626;
|
|
@define-color theme_unfocused_base_color #2e2e2e;
|
|
@define-color theme_unfocused_selected_bg_color_alt #18413d;
|
|
@define-color theme_unfocused_selected_bg_color #18413d;
|
|
@define-color theme_unfocused_selected_fg_color #dedede;
|
|
@define-color theme_button_background_backdrop #424242;
|
|
@define-color theme_button_decoration_hover_backdrop #2d9d91;
|
|
@define-color theme_button_decoration_focus_backdrop #2d9d91;
|
|
@define-color theme_button_foreground_backdrop #ffffff;
|
|
@define-color theme_button_foreground_active_backdrop #dedede;
|
|
@define-color unfocused_borders #545454;
|
|
@define-color warning_color_backdrop #f09805;
|
|
@define-color success_color_backdrop #18ca63;
|
|
@define-color error_color_backdrop #d14949;
|
|
@define-color insensitive_fg_color #616161;
|
|
@define-color insensitive_base_fg_color #666666;
|
|
@define-color insensitive_bg_color #242424;
|
|
@define-color insensitive_base_color #2c2c2c;
|
|
@define-color insensitive_selected_bg_color #242424;
|
|
@define-color insensitive_selected_fg_color #616161;
|
|
@define-color theme_button_background_insensitive #3f3f3f;
|
|
@define-color theme_button_decoration_hover_insensitive #385d59;
|
|
@define-color theme_button_decoration_focus_insensitive #385d59;
|
|
@define-color theme_button_foreground_insensitive #7e7e7e;
|
|
@define-color theme_button_foreground_active_insensitive #616161;
|
|
@define-color insensitive_borders #333333;
|
|
@define-color warning_color_insensitive #6c4f1e;
|
|
@define-color success_color_insensitive #24603d;
|
|
@define-color error_color_insensitive #623535;
|
|
@define-color insensitive_unfocused_fg_color #616161;
|
|
@define-color theme_unfocused_view_text_color #666666;
|
|
@define-color insensitive_unfocused_bg_color #242424;
|
|
@define-color theme_unfocused_view_bg_color #2c2c2c;
|
|
@define-color insensitive_unfocused_selected_bg_color #242424;
|
|
@define-color insensitive_unfocused_selected_fg_color #616161;
|
|
@define-color theme_button_background_backdrop_insensitive #3f3f3f;
|
|
@define-color theme_button_decoration_hover_backdrop_insensitive #385d59;
|
|
@define-color theme_button_decoration_focus_backdrop_insensitive #385d59;
|
|
@define-color theme_button_foreground_backdrop_insensitive #7e7e7e;
|
|
@define-color theme_button_foreground_active_backdrop_insensitive #616161;
|
|
@define-color unfocused_insensitive_borders #333333;
|
|
@define-color warning_color_insensitive_backdrop #6c4f1e;
|
|
@define-color success_color_insensitive_backdrop #24603d;
|
|
@define-color error_color_insensitive_backdrop #623535;
|
|
@define-color link_color #33b1a4;
|
|
@define-color link_visited_color #38c5b6;
|
|
@define-color tooltip_text #dedede;
|
|
@define-color tooltip_background #2e2e2e;
|
|
@define-color tooltip_border #5a5a5a;
|
|
@define-color content_view_bg #2e2e2e;
|
|
@define-color theme_titlebar_background rgb(38,38,38);
|
|
@define-color theme_titlebar_foreground rgb(222,222,222);
|
|
@define-color theme_titlebar_background_light #262626;
|
|
@define-color theme_titlebar_foreground_backdrop rgb(104,104,104);
|
|
@define-color theme_titlebar_background_backdrop rgb(38,38,38);
|
|
@define-color theme_titlebar_foreground_insensitive rgb(104,104,104);
|
|
@define-color theme_titlebar_foreground_insensitive_backdrop rgb(104,104,104);
|