96 lines
3.3 KiB
CSS
96 lines
3.3 KiB
CSS
|
/* search for rgba value important! 46, 52, 54 */
|
||
|
|
||
|
/* default color scheme */
|
||
|
@define-color bg_color #ffffff;
|
||
|
@define-color fg_color #4c4c4c;
|
||
|
@define-color base_color #ffffff;
|
||
|
@define-color text_color #4c4c4c;
|
||
|
@define-color selected_bg_color #cce8ff;
|
||
|
@define-color selected_fg_color #262626;
|
||
|
@define-color tooltip_bg_color #ffffff;
|
||
|
@define-color tooltip_fg_color #4c4c4c;
|
||
|
@define-color progressbar_color #06B025;
|
||
|
|
||
|
@define-color outline_color rgba(46,52,54,0.3);
|
||
|
@define-color txt_shadow rgba(255, 255, 255, 0.76923);
|
||
|
|
||
|
/* OSD colors */
|
||
|
@define-color osd_bg_color alpha(#111111, 0.9);
|
||
|
@define-color osd_fg_color #ffffff;
|
||
|
@define-color osd_borders #8c8c8c;
|
||
|
@define-color osd_outline #eeeeec;
|
||
|
@define-color osd_txt_shadow rgba(255,255,255,0.1);
|
||
|
|
||
|
/* widget text/foreground color */
|
||
|
@define-color theme_fg_color #2e3436;
|
||
|
/*
|
||
|
text color for entries, views and content in general */
|
||
|
@define-color theme_text_color black;
|
||
|
/*
|
||
|
widget base background color */
|
||
|
@define-color theme_bg_color #ffffff;
|
||
|
/*
|
||
|
text widgets and the like base background color */
|
||
|
@define-color theme_base_color #ffffff;
|
||
|
/*
|
||
|
base background color of selections */
|
||
|
@define-color theme_selected_bg_color #cce8ff;
|
||
|
/*
|
||
|
text/foreground color of selections */
|
||
|
@define-color theme_selected_fg_color #262626;
|
||
|
/*
|
||
|
base background color of insensitive widgets */
|
||
|
@define-color insensitive_bg_color #fcfcfc;
|
||
|
/*
|
||
|
text foreground color of insensitive widgets */
|
||
|
@define-color insensitive_fg_color #8c8c8c;
|
||
|
/*
|
||
|
insensitive text widgets and the like base background color */
|
||
|
@define-color insensitive_base_color #ffffff;
|
||
|
/*
|
||
|
widget text/foreground color on backdrop windows */
|
||
|
@define-color theme_unfocused_fg_color #8c8c8c;
|
||
|
/*
|
||
|
text color for entries, views and content in general on backdrop windows */
|
||
|
@define-color theme_unfocused_text_color black;
|
||
|
/*
|
||
|
widget base background color on backdrop windows */
|
||
|
@define-color theme_unfocused_bg_color #fcfcfc;
|
||
|
/*
|
||
|
text widgets and the like base background color on backdrop windows */
|
||
|
@define-color theme_unfocused_base_color #fcfcfc;
|
||
|
/*
|
||
|
base background color of selections on backdrop windows */
|
||
|
@define-color theme_unfocused_selected_bg_color #d1d1d1;
|
||
|
/*
|
||
|
text/foreground color of selections on backdrop windows */
|
||
|
@define-color theme_unfocused_selected_fg_color #000000;
|
||
|
/*
|
||
|
widgets main borders color */
|
||
|
@define-color borders #aaaaaa;
|
||
|
/*
|
||
|
widgets main borders color on backdrop windows */
|
||
|
@define-color unfocused_borders #8c8c8c;
|
||
|
/*
|
||
|
these are pretty self explicative */
|
||
|
@define-color warning_color #f57900;
|
||
|
@define-color error_color #cc0000;
|
||
|
@define-color success_color #73d216;
|
||
|
/*
|
||
|
these colors are exported for the window manager and shouldn't be used in applications,
|
||
|
read if you used those and something break with a version upgrade you're on your own... */
|
||
|
@define-color wm_title shade(#2e3436, 1.8);
|
||
|
@define-color wm_unfocused_title #8b8e8f;
|
||
|
@define-color wm_highlight rgba(255, 255, 255, 0.8);
|
||
|
@define-color wm_borders_edge rgba(255, 255, 255, 0.8);
|
||
|
@define-color wm_bg_a shade(#e8e8e7, 1.2);
|
||
|
@define-color wm_bg_b #e8e8e7;
|
||
|
@define-color wm_shadow alpha(black, 0.35);
|
||
|
@define-color wm_border alpha(black, 0.18);
|
||
|
@define-color wm_button_hover_color_a shade(#e8e8e7, 1.3);
|
||
|
@define-color wm_button_hover_color_b #e8e8e7;
|
||
|
@define-color wm_button_active_color_a shade(#e8e8e7, 0.85);
|
||
|
@define-color wm_button_active_color_b shade(#e8e8e7, 0.89);
|
||
|
@define-color wm_button_active_color_c shade(#e8e8e7, 0.9);
|
||
|
@define-color content_view_bg #ffffff;
|