diff --git a/README b/README index 6ea90a4..254862f 100644 --- a/README +++ b/README @@ -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 diff --git a/gtk-2.0/gtkrc b/gtk-2.0/gtkrc index e06e4c7..ca98413 100644 --- a/gtk-2.0/gtkrc +++ b/gtk-2.0/gtkrc @@ -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 } diff --git a/gtk-3.0/gtk.css b/gtk-3.0/gtk.css index 8047890..1a2985a 100755 --- a/gtk-3.0/gtk.css +++ b/gtk-3.0/gtk.css @@ -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; diff --git a/img/arrow-down-disabled.png b/img/arrow-down-disabled.png index 0ef9994..d4e7097 100644 Binary files a/img/arrow-down-disabled.png and b/img/arrow-down-disabled.png differ diff --git a/img/arrow-down.png b/img/arrow-down.png index 1301d43..93ff2fa 100644 Binary files a/img/arrow-down.png and b/img/arrow-down.png differ diff --git a/img/arrow-left-disabled.png b/img/arrow-left-disabled.png index 8d68822..3d6f6a3 100644 Binary files a/img/arrow-left-disabled.png and b/img/arrow-left-disabled.png differ diff --git a/img/arrow-left.png b/img/arrow-left.png index 53cd3cf..8004634 100644 Binary files a/img/arrow-left.png and b/img/arrow-left.png differ diff --git a/img/arrow-right-disabled.png b/img/arrow-right-disabled.png index 7b9b715..6d2c384 100644 Binary files a/img/arrow-right-disabled.png and b/img/arrow-right-disabled.png differ diff --git a/img/arrow-right.png b/img/arrow-right.png index c142310..eef07e2 100644 Binary files a/img/arrow-right.png and b/img/arrow-right.png differ diff --git a/img/arrow-up-disabled.png b/img/arrow-up-disabled.png index 4549608..ed7cd3d 100644 Binary files a/img/arrow-up-disabled.png and b/img/arrow-up-disabled.png differ diff --git a/img/arrow-up.png b/img/arrow-up.png index 037c1bf..f60fb49 100644 Binary files a/img/arrow-up.png and b/img/arrow-up.png differ diff --git a/img/check-checked.png b/img/check-checked.png index ee255bb..e494cec 100644 Binary files a/img/check-checked.png and b/img/check-checked.png differ diff --git a/img/check-disabled-checked.png b/img/check-disabled-checked.png index 174ed19..0081130 100644 Binary files a/img/check-disabled-checked.png and b/img/check-disabled-checked.png differ diff --git a/img/check-disabled-unchecked.png b/img/check-disabled-unchecked.png index 36880c8..1e2ddfe 100644 Binary files a/img/check-disabled-unchecked.png and b/img/check-disabled-unchecked.png differ diff --git a/img/check-unchecked.png b/img/check-unchecked.png index 3b0ab65..846937d 100644 Binary files a/img/check-unchecked.png and b/img/check-unchecked.png differ diff --git a/img/combobox-arrow-down-disabled.png b/img/combobox-arrow-down-disabled.png index c2f0380..1475b32 100644 Binary files a/img/combobox-arrow-down-disabled.png and b/img/combobox-arrow-down-disabled.png differ diff --git a/img/combobox-arrow-down.png b/img/combobox-arrow-down.png index dc819ea..9bc29e3 100644 Binary files a/img/combobox-arrow-down.png and b/img/combobox-arrow-down.png differ diff --git a/img/radio-checked.png b/img/radio-checked.png index 1457cc4..1fd0424 100644 Binary files a/img/radio-checked.png and b/img/radio-checked.png differ diff --git a/img/radio-disabled-checked.png b/img/radio-disabled-checked.png index 91bcf69..d94bde4 100644 Binary files a/img/radio-disabled-checked.png and b/img/radio-disabled-checked.png differ diff --git a/img/radio-disabled-unchecked.png b/img/radio-disabled-unchecked.png index 974e157..6938948 100644 Binary files a/img/radio-disabled-unchecked.png and b/img/radio-disabled-unchecked.png differ diff --git a/img/radio-unchecked.png b/img/radio-unchecked.png index c0692b6..07fb2a4 100644 Binary files a/img/radio-unchecked.png and b/img/radio-unchecked.png differ