1
0
mirror of https://github.com/horst3180/arc-theme.git synced 2024-09-29 06:20:43 +00:00

forgot something

This commit is contained in:
Horst3180 2015-07-10 18:24:12 +02:00
parent e982924abd
commit 0e1f5273af
5 changed files with 4 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 306 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 333 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 295 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 309 B

View File

@ -92,7 +92,7 @@ style "toolbar_button" {
image { image {
function = BOX function = BOX
state = NORMAL state = NORMAL
file = "assets-dark/button.png" file = "menubar-toolbar/button.png"
border = { 4, 4, 4, 4 } border = { 4, 4, 4, 4 }
stretch = TRUE stretch = TRUE
} }
@ -100,7 +100,7 @@ style "toolbar_button" {
image { image {
function = BOX function = BOX
state = PRELIGHT state = PRELIGHT
file = "assets-dark/button-hover.png" file = "menubar-toolbar/button-hover.png"
border = { 4, 4, 4, 4 } border = { 4, 4, 4, 4 }
stretch = TRUE stretch = TRUE
} }
@ -108,7 +108,7 @@ style "toolbar_button" {
image { image {
function = BOX function = BOX
state = ACTIVE state = ACTIVE
file = "assets-dark/button-active.png" file = "menubar-toolbar/button-active.png"
border = { 4, 4, 4, 4 } border = { 4, 4, 4, 4 }
stretch = TRUE stretch = TRUE
} }
@ -116,7 +116,7 @@ style "toolbar_button" {
image { image {
function = BOX function = BOX
state = INSENSITIVE state = INSENSITIVE
file = "assets-dark/button-insensitive.png" file = "menubar-toolbar/button-insensitive.png"
border = { 4, 4, 4, 4 } border = { 4, 4, 4, 4 }
stretch = TRUE stretch = TRUE
} }