123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- @define-color theme_fg_color #dedede;
- @define-color theme_bg_color #242424;
- @define-color theme_text_color #dedede;
- @define-color theme_base_color #242424;
- @define-color theme_view_hover_decoration_color #315bef;
- @define-color theme_hovering_selected_bg_color #ffffff;
- @define-color theme_selected_bg_color #315bef;
- @define-color theme_selected_fg_color #ffffff;
- @define-color theme_view_active_decoration_color #315bef;
- @define-color theme_button_background_normal #656565;
- @define-color theme_button_decoration_hover #315bef;
- @define-color theme_button_decoration_focus #315bef;
- @define-color theme_button_foreground_normal #dedede;
- @define-color theme_button_foreground_active #ffffff;
- @define-color borders #525252;
- @define-color warning_color #f67400;
- @define-color success_color #27ae60;
- @define-color error_color #da4453;
- @define-color theme_unfocused_fg_color #dedede;
- @define-color theme_unfocused_text_color #dedede;
- @define-color theme_unfocused_bg_color #242424;
- @define-color theme_unfocused_base_color #242424;
- @define-color theme_unfocused_selected_bg_color_alt #1c2e6d;
- @define-color theme_unfocused_selected_bg_color #1c2e6d;
- @define-color theme_unfocused_selected_fg_color #dedede;
- @define-color theme_button_background_backdrop #656565;
- @define-color theme_button_decoration_hover_backdrop #315bef;
- @define-color theme_button_decoration_focus_backdrop #315bef;
- @define-color theme_button_foreground_backdrop #dedede;
- @define-color theme_button_foreground_active_backdrop #dedede;
- @define-color unfocused_borders #525252;
- @define-color warning_color_backdrop #f67400;
- @define-color success_color_backdrop #27ae60;
- @define-color error_color_backdrop #da4453;
- @define-color insensitive_fg_color #606060;
- @define-color insensitive_base_fg_color #606060;
- @define-color insensitive_bg_color #222222;
- @define-color insensitive_base_color #222222;
- @define-color insensitive_selected_bg_color #222222;
- @define-color insensitive_selected_fg_color #606060;
- @define-color theme_button_background_insensitive #606060;
- @define-color theme_button_decoration_hover_insensitive #4f5d8e;
- @define-color theme_button_decoration_focus_insensitive #4f5d8e;
- @define-color theme_button_foreground_insensitive #898989;
- @define-color theme_button_foreground_active_insensitive #606060;
- @define-color insensitive_borders #323232;
- @define-color warning_color_insensitive #683d16;
- @define-color success_color_insensitive #235036;
- @define-color error_color_insensitive #5f2d32;
- @define-color insensitive_unfocused_fg_color #606060;
- @define-color theme_unfocused_view_text_color #606060;
- @define-color insensitive_unfocused_bg_color #222222;
- @define-color theme_unfocused_view_bg_color #222222;
- @define-color insensitive_unfocused_selected_bg_color #222222;
- @define-color insensitive_unfocused_selected_fg_color #606060;
- @define-color theme_button_background_backdrop_insensitive #606060;
- @define-color theme_button_decoration_hover_backdrop_insensitive #4f5d8e;
- @define-color theme_button_decoration_focus_backdrop_insensitive #4f5d8e;
- @define-color theme_button_foreground_backdrop_insensitive #898989;
- @define-color theme_button_foreground_active_backdrop_insensitive #606060;
- @define-color unfocused_insensitive_borders #323232;
- @define-color warning_color_insensitive_backdrop #683d16;
- @define-color success_color_insensitive_backdrop #235036;
- @define-color error_color_insensitive_backdrop #5f2d32;
- @define-color link_color #315bef;
- @define-color link_visited_color #787878;
- @define-color tooltip_text #dedede;
- @define-color tooltip_background #333333;
- @define-color tooltip_border #5e5e5e;
- @define-color content_view_bg #242424;
- @define-color theme_titlebar_background rgb(51,51,51);
- @define-color theme_titlebar_foreground rgb(222,222,222);
- @define-color theme_titlebar_background_light #242424;
- @define-color theme_titlebar_foreground_backdrop rgb(120,120,120);
- @define-color theme_titlebar_background_backdrop rgb(66,66,66);
- @define-color theme_titlebar_foreground_insensitive rgb(120,120,120);
- @define-color theme_titlebar_foreground_insensitive_backdrop rgb(120,120,120);
|