@ -0,0 +1,59 @@
|
||||
### PIXMAP MENUBAR ###
|
||||
style "pixbuf-menubar"
|
||||
|
||||
{
|
||||
xthickness = 1
|
||||
ythickness = 2
|
||||
text[NORMAL] = @selected_fg_color # Fix Openoffice menubar
|
||||
|
||||
engine "pixmap"
|
||||
{
|
||||
image
|
||||
{
|
||||
function = BOX
|
||||
state = NORMAL
|
||||
file = "images/menubar.png"
|
||||
border = { 0, 0, 0, 2 }
|
||||
stretch = TRUE
|
||||
}
|
||||
|
||||
image
|
||||
{
|
||||
function = BOX
|
||||
state = ACTIVE
|
||||
file = "images/menubar.png"
|
||||
border = { 0, 0, 0, 2 }
|
||||
stretch = TRUE
|
||||
}
|
||||
|
||||
image
|
||||
{
|
||||
function = BOX
|
||||
state = INSENSITIVE
|
||||
file = "images/menubar.png"
|
||||
border = { 0, 0, 0, 2 }
|
||||
stretch = TRUE
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
style "menubar-menuitem"
|
||||
{
|
||||
bg[PRELIGHT] = @selected_bg_color
|
||||
bg[SELECTED] = @selected_bg_color
|
||||
fg[NORMAL] = @selected_fg_color
|
||||
fg[PRELIGHT] = @selected_fg_color
|
||||
fg[SELECTED] = @selected_fg_color
|
||||
text[NORMAL] = @base_color
|
||||
text[PRELIGHT] = @selected_fg_color
|
||||
text[SELECTED] = @selected_fg_color
|
||||
}
|
||||
|
||||
style "menubar-menuitem-prelight"
|
||||
{
|
||||
fg[PRELIGHT] = @selected_fg_color
|
||||
}
|
||||
|
||||
widget_class "*<GtkMenuBar>.<GtkMenuItem>*" style "menubar-menuitem"
|
||||
widget_class "*<GtkMenuItem>*" style "menubar-menuitem-prelight"
|
||||
widget_class "*<GtkMenuBar>*" style "pixbuf-menubar"
|
@ -1,426 +1,582 @@
|
||||
|
||||
|
||||
gtk-color-scheme = "base_color:#ffffff\nfg_color:#000000\ntooltip_fg_color:#000000\nselected_bg_color:#6196B3\nselected_fg_color:#ffffff\ntext_color:#1A1A1A\nbg_color:#E0DFDD\ntooltip_bg_color:#F5F5B5"
|
||||
|
||||
style "default" {
|
||||
xthickness = 1
|
||||
ythickness = 1
|
||||
|
||||
#######################
|
||||
# Style Properties
|
||||
#######################
|
||||
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 = 6
|
||||
|
||||
GtkRange::trough-border = 0
|
||||
GtkRange::slider-width = 15
|
||||
GtkRange::stepper-size = 15
|
||||
|
||||
GtkScale::slider-length = 23
|
||||
GtkScale::trough-side-details = 1
|
||||
|
||||
GtkScrollbar::min-slider-length = 30
|
||||
GtkMenuBar::internal-padding = 4
|
||||
GtkExpander::expander-size = 16
|
||||
GtkToolbar::internal-padding = 4
|
||||
GtkTreeView::expander-size = 14
|
||||
GtkTreeView::vertical-separator = 0
|
||||
|
||||
GtkMenu::horizontal-padding = 0
|
||||
GtkMenu::vertical-padding = 0
|
||||
|
||||
WnckTasklist::fade-overlay-rect = 0
|
||||
# Authors: Simon Steinbeiß and Pasi Lallinaho
|
||||
# Theme: Bluebird
|
||||
# based on "Zuki Blues" by lassekongo83
|
||||
# Description: As is the original theme, this theme is 100% free and open source.
|
||||
|
||||
gtk_color_scheme = "bg_color:#DCDCDC\nselected_bg_color:#82A1BF\nbase_color:#F7F7F7"
|
||||
gtk_color_scheme = "fg_color:#3C3C3C\nselected_fg_color:#f5f5f5\ntext_color:#3C3C3C"
|
||||
gtk_color_scheme = "tooltip_bg_color:#000000\ntooltip_fg_color:#E1E1E1"
|
||||
gtk_color_scheme = "link_color:#08c"
|
||||
gtk_color_scheme = "panel_bg:#303030"
|
||||
gtk_color_scheme = "fm_color:#F7F7F7"
|
||||
gtk_color_scheme = "frame_color:#CDCDCD\ninactive_frame_color:#CDCDCD" # Fix for Chromium
|
||||
|
||||
|
||||
### EXTERNAL FILES ###
|
||||
include "panel.rc" # This includes the file that handles panel theming.
|
||||
include "bars.rc" # Styles the menubar.
|
||||
include "lxpanel.rc"
|
||||
|
||||
### ICONS ###
|
||||
gtk-icon-sizes = "gtk-button=16,16" # This makes button icons smaller.
|
||||
|
||||
### MISC ###
|
||||
gtk-button-images = 1 # Enables icons in buttons
|
||||
gtk-toolbar-style = 0 # Disables text in toolbar
|
||||
gtk-auto-mnemonics = 1 # Disables ugly lines under menu items
|
||||
|
||||
### GENERAL THEME SETTINGS ###
|
||||
style "murrine-default"
|
||||
{
|
||||
GnomeHRef ::link_color = @link_color
|
||||
GtkHTML ::link-color = @link_color
|
||||
GtkIMHtmlr ::hyperlink-color = @link_color
|
||||
GtkIMHtml ::hyperlink-color = @link_color
|
||||
GtkWidget ::link-color = @link_color
|
||||
GtkWidget ::visited-link-color = @text_color
|
||||
|
||||
GtkButton ::child-displacement-x = 1
|
||||
GtkButton ::child-displacement-y = 1
|
||||
GtkButton ::default-border = { 0, 0, 0, 0 }
|
||||
GtkCheckButton ::indicator-size = 14
|
||||
|
||||
GtkWidget ::new-tooltip-style = 1
|
||||
GtkWidget ::focus-line-width = 1
|
||||
GtkWidget ::focus-padding = 0
|
||||
|
||||
GtkImage ::x-ayatana-indicator-dynamic = 1
|
||||
|
||||
GtkScrolledWindow ::scrollbar-spacing = 2
|
||||
GtkScrolledWindow ::scrollbar-within-bevel = 0
|
||||
|
||||
GtkPaned ::handle-size = 6
|
||||
|
||||
GtkRange ::trough-border = 0
|
||||
GtkRange ::slider-width = 14
|
||||
GtkRange ::stepper-size = 13
|
||||
GtkRange ::stepper_spacing = 0
|
||||
GtkRange ::trough-under-steppers = 0
|
||||
|
||||
GtkScale ::activate-slider = 1 # With this option set to TRUE, sliders will be drawn ACTIVE and with shadow IN while they are dragged.
|
||||
GtkScale ::slider-length = 14
|
||||
GtkScale ::slider-width = 14
|
||||
GtkScale ::trough-side-details = 1
|
||||
|
||||
GtkArrow ::arrow-scaling = 0.3 # arrow size (e.g. in combobox or combobox-entry), only works with arrowstyle=0
|
||||
|
||||
GtkScrollbar ::min-slider-length = 30
|
||||
#GtkScrollbar ::activate-slider = 1
|
||||
GtkScrollbar ::slider-width = 9
|
||||
GtkScrollbar ::trough-border = 2
|
||||
GtkScrollbar ::has-backward-stepper = 1
|
||||
GtkScrollbar ::has_secondary_backward_stepper = 0
|
||||
GtkScrollbar ::has-forward-stepper = 1
|
||||
GtkScrollbar ::has_secondary_forward_stepper = 0
|
||||
|
||||
GtkMenuBar ::internal-padding = 0
|
||||
GtkExpander ::expander-size = 12
|
||||
GtkToolbar ::internal-padding = 0
|
||||
GtkTreeView ::expander-size = 12
|
||||
GtkTreeView ::indent-expanders = 1
|
||||
GtkTreeView ::vertical-separator = 0
|
||||
|
||||
GtkMenu ::horizontal-padding = 1
|
||||
GtkMenu ::vertical-padding = 1
|
||||
|
||||
WnckTasklist ::fade-overlay-rect = 0
|
||||
# The following line hints to gecko (and possibly other appliations)
|
||||
# that the entry should be drawn transparently on the canvas.
|
||||
# Without this, gecko will fill in the background of the entry.
|
||||
GtkEntry::honors-transparent-bg-hint = 1
|
||||
GtkEntry ::honors-transparent-bg-hint = 1
|
||||
GtkEntry ::state-hint = 0
|
||||
GtkEntry ::progress-border = { 2, 2, 2, 2 }
|
||||
|
||||
GtkEntry::progress-border = { 2, 2, 2, 2 }
|
||||
#GtkToolbar:: shadow-type = GTK_SHADOW_NONE # Makes toolbars flat and unified.
|
||||
#GtkMenuBar:: shadow-type = GTK_SHADOW_NONE # Makes menus flat and unified.
|
||||
GtkMenuBar ::window-dragging = 1
|
||||
|
||||
GtkMenuBar::shadow_type = GTK_SHADOW_NONE
|
||||
GtkToolbar::shadow_type = GTK_SHADOW_NONE
|
||||
xthickness = 1
|
||||
ythickness = 1
|
||||
|
||||
####################
|
||||
# Color Definitions
|
||||
####################
|
||||
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)
|
||||
### Color Definitions ###
|
||||
|
||||
fg[NORMAL] = @fg_color
|
||||
fg[PRELIGHT] = @fg_color
|
||||
fg[SELECTED] = @selected_fg_color
|
||||
fg[INSENSITIVE] = darker (@bg_color)
|
||||
fg[ACTIVE] = @fg_color
|
||||
fg[INSENSITIVE] = darker (@bg_color)
|
||||
|
||||
bg[NORMAL] = @bg_color
|
||||
bg[PRELIGHT] = shade (1.02, @bg_color)
|
||||
bg[SELECTED] = @selected_bg_color
|
||||
bg[INSENSITIVE] = @bg_color
|
||||
bg[ACTIVE] = shade (1.04, @bg_color)
|
||||
|
||||
base[NORMAL] = @base_color
|
||||
base[PRELIGHT] = shade (0.95, @bg_color)
|
||||
base[ACTIVE] = shade (0.92, @selected_bg_color)
|
||||
base[SELECTED] = shade (0.93, @selected_bg_color)
|
||||
base[INSENSITIVE] = @bg_color
|
||||
|
||||
text[NORMAL] = @text_color
|
||||
text[PRELIGHT] = @text_color
|
||||
text[ACTIVE] = @selected_fg_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, @bg_color)
|
||||
base[SELECTED] = @selected_bg_color
|
||||
base[INSENSITIVE] = @bg_color
|
||||
base[ACTIVE] = shade (0.9, @selected_bg_color)
|
||||
|
||||
engine "clearlooks" {
|
||||
colorize_scrollbar = TRUE
|
||||
reliefstyle = 1
|
||||
menubarstyle = 2
|
||||
toolbarstyle = 1
|
||||
animation = FALSE
|
||||
radius = 3.0
|
||||
style = GUMMY
|
||||
hint = "use-hints"
|
||||
### Murrine Settings ###
|
||||
|
||||
engine "murrine"
|
||||
{
|
||||
animation = TRUE
|
||||
arrowstyle = 2 # 0 = normal arrows, 1 = filled arrows
|
||||
border_shades = { 1.2, 1.0 } # gradient to draw on border
|
||||
cellstyle = 0
|
||||
colorize_scrollbar = TRUE
|
||||
comboboxstyle = 0 # 0 = normal combobox, 1 = colorized combobox below arrow
|
||||
contrast = 0.4 # 0.8 for less contrast, more than 1.0 for more contrast on borders
|
||||
expanderstyle = 1
|
||||
focus_color = mix (0.1, @bg_color, shade (1.1, @selected_bg_color))
|
||||
focusstyle = 3
|
||||
glazestyle = 1 # 0 = flat highlight, 1 = curved highlight, 2 = concave style, 3 = top curved highlight, 4 = beryl highlight
|
||||
gradient_shades = {1.2,1.0,1.0,0.9} #{1.1,1.0,1.0,0.87}
|
||||
glowstyle = 4 # 0,1,2,3,4
|
||||
glow_shade = 1.1
|
||||
highlight_shade = 1.0 # set highlight amount for buttons or widgets
|
||||
lightborder_shade = 1.1 # sets lightborder amount for buttons or widgets
|
||||
lightborderstyle = 0 # 0 = lightborder on top side, 1 = lightborder on all sides
|
||||
listviewheaderstyle = 1 # 0 = flat, 1 = glassy, 2 = raised
|
||||
listviewstyle = 1 # 0 = nothing, 1 = dotted
|
||||
menubaritemstyle = 0 # 0 = menuitem look, 1 = button look
|
||||
menubarstyle = 2 # 0 = flat, 1 = glassy, 2 = gradient, 3 = striped
|
||||
menuitemstyle = 0 # 0 = flat, 1 = glassy, 2 = striped
|
||||
menustyle = 0 # 0 = no vertical menu stripe, 1 = display vertical menu stripe
|
||||
prelight_shade = .95 # shade level for scrollbar's slider, comboboxstyle(1), and prelight state with gradient_colors
|
||||
reliefstyle = 3 # 0 = flat, 1 = inset, 2 = shadow
|
||||
rgba = FALSE # FALSE = disabled, TRUE = enabled
|
||||
roundness = 3 # 0 = squared, 1 = old default, more will increase roundness
|
||||
scrollbarstyle = 0 # 0 = nothing, 1 = circles, 2 = handles, 3 = diagonal stripes, 4 = diagonal stripes and handles, 5 = horizontal stripes, 6 = horizontal stripes and handles
|
||||
separatorstyle = 1 # 0 = Hard seperators 1 = Smooth seperators
|
||||
sliderstyle = 0 # 0 = nothing added, 1 = handles
|
||||
spinbuttonstyle = 1
|
||||
stepperstyle = 1 # 0 = standard, 1 = integrated stepper handles, 2 = unknown
|
||||
progressbarstyle = 1 # 0 = nothing, 1 = stripes, 2 = lines
|
||||
focus_color = @selected_bg_color
|
||||
shadow_shades = { 0.8, 2.2 } # gradient for shadows.
|
||||
textstyle = 0 # 0 = normal text, 1 = inset
|
||||
toolbarstyle = 2 # 0 = flat, 1 = glassy, 2 = gradient
|
||||
trough_shades = { 0.75, 0.9 } # draw gradient on trough of GtkScrollbar and GtkProgressbar
|
||||
trough_border_shades = { 0.9, 0.7 }
|
||||
}
|
||||
}
|
||||
|
||||
style "wide" {
|
||||
### THEME MODULES ###
|
||||
|
||||
style "evolution-hack" = "murrine-default" # Hacks for Evolution Mail.
|
||||
{
|
||||
bg[NORMAL] = shade (1.14, @bg_color) # Color for evo treeview headers.
|
||||
bg[PRELIGHT] = shade (1.18, @bg_color) # Color for evo treeview header prelight.
|
||||
bg[ACTIVE] = shade (0.75, @bg_color) # Color for unfocused evo selected items.
|
||||
bg[SELECTED] = @selected_bg_color # Color for evo selected items.
|
||||
fg[ACTIVE] = @selected_fg_color # Color for evo active text.
|
||||
fg[SELECTED] = @selected_fg_color # Color for evo selected text.
|
||||
}
|
||||
|
||||
style "murrine-dark" {
|
||||
bg[NORMAL] = "#212936"
|
||||
bg[ACTIVE] = "#091720"
|
||||
bg[PRELIGHT] = "#3c4a61"
|
||||
bg[SELECTED] = "#3c4a61"
|
||||
|
||||
fg[NORMAL] = @selected_fg_color
|
||||
fg[PRELIGHT] = "#ffffff"
|
||||
fg[ACTIVE] = @selected_fg_color
|
||||
|
||||
text[NORMAL] = @selected_fg_color
|
||||
text[PRELIGHT] = "#ffffff"
|
||||
text[ACTIVE] = @selected_fg_color
|
||||
}
|
||||
|
||||
style "murrine-wide"
|
||||
{
|
||||
xthickness = 2
|
||||
ythickness = 2
|
||||
}
|
||||
|
||||
style "wider" {
|
||||
style "murrine-wider"
|
||||
{
|
||||
xthickness = 3
|
||||
ythickness = 3
|
||||
}
|
||||
|
||||
style "entry" {
|
||||
xthickness = 3
|
||||
ythickness = 3
|
||||
style "murrine-entry" = "murrine-wider" {
|
||||
|
||||
bg[SELECTED] = mix (0.4, @selected_bg_color, @base_color)
|
||||
fg[SELECTED] = @text_color
|
||||
|
||||
engine "clearlooks" {
|
||||
focus_color = shade (0.65, @selected_bg_color)
|
||||
engine "murrine" {
|
||||
contrast = 0.4
|
||||
reliefstyle = 4
|
||||
border_shades = {1.03,0.8}
|
||||
shadow_shades = {0.5,0.0}
|
||||
}
|
||||
}
|
||||
|
||||
style "spinbutton" {
|
||||
|
||||
engine "clearlooks" {
|
||||
hint = "spinbutton"
|
||||
style "murrine-button" = "murrine-wider"
|
||||
{
|
||||
bg[NORMAL] = shade (1.06, @bg_color)
|
||||
bg[PRELIGHT] = shade (1.45, @selected_bg_color)
|
||||
bg[ACTIVE] = shade (0.85, @bg_color)
|
||||
bg[SELECTED] = shade (1.0, @selected_bg_color)
|
||||
bg[INSENSITIVE] = shade (0.95, @bg_color)
|
||||
|
||||
engine "murrine"
|
||||
{
|
||||
contrast = .8
|
||||
highlight_shade = 1.00
|
||||
lightborder_shade = 1.7
|
||||
gradient_shades = {1.1,1.05,0.95,0.95} #{1.3,1.10,0.95,0.92}
|
||||
border_shades = { 1.1, 0.9 }
|
||||
shadow_shades = {0.5,0.0}
|
||||
reliefstyle = 3
|
||||
}
|
||||
}
|
||||
|
||||
style "scale" {
|
||||
xthickness = 2
|
||||
ythickness = 2
|
||||
|
||||
engine "clearlooks" {
|
||||
hint = "scale"
|
||||
}
|
||||
style "murrine-notebook-bg"
|
||||
{
|
||||
bg[NORMAL] = shade (1.1, @bg_color) # Tab background.
|
||||
bg[ACTIVE] = @bg_color # Unfocused tab background.
|
||||
}
|
||||
|
||||
style "vscale" {
|
||||
|
||||
engine "clearlooks" {
|
||||
hint = "vscale"
|
||||
style "murrine-notebook" = "murrine-notebook-bg"
|
||||
{
|
||||
xthickness = 1 # Width of tabs and notebook borders.
|
||||
ythickness = 1 # Height of tabs and notebook borders.
|
||||
|
||||
engine "murrine"
|
||||
{
|
||||
roundness = 3 # Roundness of notebook tabs.
|
||||
contrast = 1.0
|
||||
highlight_shade = 1.0
|
||||
gradient_shades = {1.28,1.17,0.92,0.87}
|
||||
}
|
||||
}
|
||||
|
||||
style "hscale" {
|
||||
style "murrine-menu"
|
||||
{
|
||||
ythickness = 2
|
||||
xthickness = 0
|
||||
|
||||
engine "clearlooks" {
|
||||
hint = "hscale"
|
||||
}
|
||||
}
|
||||
|
||||
style "scrollbar" {
|
||||
xthickness = 2
|
||||
ythickness = 2
|
||||
|
||||
engine "clearlooks" {
|
||||
hint = "scrollbar"
|
||||
}
|
||||
}
|
||||
|
||||
style "hscrollbar" {
|
||||
bg[SELECTED] = shade (0.85, @selected_bg_color)
|
||||
bg[NORMAL] = @bg_color
|
||||
bg[PRELIGHT] = shade (0.85, @selected_bg_color)
|
||||
bg[ACTIVE] = @bg_color
|
||||
bg[INSENSITIVE] = @bg_color
|
||||
fg[NORMAL] = @text_color # Color for normal text.
|
||||
fg[PRELIGHT] = @selected_fg_color
|
||||
fg[SELECTED] = @selected_fg_color
|
||||
fg[ACTIVE] = @selected_fg_color
|
||||
fg[INSENSITIVE] = shade (0.75, @bg_color) # Text color for non-interactive menu items
|
||||
text[NORMAL] = @text_color # Color for menu-item radio/checks.
|
||||
base[NORMAL] = @bg_color # Color for menu-item radio/checks background.
|
||||
text[PRELIGHT] = @selected_fg_color
|
||||
text[SELECTED] = @selected_fg_color
|
||||
text[ACTIVE] = @selected_fg_color
|
||||
text[INSENSITIVE] = @text_color
|
||||
|
||||
engine "clearlooks" {
|
||||
hint = "hscrollbar"
|
||||
engine "murrine"
|
||||
{
|
||||
roundness = 0 # Roundness of menu items.
|
||||
}
|
||||
}
|
||||
|
||||
style "vscrollbar" {
|
||||
|
||||
engine "clearlooks" {
|
||||
hint = "vscrollbar"
|
||||
style "murrine-treeview"
|
||||
{
|
||||
engine "murrine"
|
||||
{
|
||||
roundness = 0 # This makes treeview progressbars square.
|
||||
}
|
||||
}
|
||||
|
||||
style "notebook_bg" {
|
||||
style "murrine-treeview-header" = "murrine-button"
|
||||
{
|
||||
xthickness = 2
|
||||
ythickness = 1
|
||||
|
||||
bg[NORMAL] = shade (1.02, @bg_color)
|
||||
}
|
||||
|
||||
style "button" {
|
||||
xthickness = 3
|
||||
ythickness = 3
|
||||
bg[NORMAL] = shade (1.14, @bg_color) # Color for treeview headers.
|
||||
bg[PRELIGHT] = shade (0.98, @bg_color) # Color for treeview header prelight.
|
||||
bg[ACTIVE] = shade (0.85, @bg_color) # Color for pressed-treeview.
|
||||
|
||||
bg[NORMAL] = shade (1.04, @bg_color)
|
||||
bg[PRELIGHT] = shade (1.06, @bg_color)
|
||||
bg[ACTIVE] = shade (0.85, @bg_color)
|
||||
engine "murrine"
|
||||
{
|
||||
roundness = 0 # This makes treeview progressbars square.
|
||||
}
|
||||
}
|
||||
|
||||
# The color is changed by the notebook_bg style, this style
|
||||
# changes the x/ythickness
|
||||
style "notebook" {
|
||||
xthickness = 3
|
||||
ythickness = 3
|
||||
style "murrine-frame-title"
|
||||
{
|
||||
fg[NORMAL] = lighter (@fg_color)
|
||||
}
|
||||
|
||||
style "statusbar" {
|
||||
|
||||
engine "clearlooks" {
|
||||
hint = "statusbar"
|
||||
}
|
||||
}
|
||||
style "murrine-tooltips" = "murrine-wider"
|
||||
{
|
||||
xthickness = 7
|
||||
ythickness = 4
|
||||
|
||||
style "comboboxentry" {
|
||||
bg[NORMAL] = @tooltip_bg_color
|
||||
bg[SELECTED] = "#000000"
|
||||
fg[NORMAL] = @tooltip_fg_color
|
||||
|
||||
engine "clearlooks" {
|
||||
# Note:
|
||||
# If you set the appears-as-list option on comboboxes in the theme,
|
||||
# then you should set this hint on the combobox instead.
|
||||
hint = "comboboxentry"
|
||||
engine "murrine"
|
||||
{
|
||||
roundness = 0
|
||||
trough_shades = { 0.15, 0.3 }
|
||||
}
|
||||
}
|
||||
|
||||
style "menubar" {
|
||||
|
||||
engine "clearlooks" {
|
||||
hint = "menubar"
|
||||
style "murrine-progressbar"
|
||||
{
|
||||
xthickness = 0
|
||||
ythickness = 0
|
||||
|
||||
fg[PRELIGHT] = lighter (@selected_fg_color)
|
||||
bg[NORMAL] = shade (1.05, @bg_color)
|
||||
bg[SELECTED] = shade (1.05, @selected_bg_color)
|
||||
|
||||
engine "murrine" {
|
||||
gradient_shades = {1.2,0.85,1.1,0.75}
|
||||
roundness = 4
|
||||
contrast = 0.5
|
||||
border_shades = { 1.0, 0.8 }
|
||||
glowstyle = 3
|
||||
glow_shade = 1.2
|
||||
}
|
||||
}
|
||||
|
||||
style "menu" {
|
||||
xthickness = 0
|
||||
ythickness = 0
|
||||
|
||||
bg[NORMAL] = shade (1.08, @bg_color)
|
||||
|
||||
engine "clearlooks" {
|
||||
radius = 0.0
|
||||
style "murrine-scrollbar"
|
||||
{
|
||||
bg[SELECTED] = shade (0.65, @base_color)
|
||||
|
||||
engine "murrine" {
|
||||
arrowstyle = 1
|
||||
roundness = 9
|
||||
gradient_shades = {1.0,1.0,1.0,1.0}
|
||||
highlight_shade = 1.0
|
||||
glow_shade = 1.0
|
||||
reliefstyle = 2
|
||||
gradient_colors = FALSE
|
||||
lightborder_shade = 1.0
|
||||
lightborderstyle = 0
|
||||
trough_shades = { 0.97, 0.97}
|
||||
trough_border_shades = { 1.03, 1.03 }
|
||||
border_shades = { 0.85, 0.85} # slider border outline
|
||||
shadow_shades = { 0.5, 0.8 }
|
||||
contrast = 0.0 # no trough-border
|
||||
prelight_shade = 0.65
|
||||
}
|
||||
}
|
||||
|
||||
style "menu_item" {
|
||||
style "murrine-statusbar"
|
||||
{
|
||||
xthickness = 2
|
||||
ythickness = 3
|
||||
|
||||
fg[PRELIGHT] = @selected_fg_color
|
||||
}
|
||||
|
||||
# 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" {
|
||||
xthickness = 0
|
||||
ythickness = 0
|
||||
|
||||
GtkSeparatorMenuItem::horizontal-padding = 0
|
||||
GtkWidget::wide-separators = 1
|
||||
GtkWidget::separator-width = 1
|
||||
GtkWidget::separator-height = 8
|
||||
style "murrine-comboboxentry"
|
||||
{
|
||||
engine "murrine"
|
||||
{
|
||||
contrast = 0.4
|
||||
reliefstyle = 4
|
||||
border_shades = {1.03,0.8}
|
||||
shadow_shades = {0.5,0.0}
|
||||
}
|
||||
}
|
||||
|
||||
style "frame_title" {
|
||||
|
||||
fg[NORMAL] = lighter (@fg_color)
|
||||
style "murrine-spinbutton"
|
||||
{
|
||||
bg[ACTIVE] = shade (0.85, @bg_color) # Color for pressed-spinbuttons.
|
||||
}
|
||||
|
||||
style "treeview" {
|
||||
|
||||
engine "clearlooks" {
|
||||
hint = "treeview"
|
||||
style "murrine-scale" = "murrine-button"
|
||||
{
|
||||
GtkWidget ::focus-line-width = 0
|
||||
GtkWidget ::focus-padding = 2
|
||||
|
||||
bg[PRELIGHT] = shade (1.25, @bg_color)
|
||||
bg[SELECTED] = shade (0.9, @selected_bg_color)
|
||||
|
||||
engine "murrine"
|
||||
{
|
||||
highlight_shade = 1.05
|
||||
lightborder_shade = 0.8
|
||||
roundness = 5
|
||||
border_shades = { 0.8, 0.5 }
|
||||
contrast = 0.8
|
||||
}
|
||||
}
|
||||
|
||||
# The almost useless progress bar style
|
||||
style "progressbar" {
|
||||
xthickness = 1
|
||||
ythickness = 1
|
||||
|
||||
fg[PRELIGHT] = @selected_fg_color
|
||||
style "murrine-hscale" = "murrine-scale"
|
||||
{
|
||||
}
|
||||
|
||||
engine "clearlooks" {
|
||||
# Explicitly set the radius for the progress bars inside menu items.
|
||||
radius = 3.0
|
||||
style "murrine-vscale" = "murrine-scale"
|
||||
{
|
||||
}
|
||||
|
||||
hint = "progressbar"
|
||||
}
|
||||
style "murrine-nautilus-location" # Workaround for nautilus' messages.
|
||||
{
|
||||
bg[NORMAL] = shade (1.25, @selected_bg_color)
|
||||
}
|
||||
|
||||
# This style is based on the default style, so that the colors from the button
|
||||
# style are overriden again.
|
||||
style "treeview_header" = "default" {
|
||||
xthickness = 2
|
||||
ythickness = 1
|
||||
style "murrine-radiocheck" = "murrine-default"
|
||||
{
|
||||
text[NORMAL] = @selected_fg_color # Color for checks/radio items.
|
||||
text[PRELIGHT] = @selected_fg_color # Color for checks/radio items.
|
||||
}
|
||||
|
||||
engine "clearlooks" {
|
||||
hint = "treeview-header"
|
||||
}
|
||||
style "murrine-toolbar"
|
||||
{
|
||||
bg[NORMAL] = @bg_color
|
||||
}
|
||||
|
||||
style "tooltips" {
|
||||
xthickness = 4
|
||||
ythickness = 4
|
||||
###############################################################################
|
||||
# The following part of the gtkrc applies the different styles to the widgets.
|
||||
###############################################################################
|
||||
|
||||
bg[NORMAL] = @tooltip_bg_color
|
||||
fg[NORMAL] = @tooltip_fg_color
|
||||
}
|
||||
# Murrine default style is applied to every widget.
|
||||
class "GtkWidget" style "murrine-default"
|
||||
|
||||
style "nautilus_location" {
|
||||
# Increase the x/ythickness in some widgets.
|
||||
class "GtkFrame" style "murrine-wide"
|
||||
class "GtkEntry" style "murrine-entry"
|
||||
class "GtkSeparator" style "murrine-wide"
|
||||
class "GtkCalendar" style "murrine-wide"
|
||||
class "GtkToolbar" style "murrine-toolbar"
|
||||
|
||||
bg[NORMAL] = mix (0.60, shade (1.05, @bg_color), @selected_bg_color)
|
||||
}
|
||||
class "GtkSpinButton" style "murrine-spinbutton"
|
||||
class "GtkScale" style "murrine-scale"
|
||||
class "GtkVScale" style "murrine-vscale"
|
||||
class "GtkHScale" style "murrine-hscale"
|
||||
|
||||
# Wrokaroudn style for places where the text color is used instead of the fg color.
|
||||
style "text_is_fg_color_workaround" {
|
||||
class "GtkScrollbar" style "murrine-scrollbar"
|
||||
class "GtkVScrollbar" style "murrine-scrollbar"
|
||||
class "GtkHScrollbar" style "murrine-scrollbar"
|
||||
|
||||
text[NORMAL] = @fg_color
|
||||
text[PRELIGHT] = @fg_color
|
||||
text[SELECTED] = @selected_fg_color
|
||||
text[ACTIVE] = @fg_color
|
||||
text[INSENSITIVE] = darker (@bg_color)
|
||||
}
|
||||
class "GtkRadio*" style "murrine-radiocheck"
|
||||
class "GtkCheck*" style "murrine-radiocheck"
|
||||
|
||||
# Workaround style for menus where the text color is used instead of the fg color.
|
||||
style "menuitem_text_is_fg_color_workaround" {
|
||||
# General matching following, the order is choosen so that the right styles override each other eg. progressbar needs to be more important then the menu match.
|
||||
|
||||
text[NORMAL] = @fg_color
|
||||
text[PRELIGHT] = @selected_fg_color
|
||||
text[SELECTED] = @selected_fg_color
|
||||
text[ACTIVE] = @fg_color
|
||||
text[INSENSITIVE] = darker (@bg_color)
|
||||
}
|
||||
# This is not perfect, it could be done better (That is modify *every* widget in the notebook, and change those back that we really don't want changed)
|
||||
widget_class "*<GtkNotebook>*<GtkEventBox>" style "murrine-notebook-bg"
|
||||
widget_class "*<GtkNotebook>*<GtkDrawingArea>" style "murrine-notebook-bg"
|
||||
widget_class "*<GtkNotebook>*<GtkLayout>" style "murrine-notebook-bg"
|
||||
widget_class "*<GtkNotebook>*<GtkViewport>" style "murrine-notebook-bg"
|
||||
widget_class "*<GtkNotebook>*<GtkScrolledWindow>" style "murrine-notebook-bg"
|
||||
|
||||
# Workaround style for places where the fg color is used instead of the text color.
|
||||
style "fg_is_text_color_workaround" {
|
||||
widget_class "*<GtkButton>" style "murrine-button"
|
||||
widget_class "*<GtkNotebook>" style "murrine-notebook"
|
||||
widget_class "*<GtkStatusbar>*" style "murrine-statusbar"
|
||||
|
||||
fg[NORMAL] = @text_color
|
||||
fg[PRELIGHT] = @text_color
|
||||
fg[SELECTED] = @selected_fg_color
|
||||
fg[ACTIVE] = @selected_fg_color
|
||||
fg[INSENSITIVE] = darker (@bg_color)
|
||||
}
|
||||
widget_class "*<GtkComboBoxEntry>*" style "murrine-comboboxentry"
|
||||
widget_class "*<GtkCombo>*" style "murrine-comboboxentry"
|
||||
|
||||
# Style to set the toolbar to use a flat style. This is because the "New" button in
|
||||
# Evolution is not drawn transparent. So if there is a gradient in the background it will
|
||||
# look really wrong.
|
||||
# See http://bugzilla.gnome.org/show_bug.cgi?id=446953.
|
||||
style "evo_new_button_workaround" {
|
||||
widget_class "*<GtkMenu>*" style "murrine-menu"
|
||||
|
||||
engine "clearlooks" {
|
||||
toolbarstyle = 0
|
||||
}
|
||||
}
|
||||
widget_class "*.<GtkFrame>.<GtkLabel>" style "murrine-frame-title"
|
||||
widget_class "*.<GtkTreeView>*" style "murrine-treeview"
|
||||
|
||||
widget_class "*<GtkProgress>" style "murrine-progressbar"
|
||||
widget_class "*<GtkProgressBar>" style "murrine-progressbar"
|
||||
|
||||
###############################################################################
|
||||
# The following part of the gtkrc applies the different styles to the widgets.
|
||||
###############################################################################
|
||||
# Treeview header
|
||||
widget_class "*.<GtkTreeView>.<GtkButton>" style "murrine-treeview-header"
|
||||
widget_class "*.<GtkCTree>.<GtkButton>" style "murrine-treeview-header"
|
||||
widget_class "*.<GtkList>.<GtkButton>" style "murrine-treeview-header"
|
||||
widget_class "*.<GtkCList>.<GtkButton>" style "murrine-treeview-header"
|
||||
|
||||
# The default style is applied to every widget
|
||||
class "GtkWidget" style "default"
|
||||
|
||||
class "GtkSeparator" style "wide"
|
||||
class "GtkFrame" style "wide"
|
||||
class "GtkCalendar" style "wide"
|
||||
class "GtkEntry" style "entry"
|
||||
|
||||
class "GtkSpinButton" style "spinbutton"
|
||||
class "GtkScale" style "scale"
|
||||
class "GtkVScale" style "vscale"
|
||||
class "GtkHScale" style "hscale"
|
||||
class "GtkScrollbar" style "scrollbar"
|
||||
class "GtkHScrollbar" style "hscrollbar"
|
||||
class "GtkVScrollbar" style "vscrollbar"
|
||||
|
||||
# General matching follows. The order is choosen so that the right styles override
|
||||
# each other. EG. progressbar needs to be more important than the menu match.
|
||||
widget_class "*<GtkNotebook>" style "notebook_bg"
|
||||
# This is not perfect, it could be done better.
|
||||
# (That is modify *every* widget in the notebook, and change those back that
|
||||
# we really don't want changed)
|
||||
widget_class "*<GtkNotebook>*<GtkEventBox>" style "notebook_bg"
|
||||
widget_class "*<GtkNotebook>*<GtkDrawingArea>" style "notebook_bg"
|
||||
widget_class "*<GtkNotebook>*<GtkLayout>" style "notebook_bg"
|
||||
widget_class "*<GtkNotebook>*<GtkViewport>" style "notebook_bg"
|
||||
widget_class "*<GtkNotebook>*<GtkScrolledWindow>" style "notebook_bg"
|
||||
|
||||
widget_class "*<GtkButton>" style "button"
|
||||
widget_class "*<GtkNotebook>" style "notebook"
|
||||
widget_class "*<GtkStatusbar>*" style "statusbar"
|
||||
|
||||
widget_class "*<GtkComboBoxEntry>*" style "comboboxentry"
|
||||
widget_class "*<GtkCombo>*" style "comboboxentry"
|
||||
|
||||
widget_class "*<GtkMenuBar>*" style "menubar"
|
||||
widget_class "*<GtkMenu>*" style "menu"
|
||||
widget_class "*<GtkMenuItem>*" style "menu_item"
|
||||
widget_class "*<GtkSeparatorMenuItem>*" style "separator_menu_item"
|
||||
|
||||
widget_class "*.<GtkFrame>.<GtkLabel>" style "frame_title"
|
||||
widget_class "*.<GtkTreeView>*" style "treeview"
|
||||
|
||||
widget_class "*<GtkProgress>" style "progressbar"
|
||||
|
||||
# Treeview headers (and similar stock GTK+ widgets)
|
||||
widget_class "*.<GtkTreeView>.<GtkButton>" style "treeview_header"
|
||||
widget_class "*.<GtkCTree>.<GtkButton>" style "treeview_header"
|
||||
widget_class "*.<GtkList>.<GtkButton>" style "treeview_header"
|
||||
widget_class "*.<GtkCList>.<GtkButton>" style "treeview_header"
|
||||
# Workarounds for Evolution
|
||||
widget_class "*.ETable.ECanvas" style "murrine-treeview-header"
|
||||
widget_class "*.ETree.ECanvas" style "murrine-treeview-header"
|
||||
widget_class "*GtkCTree*" style "evolution-hack"
|
||||
widget_class "*GtkList*" style "evolution-hack"
|
||||
widget_class "*GtkCList*" style "evolution-hack"
|
||||
widget_class "*.ETree.*" style "evolution-hack"
|
||||
widget_class "*EInfoLabel*" style "evolution-hack"
|
||||
|
||||
# The window of the tooltip is called "gtk-tooltip"
|
||||
##################################################################
|
||||
################################
|
||||
# FIXME:
|
||||
# This will not work if one embeds eg. a button into the tooltip.
|
||||
# As far as I can tell right now we will need to rework the theme
|
||||
# quite a bit to get this working correctly.
|
||||
# (It will involve setting different priorities, etc.)
|
||||
##################################################################
|
||||
widget "gtk-tooltip*" style "tooltips"
|
||||
|
||||
##########################################################################
|
||||
# Following are special cases and workarounds for issues in applications.
|
||||
##########################################################################
|
||||
################################
|
||||
widget "gtk-tooltip*" style "murrine-tooltips"
|
||||
|
||||
# Workaround for the evolution ETable (bug #527532)
|
||||
widget_class "*.ETable.ECanvas" style "treeview_header"
|
||||
# Workaround for the evolution ETree
|
||||
widget_class "*.ETree.ECanvas" style "treeview_header"
|
||||
###################################################
|
||||
# SPECIAL CASES AND WORKAROUNDS
|
||||
###################################################
|
||||
|
||||
# Special case the nautilus-extra-view-widget
|
||||
# ToDo: A more generic approach for all applications that have a widget like this.
|
||||
widget "*.nautilus-extra-view-widget" style : highest "nautilus_location"
|
||||
widget "*.nautilus-extra-view-widget" style : highest "murrine-nautilus-location"
|
||||
|
||||
# Work around for http://bugzilla.gnome.org/show_bug.cgi?id=382646
|
||||
# Note that this work around assumes that the combobox is _not_ in appears-as-list mode.
|
||||
widget_class "*.<GtkComboBox>.<GtkCellView>" style "text_is_fg_color_workaround"
|
||||
# This is the part of the workaround that fixes the menus
|
||||
widget "*.gtk-combobox-popup-menu.*" style "menuitem_text_is_fg_color_workaround"
|
||||
# Note that the work around assumes that the combobox is _not_ in appears-as-list mode.
|
||||
# This style does not affect GtkComboBoxEntry, it does have an effect on comboboxes in appears-as-list mode though.
|
||||
style "murrine-text-is-fg-color-workaround"
|
||||
{
|
||||
text[NORMAL] = @fg_color
|
||||
text[PRELIGHT] = @fg_color
|
||||
text[SELECTED] = @selected_fg_color
|
||||
text[ACTIVE] = @fg_color
|
||||
text[INSENSITIVE] = darker (@bg_color)
|
||||
}
|
||||
widget_class "*.<GtkComboBox>.<GtkCellView>" style "murrine-text-is-fg-color-workaround"
|
||||
|
||||
style "murrine-menuitem-text-is-fg-color-workaround"
|
||||
{
|
||||
text[NORMAL] = @fg_color
|
||||
text[PRELIGHT] = @selected_fg_color
|
||||
text[SELECTED] = @selected_fg_color
|
||||
text[ACTIVE] = @fg_color
|
||||
text[INSENSITIVE] = darker (@bg_color)
|
||||
}
|
||||
widget "*.gtk-combobox-popup-menu.*" style "murrine-menuitem-text-is-fg-color-workaround"
|
||||
|
||||
# Work around the usage of GtkLabel inside GtkListItems to display text.
|
||||
# This breaks because the label is shown on a background that is based on the base color.
|
||||
widget_class "*<GtkListItem>*" style "fg_is_text_color_workaround"
|
||||
# GtkCList also uses the fg color to draw text on top of the base colors.
|
||||
widget_class "*<GtkCList>" style "fg_is_text_color_workaround"
|
||||
# Nautilus when renaming files, and maybe other places.
|
||||
widget_class "*<EelEditableLabel>" style "fg_is_text_color_workaround"
|
||||
|
||||
# See the documentation of the style.
|
||||
widget_class "EShellWindow.GtkVBox.BonoboDock.BonoboDockBand.BonoboDockItem*" style "evo_new_button_workaround"
|
||||
# This breaks because the label is shown on a background that is based on the base color set.
|
||||
style "murrine-fg-is-text-color-workaround"
|
||||
{
|
||||
fg[NORMAL] = @text_color
|
||||
fg[PRELIGHT] = @text_color
|
||||
fg[ACTIVE] = @selected_fg_color
|
||||
fg[SELECTED] = @selected_fg_color
|
||||
fg[INSENSITIVE] = darker (@bg_color)
|
||||
}
|
||||
widget_class "*<GtkListItem>*" style "murrine-fg-is-text-color-workaround"
|
||||
# The same problem also exists for GtkCList and GtkCTree.
|
||||
# Only match GtkCList and not the parent widgets, because that would also change the headers.
|
||||
widget_class "*<GtkCList>" style "murrine-fg-is-text-color-workaround"
|
||||
widget_class "*<EelEditableLabel>" style "murrine-fg-is-text-color-workaround"
|
||||
|
||||
widget "xfwm4-tabwin*" style "murrine-dark"
|
||||
|
||||
# Makes the text in the toolbar and statusbar smaller. Remove if you want to use the default size.
|
||||
style "smaller-text"
|
||||
{
|
||||
# font_name = "7"
|
||||
}
|
||||
widget_class "*ToolButton*" style "smaller-text"
|
||||
widget_class "*Statusbar*" style "smaller-text"
|
||||
|
||||
# Fix Firefox menubar
|
||||
style "murrine-menubar-fixes"
|
||||
{
|
||||
fg[NORMAL] = @selected_fg_color
|
||||
}
|
||||
|
||||
widget_class "*GtkFixed*.GtkMenuBar*" style "murrine-menubar-fixes"
|
||||
|
||||
|
||||
|
After Width: | Height: | Size: 373 B |
After Width: | Height: | Size: 373 B |
After Width: | Height: | Size: 142 B |
After Width: | Height: | Size: 142 B |
After Width: | Height: | Size: 3.3 KiB |
After Width: | Height: | Size: 3.6 KiB |
After Width: | Height: | Size: 3.8 KiB |
After Width: | Height: | Size: 2.8 KiB |
After Width: | Height: | Size: 275 B |
@ -0,0 +1,122 @@
|
||||
# ==============================================================================
|
||||
# GNOME PANEL SPECIFIC SETTINGS
|
||||
# ==============================================================================
|
||||
|
||||
style "panel"
|
||||
{
|
||||
xthickness = 0
|
||||
ythickness = 0
|
||||
bg_pixmap[NORMAL] = "images/panel.png"
|
||||
engine "murrine" {
|
||||
#contrast = 1.0
|
||||
textstyle = 1
|
||||
text_shade = 1.5
|
||||
}
|
||||
}
|
||||
|
||||
style "panel_task_button"
|
||||
{
|
||||
xthickness = 3
|
||||
xthickness = 3
|
||||
|
||||
GtkWidget::focus-line-width = 0
|
||||
GtkWidget::focus_padding = 0
|
||||
GtkWidget::interior_focus = 0
|
||||
GtkWidget::internal_padding = 0
|
||||
|
||||
GtkButton::child_displacement_x = 0
|
||||
GtkButton::child_displacement_y = 0
|
||||
GtkButton::default_border = {0, 0, 0, 0}
|
||||
GtkButton::default_outside_border = {0, 0, 0, 0}
|
||||
GtkButtonBox::child_internal_pad_x = 0
|
||||
GtkButtonBox::child_internal_pad_y = 0
|
||||
GtkButtonBox::child_min_heigth = 0
|
||||
|
||||
fg[NORMAL] = @selected_fg_color
|
||||
fg[PRELIGHT] = @selected_fg_color
|
||||
fg[ACTIVE] = @selected_fg_color
|
||||
|
||||
bg[SELECTED] = shade (0.2, @bg_color)
|
||||
bg[PRELIGHT] = shade (0.26, @bg_color)
|
||||
bg[ACTIVE] = shade (0.2, @bg_color)
|
||||
|
||||
engine "pixmap" {
|
||||
|
||||
image
|
||||
{
|
||||
function = BOX
|
||||
recolorable = TRUE
|
||||
state = NORMAL
|
||||
file = "images/panel-button-inactive.png"
|
||||
border = { 1, 1, 1, 1 }
|
||||
stretch = TRUE
|
||||
}
|
||||
|
||||
image
|
||||
{
|
||||
function = BOX
|
||||
recolorable = TRUE
|
||||
state = PRELIGHT
|
||||
file = "images/panel-button-hover.png"
|
||||
border = { 1, 1, 1, 1 }
|
||||
stretch = TRUE
|
||||
}
|
||||
|
||||
image
|
||||
{
|
||||
function = BOX
|
||||
recolorable = TRUE
|
||||
shadow = OUT
|
||||
state = PRELIGHT
|
||||
file = "images/panel-button-hover.png"
|
||||
border = { 1, 1, 1, 1 }
|
||||
stretch = TRUE
|
||||
|
||||
}
|
||||
|
||||
image
|
||||
{
|
||||
function = BOX
|
||||
recolorable = TRUE
|
||||
shadow = IN
|
||||
state = PRELIGHT
|
||||
file = "images/panel-button-hover.png"
|
||||
border = { 1, 1, 1, 1 }
|
||||
stretch = TRUE
|
||||
|
||||
}
|
||||
|
||||
image
|
||||
{
|
||||
function = BOX
|
||||
recolorable = TRUE
|
||||
state = ACTIVE
|
||||
file = "images/panel-button-active.png"
|
||||
border = { 4, 4, 4, 4 }
|
||||
stretch = TRUE
|
||||
}
|
||||
image
|
||||
{
|
||||
function = BOX
|
||||
recolorable = TRUE
|
||||
state = INSENSITIVE
|
||||
file = "images/panel-button-inactive.png"
|
||||
border = { 1, 1, 1, 1 }
|
||||
stretch = TRUE
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#widget_class "*Panel*" style "panel"
|
||||
widget "*PanelWidget*" style "panel"
|
||||
widget "*PanelApplet*" style "panel"
|
||||
widget "*fast-user-switch*" style "panel" # workaround for Fast User Switch applet
|
||||
class "PanelApp*" style "panel"
|
||||
class "PanelToplevel*" style "panel"
|
||||
#widget_class "*Mail*" style "panel"
|
||||
widget_class "*notif*" style "panel"
|
||||
|
||||
#widget_class "*?anel*utton" style "panel_task_button" # causing problems to monodevelop
|
||||
widget "*task*" style "panel_task_button"
|
||||
widget "*.tasklist-button" style "panel_task_button"
|
||||
widget "*PanelApplet*TaskTitle*" style "panel_task_button"
|
@ -0,0 +1,74 @@
|
||||
style "theme-panel" = "murrine-dark"
|
||||
{
|
||||
xthickness = 1
|
||||
ythickness = 0
|
||||
|
||||
bg[NORMAL] = "#212936"
|
||||
bg[ACTIVE] = "#091720"
|
||||
bg[PRELIGHT] = "#16364d"
|
||||
|
||||
fg[NORMAL] = @selected_fg_color
|
||||
fg[PRELIGHT] = @selected_fg_color
|
||||
fg[ACTIVE] = @selected_fg_color
|
||||
|
||||
text[NORMAL] = @selected_fg_color
|
||||
text[PRELIGHT] = @selected_fg_color
|
||||
text[ACTIVE] = @selected_fg_color
|
||||
|
||||
engine "murrine" {
|
||||
#border_shades = { 1.3, 0.9 }
|
||||
contrast = 0.0
|
||||
roundness = 0
|
||||
glowstyle = 0
|
||||
glow_shade = 1.4
|
||||
glazestyle = 2
|
||||
trough_border_shades = { 3.0, 2.5 } # improve visibility in panel-plugins using the progressbar (xfce4-timer-plugin)
|
||||
}
|
||||
}
|
||||
|
||||
style "theme-panel-text"
|
||||
{
|
||||
fg[NORMAL] = @selected_fg_color
|
||||
fg[PRELIGHT] = @selected_fg_color
|
||||
fg[ACTIVE] = @selected_fg_color
|
||||
|
||||
text[NORMAL] = @selected_fg_color
|
||||
text[PRELIGHT] = @selected_fg_color
|
||||
text[ACTIVE] = @selected_fg_color
|
||||
}
|
||||
|
||||
style "theme-main-menu-text" = "theme-panel-text"
|
||||
{
|
||||
fg[PRELIGHT] = @selected_fg_color
|
||||
text[PRELIGHT] = @selected_fg_color
|
||||
}
|
||||
|
||||
widget "*PanelWidget*" style "theme-panel"
|
||||
widget "*PanelApplet*" style "theme-panel"
|
||||
widget "*fast-user-switch*" style "theme-panel"
|
||||
widget "*CPUFreq*Applet*" style "theme-panel"
|
||||
widget "*indicator-applet*" style "theme-panel"
|
||||
class "PanelApp*" style "theme-panel"
|
||||
class "PanelToplevel*" style "theme-panel"
|
||||
widget_class "*PanelToplevel*" style "theme-panel"
|
||||
widget_class "*notif*" style "theme-panel"
|
||||
widget_class "*Notif*" style "theme-panel"
|
||||
widget_class "*Tray*" style "theme-panel"
|
||||
widget_class "*tray*" style "theme-panel"
|
||||
widget_class "*computertemp*" style "theme-panel"
|
||||
widget_class "*Applet*Tomboy*" style "theme-panel"
|
||||
widget_class "*Applet*Netstatus*" style "theme-panel"
|
||||
|
||||
# Fixes for tooltip text in some apps.
|
||||
widget_class "*Notif*Beagle*" style "theme-panel"
|
||||
widget_class "*Notif*Brasero*" style "theme-panel"
|
||||
|
||||
# XFCE panel theming.
|
||||
widget "*Xfce*Panel*" style "theme-panel"
|
||||
class "*Xfce*Panel*" style "theme-panel"
|
||||
|
||||
# Make sure panel text color doesn't change
|
||||
widget_class "*Panel*MenuBar*" style "theme-main-menu-text"
|
||||
widget_class "*Panel*<GtkMenuBar>*" style "theme-main-menu-text"
|
||||
widget "*.clock-applet-button.*" style "theme-panel-text"
|
||||
widget "*PanelApplet*" style "theme-panel-text"
|
@ -0,0 +1,4 @@
|
||||
#define bullet_width 7
|
||||
#define bullet_height 7
|
||||
static unsigned char bullet_bits[] = {
|
||||
0x00, 0x03, 0x0f, 0x3f, 0x0f, 0x03, 0x00 };
|
@ -1,4 +1,5 @@
|
||||
#define close_width 8
|
||||
#define close_height 8
|
||||
#define close_width 10
|
||||
#define close_height 10
|
||||
static unsigned char close_bits[] = {
|
||||
0xc3, 0xe7, 0x7e, 0x3c, 0x3c, 0x7e, 0xe7, 0xc3 };
|
||||
0x00, 0x00, 0x00, 0x00, 0x86, 0x01, 0xcc, 0x00, 0x78, 0x00, 0x30, 0x00,
|
||||
0x78, 0x00, 0xcc, 0x00, 0x86, 0x01, 0x00, 0x00 };
|
||||
|
@ -1,5 +0,0 @@
|
||||
#define close_pressed_width 10
|
||||
#define close_pressed_height 10
|
||||
static unsigned char close_pressed_bits[] = {
|
||||
0x00, 0x00, 0x00, 0x00, 0x0c, 0x03, 0x9c, 0x03, 0xf8, 0x01, 0xf0, 0x00,
|
||||
0xf0, 0x00, 0xf8, 0x01, 0x9c, 0x03, 0x0c, 0x03 };
|
@ -1,4 +0,0 @@
|
||||
#define desk_width 8
|
||||
#define desk_height 8
|
||||
static unsigned char desk_bits[] = {
|
||||
0x00, 0x00, 0x48, 0x78, 0x7f, 0x78, 0x48, 0x00 };
|
@ -1,4 +0,0 @@
|
||||
#define desk_toggled_width 8
|
||||
#define desk_toggled_height 8
|
||||
static unsigned char desk_toggled_bits[] = {
|
||||
0x00, 0x66, 0x66, 0x00, 0x00, 0x66, 0x66, 0x00 };
|
@ -1,4 +1,5 @@
|
||||
#define iconify_width 8
|
||||
#define iconify_height 8
|
||||
#define iconify_width 10
|
||||
#define iconify_height 10
|
||||
static unsigned char iconify_bits[] = {
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff };
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x86, 0x01, 0xcc, 0x00, 0x78, 0x00,
|
||||
0x30, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
|
||||
|
@ -1,5 +0,0 @@
|
||||
#define iconify_disabled_width 10
|
||||
#define iconify_disabled_height 10
|
||||
static unsigned char iconify_disabled_bits[] = {
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
|
@ -1,5 +0,0 @@
|
||||
#define iconify_pressed_width 10
|
||||
#define iconify_pressed_height 10
|
||||
static unsigned char iconify_pressed_bits[] = {
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0xfc, 0x03, 0xfc, 0x03 };
|
@ -1,4 +1,5 @@
|
||||
#define max_width 8
|
||||
#define max_height 8
|
||||
#define max_width 10
|
||||
#define max_height 10
|
||||
static unsigned char max_bits[] = {
|
||||
0xff, 0xff, 0x81, 0x81, 0x81, 0x81, 0x81, 0xff };
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x78, 0x00, 0xcc, 0x00,
|
||||
0x86, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
|
||||
|
@ -1,5 +0,0 @@
|
||||
#define max_disabled_width 10
|
||||
#define max_disabled_height 10
|
||||
static unsigned char max_disabled_bits[] = {
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
|
@ -1,5 +0,0 @@
|
||||
#define max_pressed_width 10
|
||||
#define max_pressed_height 10
|
||||
static unsigned char max_pressed_bits[] = {
|
||||
0x00, 0x00, 0x00, 0x00, 0xfc, 0x03, 0xfc, 0x03, 0x04, 0x02, 0x04, 0x02,
|
||||
0x04, 0x02, 0x04, 0x02, 0x04, 0x02, 0xfc, 0x03 };
|
@ -1,4 +0,0 @@
|
||||
#define max_toggled_width 8
|
||||
#define max_toggled_height 8
|
||||
static unsigned char max_toggled_bits[] = {
|
||||
0xfc, 0xfc, 0x84, 0x9f, 0x91, 0xf1, 0x11, 0x1f };
|
@ -1,4 +1,5 @@
|
||||
#define shade_width 8
|
||||
#define shade_height 8
|
||||
#define shade_width 9
|
||||
#define shade_height 9
|
||||
static unsigned char shade_bits[] = {
|
||||
0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x38, 0x00, 0x7c, 0x00,
|
||||
0xfe, 0x00, 0xff, 0x01, 0x83, 0x01 };
|
||||
|
@ -1,5 +0,0 @@
|
||||
#define shade_pressed_width 10
|
||||
#define shade_pressed_height 10
|
||||
static unsigned char shade_pressed_bits[] = {
|
||||
0x00, 0x00, 0x00, 0x00, 0xfc, 0x03, 0xfc, 0x03, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
|
@ -1,65 +1,88 @@
|
||||
#openbox themerc edited with obtheme
|
||||
# Ozone, by 神癒礁湖 (Rafael Laguna)
|
||||
# Based on Zuki Blues by lassekongo83
|
||||
# This theme is 100% free and open source
|
||||
|
||||
border.color: #4C6C8B
|
||||
border.width: 1
|
||||
menu.border.color: #9D9D9D
|
||||
menu.items.active.bg: Gradient SplitVertical Raised Bevel2
|
||||
menu.items.active.bg.color: #6196B3
|
||||
menu.items.active.bg.colorTo: #3F6A84
|
||||
menu.items.active.bg.border.color: #EFEBE7
|
||||
menu.items.active.text.color: #F8F8F8
|
||||
menu.items.bg: flat border solid
|
||||
menu.items.bg.color: #EEEEEC
|
||||
menu.items.bg.border.color: #EFEBE7
|
||||
menu.items.disabled.text.color: #BABDB6
|
||||
menu.items.text.color: #444444
|
||||
menu.overlap: 0
|
||||
menu.title.bg: Gradient SplitVertical Raised Bevel2
|
||||
menu.title.bg.color: #6196B3
|
||||
menu.title.bg.colorTo: #3F6A84
|
||||
menu.title.bg.border.color: #EFEBE7
|
||||
menu.title.text.color: #F8F8F8
|
||||
menu.items.active.bg: Gradient Vertical Flat
|
||||
menu.items.active.bg.color: #7E9EBD
|
||||
menu.items.active.bg.colorTo: #4C6C8B
|
||||
menu.items.active.disabled.text.color: #4C6C8B
|
||||
menu.items.active.text.color: #f5f5f5
|
||||
menu.items.bg: Solid Flat
|
||||
menu.items.bg.color: #DCDCDC
|
||||
menu.items.disabled.text.color: #555555
|
||||
menu.items.font: shadow=n
|
||||
menu.items.text.color: #3C3C3C
|
||||
menu.overlap.x: 1
|
||||
menu.separator.color: #aaaaaa
|
||||
menu.separator.padding.width: 10
|
||||
menu.title.bg: Gradient Vertical Flat
|
||||
menu.title.bg.color: #ADC7E1
|
||||
menu.title.bg.colorTo: #82A1BF
|
||||
menu.title.text.color: #f5f5f5
|
||||
menu.title.text.font: shadow=y:shadowtint=100:shadowoffset=1
|
||||
menu.title.text.justify: center
|
||||
padding.width: 2
|
||||
window.active.border.color: #404040
|
||||
osd.bg: flat solid
|
||||
osd.bg.color: #dcdcdc
|
||||
osd.border.color: #555555
|
||||
osd.border.width: 1
|
||||
osd.hilight.bg: flat gradient vertical
|
||||
osd.hilight.bg.color: #A7C4E0
|
||||
osd.hilight.bg.colorTo: #7E9EBD
|
||||
osd.label.text.color: #3c3c3c
|
||||
osd.unhilight.bg: flat gradient vertical
|
||||
osd.unhilight.bg.color: #7E9EBD
|
||||
osd.unhilight.bg.colorTo: #4C6C8B
|
||||
padding.height: 3
|
||||
padding.width: 5
|
||||
window.active.button.disabled.bg: parentrelative
|
||||
window.active.button.disabled.image.color: #707070
|
||||
window.active.button.hover.image.color: #FFFFFF
|
||||
window.active.button.disabled.image.color: #768FA7
|
||||
window.active.button.hover.image.color: #C7E4FF
|
||||
window.active.button.pressed.bg: parentrelative
|
||||
window.active.button.pressed.image.color: #FFFFFF
|
||||
window.active.button.toggled.image.color: #E0E0E0
|
||||
window.active.button.toggled.pressed.image.color: #E0E0E0
|
||||
window.active.button.pressed.image.color: #516980
|
||||
window.active.button.toggled.image.color: #f5f5f5
|
||||
window.active.button.unpressed.bg: parentrelative
|
||||
window.active.button.unpressed.image.color: #E0E0E0
|
||||
window.active.client.color: #DEE0D8
|
||||
window.active.grip.bg: parentrelative
|
||||
window.active.handle.bg: raised solid
|
||||
window.active.handle.bg.color: #E7E7E7
|
||||
window.active.button.unpressed.image.color: #f5f5f5
|
||||
window.active.grip.bg: Solid Flat
|
||||
window.active.grip.bg.color: #7E9EBD
|
||||
window.active.handle.bg: Gradient Vertical Flat
|
||||
window.active.handle.bg.color: #7E9EBD
|
||||
window.active.handle.bg.colorTo: #4C6C8B
|
||||
window.active.label.bg: parentrelative
|
||||
window.active.label.text.color: #F8F8F8
|
||||
window.active.title.bg: Gradient SplitVertical Raised Bevel2
|
||||
window.active.title.bg.color: #6196B3
|
||||
window.active.title.bg.colorTo: #3F6A84
|
||||
window.active.title.bg.border.color: #EFEBE7
|
||||
window.active.title.separator.color: #444444
|
||||
window.active.label.text.color: #f5f5f5
|
||||
window.active.label.text.font: shadow=y:shadowtint=50:shadowoffset=1
|
||||
window.active.title.bg: flat Gradient SplitVertical
|
||||
window.active.title.bg.color: #95ACC2
|
||||
window.active.title.bg.splitTo: #9EB9D5
|
||||
window.active.title.bg.colorTo: #90adca
|
||||
window.active.title.bg.colorTo.splitTo: #7E9EBC
|
||||
window.active.title.bg.shadow: 0
|
||||
window.active.title.separator.color: #81a0be
|
||||
window.client.padding.width: 0
|
||||
window.handle.width: 3
|
||||
window.handle.width: 2
|
||||
window.inactive.button.disabled.bg: parentrelative
|
||||
window.inactive.button.disabled.image.color: #707070
|
||||
window.inactive.button.hover.image.color: #FFFFFF
|
||||
window.inactive.button.disabled.image.color: #768FA7
|
||||
window.inactive.button.hover.image.color: #4C6C8B
|
||||
window.inactive.button.pressed.bg: parentrelative
|
||||
window.inactive.button.pressed.image.color: #FFFFFF
|
||||
window.inactive.button.toggled.image.color: #E0E0E0
|
||||
window.inactive.button.toggled.pressed.image.color: #E0E0E0
|
||||
window.inactive.button.pressed.image.color: #516980
|
||||
window.inactive.button.toggled.image.color: #e5e5e5
|
||||
window.inactive.button.unpressed.bg: parentrelative
|
||||
window.inactive.button.unpressed.image.color: #E0E0E0
|
||||
window.inactive.client.color: #DEE0D8
|
||||
window.inactive.grip.bg: parentrelative
|
||||
window.inactive.handle.bg: raised solid
|
||||
window.inactive.handle.bg.color: #E7E7E7
|
||||
window.inactive.button.unpressed.image.color: #e5e5e5
|
||||
window.inactive.grip.bg: Solid Flat
|
||||
window.inactive.grip.bg.color: #7E9EBD
|
||||
window.inactive.handle.bg: Gradient Vertical Flat Border
|
||||
window.inactive.handle.bg.color: #7E9EBD
|
||||
window.inactive.handle.bg.colorTo: #4C6C8B
|
||||
window.inactive.handle.bg.border.color: #4C6C8B
|
||||
window.inactive.label.bg: parentrelative
|
||||
window.inactive.label.text.color: #F8F8F8
|
||||
window.inactive.title.bg: Gradient SplitVertical Raised Bevel2
|
||||
window.inactive.title.bg.color: #98AAB3
|
||||
window.inactive.title.bg.colorTo: #707D84
|
||||
window.inactive.title.bg.border.color: #EFEBE7
|
||||
window.inactive.title.separator.color: #777777
|
||||
window.inactive.label.text.color: #D4D4D4
|
||||
window.inactive.label.text.font: shadow=y:shadowtint=50:shadowoffset=1
|
||||
window.inactive.title.bg: flat Gradient SplitVertical
|
||||
window.inactive.title.bg.color: #95ACC2
|
||||
window.inactive.title.bg.splitTo: #9EB9D5
|
||||
window.inactive.title.bg.colorTo: #90adca
|
||||
window.inactive.title.bg.colorTo.splitTo: #7E9EBC
|
||||
window.inactive.title.bg.shadow: 0
|
||||
window.inactive.title.separator.color: #81a0be
|
||||
window.label.text.justify: center
|
||||
|