Solving issue #794 (as much as i could) : RT themes don't work well in Ubuntu 11.04

- Some theme names has also been rename for consistency:
     "Focus" has been renamed to "25-Gray-Gray" and enhanced a little bite,
     "01-Cookie-Dough" has been rename "21-Gray-Gray"
- Some unused files where removed.

Those themes has been tested successfully on my Ubuntu 11.04 system...
This commit is contained in:
Hombre
2011-06-25 23:04:34 +02:00
parent a6989bb63b
commit a14161b32e
15 changed files with 1315 additions and 1887 deletions

View File

@@ -69,39 +69,39 @@ style "wider" {
ythickness = 2
}
style "entry" {
style "clearlooks-entry" {
xthickness = 1
ythickness = 1
}
style "scale" {
style "clearlooks-scale" {
xthickness = 1
ythickness = 1
}
style "scrollbar" {
style "clearlooks-scrollbar" {
xthickness = 1
ythickness = 1
}
style "button" {
style "clearlooks-button" {
xthickness = 0
ythickness = 0
}
# The color is changed by the notebook_bg style, this style
# changes the x/ythickness
style "notebook" {
style "clearlooks-notebook" {
xthickness = 1
ythickness = 1
}
style "menu" {
style "clearlooks-menu" {
xthickness = 0
ythickness = 0
}
style "menu_item" {
style "clearlooks-menu_item" {
xthickness = 2
ythickness = 3
}
@@ -109,7 +109,7 @@ style "menu_item" {
# This style is there to modify the separator menu items. The goals are:
# 1. Get a specific height.
# 2. The line should go to the edges (ie. no border at the left/right)
style "separator_menu_item" {
style "clearlooks-separator_menu_item" {
xthickness = 1
ythickness = 0
@@ -118,14 +118,14 @@ style "separator_menu_item" {
}
# The almost useless progress bar style
style "progressbar" {
style "clearlooks-progressbar" {
xthickness = 1
ythickness = 1
}
# This style is based on the clearlooks-default style, so that the colors from the button
# style are overriden again.
style "treeview_header" {
style "clearlooks-treeview_header" {
xthickness = 2
ythickness = 1
}