invert image assets and increase scrollbar/scalebar thickness

This commit is contained in:
Iris Lightshard 2019-09-11 10:04:25 -04:00
parent c5faad1f7a
commit b27e6e621a
Signed by: Iris Lightshard
GPG key ID: 3B7FBC22144E6398
21 changed files with 21 additions and 19 deletions

2
README
View file

@ -74,6 +74,8 @@ done:
[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.5 remove bevel/borders from menubars and toolbars

View file

@ -43,7 +43,7 @@ listitem_selected_fg_color:#000000
style "default" {
base[NORMAL] = @lighter_color
base[NORMAL] = @white_color
text[NORMAL] = @black_color
bg[NORMAL] = @base_color
fg[NORMAL] = @black_color
@ -84,9 +84,9 @@ style "default" {
GtkScrollbar::trough-border = 0
GtkScrollbar::fixed-slider-length = 30
GtkScale::trough-side-details = 0
GtkRange::slider-width = 4
GtkScale::slider-length = 4
GtkScale::slider-width = 4
GtkRange::slider-width = 6
GtkScale::slider-length = 6
GtkScale::slider-width = 6
GtkScrollbar::activate-slider = 1
GtkScrolledWindow::scrollbar-spacing = 0
GtkScrolledWindow::scrollbars-within-bevel = 1
@ -95,8 +95,8 @@ style "default" {
GtkToolbar::shadow-type = 0
GtkButton::default-border = {0,0,0,0}
GtkProgressBar::min-horizontal-bar-height = 4
GtkProgressBar::min-vertical-bar-width = 4
GtkProgressBar::min-horizontal-bar-height = 6
GtkProgressBar::min-vertical-bar-width = 6
}

View file

@ -295,8 +295,8 @@ toolbar button:active, toolbar button:checked {
/**********************************************/
scale trough {
min-width: 4px;
min-height: 4px;
min-width: 6px;
min-height: 6px;
background-color: @darker_color;
}
@ -308,7 +308,7 @@ scale.horizontal trough {
scale.horizontal slider {
min-width: 30px;
min-height: 4px;
min-height: 6px;
background-color: @scale_color;
}
@ -318,7 +318,7 @@ scale.vertical trough {
}
scale.vertical slider {
min-width: 4px;
min-width: 6px;
min-height: 30px;
background-color: @scale_color;
}
@ -339,7 +339,7 @@ progressbar {
}
progressbar.vertical trough {
min-width: 4px;
min-width: 6px;
background-color: @darker_color;
color: @black_color;
border-left: 1px solid @inset_darker_color;
@ -349,7 +349,7 @@ progressbar.vertical trough {
}
progressbar.horizontal trough {
min-height: 4px;
min-height: 6px;
background-color: @darker_color;
color: @black_color;
border-left: 1px solid @inset_darker_color;
@ -359,13 +359,13 @@ progressbar.horizontal trough {
}
progressbar.vertical progress {
min-width: 4px;
min-width: 6px;
background-color: @scale_color;
border: none;
}
progressbar.horizontal progress {
min-height: 4px;
min-height: 6px;
background-color: @scale_color;
border: none;
}
@ -402,14 +402,14 @@ treeview.view.trough:selected {
scrollbar trough {
background-color: @base_color;
color: @scale_color;
min-width: 4px;
min-height: 4px;
min-width: 6px;
min-height: 6px;
}
scrollbar slider, scrollbar slider:hover {
background-color: @scale_color;
min-width: 4px;
min-height: 4px;
min-width: 6px;
min-height: 6px;
}
scrollbar.vertical slider {
@ -435,7 +435,7 @@ scrollbar button {
/**********************************************/
entry {
background-color: @lighter_color;
background-color: @white_color;
color: @black_color;
padding: 2px;
border-left: 1.3px solid @trueblack;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 230 B

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 187 B

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 222 B

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 234 B

After

Width:  |  Height:  |  Size: 3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 272 B

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 226 B

After

Width:  |  Height:  |  Size: 3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 226 B

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 194 B

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 273 B

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 266 B

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 140 B

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 158 B

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 327 B

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 267 B

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 553 B

After

Width:  |  Height:  |  Size: 8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 347 B

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 276 B

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 473 B

After

Width:  |  Height:  |  Size: 6.5 KiB