invert image assets and increase scrollbar/scalebar thickness
2
README
|
@ -74,6 +74,8 @@ done:
|
||||||
|
|
||||||
[steppenwolf]
|
[steppenwolf]
|
||||||
|
|
||||||
|
0.61 inverted some image assets, increased scroll/scalebar size for steppenwolf-dark
|
||||||
|
|
||||||
0.6 darken disabled menuitem color a bit, add steppenwolf-dark
|
0.6 darken disabled menuitem color a bit, add steppenwolf-dark
|
||||||
|
|
||||||
0.5 remove bevel/borders from menubars and toolbars
|
0.5 remove bevel/borders from menubars and toolbars
|
||||||
|
|
|
@ -43,7 +43,7 @@ listitem_selected_fg_color:#000000
|
||||||
|
|
||||||
style "default" {
|
style "default" {
|
||||||
|
|
||||||
base[NORMAL] = @lighter_color
|
base[NORMAL] = @white_color
|
||||||
text[NORMAL] = @black_color
|
text[NORMAL] = @black_color
|
||||||
bg[NORMAL] = @base_color
|
bg[NORMAL] = @base_color
|
||||||
fg[NORMAL] = @black_color
|
fg[NORMAL] = @black_color
|
||||||
|
@ -84,9 +84,9 @@ style "default" {
|
||||||
GtkScrollbar::trough-border = 0
|
GtkScrollbar::trough-border = 0
|
||||||
GtkScrollbar::fixed-slider-length = 30
|
GtkScrollbar::fixed-slider-length = 30
|
||||||
GtkScale::trough-side-details = 0
|
GtkScale::trough-side-details = 0
|
||||||
GtkRange::slider-width = 4
|
GtkRange::slider-width = 6
|
||||||
GtkScale::slider-length = 4
|
GtkScale::slider-length = 6
|
||||||
GtkScale::slider-width = 4
|
GtkScale::slider-width = 6
|
||||||
GtkScrollbar::activate-slider = 1
|
GtkScrollbar::activate-slider = 1
|
||||||
GtkScrolledWindow::scrollbar-spacing = 0
|
GtkScrolledWindow::scrollbar-spacing = 0
|
||||||
GtkScrolledWindow::scrollbars-within-bevel = 1
|
GtkScrolledWindow::scrollbars-within-bevel = 1
|
||||||
|
@ -95,8 +95,8 @@ style "default" {
|
||||||
GtkToolbar::shadow-type = 0
|
GtkToolbar::shadow-type = 0
|
||||||
GtkButton::default-border = {0,0,0,0}
|
GtkButton::default-border = {0,0,0,0}
|
||||||
|
|
||||||
GtkProgressBar::min-horizontal-bar-height = 4
|
GtkProgressBar::min-horizontal-bar-height = 6
|
||||||
GtkProgressBar::min-vertical-bar-width = 4
|
GtkProgressBar::min-vertical-bar-width = 6
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -295,8 +295,8 @@ toolbar button:active, toolbar button:checked {
|
||||||
/**********************************************/
|
/**********************************************/
|
||||||
|
|
||||||
scale trough {
|
scale trough {
|
||||||
min-width: 4px;
|
min-width: 6px;
|
||||||
min-height: 4px;
|
min-height: 6px;
|
||||||
background-color: @darker_color;
|
background-color: @darker_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -308,7 +308,7 @@ scale.horizontal trough {
|
||||||
|
|
||||||
scale.horizontal slider {
|
scale.horizontal slider {
|
||||||
min-width: 30px;
|
min-width: 30px;
|
||||||
min-height: 4px;
|
min-height: 6px;
|
||||||
background-color: @scale_color;
|
background-color: @scale_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -318,7 +318,7 @@ scale.vertical trough {
|
||||||
}
|
}
|
||||||
|
|
||||||
scale.vertical slider {
|
scale.vertical slider {
|
||||||
min-width: 4px;
|
min-width: 6px;
|
||||||
min-height: 30px;
|
min-height: 30px;
|
||||||
background-color: @scale_color;
|
background-color: @scale_color;
|
||||||
}
|
}
|
||||||
|
@ -339,7 +339,7 @@ progressbar {
|
||||||
}
|
}
|
||||||
|
|
||||||
progressbar.vertical trough {
|
progressbar.vertical trough {
|
||||||
min-width: 4px;
|
min-width: 6px;
|
||||||
background-color: @darker_color;
|
background-color: @darker_color;
|
||||||
color: @black_color;
|
color: @black_color;
|
||||||
border-left: 1px solid @inset_darker_color;
|
border-left: 1px solid @inset_darker_color;
|
||||||
|
@ -349,7 +349,7 @@ progressbar.vertical trough {
|
||||||
}
|
}
|
||||||
|
|
||||||
progressbar.horizontal trough {
|
progressbar.horizontal trough {
|
||||||
min-height: 4px;
|
min-height: 6px;
|
||||||
background-color: @darker_color;
|
background-color: @darker_color;
|
||||||
color: @black_color;
|
color: @black_color;
|
||||||
border-left: 1px solid @inset_darker_color;
|
border-left: 1px solid @inset_darker_color;
|
||||||
|
@ -359,13 +359,13 @@ progressbar.horizontal trough {
|
||||||
}
|
}
|
||||||
|
|
||||||
progressbar.vertical progress {
|
progressbar.vertical progress {
|
||||||
min-width: 4px;
|
min-width: 6px;
|
||||||
background-color: @scale_color;
|
background-color: @scale_color;
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
progressbar.horizontal progress {
|
progressbar.horizontal progress {
|
||||||
min-height: 4px;
|
min-height: 6px;
|
||||||
background-color: @scale_color;
|
background-color: @scale_color;
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
@ -402,14 +402,14 @@ treeview.view.trough:selected {
|
||||||
scrollbar trough {
|
scrollbar trough {
|
||||||
background-color: @base_color;
|
background-color: @base_color;
|
||||||
color: @scale_color;
|
color: @scale_color;
|
||||||
min-width: 4px;
|
min-width: 6px;
|
||||||
min-height: 4px;
|
min-height: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
scrollbar slider, scrollbar slider:hover {
|
scrollbar slider, scrollbar slider:hover {
|
||||||
background-color: @scale_color;
|
background-color: @scale_color;
|
||||||
min-width: 4px;
|
min-width: 6px;
|
||||||
min-height: 4px;
|
min-height: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
scrollbar.vertical slider {
|
scrollbar.vertical slider {
|
||||||
|
@ -435,7 +435,7 @@ scrollbar button {
|
||||||
/**********************************************/
|
/**********************************************/
|
||||||
|
|
||||||
entry {
|
entry {
|
||||||
background-color: @lighter_color;
|
background-color: @white_color;
|
||||||
color: @black_color;
|
color: @black_color;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
border-left: 1.3px solid @trueblack;
|
border-left: 1.3px solid @trueblack;
|
||||||
|
|
Before Width: | Height: | Size: 230 B After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 187 B After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 222 B After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 234 B After Width: | Height: | Size: 3 KiB |
Before Width: | Height: | Size: 272 B After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 226 B After Width: | Height: | Size: 3 KiB |
Before Width: | Height: | Size: 226 B After Width: | Height: | Size: 1.5 KiB |
BIN
img/arrow-up.png
Before Width: | Height: | Size: 194 B After Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 273 B After Width: | Height: | Size: 4.2 KiB |
Before Width: | Height: | Size: 266 B After Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 140 B After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 158 B After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 327 B After Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 267 B After Width: | Height: | Size: 3.3 KiB |
Before Width: | Height: | Size: 553 B After Width: | Height: | Size: 8 KiB |
Before Width: | Height: | Size: 347 B After Width: | Height: | Size: 4.1 KiB |
Before Width: | Height: | Size: 276 B After Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 473 B After Width: | Height: | Size: 6.5 KiB |