Added style for SushiFontWidget
parent
5b74e38b3f
commit
7175579325
|
@ -253,9 +253,30 @@ GeditFloatingSlider .not-found {
|
||||||
color: @error_fg_color;
|
color: @error_fg_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
/***********************
|
/************************
|
||||||
* gnome control center *
|
* gnome control center *
|
||||||
***********************/
|
************************/
|
||||||
CcShellItemView.view {
|
CcShellItemView.view {
|
||||||
background-color: @theme_bg_color;
|
background-color: @theme_bg_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/***************
|
||||||
|
* font-viewer *
|
||||||
|
***************/
|
||||||
|
SushiFontWidget {
|
||||||
|
padding: 6px 12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*************
|
||||||
|
* gucharmap *
|
||||||
|
*************/
|
||||||
|
GucharmapChartable {
|
||||||
|
background-color: @theme_base_color;
|
||||||
|
}
|
||||||
|
|
||||||
|
GucharmapChartable:active,
|
||||||
|
GucharmapChartable:focus,
|
||||||
|
GucharmapChartable:selected {
|
||||||
|
background-color: @theme_selected_bg_color;
|
||||||
|
color: @theme_selected_fg_color;
|
||||||
|
}
|
||||||
|
|
|
@ -378,20 +378,6 @@ GtkDrawingArea:insensitive {
|
||||||
background-color: shade(@theme_bg_color, 0.9);
|
background-color: shade(@theme_bg_color, 0.9);
|
||||||
}
|
}
|
||||||
|
|
||||||
/************
|
|
||||||
* gucharmap *
|
|
||||||
*************/
|
|
||||||
GucharmapChartable {
|
|
||||||
background-color: @theme_base_color;
|
|
||||||
}
|
|
||||||
|
|
||||||
GucharmapChartable:active,
|
|
||||||
GucharmapChartable:focus,
|
|
||||||
GucharmapChartable:selected {
|
|
||||||
background-color: @theme_selected_bg_color;
|
|
||||||
color: @theme_selected_fg_color;
|
|
||||||
}
|
|
||||||
|
|
||||||
/***********
|
/***********
|
||||||
* gtkhtml *
|
* gtkhtml *
|
||||||
***********/
|
***********/
|
||||||
|
|
|
@ -33,6 +33,7 @@
|
||||||
@define-color error_bg_color rgb (237, 54, 54);
|
@define-color error_bg_color rgb (237, 54, 54);
|
||||||
@define-color link_color #fc6f5d;
|
@define-color link_color #fc6f5d;
|
||||||
@define-color success_color #53a93f;
|
@define-color success_color #53a93f;
|
||||||
|
@define-color warning_color #f57900;
|
||||||
@define-color error_color #cc0000;
|
@define-color error_color #cc0000;
|
||||||
|
|
||||||
/* widget colors */
|
/* widget colors */
|
||||||
|
|
Loading…
Reference in New Issue