Compare commits
1 commit
Author | SHA1 | Date | |
---|---|---|---|
d3cbc185aa |
|
@ -18,7 +18,7 @@ lighter_color:#555555
|
||||||
base_color:#222222
|
base_color:#222222
|
||||||
darker_color:#101010
|
darker_color:#101010
|
||||||
black_color:#c8c8c8
|
black_color:#c8c8c8
|
||||||
scale_color: #1f9b92
|
scale_color: #e3b31e
|
||||||
truewhite:#ffffff
|
truewhite:#ffffff
|
||||||
trueblack:#000000
|
trueblack:#000000
|
||||||
grey50:#797979
|
grey50:#797979
|
||||||
|
@ -29,11 +29,11 @@ grey50:#797979
|
||||||
#======================================#
|
#======================================#
|
||||||
|
|
||||||
gtk-color-scheme = "button_selected_bg_color:#797979
|
gtk-color-scheme = "button_selected_bg_color:#797979
|
||||||
text_selected_bg_color:#1f9b92
|
text_selected_bg_color:#e3be1e
|
||||||
text_selected_fg_color:#000000
|
text_selected_fg_color:#000000
|
||||||
menuitem_selected_bg_color:#1f9b92
|
menuitem_selected_bg_color:#e3be1e
|
||||||
menuitem_selected_fg_color:#000000
|
menuitem_selected_fg_color:#000000
|
||||||
listitem_selected_bg_color:#1f9b92
|
listitem_selected_bg_color:#e3be1e
|
||||||
listitem_selected_fg_color:#000000
|
listitem_selected_fg_color:#000000
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
@define-color base_color #222222;
|
@define-color base_color #222222;
|
||||||
@define-color darker_color #101010;
|
@define-color darker_color #101010;
|
||||||
@define-color black_color #c8c8c8;
|
@define-color black_color #c8c8c8;
|
||||||
@define-color scale_color #1f9b92;
|
@define-color scale_color #e3b31e;
|
||||||
@define-color grey50 #797979;
|
@define-color grey50 #797979;
|
||||||
@define-color trueblack #000000;
|
@define-color trueblack #000000;
|
||||||
@define-color truewhite #ffffff;
|
@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 {
|
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 {
|
toolbar button:active, toolbar button:checked {
|
||||||
border: 1px solid #20ab95;
|
border: 1px solid @scale_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 8.6 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 4.8 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 4.6 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 4.6 KiB |
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 4.8 KiB |
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 4.8 KiB |
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 4.8 KiB |
Before Width: | Height: | Size: 560 B After Width: | Height: | Size: 4.6 KiB |
|
@ -1,8 +1,8 @@
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Type=X-GNOME-Metatheme
|
Type=X-GNOME-Metatheme
|
||||||
Name=steppenwolf
|
Name=lazerwolf
|
||||||
Comment=Oldschool theme with some slick modern elements
|
Comment=Oldschool theme with some slick modern elements
|
||||||
Encoding=UTF-8
|
Encoding=UTF-8
|
||||||
|
|
||||||
[X-GNOME-Metatheme]
|
[X-GNOME-Metatheme]
|
||||||
GtkTheme=steppenwolf
|
GtkTheme=lazerwolf
|
||||||
|
|
|
@ -2,12 +2,12 @@
|
||||||
|
|
||||||
case $(whoami) in
|
case $(whoami) in
|
||||||
root)
|
root)
|
||||||
gtkDir=/usr/share/themes/steppenwolf-dark
|
gtkDir=/usr/share/themes/lazerwolf
|
||||||
qtDir=/usr/share/color-schemes
|
qtDir=/usr/share/color-schemes
|
||||||
plankdir=/usr/share/plank/themes
|
plankdir=/usr/share/plank/themes
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
gtkDir=${HOME}/.themes/steppenwolf-dark
|
gtkDir=${HOME}/.themes/lazerwolf
|
||||||
qtDir=${HOME}/.local/share/color-schemes
|
qtDir=${HOME}/.local/share/color-schemes
|
||||||
plankDir=${HOME}/.local/share/plank/themes
|
plankDir=${HOME}/.local/share/plank/themes
|
||||||
;;
|
;;
|
||||||
|
|
43
plank/steppenwolf_EX/steppenwolf/dock.theme
Normal file
|
@ -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
|
|
@ -21,11 +21,11 @@ IntensityEffect=0
|
||||||
[Colors:Button]
|
[Colors:Button]
|
||||||
BackgroundAlternate=77,77,77
|
BackgroundAlternate=77,77,77
|
||||||
BackgroundNormal=0,0,0
|
BackgroundNormal=0,0,0
|
||||||
DecorationFocus=31,155,146
|
DecorationFocus=227,179,30
|
||||||
DecorationHover=200,200,200
|
DecorationHover=200,200,200
|
||||||
ForegroundActive=200,200,200
|
ForegroundActive=200,200,200
|
||||||
ForegroundInactive=63,63,63
|
ForegroundInactive=63,63,63
|
||||||
ForegroundLink=31,155,146
|
ForegroundLink=227,179,30
|
||||||
ForegroundNegative=218,68,83
|
ForegroundNegative=218,68,83
|
||||||
ForegroundNeutral=246,116,0
|
ForegroundNeutral=246,116,0
|
||||||
ForegroundNormal=200,200,200
|
ForegroundNormal=200,200,200
|
||||||
|
@ -48,8 +48,8 @@ ForegroundVisited=61,174,230
|
||||||
|
|
||||||
[Colors:Selection]
|
[Colors:Selection]
|
||||||
BackgroundAlternate=29,153,243
|
BackgroundAlternate=29,153,243
|
||||||
BackgroundNormal=31,155,146
|
BackgroundNormal=227,179,30
|
||||||
DecorationFocus=31,155,146
|
DecorationFocus=227,179,30
|
||||||
DecorationHover=2,140,140
|
DecorationHover=2,140,140
|
||||||
ForegroundActive=252,252,252
|
ForegroundActive=252,252,252
|
||||||
ForegroundInactive=120,120,120
|
ForegroundInactive=120,120,120
|
||||||
|
@ -77,7 +77,7 @@ ForegroundVisited=127,140,141
|
||||||
[Colors:View]
|
[Colors:View]
|
||||||
BackgroundAlternate=0,0,0
|
BackgroundAlternate=0,0,0
|
||||||
BackgroundNormal=0,0,0
|
BackgroundNormal=0,0,0
|
||||||
DecorationFocus=31,155,146
|
DecorationFocus=227,179,30
|
||||||
DecorationHover=123,123,123
|
DecorationHover=123,123,123
|
||||||
ForegroundActive=200,200,200
|
ForegroundActive=200,200,200
|
||||||
ForegroundInactive=63,63,63
|
ForegroundInactive=63,63,63
|
||||||
|
@ -91,8 +91,8 @@ ForegroundVisited=127,140,141
|
||||||
[Colors:Window]
|
[Colors:Window]
|
||||||
BackgroundAlternate=212,212,212
|
BackgroundAlternate=212,212,212
|
||||||
BackgroundNormal=34,34,34
|
BackgroundNormal=34,34,34
|
||||||
DecorationFocus=31,155,146
|
DecorationFocus=227,179,30
|
||||||
DecorationHover=31,155,146
|
DecorationHover=227,179,30
|
||||||
ForegroundActive=212,212,212
|
ForegroundActive=212,212,212
|
||||||
ForegroundInactive=63,63,63
|
ForegroundInactive=63,63,63
|
||||||
ForegroundLink=41,128,185
|
ForegroundLink=41,128,185
|