diff options
-rw-r--r-- | audacious/steppenwolf/Pledit.bmp | bin | 156378 -> 156378 bytes | |||
-rw-r--r-- | gtk-2.0/gtkrc | 4 | ||||
-rwxr-xr-x | gtk-3.0/gtk.css | 2 | ||||
-rw-r--r-- | qt5/SteppenwolfDark.colors | 6 | ||||
-rw-r--r-- | qt5/SteppenwolfDarker.colors | 18 |
5 files changed, 15 insertions, 15 deletions
diff --git a/audacious/steppenwolf/Pledit.bmp b/audacious/steppenwolf/Pledit.bmp Binary files differindex 7c90356..d9e08ab 100644 --- a/audacious/steppenwolf/Pledit.bmp +++ b/audacious/steppenwolf/Pledit.bmp diff --git a/gtk-2.0/gtkrc b/gtk-2.0/gtkrc index 142a44f..c846399 100644 --- a/gtk-2.0/gtkrc +++ b/gtk-2.0/gtkrc @@ -391,10 +391,10 @@ style "menu" { style "menuitem" { - text[NORMAL] = @grey50 + text[NORMAL] = @black_color base[NORMAL] = @trueblack bg[NORMAL] = @trueblack - fg[NORMAL] = @grey50 + fg[NORMAL] = @black_color text[PRELIGHT] = @menuitem_selected_fg_color bg[PRELIGHT] = @menuitem_selected_bg_color diff --git a/gtk-3.0/gtk.css b/gtk-3.0/gtk.css index 7a81cc1..3d913bd 100755 --- a/gtk-3.0/gtk.css +++ b/gtk-3.0/gtk.css @@ -241,7 +241,7 @@ menubar { menu { border: none; background-color: @trueblack; - color: @grey50; + color: @black_color; } diff --git a/qt5/SteppenwolfDark.colors b/qt5/SteppenwolfDark.colors index 2bd8f16..f42649d 100644 --- a/qt5/SteppenwolfDark.colors +++ b/qt5/SteppenwolfDark.colors @@ -65,7 +65,7 @@ BackgroundAlternate=0,0,0 BackgroundNormal=0,0,0 DecorationFocus=123,123,123 DecorationHover=201,201,201 -ForegroundActive=123,123,123 +ForegroundActive=201,201,201 ForegroundInactive=63,63,63 ForegroundLink=41,128,185 ForegroundNegative=218,68,83 @@ -93,7 +93,7 @@ BackgroundAlternate=212,212,212 BackgroundNormal=34,34,34 DecorationFocus=31,155,146 DecorationHover=31,155,146 -ForegroundActive=212,212,212 +ForegroundActive=201,201,201 ForegroundInactive=63,63,63 ForegroundLink=41,128,185 ForegroundNegative=218,68,83 @@ -112,7 +112,7 @@ contrast=2 [WM] activeBackground=0,0,0 activeBlend=0,0,0 -activeForeground=255,255,255 +activeForeground=201,201,201 inactiveBackground=0,0,0 inactiveBlend=0,0,0 inactiveForeground=123,123,123 diff --git a/qt5/SteppenwolfDarker.colors b/qt5/SteppenwolfDarker.colors index 5c506f2..ba94d8d 100644 --- a/qt5/SteppenwolfDarker.colors +++ b/qt5/SteppenwolfDarker.colors @@ -22,13 +22,13 @@ IntensityEffect=0 BackgroundAlternate=0,0,0 BackgroundNormal=0,0,0 DecorationFocus=31,155,146 -DecorationHover=200,200,200 -ForegroundActive=200,200,200 +DecorationHover=201,201,201 +ForegroundActive=201,201,201 ForegroundInactive=63,63,63 ForegroundLink=31,155,146 ForegroundNegative=218,68,83 ForegroundNeutral=246,116,0 -ForegroundNormal=200,200,200 +ForegroundNormal=201,201,201 ForegroundPositive=39,174,96 ForegroundVisited=127,140,141 @@ -64,8 +64,8 @@ ForegroundVisited=189,195,199 BackgroundAlternate=0,0,0 BackgroundNormal=0,0,0 DecorationFocus=123,123,123 -DecorationHover=200,200,200 -ForegroundActive=123,123,123 +DecorationHover=201,201,201 +ForegroundActive=201,201,201 ForegroundInactive=63,63,63 ForegroundLink=41,128,185 ForegroundNegative=218,68,83 @@ -79,12 +79,12 @@ BackgroundAlternate=0,0,0 BackgroundNormal=0,0,0 DecorationFocus=31,155,146 DecorationHover=123,123,123 -ForegroundActive=200,200,200 +ForegroundActive=201,201,201 ForegroundInactive=63,63,63 ForegroundLink=41,128,185 ForegroundNegative=218,68,83 ForegroundNeutral=246,116,0 -ForegroundNormal=200,200,200 +ForegroundNormal=201,201,201 ForegroundPositive=39,174,96 ForegroundVisited=127,140,141 @@ -93,12 +93,12 @@ BackgroundAlternate=0,0,0 BackgroundNormal=0,0,0 DecorationFocus=31,155,146 DecorationHover=31,155,146 -ForegroundActive=212,212,212 +ForegroundActive=201,201,201 ForegroundInactive=63,63,63 ForegroundLink=41,128,185 ForegroundNegative=218,68,83 ForegroundNeutral=246,116,0 -ForegroundNormal=200,200,200 +ForegroundNormal=201,201,201 ForegroundPositive=39,174,96 ForegroundVisited=127,140,141 |