unknown 296aead99e Changelog:
- icons: fix glyphs gradients
- icons: add more apps and devices
- theme (gtk2): fix bug #1029212
- theme (gtk2): improve overall control bitmaps
- theme (gtk3): fix bug #1186631 (temporary)
- theme (gtk3): improve overall control bitmaps
2013-06-23 21:34:23 +02:00

155 lines
3.7 KiB
Plaintext

gtk_color_scheme = "fg_color:#333333"
gtk_color_scheme = "bg_color:#e0e0e0"
gtk_color_scheme = "base_color:#ffffff"
gtk_color_scheme = "text_color:#333333"
gtk_color_scheme = "selected_bg_color:#8FB2CF"
gtk_color_scheme = "selected_fg_color:#ffffff"
gtk_color_scheme = "tooltip_bg_color:#343330"
gtk_color_scheme = "tooltip_fg_color:#E6E6E6"
include "scrollbar.rc"
include "panel.rc"
include "button.rc"
include "arrow.rc"
include "scale.rc"
include "checkbox.rc"
include "radio.rc"
include "notebook.rc"
include "progressbar.rc"
include "entry.rc"
include "statusbar.rc"
include "toolbar.rc"
include "menubar.rc"
include "pcmanfm.rc"
include "chromium.rc"
include "xfce4-notifyd.rc"
gtk-icon-sizes = "gtk-button=16,16"
gtk-auto-mnemonics = 1
gtk-font-name = "Ubuntu 9"
gtk-icon-theme-name = "lubuntu"
style "default" {
xthickness = 1
ythickness = 1
GtkMenu::horizontal-padding = 0
GtkMenu::vertical-padding = 0
GtkMenuBar::window-dragging = 1
GtkMenuBar::internal-padding = 0
GtkMenuBar::window-dragging = 1
GtkMenuBar::shadow-type = GTK_SHADOW_NONE
GtkButton::child-displacement-x = 1
GtkButton::child-displacement-y = 1
GtkButton::default-border = { 0, 0, 0, 0 }
GtkButton::image-spacing = 4
GtkToolButton::icon-spacing = 4
GtkCheckButton::indicator-size = 14
GtkPaned::handle-size = 3
GtkRange::trough-border = 1
GtkRange::slider-width = 14
GtkRange::stepper-size = 14
GtkExpander::expander-size = 16
GtkTreeView::expander-size = 14
GtkTreeView::vertical-separator = 2
WnckTasklist::fade-overlay-rect = 0
GtkEntry::honors-transparent-bg-hint = 1
GtkEntry::progress-border = { 2, 2, 2, 2 }
GtkNotebook::tab-overlap = -1
GtkFrame::shadow-type = GTK_SHADOW_NONE
GtkScrolledWindow::scrollbars-within-bevel = 1
GtkScrolledWindow ::scrollbar-spacing = 1
bg[NORMAL] = @bg_color
bg[PRELIGHT] = shade (1.02, @bg_color)
bg[SELECTED] = @selected_bg_color
bg[INSENSITIVE] = @bg_color
bg[ACTIVE] = shade (0.9, @bg_color)
fg[NORMAL] = @fg_color
fg[PRELIGHT] = @fg_color
fg[SELECTED] = @selected_fg_color
fg[INSENSITIVE] = darker (@bg_color)
fg[ACTIVE] = @fg_color
text[NORMAL] = @text_color
text[PRELIGHT] = @text_color
text[SELECTED] = @selected_fg_color
text[INSENSITIVE] = darker (@bg_color)
text[ACTIVE] = @selected_fg_color
base[NORMAL] = @base_color
base[PRELIGHT] = shade (0.95, @selected_bg_color)
base[SELECTED] = @selected_bg_color
base[INSENSITIVE] = @selected_bg_color
base[ACTIVE] = shade (0.9, @selected_bg_color)
engine "murrine" {
contrast = 0.6
arrowstyle = 2
reliefstyle = 3
highlight_shade = 1.0
glazestyle = 0
default_button_color = shade (1.1, @selected_bg_color)
gradient_shades = {1.1, 1.0, 1.0, 0.9}
roundness = 4
lightborder_shade = 1.26
lightborderstyle = 1
listviewstyle = 2
progressbarstyle = 0
menubaritemstyle = 1
menubarstyle = 1
menustyle = 0
focusstyle = 3
handlestyle = 1
sliderstyle = 3
scrollbarstyle = 0
stepperstyle = 1
# rgba = TRUE
}
}
class "GtkWidget" style "default"
style "scrolledwindow" {
xthickness = 0
ythickness = 0
GtkScrolledWindow ::scrollbars-within-bevel = 0
GtkScrolledWindow ::scrollbar-spacing = 0
engine "clearlooks"
{
}
}
style "wide" {
xthickness = 2
ythickness = 2
}
style "wider" {
xthickness = 3
ythickness = 3
}
style "comboboxentry" {
engine "clearlooks" {
hint = "comboboxentry"
}
}
style "frame_title" {
fg[NORMAL] = lighter (@fg_color)
}
style "tooltips" {
xthickness = 4
ythickness = 4
bg[NORMAL] = @tooltip_bg_color
fg[NORMAL] = @tooltip_fg_color
}
widget "gtk-tooltip*" style "tooltips"
widget_class "*<GtkComboBoxEntry>*" style "comboboxentry"
widget_class "*<GtkCombo>*" style "comboboxentry"