diff --git a/gtk-2.0/gtkrc b/gtk-2.0/gtkrc index c1e2913..5e36c8b 100644 --- a/gtk-2.0/gtkrc +++ b/gtk-2.0/gtkrc @@ -18,7 +18,7 @@ lighter_color:#555555 base_color:#222222 darker_color:#101010 black_color:#c8c8c8 -scale_color: #1f9b92 +scale_color: #e3b31e truewhite:#ffffff trueblack:#000000 grey50:#797979 @@ -29,11 +29,11 @@ grey50:#797979 #======================================# gtk-color-scheme = "button_selected_bg_color:#797979 -text_selected_bg_color:#1f9b92 +text_selected_bg_color:#e3be1e text_selected_fg_color:#000000 -menuitem_selected_bg_color:#1f9b92 +menuitem_selected_bg_color:#e3be1e menuitem_selected_fg_color:#000000 -listitem_selected_bg_color:#1f9b92 +listitem_selected_bg_color:#e3be1e listitem_selected_fg_color:#000000 " diff --git a/gtk-3.0/gtk.css b/gtk-3.0/gtk.css index 4474c79..8a7dee0 100755 --- a/gtk-3.0/gtk.css +++ b/gtk-3.0/gtk.css @@ -17,7 +17,7 @@ @define-color base_color #222222; @define-color darker_color #101010; @define-color black_color #c8c8c8; -@define-color scale_color #1f9b92; +@define-color scale_color #e3b31e; @define-color grey50 #797979; @define-color trueblack #000000; @define-color truewhite #ffffff; @@ -179,7 +179,7 @@ button:hover { } button:active, button:checked, button:selected, button:active:hover, button:checked:hover, button:selected:hover { - border: 1px solid #20ab95; + border: 1px solid @scale_color; } @@ -286,7 +286,7 @@ toolbar button, toolbar button:disabled { } toolbar button:active, toolbar button:checked { - border: 1px solid #20ab95; + border: 1px solid @scale_color; } diff --git a/img/button-active.png b/img/button-active.png index 75806a8..d22e32e 100755 Binary files a/img/button-active.png and b/img/button-active.png differ diff --git a/img/menuitem-check-checked.png b/img/menuitem-check-checked.png index 02a6f97..da8674d 100644 Binary files a/img/menuitem-check-checked.png and b/img/menuitem-check-checked.png differ diff --git a/img/scrollbar_horizontal.png b/img/scrollbar_horizontal.png index 2aa2d92..2cb6ac2 100644 Binary files a/img/scrollbar_horizontal.png and b/img/scrollbar_horizontal.png differ diff --git a/img/scrollbar_vertical.png b/img/scrollbar_vertical.png index 8e8ff9b..392ead9 100644 Binary files a/img/scrollbar_vertical.png and b/img/scrollbar_vertical.png differ diff --git a/img/tab-active-180.png b/img/tab-active-180.png index 38e16ba..a4ec74a 100644 Binary files a/img/tab-active-180.png and b/img/tab-active-180.png differ diff --git a/img/tab-active-270.png b/img/tab-active-270.png index f576884..ec35a41 100644 Binary files a/img/tab-active-270.png and b/img/tab-active-270.png differ diff --git a/img/tab-active-90.png b/img/tab-active-90.png index 88cac08..ca20e1e 100644 Binary files a/img/tab-active-90.png and b/img/tab-active-90.png differ diff --git a/img/tab-active.png b/img/tab-active.png index e9476d6..0d12b18 100644 Binary files a/img/tab-active.png and b/img/tab-active.png differ diff --git a/index.theme b/index.theme index b96687d..90cf9d1 100644 --- a/index.theme +++ b/index.theme @@ -1,8 +1,8 @@ [Desktop Entry] Type=X-GNOME-Metatheme -Name=steppenwolf +Name=lazerwolf Comment=Oldschool theme with some slick modern elements Encoding=UTF-8 [X-GNOME-Metatheme] -GtkTheme=steppenwolf +GtkTheme=lazerwolf diff --git a/install.sh b/install.sh index 5bed26c..697930f 100755 --- a/install.sh +++ b/install.sh @@ -2,12 +2,12 @@ case $(whoami) in root) - gtkDir=/usr/share/themes/steppenwolf-dark + gtkDir=/usr/share/themes/lazerwolf qtDir=/usr/share/color-schemes plankdir=/usr/share/plank/themes ;; *) - gtkDir=${HOME}/.themes/steppenwolf-dark + gtkDir=${HOME}/.themes/lazerwolf qtDir=${HOME}/.local/share/color-schemes plankDir=${HOME}/.local/share/plank/themes ;; diff --git a/plank/steppenwolf_EX/steppenwolf/dock.theme b/plank/steppenwolf_EX/steppenwolf/dock.theme new file mode 100644 index 0000000..dcbe276 --- /dev/null +++ b/plank/steppenwolf_EX/steppenwolf/dock.theme @@ -0,0 +1,43 @@ +# steppenwolf plank theme +# created by nilix July 2019 +# nilix@nilfm.cc + +# this theme is designed for use with the steppenwolf + fotonix themes +# it aims to be as minimal as possible with good proportions +# compositing rules for dock windows should provide transparency effects, +# thus the opacity of the background in the theme file is 255 + +# this is released with the steppenwolf gtk themes under the GPL3 + +[PlankTheme] +TopRoundness=0 +BottomRoundness=0 +LineWidth=0 +OuterStrokeColor=0;;0;;0;;0 +FillStartColor=0;;0;;0;;255 +FillEndColor=0;;0;;0;;255 +InnerStrokeColor=0;;0;;0;;0 + +[PlankDockTheme] +HorizPadding=0 +TopPadding=4 +BottomPadding=4 +ItemPadding=4 +IndicatorSize=10 +IconShadowSize=1.25 +UrgentBounceHeight=1.75 +LaunchBounceHeight=0.625 +FadeOpacity=1 +ClickTime=175 +UrgentBounceTime=600 +LaunchBounceTime=600 +ActiveTime=25 +SlideTime=450 +FadeTime=350 +HideTime=375 +GlowSize=30 +GlowTime=10000 +GlowPulseTime=2750 +UrgentHueShift=175 +ItemMoveTime=450 +CascadeHide=true diff --git a/qt5/SteppenwolfDark.colors b/qt5/Lazerwolf.colors similarity index 92% rename from qt5/SteppenwolfDark.colors rename to qt5/Lazerwolf.colors index adf1bc8..edd29b0 100644 --- a/qt5/SteppenwolfDark.colors +++ b/qt5/Lazerwolf.colors @@ -21,11 +21,11 @@ IntensityEffect=0 [Colors:Button] BackgroundAlternate=77,77,77 BackgroundNormal=0,0,0 -DecorationFocus=31,155,146 +DecorationFocus=227,179,30 DecorationHover=200,200,200 ForegroundActive=200,200,200 ForegroundInactive=63,63,63 -ForegroundLink=31,155,146 +ForegroundLink=227,179,30 ForegroundNegative=218,68,83 ForegroundNeutral=246,116,0 ForegroundNormal=200,200,200 @@ -48,8 +48,8 @@ ForegroundVisited=61,174,230 [Colors:Selection] BackgroundAlternate=29,153,243 -BackgroundNormal=31,155,146 -DecorationFocus=31,155,146 +BackgroundNormal=227,179,30 +DecorationFocus=227,179,30 DecorationHover=2,140,140 ForegroundActive=252,252,252 ForegroundInactive=120,120,120 @@ -77,7 +77,7 @@ ForegroundVisited=127,140,141 [Colors:View] BackgroundAlternate=0,0,0 BackgroundNormal=0,0,0 -DecorationFocus=31,155,146 +DecorationFocus=227,179,30 DecorationHover=123,123,123 ForegroundActive=200,200,200 ForegroundInactive=63,63,63 @@ -91,8 +91,8 @@ ForegroundVisited=127,140,141 [Colors:Window] BackgroundAlternate=212,212,212 BackgroundNormal=34,34,34 -DecorationFocus=31,155,146 -DecorationHover=31,155,146 +DecorationFocus=227,179,30 +DecorationHover=227,179,30 ForegroundActive=212,212,212 ForegroundInactive=63,63,63 ForegroundLink=41,128,185