all repos — steppenwolf-dark @ bb0ea1e0e68042ed5ab364714476187eacf647a2

simple dark GUI theme with turquoise hilights

modernize tabs
Iris Lightshard nilix@nilfm.cc
PGP Signature
-----BEGIN PGP SIGNATURE-----

iQIzBAABCAAdFiEEkFh6dA+k/6CXFXU4O3+8IhROY5gFAmDVLbYACgkQO3+8IhRO
Y5gbLw/9HZWCzlixN3Nm9ptSLU1V30p1SA4HVtLrviQZMQcV0FIdhDQf7ho/3gjQ
KK1fhwFhidqaLI9sqdvNGAvUPBNi6MKC1ndOHAzVrFTqTued86Z8SOR/XkwmuyZv
EgEfOdzQa9n4Mm4z8CcOJFz8uR0hCmN9y0rsf6u7GQFcItYECZlai0Uj/60q6/12
w2xTePrAPuW/mi9d86zJmJgnoowukc6LzXO6YKm/Q9X+VKKR97bwHsqmHzFnGyBo
2rD+yLImfCd/QZAtJjnWDbXxl+uzEd+dql1KbLbYMi5zreeyf7HFKxSHAWE54kfc
uulg2TOicbDC4B9MbOQ/uJeelOBBKAni21lq0SyZqU9Z7EV5Rt4x800VnF3vtBEC
Gt28ZjmRJzlCQbcCRlBwT+zTMEIFU5ygNMlWPhVTxbSywE+G83URCEXRiCimh02u
tUme9HQ0ISG3MfakmQQxUech1GGtpt6mEurYiniD7VUTVfR4yLeqWwqEafdWnqmb
MnlAS0AHRiNqmlOCE5arCSX9VuHoNUdEhD1T/PqOQKOSDMmm0wOXZl2A8HoLn0dk
8lGPuwivRvEW3/0j7QxA9w4dhGGQ+6m+JgGWejJUGGynSELZuWyvlnJBzLCvPJDT
V3fUdayzWkZ6/zXLJezH7wZrxWafWi/CqHxSiLxjlC8nvVRH5Lc=
=I7Gt
-----END PGP SIGNATURE-----
commit

bb0ea1e0e68042ed5ab364714476187eacf647a2

parent

83a5516a90884010dedd908112d0f9910453203f

2 files changed, 11 insertions(+), 14 deletions(-)

jump to
M gtk-2.0/gtkrcgtk-2.0/gtkrc

@@ -173,7 +173,7 @@ detail = "notebook"

file = "../img/base.png" border = {0,0,0,0} stretch = TRUE - gap_file = "../img/base" + gap_file = "../img/base.png" gap_border = {0,0,0,0} gap_side = LEFT }

@@ -184,7 +184,7 @@ detail = "notebook"

file = "../img/base.png" border = {0,0,0,0} stretch = TRUE - gap_file = "../img/base" + gap_file = "../img/base.png" gap_border = {0,0,0,0} gap_side = RIGHT }

@@ -195,7 +195,7 @@ detail = "notebook"

file = "../img/base.png" border = {0,0,0,0} stretch = TRUE - gap_file = "../img/base" + gap_file = "../img/base.png" gap_border = {0,0,0,0} gap_side = TOP }

@@ -206,7 +206,7 @@ detail = "notebook"

file = "../img/base.png" border = {0,0,0,0} stretch = TRUE - gap_file = "../img/base" + gap_file = "../img/base.png" gap_border = {0,0,0,0} gap_side = BOTTOM }

@@ -215,7 +215,7 @@ # Standalone frame

image { function = BOX detail = "notebook" - file = "./img/base.png" + file = "../img/base.png" border = {0,0,0,0} stretch = TRUE }

@@ -520,7 +520,7 @@ detail = "notebook"

file = "../img/base.png" border = {0,0,0,0} stretch = TRUE - gap_file = "../img/base" + gap_file = "../img/base.png" gap_border = {0,0,0,0} gap_side = LEFT }

@@ -531,7 +531,7 @@ detail = "notebook"

file = "../img/base.png" border = {0,0,0,0} stretch = TRUE - gap_file = "../img/base" + gap_file = "../img/base.png" gap_border = {0,0,0,0} gap_side = RIGHT }

@@ -542,7 +542,7 @@ detail = "notebook"

file = "../img/base.png" border = {0,0,0,0} stretch = TRUE - gap_file = "../img/base" + gap_file = "../img/base.png" gap_border = {0,0,0,0} gap_side = TOP }

@@ -553,7 +553,7 @@ detail = "notebook"

file = "../img/base.png" border = {0,0,0,0} stretch = TRUE - gap_file = "../img/base" + gap_file = "../img/base.png" gap_border = {0,0,0,0} gap_side = BOTTOM }

@@ -562,7 +562,7 @@ # Standalone frame

image { function = BOX detail = "notebook" - file = "./img/base.png" + file = "../img/base.png" border = {0,0,0,0} stretch = TRUE }
M gtk-3.0/gtk.cssgtk-3.0/gtk.css

@@ -500,10 +500,7 @@ notebook {

background-color: @base_color; color: @black_color; padding: 0px; - border-left: 1px solid @outset_lighter_color; - border-top: 1px solid @outset_lighter_color; - border-right: 1.3px solid @trueblack; - border-bottom: 1.3px solid @trueblack; + border: none; } notebook frame {