- Enabled colorization in GTK2 apps
- Menubar & GtkCombo use now vectors (Clearlooks engine) - Removed unnecessary bitmaps
This commit is contained in:
parent
43c682a3b0
commit
d7285ac161
@ -82,9 +82,9 @@ style "default" {
|
|||||||
text[ACTIVE] = @selected_fg_color
|
text[ACTIVE] = @selected_fg_color
|
||||||
|
|
||||||
base[NORMAL] = @base_color
|
base[NORMAL] = @base_color
|
||||||
base[PRELIGHT] = shade (0.95, @bg_color)
|
base[PRELIGHT] = shade (0.95, @selected_bg_color)
|
||||||
base[SELECTED] = @selected_bg_color
|
base[SELECTED] = @selected_bg_color
|
||||||
base[INSENSITIVE] = @bg_color
|
base[INSENSITIVE] = @selected_bg_color
|
||||||
base[ACTIVE] = shade (0.9, @selected_bg_color)
|
base[ACTIVE] = shade (0.9, @selected_bg_color)
|
||||||
|
|
||||||
engine "clearlooks" {
|
engine "clearlooks" {
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 267 B |
@ -17,30 +17,8 @@ style "menu_item" {
|
|||||||
xthickness = 2
|
xthickness = 2
|
||||||
ythickness = 3
|
ythickness = 3
|
||||||
fg[PRELIGHT] = @selected_fg_color
|
fg[PRELIGHT] = @selected_fg_color
|
||||||
engine "pixmap"
|
engine "clearlooks" {
|
||||||
{
|
hint = "menubar"
|
||||||
image
|
|
||||||
{
|
|
||||||
function = BOX
|
|
||||||
file = "images/menuitem.png"
|
|
||||||
border = {3, 3, 3, 3}
|
|
||||||
stretch = TRUE
|
|
||||||
}
|
|
||||||
|
|
||||||
image
|
|
||||||
{
|
|
||||||
function = HLINE
|
|
||||||
file = "images/line-h.png"
|
|
||||||
border = {0, 0, 0, 0}
|
|
||||||
stretch = TRUE
|
|
||||||
}
|
|
||||||
image
|
|
||||||
{
|
|
||||||
function = VLINE
|
|
||||||
file = "images/line-v.png"
|
|
||||||
border = {0, 0, 0, 0}
|
|
||||||
stretch = TRUE
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user