Tweaked some colors and widgets
parent
78487679ce
commit
55804446fa
|
@ -112,18 +112,3 @@
|
||||||
.menuitem.radio:active:insensitive {
|
.menuitem.radio:active:insensitive {
|
||||||
background-image: url("assets/menuitem-radio-checked-insensitive.png");
|
background-image: url("assets/menuitem-radio-checked-insensitive.png");
|
||||||
}
|
}
|
||||||
|
|
||||||
/***************
|
|
||||||
* progressbar *
|
|
||||||
***************/
|
|
||||||
.progressbar,
|
|
||||||
.progressbar row,
|
|
||||||
.progressbar row:hover,
|
|
||||||
.progressbar row:selected,
|
|
||||||
.progressbar row:selected:focus {
|
|
||||||
background-image: url("assets/progress.png");
|
|
||||||
}
|
|
||||||
|
|
||||||
.progressbar.vertical {
|
|
||||||
background-image: url("assets/progress-vertical.png");
|
|
||||||
}
|
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
@define-color selected_bg_color #d64937;
|
@define-color selected_bg_color #d64937;
|
||||||
@define-color selected_fg_color #f9f9f9;
|
@define-color selected_fg_color #f9f9f9;
|
||||||
@define-color tooltip_bg_color #2D2D2D;
|
@define-color tooltip_bg_color #2D2D2D;
|
||||||
@define-color tooltip_fg_color #888888;
|
@define-color tooltip_fg_color #f9f9f9;
|
||||||
|
|
||||||
/* colormap actually used by the theme, to be overridden in other css files */
|
/* colormap actually used by the theme, to be overridden in other css files */
|
||||||
@define-color theme_bg_color @bg_color;
|
@define-color theme_bg_color @bg_color;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
[Settings]
|
[Settings]
|
||||||
gtk-color-scheme = "base_color:#eeeeee\nbg_color:#dddddd\ntooltip_bg_color:#2D2D2D\nselected_bg_color:#d64937\ntext_color:#888888\nfg_color:#888888;\ntooltip_fg_color:#888888\nselected_fg_color:#f9f9f9\nlink_color:#569be4"
|
gtk-color-scheme = "base_color:#eeeeee\nbg_color:#dddddd\ntooltip_bg_color:#2D2D2D\nselected_bg_color:#d64937\ntext_color:#888888\nfg_color:#888888;\ntooltip_fg_color:#f9f9f9\nselected_fg_color:#f9f9f9\nlink_color:#569be4"
|
||||||
gtk-auto-mnemonics = 1
|
gtk-auto-mnemonics = 1
|
||||||
gtk-visible-focus = automatic
|
gtk-visible-focus = automatic
|
||||||
|
|
|
@ -61,11 +61,11 @@
|
||||||
<!-- Window Title -->
|
<!-- Window Title -->
|
||||||
|
|
||||||
<draw_ops name="draw_title_text_normal">
|
<draw_ops name="draw_title_text_normal">
|
||||||
<title color="#888888" x="3 `max` (width-title_width)/2" y="0 `max` ((height-title_height)/2)"/>
|
<title color="#dcdcdc" x="3 `max` (width-title_width)/2" y="0 `max` ((height-title_height)/2)"/>
|
||||||
</draw_ops>
|
</draw_ops>
|
||||||
|
|
||||||
<draw_ops name="draw_title_text_inactive">
|
<draw_ops name="draw_title_text_inactive">
|
||||||
<title color="#444444" x="3 `max` (width-title_width)/2" y="0 `max` ((height-title_height)/2)"/>
|
<title color="#888888" x="3 `max` (width-title_width)/2" y="0 `max` ((height-title_height)/2)"/>
|
||||||
</draw_ops>
|
</draw_ops>
|
||||||
|
|
||||||
<draw_ops name="draw_title">
|
<draw_ops name="draw_title">
|
||||||
|
|
|
@ -91,11 +91,11 @@
|
||||||
<!-- title -->
|
<!-- title -->
|
||||||
|
|
||||||
<draw_ops name="title_focused">
|
<draw_ops name="title_focused">
|
||||||
<title color="#888888" x="3 `max` (width-title_width)/2" y="0 `max` ((height-title_height)/2)"/>
|
<title color="#dcdcdc" x="3 `max` (width-title_width)/2" y="0 `max` ((height-title_height)/2)"/>
|
||||||
</draw_ops>
|
</draw_ops>
|
||||||
|
|
||||||
<draw_ops name="title_unfocused">
|
<draw_ops name="title_unfocused">
|
||||||
<title color="#444444" x="3 `max` (width-title_width)/2" y="0 `max` ((height-title_height)/2)"/>
|
<title color="#888888" x="3 `max` (width-title_width)/2" y="0 `max` ((height-title_height)/2)"/>
|
||||||
</draw_ops>
|
</draw_ops>
|
||||||
|
|
||||||
<!-- window decorations -->
|
<!-- window decorations -->
|
||||||
|
|
Loading…
Reference in New Issue