added gtk theme
This commit is contained in:
parent
080b6d1fb5
commit
b101473d74
281 changed files with 11027 additions and 0 deletions
47
gtk-theme/gtk-2.0/widgets/progressbar
Normal file
47
gtk-theme/gtk-2.0/widgets/progressbar
Normal file
|
@ -0,0 +1,47 @@
|
|||
style "progressbar" {
|
||||
xthickness = 0
|
||||
ythickness = 0
|
||||
|
||||
fg[PRELIGHT] = @selected_fg_color
|
||||
|
||||
engine "pixmap"
|
||||
{
|
||||
image
|
||||
{
|
||||
function = BOX
|
||||
detail = "trough"
|
||||
file = "../assets/progressbar-trough.png"
|
||||
border = { 4, 4, 4, 4 }
|
||||
stretch = TRUE
|
||||
orientation = HORIZONTAL
|
||||
}
|
||||
image
|
||||
{
|
||||
function = BOX
|
||||
detail = "bar"
|
||||
file = "../assets/progressbar-bar.png"
|
||||
stretch = TRUE
|
||||
border = { 4, 4, 4, 4 }
|
||||
orientation = HORIZONTAL
|
||||
}
|
||||
image
|
||||
{
|
||||
function = BOX
|
||||
detail = "trough"
|
||||
file = "../assets/progressbar-trough.png"
|
||||
border = { 4, 4, 4, 4 }
|
||||
stretch = TRUE
|
||||
orientation = VERTICAL
|
||||
}
|
||||
image
|
||||
{
|
||||
function = BOX
|
||||
detail = "bar"
|
||||
file = "../assets/progressbar-bar.png"
|
||||
stretch = TRUE
|
||||
border = { 4, 4, 4, 4 }
|
||||
orientation = VERTICAL
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue