New version for helium
Replace themes with new ones from https://github.com/hhhorb/bunsen-themes-dev Move themes from root dir to "themes". debian/control: add Recommends: gtk3-nocsd, change Depends: libgtk-3-0 (>= 3.22.11) debian/copyright: Update dates
|
@ -1,32 +0,0 @@
|
|||
Bunsen-Blackish, a dark theme for Bunsen, by hhh
|
||||
---------------------------------------------
|
||||
|
||||
based on Greybird by The Shimmer Project.
|
||||
|
||||
Light text on a dark background will not work with some programs, for
|
||||
example input fields in Iceweasel/Firefox.
|
||||
|
||||
In order to fix this, navigate to
|
||||
|
||||
~/.mozilla/firefox/${your_profile_folder}
|
||||
|
||||
and create the folder and file chrome/userContent.css containing the
|
||||
following CSS content:
|
||||
|
||||
input {
|
||||
-moz-appearance: none !important;
|
||||
background-color: white;
|
||||
color: black;
|
||||
}
|
||||
|
||||
textarea {
|
||||
-moz-appearance: none !important;
|
||||
background-color: white;
|
||||
color: black;
|
||||
}
|
||||
|
||||
select {
|
||||
-moz-appearance: none !important;
|
||||
background-color: white;
|
||||
color: black;
|
||||
}
|
|
@ -1,804 +0,0 @@
|
|||
# Author: hhh <hsumen@bunsenlabs.org>
|
||||
# Theme: Bunsen-Blackish
|
||||
# based on "Greybird" by Simon Steinbeiß
|
||||
# Description: As is the original theme, this theme is 100% free and open source.
|
||||
|
||||
gtk-color-scheme = "bg_color:#292929\nselected_bg_color:#595959\nbase_color:#333333" # Background, base.
|
||||
gtk-color-scheme = "fg_color:#d9d9d9\nselected_fg_color:#e6e6e6\ntext_color:#d9d9d9" # Foreground, text.
|
||||
gtk-color-scheme = "tooltip_bg_color:#292929\ntooltip_fg_color:#e6e6e6" # Tooltips.
|
||||
gtk-color-scheme = "link_color:#4a90d9" # Hyperlinks
|
||||
gtk-color-scheme = "panel_bg:#292929" # same as bg_color
|
||||
gtk-color-scheme = "fm_color:#d9d9d9" # same as fg_color
|
||||
gtk-color-scheme = "bg_color_dark:#292929\ntext_color_dark:#d9d9d9"
|
||||
|
||||
gtk-icon-sizes = "panel-applications-menu=24,24:panel-menu=24,24:panel=16,16:gtk-button=16,16"
|
||||
gtk-button-images = 0 # Disables icons for buttons with text
|
||||
gtk-toolbar-style = 0 # Disables text in toolbar
|
||||
gtk-auto-mnemonics = 1 # Disables ugly lines under menu items
|
||||
|
||||
####################
|
||||
## Default Styles ##
|
||||
####################
|
||||
|
||||
style "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 = 15
|
||||
|
||||
GtkEntry ::honors-transparent-bg-hint = 1
|
||||
GtkEntry ::progress-border = { 3, 3, 3, 3 }
|
||||
GtkEntry ::state-hint = 0
|
||||
|
||||
GtkImage ::x-ayatana-indicator-dynamic = 1
|
||||
|
||||
GtkMenu ::horizontal-padding = 0
|
||||
GtkMenu ::vertical-padding = 0
|
||||
|
||||
GtkPaned ::handle-size = 3
|
||||
|
||||
GtkNotebook ::tab-overlap =-2
|
||||
|
||||
GtkProgressBar ::min-vertical-bar-width = 10
|
||||
GtkProgressBar ::min-horizontal-bar-height = 10
|
||||
|
||||
GtkRange ::trough-border = 0
|
||||
GtkRange ::slider-width = 10
|
||||
GtkRange ::stepper-size = 13
|
||||
GtkRange ::stepper_spacing = 0
|
||||
|
||||
GtkScale ::slider-length = 15
|
||||
GtkScale ::slider-width = 12
|
||||
GtkScale ::trough-side-details = 1
|
||||
|
||||
GtkScrollbar ::min-slider-length = 50
|
||||
#GtkScrollbar ::slider-width = 15 # Huh, Shimmer Project? This property isn't in the Reference Manual
|
||||
#GtkScrollbar ::activate-slider = 1 # Wha?
|
||||
#GtkScrollbar ::trough-border = 0 # Zah?
|
||||
GtkScrollbar ::has-backward-stepper = 1
|
||||
GtkScrollbar ::has-forward-stepper = 1
|
||||
|
||||
GtkScrolledWindow ::scrollbar-spacing = 0
|
||||
GtkScrolledWindow ::scrollbars-within-bevel = 1
|
||||
|
||||
GtkMenuBar ::internal-padding = 0
|
||||
GtkMenuBar ::window-dragging = 1
|
||||
|
||||
GtkExpander ::expander-size = 12
|
||||
GtkToolbar ::internal-padding = 0
|
||||
GtkTreeView ::expander-size = 10
|
||||
GtkTreeView ::vertical-separator = 0
|
||||
|
||||
GtkWidget ::focus-line-width = 1
|
||||
GtkWidget ::focus-padding = 0
|
||||
|
||||
GtkWindow ::resize-grip-height = 13
|
||||
GtkWindow ::resize-grip-width = 13
|
||||
|
||||
xthickness = 1
|
||||
ythickness = 1
|
||||
|
||||
fg[NORMAL] = @fg_color
|
||||
fg[PRELIGHT] = @selected_fg_color
|
||||
fg[SELECTED] = @selected_fg_color
|
||||
fg[ACTIVE] = @selected_fg_color
|
||||
fg[INSENSITIVE] = mix (0.4, @fg_color, @bg_color)
|
||||
|
||||
bg[NORMAL] = @bg_color
|
||||
bg[PRELIGHT] = shade (1.02, @bg_color)
|
||||
bg[SELECTED] = @selected_bg_color
|
||||
bg[INSENSITIVE] = @bg_color
|
||||
bg[ACTIVE] = @bg_color
|
||||
|
||||
base[NORMAL] = @base_color
|
||||
base[PRELIGHT] = shade (0.95, @bg_color)
|
||||
base[ACTIVE] = @selected_bg_color
|
||||
base[SELECTED] = @selected_bg_color
|
||||
base[INSENSITIVE] = @base_color
|
||||
|
||||
text[NORMAL] = @text_color
|
||||
text[PRELIGHT] = @selected_fg_color
|
||||
text[ACTIVE] = @fg_color
|
||||
text[SELECTED] = @selected_fg_color
|
||||
text[INSENSITIVE] = darker (@bg_color)
|
||||
|
||||
engine "murrine"
|
||||
{
|
||||
animation = FALSE
|
||||
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
|
||||
default_button_color = mix (0.2, shade(0.9,@base_color), shade (0.9, @selected_bg_color))
|
||||
expanderstyle = 0
|
||||
focus_color = @selected_bg_color
|
||||
focusstyle = 2
|
||||
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
|
||||
handlestyle = 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 = 2 # 0 = nothing, 1 = dotted, 2 = solid
|
||||
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 = .9 # shade level for scrollbar's slider, comboboxstyle(1), and prelight state with gradient_colors
|
||||
progressbarstyle = 0 # 0 = nothing, 1 = stripes, 2 = lines
|
||||
reliefstyle = 3 # 0 = flat, 1 = inset, 2 = shadow
|
||||
rgba = FALSE # FALSE = disabled, TRUE = enabled
|
||||
roundness = 2 # 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 = 0 # 0 = Hard seperators 1 = Smooth seperators
|
||||
sliderstyle = 0 # 0 = nothing added, 1 = handles
|
||||
stepperstyle = 1 # 0 = standard, 1 = integrated stepper handles, 2 = unknown
|
||||
shadow_shades = { 1.0, 1.0 } # gradient for shadows.
|
||||
textstyle = 0 # 0 = normal text, 1 = inset
|
||||
toolbarstyle = 1 # 0 = flat, 1 = glassy, 2 = gradient
|
||||
trough_shades = { 0.75, 0.75 } # draw gradient on trough of GtkScrollbar and GtkProgressbar
|
||||
#trough_border_shades = { 0.9, 0.7 }
|
||||
}
|
||||
}
|
||||
|
||||
style "resize-grip"
|
||||
{
|
||||
engine "pixmap" {
|
||||
}
|
||||
}
|
||||
|
||||
style "paned" = "default"
|
||||
{
|
||||
engine "murrine"
|
||||
{
|
||||
contrast = 1.0
|
||||
}
|
||||
}
|
||||
|
||||
### THEME MODULES ###
|
||||
|
||||
style "dark" {
|
||||
|
||||
GtkMenuBar :: shadow-type = GTK_SHADOW_NONE
|
||||
|
||||
bg[NORMAL] = @bg_color_dark
|
||||
bg[ACTIVE] = shade (0.7, @bg_color_dark)
|
||||
bg[PRELIGHT] = shade (0.7, @bg_color_dark)
|
||||
bg[SELECTED] = shade (0.6, @bg_color_dark)
|
||||
|
||||
fg[NORMAL] = @text_color_dark
|
||||
fg[PRELIGHT] = @text_color_dark
|
||||
fg[ACTIVE] = @text_color_dark
|
||||
fg[SELECTED] = @text_color_dark
|
||||
|
||||
text[NORMAL] = @text_color_dark
|
||||
text[PRELIGHT] = @text_color_dark
|
||||
text[ACTIVE] = @text_color_dark
|
||||
text[SELECTED] = @text_color_dark
|
||||
|
||||
engine "murrine"
|
||||
{
|
||||
roundness = 0 # Roundness of menu items.
|
||||
}
|
||||
}
|
||||
|
||||
style "wide"
|
||||
{
|
||||
xthickness = 2
|
||||
ythickness = 2
|
||||
}
|
||||
|
||||
style "wider"
|
||||
{
|
||||
xthickness = 3
|
||||
ythickness = 3
|
||||
}
|
||||
|
||||
style "entry" = "wider"
|
||||
{
|
||||
bg[SELECTED] = mix (0.4, @selected_bg_color, @base_color)
|
||||
base[INSENSITIVE] = shade (1.06, @bg_color)
|
||||
fg[SELECTED] = @text_color
|
||||
|
||||
engine "murrine"
|
||||
{
|
||||
contrast = 0.4
|
||||
focus_color = mix (0.1, @bg_color, shade (0.8, @selected_bg_color))
|
||||
reliefstyle = 0
|
||||
border_shades = {1.03,0.8}
|
||||
}
|
||||
}
|
||||
|
||||
style "button" = "wider"
|
||||
{
|
||||
bg[NORMAL] = shade (1.02, @bg_color)
|
||||
bg[PRELIGHT] = shade (1.09, @bg_color)
|
||||
bg[ACTIVE] = shade (0.85, @bg_color)
|
||||
bg[SELECTED] = shade (0.5, @selected_bg_color)
|
||||
bg[INSENSITIVE] = shade (0.95, @bg_color)
|
||||
|
||||
engine "murrine"
|
||||
{
|
||||
contrast = 0.9
|
||||
highlight_shade = 1.0
|
||||
lightborder_shade = 1.2
|
||||
gradient_shades = {1.05,1.0,0.97,0.97}
|
||||
border_shades = { 1.1, 0.9 }
|
||||
shadow_shades = {1.0,1.0}
|
||||
reliefstyle = 0
|
||||
roundness = 2
|
||||
}
|
||||
}
|
||||
|
||||
style "notebook-button" = "notebook-bg"
|
||||
{
|
||||
xthickness = 3 # Width of tabs and notebook borders.
|
||||
ythickness = 3
|
||||
}
|
||||
|
||||
style "notebook-bg"
|
||||
{
|
||||
bg[NORMAL] = shade (0.95, @base_color)
|
||||
bg[ACTIVE] = shade (0.97, @bg_color)
|
||||
fg[ACTIVE] = mix (0.8, @fg_color, shade (0.97, @bg_color))
|
||||
}
|
||||
|
||||
style "notebook" = "notebook-bg"
|
||||
{
|
||||
xthickness = 3 # Width of tabs and notebook borders.
|
||||
ythickness = 3 # Height of tabs and notebook borders.
|
||||
|
||||
engine "murrine" {
|
||||
contrast = .6
|
||||
gradient_shades = {1.1,1.05,1.05,1.0}
|
||||
#focusstyle = 2
|
||||
#lightborder_shade = 1.16
|
||||
}
|
||||
}
|
||||
|
||||
style "menu"
|
||||
{
|
||||
ythickness = 3
|
||||
xthickness = 0
|
||||
GtkMenuBar :: shadow-type = GTK_SHADOW_NONE
|
||||
|
||||
bg[SELECTED] = @selected_bg_color
|
||||
bg[NORMAL] = @bg_color
|
||||
bg[PRELIGHT] = @selected_bg_color
|
||||
bg[ACTIVE] = @bg_color
|
||||
bg[INSENSITIVE] = @bg_color
|
||||
fg[NORMAL] = @fg_color # Color for normal text.
|
||||
fg[PRELIGHT] = @selected_fg_color
|
||||
fg[SELECTED] = @selected_fg_color
|
||||
fg[ACTIVE] = @selected_fg_color
|
||||
fg[INSENSITIVE] = mix (0.4, @fg_color, @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] = @fg_color
|
||||
text[SELECTED] = @selected_fg_color
|
||||
text[ACTIVE] = @selected_fg_color
|
||||
text[INSENSITIVE] = mix (0.4, @fg_color, @bg_color)
|
||||
|
||||
engine "murrine"
|
||||
{
|
||||
roundness = 0 # Roundness of menu items.
|
||||
gradient_shades = {1.25,1.1,1.1,1.0}
|
||||
contrast = 0.9
|
||||
lightborder_shade = 1.5
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
style "menubar" = "menu"
|
||||
{
|
||||
xthickness = 3
|
||||
ythickness = 2
|
||||
|
||||
bg[NORMAL] = @bg_color
|
||||
|
||||
engine "murrine"
|
||||
{
|
||||
roundness = 0
|
||||
}
|
||||
}
|
||||
|
||||
style "menubar-menuitem"
|
||||
{
|
||||
ythickness = 4
|
||||
xthickness = 2
|
||||
|
||||
bg[PRELIGHT] = @selected_bg_color
|
||||
bg[SELECTED] = @selected_bg_color
|
||||
fg[NORMAL] = @fg_color
|
||||
fg[PRELIGHT] = @selected_fg_color
|
||||
fg[SELECTED] = @selected_fg_color
|
||||
text[NORMAL] = @fg_color
|
||||
text[PRELIGHT] = @selected_fg_color
|
||||
text[SELECTED] = @selected_fg_color
|
||||
|
||||
engine "murrine"
|
||||
{
|
||||
lightborder_shade = 1.5
|
||||
}
|
||||
}
|
||||
|
||||
style "separator-menu-item"
|
||||
{
|
||||
xthickness = 1
|
||||
ythickness = 0
|
||||
|
||||
GtkSeparatorMenuItem::horizontal-padding = 2
|
||||
|
||||
GtkWidget::wide-separators = 1
|
||||
GtkWidget::separator-width = 1
|
||||
GtkWidget::separator-height = 7
|
||||
}
|
||||
|
||||
style "treeview"
|
||||
{
|
||||
bg[NORMAL] = @bg_color
|
||||
engine "murrine"
|
||||
{
|
||||
roundness = 0
|
||||
gradient_shades = {1.3,1.2,1.2,1.1}
|
||||
}
|
||||
}
|
||||
|
||||
style "treeview-header" = "button"
|
||||
{
|
||||
xthickness = 2
|
||||
ythickness = 1
|
||||
|
||||
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.
|
||||
|
||||
engine "murrine"
|
||||
{
|
||||
roundness = 0 # This makes treeview progressbars square.
|
||||
gradient_shades = {0.98,1.0,1.3,1.35}
|
||||
}
|
||||
}
|
||||
|
||||
style "frame-title"
|
||||
{
|
||||
fg[NORMAL] = @fg_color
|
||||
}
|
||||
|
||||
style "tooltips" = "wider"
|
||||
{
|
||||
xthickness = 7
|
||||
ythickness = 4
|
||||
|
||||
bg[NORMAL] = @tooltip_bg_color
|
||||
bg[SELECTED] = @selected_bg_color
|
||||
fg[NORMAL] = @tooltip_fg_color
|
||||
|
||||
engine "murrine"
|
||||
{
|
||||
roundness = 0
|
||||
rgba = FALSE
|
||||
}
|
||||
}
|
||||
|
||||
style "progressbar"
|
||||
{
|
||||
xthickness = 0
|
||||
ythickness = 0
|
||||
|
||||
fg[PRELIGHT] = @selected_fg_color
|
||||
bg[NORMAL] = shade (1.05, @bg_color)
|
||||
bg[SELECTED] = shade (1.05, @selected_bg_color)
|
||||
|
||||
engine "murrine"
|
||||
{
|
||||
gradient_shades = {1.15,1.05,1.0,0.95}
|
||||
trough_shades = {1.15, 1.15}
|
||||
trough_border_shades = { 0.8, 0.7 }
|
||||
roundness = 1
|
||||
contrast = 0.8
|
||||
border_shades = { 1.0, 0.8 }
|
||||
lightborder_shade = 1.1
|
||||
glowstyle = 0
|
||||
glow_shade = 1.0
|
||||
}
|
||||
}
|
||||
|
||||
style "scrollbar"
|
||||
{
|
||||
GtkScrollbar::stepper-size = 0
|
||||
GtkScrollbar::arrow-scaling = 0.0
|
||||
|
||||
bg[NORMAL] = shade (0.85, @selected_bg_color)
|
||||
bg[ACTIVE] = shade (0.85, @selected_bg_color)
|
||||
bg[PRELIGHT] = shade (0.70, @selected_bg_color)
|
||||
bg[INSENSITIVE] = shade (0.70, @selected_bg_color)
|
||||
|
||||
engine "murrine"
|
||||
{
|
||||
colorize_scrollbar = FALSE
|
||||
roundness = 0
|
||||
border_shades = {1.0, 1.0}
|
||||
trough_shades = {0.95, 0.95}
|
||||
contrast = 0.05
|
||||
gradient_shades = {1.06,1.06,1.04,1.04}
|
||||
}
|
||||
}
|
||||
|
||||
style "hscrollbar" {
|
||||
}
|
||||
|
||||
style "vscrollbar" {
|
||||
}
|
||||
|
||||
style "statusbar"
|
||||
{
|
||||
xthickness = 2
|
||||
}
|
||||
|
||||
style "comboboxentry"
|
||||
{
|
||||
xthickness = 4
|
||||
text[NORMAL] = @text_color
|
||||
text[PRELIGHT] = @text_color
|
||||
|
||||
fg[NORMAL] = @text_color
|
||||
fg[PRELIGHT] = @text_color
|
||||
|
||||
engine "murrine"
|
||||
{
|
||||
contrast = 0.4
|
||||
reliefstyle = 0
|
||||
border_shades = {1.03,0.8}
|
||||
shadow_shades = {0.5,0.0}
|
||||
}
|
||||
}
|
||||
|
||||
style "combo" = "comboboxentry"
|
||||
{
|
||||
bg[ACTIVE] = shade (0.85, @bg_color) # Color for pressed-spinbuttons.
|
||||
}
|
||||
|
||||
style "spin" = "combo"
|
||||
{
|
||||
engine "murrine"
|
||||
{
|
||||
border_shades = {0.7, 0.8}
|
||||
}
|
||||
}
|
||||
|
||||
style "scale" = "button"
|
||||
{
|
||||
GtkWidget ::focus-line-width = 0
|
||||
GtkWidget ::focus-padding = 0
|
||||
|
||||
bg[ACTIVE] = shade (0.86, @bg_color)
|
||||
bg[NORMAL] = shade (1.30, @bg_color)
|
||||
bg[PRELIGHT] = mix (0.4, shade (0.9, @selected_bg_color), shade (1.05, @bg_color))
|
||||
bg[SELECTED] = shade (0.9, @selected_bg_color)
|
||||
bg[INSENSITIVE] = shade (0.98, @bg_color)
|
||||
|
||||
engine "murrine"
|
||||
{
|
||||
border_shades = {1.0, 0.75}
|
||||
contrast = 1.10
|
||||
lightborderstyle = 1
|
||||
roundness = 2
|
||||
trough_shades = {0.9, 1.1}
|
||||
trough_border_shades = {1.20, 1.20}
|
||||
}
|
||||
}
|
||||
|
||||
style "vscale" = "scale"
|
||||
{
|
||||
}
|
||||
|
||||
style "hscale" = "scale"
|
||||
{
|
||||
}
|
||||
|
||||
style "radiocheck"
|
||||
{
|
||||
bg[NORMAL] = shade (1.06, @bg_color)
|
||||
bg[PRELIGHT] = shade (1.06, @bg_color)
|
||||
bg[ACTIVE] = shade (0.85, @bg_color)
|
||||
bg[SELECTED] = @base_color
|
||||
bg[INSENSITIVE] = shade (0.95, @bg_color)
|
||||
text[PRELIGHT] = shade (0.8, @selected_bg_color)
|
||||
fg[ACTIVE] = @fg_color
|
||||
fg[INSENSITIVE] = mix (0.4, @fg_color, @bg_color)
|
||||
|
||||
engine "murrine"
|
||||
{
|
||||
border_shades = { 0.9, 0.8 }
|
||||
contrast = 0.8
|
||||
lightborder_shade = 1.5
|
||||
}
|
||||
}
|
||||
|
||||
style "toolbar" = "default"
|
||||
{
|
||||
engine "murrine"
|
||||
{
|
||||
contrast = 1.13
|
||||
lightborder_shade = 1.0
|
||||
gradient_shades = {1.0,0.94,0.94,0.88}
|
||||
}
|
||||
}
|
||||
|
||||
style "toolbar-separator" {
|
||||
xthickness = 0
|
||||
ythickness = 1
|
||||
|
||||
GtkVSeparator::vertical-padding = 0
|
||||
GtkWidget::wide-separators = 1
|
||||
GtkWidget::separator-width = 7
|
||||
GtkWidget::separator-height = 1
|
||||
|
||||
|
||||
engine "murrine" {
|
||||
contrast = 1.0
|
||||
separatorstyle = 0
|
||||
}
|
||||
}
|
||||
|
||||
style "infobar" {
|
||||
engine "murrine" {
|
||||
}
|
||||
}
|
||||
|
||||
style "nautilus_location" {
|
||||
bg[NORMAL] = mix (0.60, shade (1.05, @bg_color), @selected_bg_color)
|
||||
}
|
||||
|
||||
style "xfce-header"
|
||||
{
|
||||
base[NORMAL] = shade (1.18, @bg_color)
|
||||
engine "murrine"
|
||||
{
|
||||
textstyle = 1
|
||||
text_shade = 0.85
|
||||
}
|
||||
}
|
||||
|
||||
style "xfwm-tabwin"
|
||||
{
|
||||
Xfwm4TabwinWidget::border-width = 1
|
||||
Xfwm4TabwinWidget::icon-size = 64
|
||||
|
||||
bg[NORMAL] = @bg_color
|
||||
bg[SELECTED] = @selected_bg_color
|
||||
fg[NORMAL] = @fg_color
|
||||
base[SELECTED] = @base_color
|
||||
|
||||
engine "murrine"
|
||||
{
|
||||
focusstyle = 0
|
||||
}
|
||||
}
|
||||
|
||||
style "xfdesktop-icon-view"
|
||||
{
|
||||
font_name = "bold"
|
||||
XfdesktopIconView::label-alpha = 0
|
||||
XfdesktopIconView::selected-label-alpha = 60
|
||||
fg[NORMAL] = shade (0.9, @selected_fg_color)
|
||||
fg[ACTIVE] = @selected_fg_color
|
||||
engine "murrine"
|
||||
{
|
||||
textstyle = 5
|
||||
text_shade = 0.05
|
||||
}
|
||||
}
|
||||
|
||||
style "xfsm-logout"
|
||||
{
|
||||
GtkDialog::content-area-border = 12
|
||||
GtkDialog::content-area-spacing = 6
|
||||
GtkDialog::action-area-spacing = 0
|
||||
|
||||
bg[NORMAL] = @bg_color
|
||||
bg[SELECTED] = @bg_color # Border around the dialog
|
||||
fg[NORMAL] = @fg_color
|
||||
|
||||
engine "murrine"
|
||||
{
|
||||
contrast = 1.2
|
||||
highlight_shade = 1.00
|
||||
lightborder_shade = 1.95
|
||||
gradient_shades = {1.2,1.1,0.95,0.93}
|
||||
border_shades = { 1.2,0.95 }
|
||||
reliefstyle = 2
|
||||
shadow_shades = { 1.3, 1.7 }
|
||||
}
|
||||
}
|
||||
|
||||
style "calendar"
|
||||
{
|
||||
fg[NORMAL] = @fg_color
|
||||
fg[PRELIGHT] = @selected_fg_color
|
||||
bg[NORMAL] = @bg_color
|
||||
bg[PRELIGHT] = @selected_bg_color
|
||||
}
|
||||
|
||||
style "overlay-scrollbar"
|
||||
{
|
||||
bg[SELECTED] = shade (1.0, @selected_bg_color)
|
||||
bg[INSENSITIVE] = shade (0.85, @bg_color)
|
||||
bg[ACTIVE] = shade (0.6, @bg_color)
|
||||
}
|
||||
|
||||
###############################################################################
|
||||
# The following part of the gtkrc applies the different styles to the widgets.
|
||||
###############################################################################
|
||||
|
||||
class "GtkWindow*" style "resize-grip"
|
||||
|
||||
# Murrine default style is applied to every widget.
|
||||
class "GtkWidget" style "default"
|
||||
|
||||
# Increase the x/ythickness in some widgets.
|
||||
class "GtkFrame" style "wide"
|
||||
class "GtkEntry" style "entry"
|
||||
class "GtkSeparator" style "wide"
|
||||
class "GtkCalendar" style "wide"
|
||||
class "GtkToolbar" style "toolbar"
|
||||
class "GtkHandleBox*" style "toolbar"
|
||||
class "GtkStatusbar" style "resize-grip"
|
||||
|
||||
class "GtkSpinButton" style "spin"
|
||||
class "GtkScale" style "scale"
|
||||
class "GtkVScale" style "vscale"
|
||||
class "GtkHScale" style "hscale"
|
||||
|
||||
class "GtkScrollbar" style "scrollbar"
|
||||
class "GtkVScrollbar" style "scrollbar"
|
||||
class "GtkHScrollbar" style "scrollbar"
|
||||
|
||||
class "GtkRadio*" style "radiocheck"
|
||||
class "GtkCheck*" style "radiocheck"
|
||||
|
||||
# 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.
|
||||
#widget_class "*<GtkNotebook>*<GtkEventBox>" style "notebook"
|
||||
#widget_class "*<GtkNotebook>*<GtkScrolledWindow>" style "notebook"
|
||||
#widget_class "*<GtkNotebook>*<GtkDrawingArea>" style "notebook"
|
||||
#widget_class "*<GtkNotebook>*<GtkLayout>" style "notebook"
|
||||
#widget_class "*<GtkNotebook>*<GtkLabel>" style "notebook-button"
|
||||
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 "*<GtkNotebook>*<GtkToolbar>" style "notebook-bg"
|
||||
widget_class "*<GtkNotebook>*<GtkLabel>" style "notebook-bg"
|
||||
|
||||
widget_class "*<GtkButton>" style "button"
|
||||
widget_class "*<GtkNotebook>" style "notebook"
|
||||
widget_class "*<GtkStatusbar>*" style "statusbar"
|
||||
|
||||
widget_class "*<GtkNotebook>*<GtkButton>" style "notebook-button"
|
||||
widget_class "*<GtkNotebook>*<GtkButton>*<GtkLabel>" style "notebook-button"
|
||||
|
||||
widget_class "*<GtkComboBoxEntry>*" style "comboboxentry"
|
||||
widget_class "*<GtkCombo>*" style "combo"
|
||||
widget_class "*<GtkViewport>*" style "wider"
|
||||
widget_class "*<GtkEntry>*" style "wider"
|
||||
|
||||
widget_class "*<GtkMenuBar>.<GtkMenuItem>*" style "menubar-menuitem"
|
||||
widget_class "*<GtkMenu>*" style "menu"
|
||||
widget_class "*<GtkMenuBar>*" style "menubar"
|
||||
widget_class "*<GtkSeparatorMenuItem>*" style "separator-menu-item"
|
||||
# Scale widget in menus (e.g. ubuntu's sound indicator)
|
||||
widget_class "*<GtkMenuItem>.*.<GtkScale>" style "scale"
|
||||
|
||||
widget_class "*.<GtkFrame>.<GtkLabel>" style "frame-title"
|
||||
widget_class "*.<GtkTreeView>*" style "treeview"
|
||||
|
||||
widget_class "*GtkCalendar*" style "calendar"
|
||||
|
||||
widget_class "*GtkHPaned" style "paned"
|
||||
widget_class "*GtkVPaned" style "paned"
|
||||
|
||||
widget_class "*<GtkProgress>" style "progressbar"
|
||||
widget_class "*<GtkProgressBar>" style "progressbar"
|
||||
|
||||
widget_class "*<GtkRadioButton>*" style "radiocheck"
|
||||
widget_class "*<GtkCheckButton>*" style "radiocheck"
|
||||
|
||||
# Treeview header
|
||||
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"
|
||||
widget_class "*GnmSimpleCanvas*" style "treeview-header" # Gnumeric treeview-headers
|
||||
|
||||
# Xfce specific theming
|
||||
widget_class "*XfceHeading*" style "xfce-header"
|
||||
widget "xfwm4-tabwin*" style "xfwm-tabwin"
|
||||
widget_class "*XfsmLogoutDialog*" style "xfsm-logout"
|
||||
widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view"
|
||||
|
||||
widget_class "*<OsScrollbar>" style "overlay-scrollbar"
|
||||
widget_class "*<OsThumb>" style "overlay-scrollbar"
|
||||
|
||||
# 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"
|
||||
|
||||
###################################################
|
||||
# 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"
|
||||
|
||||
# Work around for http://bugzilla.gnome.org/show_bug.cgi?id=382646
|
||||
# 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 "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 "text-is-fg-color-workaround"
|
||||
|
||||
style "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 "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 set.
|
||||
style "fg-is-text-color-workaround"
|
||||
{
|
||||
fg[NORMAL] = @text_color
|
||||
fg[PRELIGHT] = @selected_fg_color
|
||||
fg[ACTIVE] = @selected_fg_color
|
||||
fg[SELECTED] = @selected_fg_color
|
||||
fg[INSENSITIVE] = mix (0.4, @text_color, @bg_color)
|
||||
}
|
||||
widget_class "*<GtkListItem>*" style "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 "fg-is-text-color-workaround"
|
||||
widget_class "*<EelEditableLabel>" style "fg-is-text-color-workaround"
|
||||
|
||||
# panel theming###
|
||||
#include "apps/xfce-panel.rc"
|
||||
|
||||
|
||||
# application specific theming###
|
||||
include "apps/chromium.rc"
|
||||
#include "apps/claws-mail.rc"
|
||||
#include "apps/gmusicbrowser.rc"
|
||||
#include "apps/terminal.rc"
|
||||
#include "apps/thunar.rc"
|
||||
|
|
@ -1,316 +0,0 @@
|
|||
/***********************
|
||||
* fallback mode panel *
|
||||
***********************/
|
||||
PanelWidget,
|
||||
PanelApplet,
|
||||
PanelToplevel {
|
||||
padding: 0;
|
||||
background-image: linear-gradient(to bottom,
|
||||
shade(@panel_bg_color, 1.5),
|
||||
shade(@panel_bg_color, 1.05)
|
||||
);
|
||||
|
||||
color: @panel_fg_color;
|
||||
}
|
||||
|
||||
PanelApplet {
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
PanelSeparator {
|
||||
border-width: 0;
|
||||
background-image: linear-gradient(to bottom,
|
||||
shade(@panel_bg_color, 1.5),
|
||||
shade(@panel_bg_color, 1.05)
|
||||
);
|
||||
|
||||
color: @panel_fg_color;
|
||||
}
|
||||
|
||||
.gnome-panel-menu-bar,
|
||||
PanelApplet > GtkMenuBar.menubar,
|
||||
PanelApplet > GtkMenuBar.menubar.menuitem,
|
||||
PanelMenuBar.menubar,
|
||||
PanelMenuBar.menubar.menuitem {
|
||||
-PanelMenuBar-icon-visible: true;
|
||||
|
||||
border-width: 0;
|
||||
background-image: linear-gradient(to bottom,
|
||||
shade(@panel_bg_color, 1.5),
|
||||
shade(@panel_bg_color, 1.05)
|
||||
);
|
||||
}
|
||||
|
||||
PanelAppletFrame {
|
||||
border-width: 0;
|
||||
background-color: @panel_bg_color;
|
||||
background-image: linear-gradient(to bottom,
|
||||
shade(@panel_bg_color, 1.5),
|
||||
shade(@panel_bg_color, 1.05)
|
||||
);
|
||||
}
|
||||
|
||||
PanelApplet .button {
|
||||
-GtkButton-inner-border: 2;
|
||||
|
||||
border-width: 0 1px;
|
||||
border-radius: 0;
|
||||
border-color: transparent;
|
||||
background-image: linear-gradient(to bottom,
|
||||
shade(@panel_bg_color, 1.5),
|
||||
shade(@panel_bg_color, 1.05)
|
||||
);
|
||||
|
||||
color: @panel_fg_color;
|
||||
|
||||
text-shadow: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
PanelApplet .button:active {
|
||||
border-width: 0 1px;
|
||||
border-radius: 0;
|
||||
border-color: shade(@panel_bg_color, 0.7);
|
||||
background-image: linear-gradient(to bottom,
|
||||
shade(@panel_bg_color, 0.85),
|
||||
shade(@panel_bg_color, 1.0)
|
||||
);
|
||||
}
|
||||
|
||||
PanelApplet .button:prelight {
|
||||
border-width: 0 1px;
|
||||
border-radius: 0;
|
||||
border-color: shade(@panel_bg_color, 0.7);
|
||||
background-image: linear-gradient(to bottom,
|
||||
shade(@panel_bg_color, 1.7),
|
||||
shade(@panel_bg_color, 1.25)
|
||||
);
|
||||
}
|
||||
|
||||
PanelApplet .button:active:prelight {
|
||||
border-width: 0 1px;
|
||||
border-radius: 0;
|
||||
border-color: shade(@panel_bg_color, 0.7);
|
||||
background-image: linear-gradient(to bottom,
|
||||
shade(@panel_bg_color, 0.85),
|
||||
shade(@panel_bg_color, 1.0)
|
||||
);
|
||||
}
|
||||
|
||||
WnckPager, WnckTasklist {
|
||||
background-color: @panel_bg_color;
|
||||
}
|
||||
|
||||
/************
|
||||
* nautilus *
|
||||
************/
|
||||
.nautilus-canvas-item {
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.nautilus-desktop.nautilus-canvas-item {
|
||||
color: white;
|
||||
text-shadow: 1px 1px black;
|
||||
}
|
||||
|
||||
.nautilus-desktop.nautilus-canvas-item:active {
|
||||
color: @theme_fg_color;
|
||||
}
|
||||
|
||||
.nautilus-desktop.nautilus-canvas-item:selected {
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
||||
|
||||
.nautilus-desktop.nautilus-canvas-item:active,
|
||||
.nautilus-desktop.nautilus-canvas-item:prelight,
|
||||
.nautilus-desktop.nautilus-canvas-item:selected {
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
NautilusWindow .toolbar {
|
||||
border-width: 0 0 1px;
|
||||
border-style: solid;
|
||||
border-color: shade(@toolbar_bg_color, 0.8);
|
||||
}
|
||||
|
||||
NautilusWindow .sidebar .frame {
|
||||
border-style: none;
|
||||
}
|
||||
|
||||
NautilusWindow > GtkGrid > .pane-separator,
|
||||
NautilusWindow > GtkGrid > .pane-separator:hover {
|
||||
border-width: 0 1px 0 1px;
|
||||
border-style: solid;
|
||||
border-color: shade(@theme_bg_color, 0.8);
|
||||
background-color: mix(shade(@theme_base_color, 0.9), shade(@theme_selected_bg_color, 1.35), 0.1);
|
||||
}
|
||||
|
||||
NautilusNotebook.notebook {
|
||||
border-right-width: 0;
|
||||
border-left-width: 0;
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
|
||||
NautilusNotebook .frame {
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
NautilusQueryEditor .primary-toolbar.toolbar {
|
||||
border-top-width: 0;
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
|
||||
NautilusQueryEditor .toolbar {
|
||||
padding-top: 3px;
|
||||
padding-bottom: 2px;
|
||||
border-width: 1px 0 0 0;
|
||||
border-style: solid;
|
||||
border-color: @toolbar_bg_color;
|
||||
background-color: shade(@toolbar_bg_color, 0.9);
|
||||
}
|
||||
|
||||
NautilusQueryEditor .toolbar:nth-child(2) {
|
||||
border-color: shade(@toolbar_bg_color, 0.8);
|
||||
}
|
||||
|
||||
NautilusQueryEditor .toolbar:last-child,
|
||||
NautilusQueryEditor .primary-toolbar.toolbar:only-child {
|
||||
border-bottom-width: 1px;
|
||||
border-bottom-color: shade(@toolbar_bg_color, 0.8);
|
||||
}
|
||||
|
||||
/******************
|
||||
* gnome terminal *
|
||||
******************/
|
||||
VteTerminal {
|
||||
background-color: @theme_base_color;
|
||||
color: @theme_text_color;
|
||||
}
|
||||
|
||||
TerminalWindow GtkNotebook.notebook {
|
||||
border-right-width: 0;
|
||||
border-bottom-width: 0;
|
||||
border-left-width: 0;
|
||||
}
|
||||
|
||||
/*********
|
||||
* gedit *
|
||||
*********/
|
||||
GeditWindow .pane-separator,
|
||||
GeditWindow .pane-separator:hover {
|
||||
border-width: 0 1px 1px 1px;
|
||||
border-style: solid;
|
||||
border-color: shade(@theme_bg_color, 0.8);
|
||||
background-color: @theme_bg_color;
|
||||
color: shade(@theme_bg_color, 0.8);
|
||||
}
|
||||
|
||||
GeditPanel.title GtkLabel {
|
||||
padding: 5px 0;
|
||||
}
|
||||
|
||||
GeditPanel.vertical .title {
|
||||
padding: 5px 0 4px 3px;
|
||||
border-style: none;
|
||||
}
|
||||
|
||||
GeditPanel .toolbar {
|
||||
border-style: none;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
GeditDocumentsPanel .view {
|
||||
background-color: mix(shade(@theme_base_color, 0.9), shade(@theme_selected_bg_color, 1.35), 0.1);
|
||||
}
|
||||
|
||||
GeditPanel.vertical .notebook {
|
||||
padding: 0;
|
||||
border-width: 1px 0;
|
||||
}
|
||||
|
||||
GeditPanel.horizontal .notebook {
|
||||
padding: 0;
|
||||
border-width: 0 1px 1px 0;
|
||||
}
|
||||
|
||||
GeditWindow .notebook {
|
||||
border-width: 1px 0;
|
||||
}
|
||||
|
||||
GeditPanel .notebook tab,
|
||||
GeditWindow .notebook tab {
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
GeditStatusComboBox .button,
|
||||
GeditStatusComboBox .button:hover,
|
||||
GeditStatusComboBox .button:active,
|
||||
GeditStatusComboBox .button:active:hover {
|
||||
padding: 1px 6px 2px 4px;
|
||||
border-style: solid;
|
||||
border-width: 0 1px;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
GeditStatusComboBox .button:hover,
|
||||
GeditStatusComboBox .button:active,
|
||||
GeditStatusComboBox .button:active:hover {
|
||||
border-color: shade(@theme_bg_color, 0.8);
|
||||
}
|
||||
|
||||
GeditViewFrame .gedit-search-slider {
|
||||
padding: 4px;
|
||||
border-radius: 0 0 3px 3px;
|
||||
border-width: 0 1px 1px 1px;
|
||||
border-style: solid;
|
||||
border-color: shade(@theme_base_color, 0.8);
|
||||
background-color: @theme_base_color;
|
||||
}
|
||||
|
||||
GeditViewFrame .gedit-search-slider .not-found {
|
||||
background-color: @error_bg_color;
|
||||
background-image: none;
|
||||
color: @error_fg_color;
|
||||
}
|
||||
|
||||
GeditViewFrame .gedit-search-slider .not-found:selected {
|
||||
background-color: @theme_selected_bg_color;
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
||||
|
||||
GeditFileBrowserWidget .primary-toolbar.toolbar {
|
||||
padding: 2px;
|
||||
border-top: none;
|
||||
background-color: @theme_bg_color;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
/***************
|
||||
* font-viewer *
|
||||
***************/
|
||||
SushiFontWidget {
|
||||
padding: 6px 12px;
|
||||
}
|
||||
|
||||
/*************
|
||||
* gucharmap *
|
||||
*************/
|
||||
GucharmapChartable {
|
||||
background-color: @theme_base_color;
|
||||
color: @theme_text_color;
|
||||
}
|
||||
|
||||
GucharmapChartable:active,
|
||||
GucharmapChartable:focus,
|
||||
GucharmapChartable:selected {
|
||||
background-color: @theme_selected_bg_color;
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
||||
|
||||
/*************
|
||||
* evolution *
|
||||
*************/
|
||||
EPreviewPane .entry {
|
||||
background-color: @theme_base_color;
|
||||
color: @theme_text_color;
|
||||
}
|
|
@ -1,687 +0,0 @@
|
|||
/********************
|
||||
* dynamic notebook *
|
||||
********************/
|
||||
.dynamic-notebook {
|
||||
background-color: shade(@theme_bg_color, 1.05);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.dynamic-notebook GtkLabel,
|
||||
.dynamic-notebook GtkImage {
|
||||
color: alpha(@theme_fg_color, 0.5);
|
||||
}
|
||||
|
||||
.dynamic-notebook .notebook {
|
||||
-GtkNotebook-tab-overlap: 3px;
|
||||
-GtkNotebook-initial-gap: 12px;
|
||||
|
||||
border-width: 1px 0 0 0;
|
||||
border-color: shade(@theme_bg_color, 0.8);
|
||||
border-radius: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.dynamic-notebook .notebook tab {
|
||||
padding: 3px;
|
||||
border-width: 1px;
|
||||
border-color: shade(@theme_bg_color, 0.9);
|
||||
border-radius: 3px;
|
||||
background-color: @theme_bg_color;
|
||||
background-image: none;
|
||||
color: @theme_fg_color;
|
||||
}
|
||||
|
||||
.dynamic-notebook .notebook tab:active {
|
||||
border-color: shade(@theme_bg_color, 0.8);
|
||||
background-color: shade(@theme_bg_color, 1.05);
|
||||
color: @theme_fg_color;
|
||||
}
|
||||
|
||||
.dynamic-notebook .notebook tab .entry {
|
||||
border-radius: 3px;
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
.dynamic-notebook .button:hover,
|
||||
.dynamic-notebook .button:hover:active,
|
||||
.dynamic-notebook .notebook .button,
|
||||
.dynamic-notebook .notebook .button:hover,
|
||||
.dynamic-notebook .notebook .button:hover:active {
|
||||
border-color: shade(@theme_bg_color, 0.7);
|
||||
background-color: shade(@theme_bg_color, 1.10);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.dynamic-notebook .button:hover:active,
|
||||
.dynamic-notebook .notebook .button:hover:active {
|
||||
border-color: shade(@theme_bg_color, 0.6);
|
||||
background-color: shade(@theme_bg_color, 0.85);
|
||||
color: shade(@theme_fg_color, 0.7);
|
||||
}
|
||||
|
||||
.dynamic-notebook .menu GtkLabel {
|
||||
color: @menu_fg;
|
||||
}
|
||||
|
||||
/****************
|
||||
* content view *
|
||||
****************/
|
||||
.content-view-window {
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-color: shade(@theme_base_color, 0.8);
|
||||
border-radius: 2px;
|
||||
background-color:@theme_base_color;
|
||||
background-image: none;
|
||||
color: @theme_text_color;
|
||||
}
|
||||
|
||||
.content-view,
|
||||
.content-view GtkViewport {
|
||||
background-color: @theme_base_color;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.content-view * {
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.content-view .entry {
|
||||
background-color: @theme_base_color;
|
||||
background-image: none;
|
||||
color: @theme_text_color;
|
||||
}
|
||||
|
||||
.content-view .button {
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-color: shade(@theme_base_color, 0.8);
|
||||
border-radius: 2px;
|
||||
background-color: shade(@theme_base_color, 1.02);
|
||||
background-image: none;
|
||||
color: @theme_text_color;
|
||||
}
|
||||
|
||||
.content-view .button:hover {
|
||||
border-color: shade(@theme_base_color, 0.7);
|
||||
background-color: shade(@theme_base_color, 1.10);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.content-view .button:active {
|
||||
border-color: shade(@theme_base_color, 0.6);
|
||||
background-color: shade(@theme_base_color, 0.85);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.content-view .button:active:hover {
|
||||
border-color: shade(@theme_base_color, 0.7);
|
||||
color: shade(@theme_text_color, 1.10);
|
||||
}
|
||||
|
||||
.content-view .button:insensitive {
|
||||
border-color: shade(@theme_base_color, 0.8);
|
||||
background-color: shade(@theme_base_color, 0.95);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.content-view .help_button * {
|
||||
color: @theme_text_color;
|
||||
}
|
||||
|
||||
.content-view .toolbar {
|
||||
-GtkWidget-window-dragging: true;
|
||||
|
||||
padding: 1px;
|
||||
border-width: 0 0 1px 0;
|
||||
border-style: solid;
|
||||
border-color: shade(@theme_base_color, 0.8);
|
||||
background-color: @theme_base_color;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.content-view .menu {
|
||||
padding: 0;
|
||||
border-radius: 0;
|
||||
border-style: none;
|
||||
background-color: @menu_bg_color;
|
||||
background-image: none;
|
||||
color: @menu_fg_color;
|
||||
}
|
||||
|
||||
/**************
|
||||
* sourcelist *
|
||||
**************/
|
||||
.source-list,
|
||||
.source-list.view {
|
||||
border-radius: 0;
|
||||
background-color: @theme_bg_color;
|
||||
background-image: none;
|
||||
color: mix(@theme_fg_color, @theme_bg_color, 0.1);
|
||||
}
|
||||
|
||||
.source-list {
|
||||
-GtkTreeView-horizontal-separator: 1;
|
||||
-GtkTreeView-vertical-separator: 1;
|
||||
}
|
||||
|
||||
.source-list.view:selected,
|
||||
.source-list.view:prelight:selected {
|
||||
border-width: 1px 0;
|
||||
border-style: solid;
|
||||
border-top-color: shade(@theme_bg_color, 0.85);
|
||||
border-bottom-color: shade(@theme_bg_color, 1.12);
|
||||
background-image: linear-gradient(to bottom,
|
||||
shade(mix(shade(@theme_base_color, 0.9), shade(@theme_selected_bg_color, 1.35), 0.1), 0.87),
|
||||
shade(mix(shade(@theme_base_color, 0.9), shade(@theme_selected_bg_color, 1.35), 0.1), 0.95) 10%,
|
||||
shade(mix(shade(@theme_base_color, 0.9), shade(@theme_selected_bg_color, 1.35), 0.1), 0.99) 92%,
|
||||
shade(mix(shade(@theme_base_color, 0.9), shade(@theme_selected_bg_color, 1.35), 0.1), 0.92)
|
||||
);
|
||||
|
||||
color: mix(@theme_text_color, @theme_base_color, 0.3);
|
||||
}
|
||||
|
||||
.source-list.view:prelight {
|
||||
border-color: mix(shade(@theme_base_color, 0.9), shade(@theme_selected_bg_color, 1.35), 0.3);
|
||||
background-color: mix(shade(@theme_base_color, 0.9), shade(@theme_selected_bg_color, 1.35), 0.3);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.source-list.badge,
|
||||
.source-list.badge:prelight,
|
||||
.source-list.badge:selected,
|
||||
.source-list.badge:prelight:selected {
|
||||
margin: 0 3px;
|
||||
padding: 0 6px;
|
||||
border-width: 0;
|
||||
border-radius: 10px;
|
||||
background-image: linear-gradient(to bottom,
|
||||
shade(@theme_selected_bg_color, 1.1),
|
||||
shade(@theme_selected_bg_color, 0.9)
|
||||
);
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
||||
|
||||
/******************
|
||||
* no undo button *
|
||||
******************/
|
||||
.button.noundo,
|
||||
.content-view .button.noundo {
|
||||
border-color: shade(@error_bg_color, 0.8);
|
||||
background-color: shade(@error_bg_color, 1.05);
|
||||
background-image: none;
|
||||
color: @error_fg_color;
|
||||
}
|
||||
|
||||
.button.noundo:hover,
|
||||
.content-view .button.noundo:hover {
|
||||
border-color: shade(@error_bg_color, 0.7);
|
||||
background-color: @error_bg_color;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.button.noundo:active,
|
||||
.content-view .button.noundo:active {
|
||||
border-color: shade(@error_bg_color, 0.8);
|
||||
background-color: shade(@error_bg_color, 0.95);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.button.noundo:active:hover,
|
||||
.content-view .button.noundo:active:hover {
|
||||
border-color: shade(@error_bg_color, 0.7);
|
||||
background-color: shade(@error_bg_color, 0.97);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.button.noundo GtkLabel,
|
||||
.button.noundo Gtklabel:prelight {
|
||||
color: @error_fg_color;
|
||||
}
|
||||
|
||||
/**********************
|
||||
* affirmative button *
|
||||
**********************/
|
||||
.button.affirmative,
|
||||
.content-view .button.affirmative {
|
||||
border-color: shade(@theme_selected_bg_color, 0.8);
|
||||
background-color: shade(@theme_selected_bg_color, 1.05);
|
||||
background-image: none;
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
||||
|
||||
.button.affirmative:hover,
|
||||
.content-view .button.affirmative:hover {
|
||||
border-color: shade(@theme_selected_bg_color, 0.7);
|
||||
background-color: @theme_selected_bg_color;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.button.affirmative:active,
|
||||
.content-view .button.affirmative:active {
|
||||
border-color: shade(@theme_selected_bg_color, 0.8);
|
||||
background-color: shade(@theme_selected_bg_color, 0.95);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.button.affirmative:active:hover,
|
||||
.content-view .button.affirmative:active:hover {
|
||||
border-color: shade(@theme_selected_bg_color, 0.7);
|
||||
background-color: shade(@theme_selected_bg_color, 0.97);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.button.affirmative GtkLabel,
|
||||
.button.affirmative Gtklabel:prelight {
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
||||
|
||||
/**********************
|
||||
* secondary toolbars *
|
||||
**********************/
|
||||
.secondary-toolbar.toolbar {
|
||||
padding: 2px;
|
||||
border-color: shade(@toolbar_bg_color, 0.8);
|
||||
background-color: @toolbar_bg_color;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.secondary-toolbar.toolbar .button {
|
||||
border-color: shade(@toolbar_bg_color, 0.8);
|
||||
background-color: shade(@toolbar_bg_color, 1.05);
|
||||
background-image: none;
|
||||
color: @toolbar_fg_color;
|
||||
}
|
||||
|
||||
.secondary-toolbar.toolbar .button:hover {
|
||||
border-color: shade(@toolbar_bg_color, 0.7);
|
||||
background-color: shade(@toolbar_bg_color, 1.10);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.secondary-toolbar.toolbar .button:active {
|
||||
border-color: shade(@toolbar_bg_color, 0.8);
|
||||
background-color: shade(@toolbar_bg_color, 0.95);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.secondary-toolbar.toolbar .button:active:hover {
|
||||
border-color: shade(@toolbar_bg_color, 0.7);
|
||||
}
|
||||
|
||||
.secondary-toolbar.toolbar .button:focus,
|
||||
.secondary-toolbar.toolbar .button:hover:focus,
|
||||
.secondary-toolbar.toolbar .button:active:focus,
|
||||
.secondary-toolbar.toolbar .button:active:hover:focus {
|
||||
border-color: shade(@toolbar_bg_color, 0.7);
|
||||
}
|
||||
|
||||
.secondary-toolbar.toolbar .button:insensitive {
|
||||
border-color: shade(@toolbar_bg_color, 0.85);
|
||||
background-color: shade(@toolbar_bg_color, 0.9);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.secondary-toolbar.toolbar .button:active *:insensitive {
|
||||
border-color: shade(@toolbar_bg_color, 0.75);
|
||||
background-color: shade(@toolbar_bg_color, 0.80);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
/*******************
|
||||
* bottom toolbars *
|
||||
*******************/
|
||||
.bottom-toolbar.toolbar {
|
||||
padding: 6px;
|
||||
border-width: 1px 0 0 0;
|
||||
border-color: shade(@theme_bg_color, 0.8);
|
||||
background-color: @theme_bg_color;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.bottom-toolbar.toolbar .button {
|
||||
border-color: shade(@theme_bg_color, 0.8);
|
||||
background-color: shade(@theme_bg_color, 1.05);
|
||||
background-image: none;
|
||||
color: @theme_fg_color;
|
||||
}
|
||||
|
||||
.bottom-toolbar.toolbar .button:hover {
|
||||
border-color: shade(@theme_bg_color, 0.7);
|
||||
background-color: shade(@theme_bg_color, 1.10);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.bottom-toolbar.toolbar .button:active {
|
||||
border-color: shade(@theme_bg_color, 0.8);
|
||||
background-color: shade(@theme_bg_color, 0.95);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.bottom-toolbar.toolbar .button:active:hover {
|
||||
border-color: shade(@theme_bg_color, 0.7);
|
||||
}
|
||||
|
||||
.bottom-toolbar.toolbar .button:focus,
|
||||
.bottom-toolbar.toolbar .button:hover:focus,
|
||||
.bottom-toolbar.toolbar .button:active:focus,
|
||||
.bottom-toolbar.toolbar .button:active:hover:focus {
|
||||
border-color: shade(@theme_bg_color, 0.7);
|
||||
}
|
||||
|
||||
.bottom-toolbar.toolbar .button:insensitive {
|
||||
border-color: shade(@theme_bg_color, 0.85);
|
||||
background-color: shade(@theme_bg_color, 0.9);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.bottom-toolbar.toolbar .button:active *:insensitive {
|
||||
border-color: shade(@theme_bg_color, 0.75);
|
||||
background-color: shade(@theme_bg_color, 0.80);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
/*************
|
||||
* statusbar *
|
||||
*************/
|
||||
GraniteWidgetsStatusBar {
|
||||
padding: 1px;
|
||||
background-image: linear-gradient(to bottom,
|
||||
shade(@theme_bg_color, 1.0),
|
||||
shade(@theme_bg_color, 0.88)
|
||||
);
|
||||
|
||||
box-shadow: inset 0 1px shade(@theme_bg_color, 0.8);
|
||||
}
|
||||
|
||||
/***********
|
||||
* popover *
|
||||
***********/
|
||||
GraniteWidgetsPopOver {
|
||||
-GraniteWidgetsPopOver-arrow-width: 21;
|
||||
-GraniteWidgetsPopOver-arrow-height: 12;
|
||||
-GraniteWidgetsPopOver-border-radius: 5px;
|
||||
-GraniteWidgetsPopOver-border-width: 1;
|
||||
-GraniteWidgetsPopOver-shadow-size: 15;
|
||||
|
||||
margin: 0;
|
||||
border-style: solid;
|
||||
border-color: shade(@menu_bg_color, 0.8);
|
||||
color: @menu_fg_color;
|
||||
}
|
||||
|
||||
.popover_bg {
|
||||
background-color: transparent;
|
||||
background-image: linear-gradient(to bottom,
|
||||
@menu_bg_color,
|
||||
shade(@menu_bg_color, 0.98)
|
||||
);
|
||||
}
|
||||
|
||||
GraniteWidgetsPopOver .sidebar.view,
|
||||
GraniteWidgetsPopOver * {
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
color: @menu_fg_color;
|
||||
}
|
||||
|
||||
GraniteWidgetsPopOver .sidebar.view:selected,
|
||||
GraniteWidgetsPopOver .sidebar.view:selected:focus,
|
||||
GraniteWidgetsPopOver *:selected,
|
||||
GraniteWidgetsPopOver *:selected:focus {
|
||||
background-color: @theme_selected_bg_color;
|
||||
background-image: none;
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
||||
|
||||
GraniteWidgetsPopOver .button {
|
||||
border-color: shade(@menu_bg_color, 0.8);
|
||||
background-color: shade(@menu_bg_color, 1.08);
|
||||
background-image: none;
|
||||
color: @menu_fg_color;
|
||||
}
|
||||
|
||||
GraniteWidgetsPopOver .button:hover {
|
||||
border-color: shade(@menu_bg_color, 0.7);
|
||||
background-color: shade(@menu_bg_color, 1.10);
|
||||
background-image: none;
|
||||
color: shade(@menu_fg_color, 0.7);
|
||||
}
|
||||
|
||||
GraniteWidgetsPopOver .button:active {
|
||||
border-color: shade(@menu_bg_color, 0.8);
|
||||
background-color: shade(@menu_bg_color, 0.95);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
GraniteWidgetsPopOver .button:active:hover {
|
||||
border-color: shade(@menu_bg_color, 0.7);
|
||||
color: shade(@menu_fg_color, 0.7);
|
||||
}
|
||||
|
||||
/* linked buttons */
|
||||
GraniteWidgetsPopOver .linked .button {
|
||||
box-shadow: inset -1px 0 shade(@menu_bg_color, 0.9);
|
||||
}
|
||||
|
||||
GraniteWidgetsPopOver .linked .button:active {
|
||||
box-shadow: inset -1px 0 shade(@menu_bg_color, 0.8),
|
||||
inset 1px 1px alpha(@dark_shadow, 0.06),
|
||||
inset -1px -1px alpha(@dark_shadow, 0.06);
|
||||
}
|
||||
|
||||
GraniteWidgetsPopOver .linked .button:insensitive {
|
||||
box-shadow: inset -1px 0 shade(@menu_bg_color, 0.8),
|
||||
inset 1px 1px alpha(@light_shadow, 0.2);
|
||||
}
|
||||
|
||||
GraniteWidgetsPopOver .linked .button:last-child,
|
||||
GraniteWidgetsPopOver .linked .button:only-child,
|
||||
GraniteWidgetsPopOver .linked .button:insensitive:last-child,
|
||||
GraniteWidgetsPopOver .linked .button:insensitive:only-child,
|
||||
GraniteWidgetsPopOver .linked .button:active *:insensitive:last-child,
|
||||
GraniteWidgetsPopOver .linked .button:active *:insensitive:only-child {
|
||||
box-shadow: inset 1px 1px alpha(@light_shadow, 0.4),
|
||||
inset -1px 0 alpha(@light_shadow, 0.4);
|
||||
}
|
||||
|
||||
GraniteWidgetsPopOver .linked .button:active:last-child,
|
||||
GraniteWidgetsPopOver .linked .button:active:only-child {
|
||||
box-shadow: inset 1px 1px alpha(@dark_shadow, 0.06),
|
||||
inset -1px -1px alpha(@dark_shadow, 0.06);
|
||||
}
|
||||
|
||||
GraniteWidgetsPopOver .entry {
|
||||
border-color: shade(@menu_bg_color, 0.7);
|
||||
background-color: @menu_bg_color;
|
||||
background-image: none;
|
||||
color: @menu_fg_color;
|
||||
}
|
||||
|
||||
GraniteWidgetsPopOver .entry:active,
|
||||
GraniteWidgetsPopOver .entry:focus {
|
||||
border-color: shade(@menu_bg_color, 0.7);
|
||||
}
|
||||
|
||||
GraniteWidgetsPopOver *.separator {
|
||||
border-color: shade(@menu_bg_color, 0.9);
|
||||
color: transparent;
|
||||
}
|
||||
|
||||
.button.app {
|
||||
border-width: 0;
|
||||
border-radius: 2px;
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.button.app:hover {
|
||||
border-color: shade(@theme_selected_bg_color, 0.8);
|
||||
background-image: linear-gradient(to bottom,
|
||||
shade(@theme_selected_bg_color, 1.1),
|
||||
shade(@theme_selected_bg_color, 0.9)
|
||||
);
|
||||
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
||||
|
||||
.button.app:focus {
|
||||
border-color: shade(@theme_selected_bg_color, 0.8);
|
||||
background-image: linear-gradient(to bottom,
|
||||
shade(@theme_selected_bg_color, 1.1),
|
||||
shade(@theme_selected_bg_color, 0.9)
|
||||
);
|
||||
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
||||
|
||||
/********
|
||||
* gala *
|
||||
********/
|
||||
.gala-workspaces-background {
|
||||
border-width: 1px 0 0 0;
|
||||
border-color: shade(@panel_bg_color, 0.8);
|
||||
background-color: @panel_bg_color;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.gala-workspace-selected {
|
||||
border-width: 1px;
|
||||
border-radius: 2px;
|
||||
border-color: shade(@theme_selected_bg_color, 0.9);
|
||||
background-color: @theme_selected_bg_color;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
/*********
|
||||
* files *
|
||||
*********/
|
||||
.files-overlay-bar {
|
||||
margin: 3px;
|
||||
padding: 3px 6px;
|
||||
border-width: 1px;
|
||||
border-color: shade(@theme_base_color, 0.7);
|
||||
border-radius: 2px;
|
||||
background-image: linear-gradient(to bottom,
|
||||
shade(@theme_bg_color, 1.1),
|
||||
shade(@theme_bg_color, 0.9)
|
||||
);
|
||||
}
|
||||
|
||||
.files-overlay-bar GtkLabel {
|
||||
color: @theme_text_color;
|
||||
}
|
||||
|
||||
/*********
|
||||
* noise *
|
||||
*********/
|
||||
.album-list-view,
|
||||
.album-list-view * {
|
||||
border-color: shade(@theme_base_color, 0.7);
|
||||
border-radius: 0;
|
||||
background-color: @theme_base_color;
|
||||
background-image: none;
|
||||
color: @theme_text_color;
|
||||
}
|
||||
|
||||
.album-list-view GtkTreeView {
|
||||
-GtkTreeView-vertical-separator: 1;
|
||||
-GtkTreeView-grid-line-width: 0;
|
||||
|
||||
background-color: @theme_base_color;
|
||||
background-image: none;
|
||||
color: @theme_text_color;
|
||||
}
|
||||
|
||||
.album-list-view GtkTreeView row:nth-child(even) {
|
||||
border-width: 0;
|
||||
border-style: none;
|
||||
background-color: shade(@theme_base_color, 0.9);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
|
||||
.album-list-view GtkTreeView row:nth-child(odd) {
|
||||
border-width: 0;
|
||||
border-style: none;
|
||||
background-color: shade(@theme_base_color, 1.0);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.album-list-view GtkTreeView row:selected {
|
||||
background-color: @selected_bg_color;
|
||||
background-image: none;
|
||||
color: @selected_fg_color;
|
||||
}
|
||||
|
||||
/**********
|
||||
* birdie *
|
||||
**********/
|
||||
BirdieWidgetsTweetList * {
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
/*********
|
||||
* tweet *
|
||||
*********/
|
||||
.tweet {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/**********
|
||||
* notify *
|
||||
**********/
|
||||
.notify {
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-color: shade(@theme_base_color, 0.7);
|
||||
border-radius: 2px;
|
||||
background-color: @theme_base_color;
|
||||
background-image: none;
|
||||
color: @theme_text_color;
|
||||
}
|
||||
|
||||
.notify .low {
|
||||
}
|
||||
|
||||
.notify .critical {
|
||||
}
|
||||
|
||||
/*********
|
||||
* panel *
|
||||
*********/
|
||||
.panel {
|
||||
background-color: @panel_bg_color;
|
||||
background-image: none;
|
||||
color: @panel_fg_color;
|
||||
font: bold;
|
||||
}
|
||||
|
||||
.panel .menubar .menuitem {
|
||||
padding: 1px 3px;
|
||||
}
|
||||
|
||||
.shadow {
|
||||
background-color: transparent;
|
||||
background-image: linear-gradient(to bottom,
|
||||
rgba(0, 0, 0, 0.3),
|
||||
transparent
|
||||
);
|
||||
}
|
||||
|
||||
.composited-indicator,
|
||||
.wingpanel-app-button,
|
||||
.wingpanel-indicator-button {
|
||||
padding: 0 2px;
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
color: @panel_fg_color;
|
||||
}
|
||||
|
||||
.composited-indicator.menuitem:active,
|
||||
.composited-indicator.menuitem:prelight {
|
||||
border-style: none;
|
||||
background-image: none;
|
||||
}
|
|
@ -1,58 +0,0 @@
|
|||
.lightdm.menu {
|
||||
background-image: none;
|
||||
background-color: alpha(black, 0.6);
|
||||
border-color: alpha(white, 0.2);
|
||||
border-radius: 3px;
|
||||
padding: 1px;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.lightdm-combo .menu {
|
||||
background-color: alpha(black, 0.6);
|
||||
border-radius: 0;
|
||||
padding: 0;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.lightdm.menu .menuitem *,
|
||||
.lightdm.menu .menuitem.check:active,
|
||||
.lightdm.menu .menuitem.radio:active {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.lightdm.menubar {
|
||||
background-image: none;
|
||||
background-color: alpha(black, 0.5);
|
||||
}
|
||||
|
||||
.lightdm-combo.combobox-entry .button,
|
||||
.lightdm-combo .cell,
|
||||
.lightdm-combo .button,
|
||||
.lightdm-combo .entry,
|
||||
.lightdm.button,
|
||||
.lightdm.entry {
|
||||
background-image: none;
|
||||
background-color: alpha(black, 0.3);
|
||||
border-color: alpha(white, 0.6);
|
||||
border-radius: 3px;
|
||||
padding: 7px;
|
||||
color: white;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.lightdm.button,
|
||||
.lightdm.button:hover,
|
||||
.lightdm.button:active,
|
||||
.lightdm.button:active:focus,
|
||||
.lightdm.entry,
|
||||
.lightdm.entry:hover,
|
||||
.lightdm.entry:active,
|
||||
.lightdm.entry:active:focus {
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.lightdm.button:focus,
|
||||
.lightdm.entry:focus {
|
||||
border-color: alpha(white, 0.9);
|
||||
color: white;
|
||||
}
|
|
@ -1,14 +0,0 @@
|
|||
/* Synaptic's toolbar */
|
||||
GtkWindow > GtkVBox > .dock,
|
||||
GtkWindow > GtkVBox > .dock > GtkHBox > GtkToolbar {
|
||||
padding: 6px;
|
||||
border-style: none;
|
||||
background-image: linear-gradient(to bottom,
|
||||
shade(@toolbar_bg_color, 1.0),
|
||||
shade(@toolbar_bg_color, 0.88)
|
||||
);
|
||||
|
||||
color: @toolbar_fg_color;
|
||||
|
||||
box-shadow: inset 0 -1px shade(@toolbar_bg_color, 0.7);
|
||||
}
|
|
@ -1,31 +0,0 @@
|
|||
UnityPanelWidget,
|
||||
.unity-panel {
|
||||
border-width: 0 0 1px 0;
|
||||
border-style: solid;
|
||||
border-color: shade(@panel_bg_color, 1.0);
|
||||
background-image: linear-gradient(to bottom,
|
||||
shade(@panel_bg_color, 1.2),
|
||||
shade(@panel_bg_color, 1.0)
|
||||
);
|
||||
}
|
||||
|
||||
.unity-panel.menubar,
|
||||
.unity-panel .menubar {
|
||||
}
|
||||
|
||||
.unity-panel.menuitem,
|
||||
.unity-panel .menuitem {
|
||||
border-width: 0 1px;
|
||||
color: @panel_fg_color;
|
||||
}
|
||||
|
||||
.unity-panel.menubar.menuitem:hover,
|
||||
.unity-panel.menubar .menuitem *:hover {
|
||||
border-color: shade(@panel_bg_color, 0.8);
|
||||
background-image: linear-gradient(to bottom,
|
||||
shade(@theme_bg_color, 1.2),
|
||||
shade(@theme_bg_color, 1.0)
|
||||
);
|
||||
|
||||
color: @theme_fg_color;
|
||||
}
|
|
@ -1,51 +0,0 @@
|
|||
XfceHeading {
|
||||
background-color: @theme_base_color;
|
||||
background-image: none;
|
||||
padding: 0;
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
.xfce4-panel {
|
||||
background-color: shade(@panel_bg_color, 0.35);
|
||||
font: normal;
|
||||
color: @panel_fg_color;
|
||||
}
|
||||
|
||||
.xfce4-panel .button {
|
||||
border-radius: 0;
|
||||
padding: 1px;
|
||||
color: @panel_fg_color;
|
||||
}
|
||||
|
||||
.xfce4-panel .button {
|
||||
text-shadow: 0px 1px alpha(@dark_shadow, 1.0);
|
||||
}
|
||||
|
||||
.xfce4-panel .button:active {
|
||||
background-image: none;
|
||||
background-color: shade(@panel_bg_color, 0.7);
|
||||
border-color: shade(@panel_bg_color, 0.6);
|
||||
color: @panel_fg_color;
|
||||
transition: none;
|
||||
}
|
||||
|
||||
.xfce4-panel .button:hover,
|
||||
.xfce4-panel .button:active:hover {
|
||||
background-image: linear-gradient(to bottom,
|
||||
shade(@selected_bg_color, 0.88),
|
||||
shade(@selected_bg_color, 0.85)
|
||||
);
|
||||
|
||||
border-color: shade(@selected_bg_color, 0.6);
|
||||
box-shadow: inset 0 -1px alpha(white, 0.0),
|
||||
inset 1px 0 alpha(white, 0.15),
|
||||
inset -1px 0 alpha(white, 0.15),
|
||||
inset 0 1px alpha(white, 0.15);
|
||||
color: @panel_fg_color;
|
||||
transition: none;
|
||||
}
|
||||
|
||||
.xfce4-panel .menu {
|
||||
text-shadow: none;
|
||||
-gtk-image-effect: none;
|
||||
}
|
Before Width: | Height: | Size: 491 B |
Before Width: | Height: | Size: 580 B |
Before Width: | Height: | Size: 605 B |
Before Width: | Height: | Size: 283 B |
Before Width: | Height: | Size: 383 B |
Before Width: | Height: | Size: 383 B |
Before Width: | Height: | Size: 349 B |
Before Width: | Height: | Size: 352 B |
Before Width: | Height: | Size: 227 B |
Before Width: | Height: | Size: 97 B |
Before Width: | Height: | Size: 109 B |
Before Width: | Height: | Size: 481 B |
Before Width: | Height: | Size: 562 B |
Before Width: | Height: | Size: 577 B |
Before Width: | Height: | Size: 535 B |
Before Width: | Height: | Size: 629 B |
Before Width: | Height: | Size: 624 B |
Before Width: | Height: | Size: 525 B |
Before Width: | Height: | Size: 563 B |
|
@ -1,159 +0,0 @@
|
|||
/*******************
|
||||
* check and radio *
|
||||
*******************/
|
||||
/* draw regular check and radio items using our assets */
|
||||
.check {
|
||||
-gtk-icon-source: url("assets/checkbox-unchecked.png");
|
||||
}
|
||||
|
||||
.check:insensitive {
|
||||
-gtk-icon-source: url("assets/checkbox-unchecked-insensitive.png");
|
||||
}
|
||||
|
||||
.check:active,
|
||||
.check:checked {
|
||||
-gtk-icon-source: url("assets/checkbox-checked.png");
|
||||
}
|
||||
|
||||
.check:active:hover,
|
||||
.check:checked:hover {
|
||||
-gtk-icon-source: url("assets/checkbox-checked-hover.png");
|
||||
}
|
||||
|
||||
.check:active:insensitive,
|
||||
.check:checked:insensitive {
|
||||
-gtk-icon-source: url("assets/checkbox-checked-insensitive.png");
|
||||
}
|
||||
|
||||
.check:inconsistent {
|
||||
-gtk-icon-source: url("assets/checkbox-mixed.png");
|
||||
}
|
||||
|
||||
.check:inconsistent:hover {
|
||||
-gtk-icon-source: url("assets/checkbox-mixed-hover.png");
|
||||
}
|
||||
|
||||
.check:inconsistent:insensitive {
|
||||
-gtk-icon-source: url("assets/checkbox-mixed-insensitive.png");
|
||||
}
|
||||
|
||||
.radio {
|
||||
-gtk-icon-source: url("assets/radio-unselected.png");
|
||||
}
|
||||
|
||||
.radio:insensitive {
|
||||
-gtk-icon-source: url("assets/radio-unselected-insensitive.png");
|
||||
}
|
||||
|
||||
.radio:active,
|
||||
.radio:checked {
|
||||
-gtk-icon-source: url("assets/radio-selected.png");
|
||||
}
|
||||
|
||||
.radio:active:hover,
|
||||
.radio:checked:hover {
|
||||
-gtk-icon-source: url("assets/radio-selected-hover.png");
|
||||
}
|
||||
|
||||
.radio:active:insensitive,
|
||||
.radio:checked:insensitive {
|
||||
-gtk-icon-source: url("assets/radio-selected-insensitive.png");
|
||||
}
|
||||
|
||||
.radio:inconsistent {
|
||||
-gtk-icon-source: url("assets/radio-mixed.png");
|
||||
}
|
||||
|
||||
.radio:inconsistent:hover {
|
||||
-gtk-icon-source: url("assets/radio-mixed-hover.png");
|
||||
}
|
||||
|
||||
.radio:inconsistent:insensitive {
|
||||
-gtk-icon-source: url("assets/radio-mixed-insensitive.png");
|
||||
}
|
||||
|
||||
.menuitem.check,
|
||||
.menuitem.check:insensitive {
|
||||
-gtk-icon-source: none;
|
||||
}
|
||||
|
||||
.menuitem.check:active,
|
||||
.menuitem.check:checked {
|
||||
-gtk-icon-source: url("assets/menuitem-checkbox-checked.png");
|
||||
}
|
||||
|
||||
.menuitem.check:active:hover,
|
||||
.menuitem.check:checked:hover {
|
||||
-gtk-icon-source: url("assets/menuitem-checkbox-checked-hover.png");
|
||||
}
|
||||
|
||||
.menuitem.check:active:insensitive,
|
||||
.menuitem.check:checked:insensitive {
|
||||
-gtk-icon-source: url("assets/menuitem-checkbox-checked-insensitive.png");
|
||||
}
|
||||
|
||||
.menuitem.check:inconsistent:hover,
|
||||
.menuitem.radio:inconsistent:hover {
|
||||
-gtk-icon-source: url("assets/menuitem-checkbox-mixed-hover.png");
|
||||
}
|
||||
|
||||
.menuitem.check:inconsistent,
|
||||
.menuitem.radio:inconsistent {
|
||||
-gtk-icon-source: url("assets/menuitem-checkbox-mixed.png");
|
||||
}
|
||||
|
||||
.menuitem.check:inconsistent:insensitive,
|
||||
.menuitem.radio:inconsistent:insensitive {
|
||||
-gtk-icon-source: url("assets/menuitem-checkbox-mixed-insensitive.png");
|
||||
}
|
||||
|
||||
.menuitem.radio,
|
||||
.menuitem.radio:insensitive {
|
||||
-gtk-icon-source: none;
|
||||
}
|
||||
|
||||
.menuitem.radio:active,
|
||||
.menuitem.radio:checked {
|
||||
-gtk-icon-source: url("assets/menuitem-radio-checked.png");
|
||||
}
|
||||
|
||||
.menuitem.radio:active:hover,
|
||||
.menuitem.radio:checked:hover {
|
||||
-gtk-icon-source: url("assets/menuitem-radio-checked-hover.png");
|
||||
}
|
||||
|
||||
.menuitem.radio:active:insensitive,
|
||||
.menuitem.radio:checked:insensitive {
|
||||
-gtk-icon-source: url("assets/menuitem-radio-checked-insensitive.png");
|
||||
}
|
||||
|
||||
GtkIconView.content-view.cell.check {
|
||||
-gtk-icon-source: url("assets/grid-selection-unchecked.png");
|
||||
}
|
||||
|
||||
GtkIconView.content-view.cell.check:active, GtkIconView.content-view.cell.check:checked {
|
||||
-gtk-icon-source: url("assets/grid-selection-checked.png");
|
||||
}
|
||||
|
||||
/***************
|
||||
* resize grip *
|
||||
***************/
|
||||
.grip {
|
||||
background-image: url("assets/resize-grip.png");
|
||||
}
|
||||
|
||||
/******************
|
||||
* pane separator *
|
||||
******************/
|
||||
.pane-separator,
|
||||
.pane-separator.horizontal {
|
||||
background-image: url("assets/pane-separator.png");
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
}
|
||||
|
||||
.pane-separator.vertical {
|
||||
background-image: url("assets/pane-separator-vertical.png");
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
}
|
|
@ -1,74 +0,0 @@
|
|||
/* Bunsen-Blackish by hhh
|
||||
based on Greybird */
|
||||
/* default color scheme */
|
||||
@define-color bg_color #292929;
|
||||
@define-color fg_color #d9d9d9;
|
||||
@define-color base_color #333333;
|
||||
@define-color text_color #d9d9d9;
|
||||
@define-color selected_bg_color #595959;
|
||||
@define-color selected_fg_color #e6e6e6;
|
||||
@define-color tooltip_bg_color #292929;
|
||||
@define-color tooltip_fg_color #d9d9d9;
|
||||
|
||||
/* colormap actually used by the theme, to be overridden in other css files */
|
||||
@define-color theme_bg_color @bg_color;
|
||||
@define-color theme_fg_color @fg_color;
|
||||
@define-color theme_base_color @base_color;
|
||||
@define-color theme_text_color @text_color;
|
||||
@define-color theme_selected_bg_color @selected_bg_color;
|
||||
@define-color theme_selected_fg_color @selected_fg_color;
|
||||
@define-color theme_tooltip_bg_color @tooltip_bg_color;
|
||||
@define-color theme_tooltip_fg_color @tooltip_fg_color;
|
||||
|
||||
/* shadow effects */
|
||||
@define-color light_shadow #fff;
|
||||
@define-color dark_shadow #000;
|
||||
|
||||
/* misc colors used by gtk+ */
|
||||
@define-color info_fg_color rgb (50, 49, 40);
|
||||
@define-color info_bg_color rgb (252, 246, 202);
|
||||
@define-color warning_fg_color rgb (50, 34, 12);
|
||||
@define-color warning_bg_color rgb (250, 173, 61);
|
||||
@define-color question_fg_color rgb (215, 232, 250);
|
||||
@define-color question_bg_color rgb (57, 142, 231);
|
||||
@define-color error_fg_color rgb (251, 214, 214);
|
||||
@define-color error_bg_color rgb (237, 54, 54);
|
||||
@define-color link_color #4a90d9;
|
||||
@define-color success_color #4e9a06;
|
||||
@define-color warning_color #f57900;
|
||||
@define-color error_color #cc0000;
|
||||
|
||||
/* widget colors */
|
||||
@define-color titlebar_bg_color @theme_bg_color;
|
||||
@define-color titlebar_fg_color @theme_fg_color;
|
||||
@define-color menubar_bg_color @theme_bg_color;
|
||||
@define-color menubar_fg_color @theme_fg_color;
|
||||
@define-color toolbar_bg_color @theme_bg_color;
|
||||
@define-color toolbar_fg_color @theme_fg_color;
|
||||
@define-color menu_bg_color @theme_bg_color;
|
||||
@define-color menu_fg_color @theme_fg_color;
|
||||
@define-color panel_bg_color @bg_color;
|
||||
@define-color panel_fg_color @fg_color;
|
||||
|
||||
/* osd */
|
||||
@define-color osd_base @base_color;
|
||||
@define-color osd_fg @fg_color;
|
||||
@define-color osd_bg alpha(@osd_base, 0.8);
|
||||
|
||||
/* window manager colors */
|
||||
@define-color wm_bg_a shade(@theme_bg_color, 1.07);
|
||||
@define-color wm_bg_b @theme_bg_color;
|
||||
@define-color wm_title_focused shade(@theme_fg_color, 1.2);
|
||||
@define-color wm_title_focused_shadow shade(@theme_bg_color, 1.2);
|
||||
@define-color wm_title_unfocused shade(@theme_fg_color, 2.0);
|
||||
@define-color wm_title_unfocused_shadow shade(@theme_bg_color, 1.1);
|
||||
@define-color wm_border_focused shade(@theme_bg_color, 0.7);
|
||||
@define-color wm_border_unfocused shade(@theme_bg_color, 0.8);
|
||||
|
||||
/* lightdm greeter color scheme */
|
||||
@define-color lightdm_bg_color @bg_color;
|
||||
@define-color lightdm_fg_color @fg_color;
|
||||
|
||||
@import url("gtk-widgets.css");
|
||||
@import url("gtk-widgets-assets.css");
|
||||
|
|
@ -1,12 +0,0 @@
|
|||
[Desktop Entry]
|
||||
Type=X-GNOME-Metatheme
|
||||
Name=Bunsen-Blackish
|
||||
Comment=
|
||||
Encoding=UTF-8
|
||||
|
||||
[X-GNOME-Metatheme]
|
||||
GtkTheme=Bunsen-Blackish
|
||||
MetacityTheme=
|
||||
IconTheme=
|
||||
CursorTheme=
|
||||
ButtonLayout=:minimize,maximize,close
|
|
@ -1,93 +0,0 @@
|
|||
!! Bunsen-Blackish by hhh (hsumen@bunsenlabs.org)
|
||||
|
||||
!! Menu settings
|
||||
|
||||
menu.title.bg: flat gradient vertical bevel1
|
||||
menu.title.bg.color: #292929
|
||||
menu.title.bg.colorTo: #292929
|
||||
menu.title.text.color: #d9d9d9
|
||||
menu.title.text.justify: right
|
||||
|
||||
menu.items.bg: flat solid
|
||||
menu.items.bg.color: #3C3C3C
|
||||
menu.items.text.color: #d9d9d9
|
||||
menu.items.disabled.text.color: #575757
|
||||
|
||||
menu.items.active.bg: flat gradient vertical bevel1
|
||||
menu.items.active.bg.color: #171717
|
||||
menu.items.active.bg.colorTo:#101010
|
||||
menu.items.active.text.color: #d9d9d9
|
||||
menu.bullet.selected.image.color: #d9d9d9
|
||||
|
||||
menu.separator.color: #535353
|
||||
|
||||
!! focused window settings
|
||||
|
||||
window.active.title.bg: flat gradient vertical bevel1
|
||||
window.active.title.bg.color: #595959
|
||||
window.active.title.bg.colorTo: #292929
|
||||
window.active.title.separator.color: #292929
|
||||
|
||||
window.active.handle.bg: flat gradient vertical bevel1
|
||||
window.active.handle.bg.color: #292929
|
||||
window.active.handle.bg.colorTo: #292929
|
||||
|
||||
window.active.grip.bg: parentrelative
|
||||
|
||||
window.active.label.bg: parentrelative
|
||||
window.active.label.text.color: #d9d9d9
|
||||
|
||||
window.*.button.*.bg: parentrelative
|
||||
window.active.button.*.image.color: #d9d9d9
|
||||
window.active.button.*.hover.image.color: #FFFFFF
|
||||
window.active.button.*.pressed.image.color: #000000
|
||||
window.active.button.disabled.image.color: #575757
|
||||
|
||||
!! unfocused window settings
|
||||
|
||||
window.inactive.title.bg: flat gradient vertical bevel1
|
||||
window.inactive.title.bg.color: #454545
|
||||
window.inactive.title.bg.colorTo: #292929
|
||||
window.inactive.title.separator.color: #292929
|
||||
|
||||
window.inactive.handle.bg: flat gradient vertical bevel1
|
||||
window.inactive.handle.bg.color: #292929
|
||||
window.inactive.handle.bg.colorTo: #292929
|
||||
|
||||
window.inactive.grip.bg: parentrelative
|
||||
|
||||
window.inactive.label.bg: parentrelative
|
||||
window.inactive.label.text.color: #999999
|
||||
|
||||
window.inactive.button.*.image.color: #999999
|
||||
window.inactive.button.*.hover.image.color: #FFFFFF
|
||||
window.inactive.button.*.pressed.image.color: #000000
|
||||
window.inactive.button.disabled.image.color: #575757
|
||||
|
||||
!! Global width settings
|
||||
border.Width: 1
|
||||
padding.width: 1
|
||||
window.handle.width: 0
|
||||
window.client.padding.width: 0
|
||||
menu.overlap: -6
|
||||
|
||||
!! Miscellaneous settings
|
||||
border.color: #3C3C3C
|
||||
|
||||
!! OSD
|
||||
osd.bg: flat gradient vertical bevel1
|
||||
osd.bg.color: #292929
|
||||
osd.bg.colorTo: #292929
|
||||
osd.label.bg: parentrelative
|
||||
osd.hilight.bg: flat solid
|
||||
osd.hilight.bg.color: #8c8c8c
|
||||
osd.unhilight.bg: flat solid
|
||||
osd.unhilight.bg.color: #292929
|
||||
osd.label.text.color: #e8e8e8
|
||||
|
||||
!! font me!
|
||||
window.label.text.justify: center
|
||||
window.active.label.text.font:shadow=n:shadowtint=-60:shadowoffset=1
|
||||
window.inactive.label.text.font:shadow=n:shadowtint=-60:shadowoffset=1
|
||||
menu.items.font:
|
||||
menu.title.text.font:shadow=n:shadowtint=70
|
|
@ -1,64 +0,0 @@
|
|||
# Bunsen-Blackish by hhh (hsumen@bunsenlabs.org)
|
||||
# based on
|
||||
# Theme: waldorf Xfce4 notification theme
|
||||
# Description: A default theme for CrunchBang Waldorf
|
||||
# Author: Philip Newborough <corenominal@corenominal.org>
|
||||
# Web: http://crunchbang.org/
|
||||
# -------------------------------------------------------
|
||||
style "bunsen-notify-window"
|
||||
{
|
||||
bg[NORMAL] = "#292929"
|
||||
XfceNotifyWindow::border-color = "#292929"
|
||||
XfceNotifyWindow::border-color-hover = "#919191"
|
||||
XfceNotifyWindow::border-radius =0.0
|
||||
XfceNotifyWindow::border-width = 2.0
|
||||
XfceNotifyWindow::border-width-hover = 2.0
|
||||
XfceNotifyWindow::summary-bold = 1
|
||||
}
|
||||
class "XfceNotifyWindow" style "bunsen-notify-window"
|
||||
|
||||
style "bunsen-notify-button"
|
||||
{
|
||||
bg[NORMAL] = "#292929"
|
||||
fg[NORMAL] = "#d9d9d9"
|
||||
fg[PRELIGHT] = "#d9d9d9"
|
||||
}
|
||||
|
||||
style "bunsen-notify-text"
|
||||
{
|
||||
fg[NORMAL] = "#d9d9d9"
|
||||
GtkWidget::link-color = "#a7a7a7"
|
||||
}
|
||||
|
||||
style "bunsen-notify-progressbar"
|
||||
{
|
||||
xthickness = 1
|
||||
ythickness = 1
|
||||
|
||||
bg[NORMAL] = "#292929"
|
||||
bg[SELECTED] = "#d8d8d8"
|
||||
bg[ACTIVE] = "#333333"
|
||||
|
||||
GtkProgressBar::min-vertical-bar-width = 4
|
||||
GtkProgressBar::min-horizontal-bar-height = 4
|
||||
|
||||
engine "murrine" {
|
||||
gradient_shades = {1.1,0.95,1.1,0.85}
|
||||
contrast = 0.5
|
||||
border_shades = { 0.9, 0.9 }
|
||||
progressbarstyle = 0
|
||||
}
|
||||
}
|
||||
|
||||
style "bunsen-summary"
|
||||
{
|
||||
font_name = "Bold"
|
||||
}
|
||||
|
||||
|
||||
widget "XfceNotifyWindow.*.summary" style "bunsen-summary"
|
||||
widget_class "XfceNotifyWindow.*.GtkButton*" style "bunsen-notify-button"
|
||||
widget_class "XfceNotifyWindow.*.<GtkLabel>" style "bunsen-notify-text"
|
||||
widget_class "XfceNotifyWindow.*.<GtkProgress>" style "bunsen-notify-progressbar"
|
||||
widget_class "XfceNotifyWindow.*.<GtkProgressBar>" style "bunsen-notify-progressbar"
|
||||
|
|
@ -1,33 +0,0 @@
|
|||
Bunsen-Blue-Dark, a dark theme for Bunsen, by hhh
|
||||
---------------------------------------------
|
||||
|
||||
based on Greybird by The Shimmer Project.
|
||||
|
||||
Light text on a dark background will not work with some programs, for
|
||||
example input fields in Iceweasel/Firefox.
|
||||
|
||||
In order to fix this, navigate to
|
||||
|
||||
~/.mozilla/firefox/${your_profile_folder}
|
||||
|
||||
and create the folder and file chrome/userContent.css containing the
|
||||
following CSS content:
|
||||
|
||||
input {
|
||||
-moz-appearance: none !important;
|
||||
background-color: white;
|
||||
color: black;
|
||||
}
|
||||
|
||||
textarea {
|
||||
-moz-appearance: none !important;
|
||||
background-color: white;
|
||||
color: black;
|
||||
}
|
||||
|
||||
select {
|
||||
-moz-appearance: none !important;
|
||||
background-color: white;
|
||||
color: black;
|
||||
}
|
||||
|
|
@ -1,804 +0,0 @@
|
|||
# Author: hhh <hsumen@bunsenlabs.org>
|
||||
# Theme: Bunsen-Blue-Dark
|
||||
# based on "Greybird" by Simon Steinbeiß
|
||||
# Description: As is the original theme, this theme is 100% free and open source.
|
||||
|
||||
gtk-color-scheme = "bg_color:#3c3c3c\nselected_bg_color:#5C8AB8\nbase_color:#454545" # Background, base.
|
||||
gtk-color-scheme = "fg_color:#d9d9d9\nselected_fg_color:#e6e6e6\ntext_color:#d9d9d9" # Foreground, text.
|
||||
gtk-color-scheme = "tooltip_bg_color:#454545\ntooltip_fg_color:#e6e6e6" # Tooltips.
|
||||
gtk-color-scheme = "link_color:#4a90d9" # Hyperlinks
|
||||
gtk-color-scheme = "panel_bg:#3c3c3c" # same as bg_color
|
||||
gtk-color-scheme = "fm_color:#d9d9d9" # same as fg_color
|
||||
gtk-color-scheme = "bg_color_dark:#3c3c3c\ntext_color_dark:#d9d9d9"
|
||||
|
||||
gtk-icon-sizes = "panel-applications-menu=24,24:panel-menu=24,24:panel=16,16:gtk-button=16,16"
|
||||
gtk-button-images = 0 # Disables icons for buttons with text
|
||||
gtk-toolbar-style = 0 # Disables text in toolbar
|
||||
gtk-auto-mnemonics = 1 # Disables ugly lines under menu items
|
||||
|
||||
####################
|
||||
## Default Styles ##
|
||||
####################
|
||||
|
||||
style "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 = 15
|
||||
|
||||
GtkEntry ::honors-transparent-bg-hint = 1
|
||||
GtkEntry ::progress-border = { 3, 3, 3, 3 }
|
||||
GtkEntry ::state-hint = 0
|
||||
|
||||
GtkImage ::x-ayatana-indicator-dynamic = 1
|
||||
|
||||
GtkMenu ::horizontal-padding = 0
|
||||
GtkMenu ::vertical-padding = 0
|
||||
|
||||
GtkPaned ::handle-size = 3
|
||||
|
||||
GtkNotebook ::tab-overlap =-2
|
||||
|
||||
GtkProgressBar ::min-vertical-bar-width = 10
|
||||
GtkProgressBar ::min-horizontal-bar-height = 10
|
||||
|
||||
GtkRange ::trough-border = 0
|
||||
GtkRange ::slider-width = 10
|
||||
GtkRange ::stepper-size = 13
|
||||
GtkRange ::stepper_spacing = 0
|
||||
|
||||
GtkScale ::slider-length = 15
|
||||
GtkScale ::slider-width = 12
|
||||
GtkScale ::trough-side-details = 1
|
||||
|
||||
GtkScrollbar ::min-slider-length = 50
|
||||
#GtkScrollbar ::slider-width = 15 # Huh, Shimmer Project? This property isn't in the Reference Manual
|
||||
#GtkScrollbar ::activate-slider = 1 # Wha?
|
||||
#GtkScrollbar ::trough-border = 0 # Zah?
|
||||
GtkScrollbar ::has-backward-stepper = 1
|
||||
GtkScrollbar ::has-forward-stepper = 1
|
||||
|
||||
GtkScrolledWindow ::scrollbar-spacing = 0
|
||||
GtkScrolledWindow ::scrollbars-within-bevel = 1
|
||||
|
||||
GtkMenuBar ::internal-padding = 0
|
||||
GtkMenuBar ::window-dragging = 1
|
||||
|
||||
GtkExpander ::expander-size = 12
|
||||
GtkToolbar ::internal-padding = 0
|
||||
GtkTreeView ::expander-size = 10
|
||||
GtkTreeView ::vertical-separator = 0
|
||||
|
||||
GtkWidget ::focus-line-width = 1
|
||||
GtkWidget ::focus-padding = 0
|
||||
|
||||
GtkWindow ::resize-grip-height = 13
|
||||
GtkWindow ::resize-grip-width = 13
|
||||
|
||||
xthickness = 1
|
||||
ythickness = 1
|
||||
|
||||
fg[NORMAL] = @fg_color
|
||||
fg[PRELIGHT] = @selected_fg_color
|
||||
fg[SELECTED] = @selected_fg_color
|
||||
fg[ACTIVE] = @selected_fg_color
|
||||
fg[INSENSITIVE] = mix (0.4, @fg_color, @bg_color)
|
||||
|
||||
bg[NORMAL] = @bg_color
|
||||
bg[PRELIGHT] = shade (1.02, @bg_color)
|
||||
bg[SELECTED] = @selected_bg_color
|
||||
bg[INSENSITIVE] = @bg_color
|
||||
bg[ACTIVE] = @bg_color
|
||||
|
||||
base[NORMAL] = @base_color
|
||||
base[PRELIGHT] = shade (0.95, @bg_color)
|
||||
base[ACTIVE] = @selected_bg_color
|
||||
base[SELECTED] = @selected_bg_color
|
||||
base[INSENSITIVE] = @base_color
|
||||
|
||||
text[NORMAL] = @text_color
|
||||
text[PRELIGHT] = @selected_fg_color
|
||||
text[ACTIVE] = @fg_color
|
||||
text[SELECTED] = @selected_fg_color
|
||||
text[INSENSITIVE] = darker (@bg_color)
|
||||
|
||||
engine "murrine"
|
||||
{
|
||||
animation = FALSE
|
||||
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
|
||||
default_button_color = mix (0.2, shade(0.9,@base_color), shade (0.9, @selected_bg_color))
|
||||
expanderstyle = 0
|
||||
focus_color = @selected_bg_color
|
||||
focusstyle = 2
|
||||
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
|
||||
handlestyle = 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 = 2 # 0 = nothing, 1 = dotted, 2 = solid
|
||||
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 = .9 # shade level for scrollbar's slider, comboboxstyle(1), and prelight state with gradient_colors
|
||||
progressbarstyle = 0 # 0 = nothing, 1 = stripes, 2 = lines
|
||||
reliefstyle = 3 # 0 = flat, 1 = inset, 2 = shadow
|
||||
rgba = FALSE # FALSE = disabled, TRUE = enabled
|
||||
roundness = 2 # 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 = 0 # 0 = Hard seperators 1 = Smooth seperators
|
||||
sliderstyle = 0 # 0 = nothing added, 1 = handles
|
||||
stepperstyle = 1 # 0 = standard, 1 = integrated stepper handles, 2 = unknown
|
||||
shadow_shades = { 1.0, 1.0 } # gradient for shadows.
|
||||
textstyle = 0 # 0 = normal text, 1 = inset
|
||||
toolbarstyle = 1 # 0 = flat, 1 = glassy, 2 = gradient
|
||||
trough_shades = { 0.75, 0.75 } # draw gradient on trough of GtkScrollbar and GtkProgressbar
|
||||
#trough_border_shades = { 0.9, 0.7 }
|
||||
}
|
||||
}
|
||||
|
||||
style "resize-grip"
|
||||
{
|
||||
engine "pixmap" {
|
||||
}
|
||||
}
|
||||
|
||||
style "paned" = "default"
|
||||
{
|
||||
engine "murrine"
|
||||
{
|
||||
contrast = 1.0
|
||||
}
|
||||
}
|
||||
|
||||
### THEME MODULES ###
|
||||
|
||||
style "dark" {
|
||||
|
||||
GtkMenuBar :: shadow-type = GTK_SHADOW_NONE
|
||||
|
||||
bg[NORMAL] = @bg_color_dark
|
||||
bg[ACTIVE] = shade (0.7, @bg_color_dark)
|
||||
bg[PRELIGHT] = shade (0.7, @bg_color_dark)
|
||||
bg[SELECTED] = shade (0.6, @bg_color_dark)
|
||||
|
||||
fg[NORMAL] = @text_color_dark
|
||||
fg[PRELIGHT] = @text_color_dark
|
||||
fg[ACTIVE] = @text_color_dark
|
||||
fg[SELECTED] = @text_color_dark
|
||||
|
||||
text[NORMAL] = @text_color_dark
|
||||
text[PRELIGHT] = @text_color_dark
|
||||
text[ACTIVE] = @text_color_dark
|
||||
text[SELECTED] = @text_color_dark
|
||||
|
||||
engine "murrine"
|
||||
{
|
||||
roundness = 0 # Roundness of menu items.
|
||||
}
|
||||
}
|
||||
|
||||
style "wide"
|
||||
{
|
||||
xthickness = 2
|
||||
ythickness = 2
|
||||
}
|
||||
|
||||
style "wider"
|
||||
{
|
||||
xthickness = 3
|
||||
ythickness = 3
|
||||
}
|
||||
|
||||
style "entry" = "wider"
|
||||
{
|
||||
bg[SELECTED] = mix (0.4, @selected_bg_color, @base_color)
|
||||
base[INSENSITIVE] = shade (1.06, @bg_color)
|
||||
fg[SELECTED] = @text_color
|
||||
|
||||
engine "murrine"
|
||||
{
|
||||
contrast = 0.4
|
||||
focus_color = mix (0.1, @bg_color, shade (0.8, @selected_bg_color))
|
||||
reliefstyle = 0
|
||||
border_shades = {1.03,0.8}
|
||||
}
|
||||
}
|
||||
|
||||
style "button" = "wider"
|
||||
{
|
||||
bg[NORMAL] = shade (1.02, @bg_color)
|
||||
bg[PRELIGHT] = shade (1.09, @bg_color)
|
||||
bg[ACTIVE] = shade (0.85, @bg_color)
|
||||
bg[SELECTED] = shade (0.5, @selected_bg_color)
|
||||
bg[INSENSITIVE] = shade (0.95, @bg_color)
|
||||
|
||||
engine "murrine"
|
||||
{
|
||||
contrast = 0.9
|
||||
highlight_shade = 1.0
|
||||
lightborder_shade = 1.2
|
||||
gradient_shades = {1.05,1.0,0.97,0.97}
|
||||
border_shades = { 1.1, 0.9 }
|
||||
shadow_shades = {1.0,1.0}
|
||||
reliefstyle = 0
|
||||
roundness = 2
|
||||
}
|
||||
}
|
||||
|
||||
style "notebook-button" = "notebook-bg"
|
||||
{
|
||||
xthickness = 3 # Width of tabs and notebook borders.
|
||||
ythickness = 3
|
||||
}
|
||||
|
||||
style "notebook-bg"
|
||||
{
|
||||
bg[NORMAL] = shade (0.95, @base_color)
|
||||
bg[ACTIVE] = shade (0.97, @bg_color)
|
||||
fg[ACTIVE] = mix (0.8, @fg_color, shade (0.97, @bg_color))
|
||||
}
|
||||
|
||||
style "notebook" = "notebook-bg"
|
||||
{
|
||||
xthickness = 3 # Width of tabs and notebook borders.
|
||||
ythickness = 3 # Height of tabs and notebook borders.
|
||||
|
||||
engine "murrine" {
|
||||
contrast = .6
|
||||
gradient_shades = {1.1,1.05,1.05,1.0}
|
||||
#focusstyle = 2
|
||||
#lightborder_shade = 1.16
|
||||
}
|
||||
}
|
||||
|
||||
style "menu"
|
||||
{
|
||||
ythickness = 3
|
||||
xthickness = 0
|
||||
GtkMenuBar :: shadow-type = GTK_SHADOW_NONE
|
||||
|
||||
bg[SELECTED] = @selected_bg_color
|
||||
bg[NORMAL] = @bg_color
|
||||
bg[PRELIGHT] = @selected_bg_color
|
||||
bg[ACTIVE] = @bg_color
|
||||
bg[INSENSITIVE] = @bg_color
|
||||
fg[NORMAL] = @fg_color # Color for normal text.
|
||||
fg[PRELIGHT] = @selected_fg_color
|
||||
fg[SELECTED] = @selected_fg_color
|
||||
fg[ACTIVE] = @selected_fg_color
|
||||
fg[INSENSITIVE] = mix (0.4, @fg_color, @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] = @fg_color
|
||||
text[SELECTED] = @selected_fg_color
|
||||
text[ACTIVE] = @selected_fg_color
|
||||
text[INSENSITIVE] = mix (0.4, @fg_color, @bg_color)
|
||||
|
||||
engine "murrine"
|
||||
{
|
||||
roundness = 0 # Roundness of menu items.
|
||||
gradient_shades = {1.25,1.1,1.1,1.0}
|
||||
contrast = 0.9
|
||||
lightborder_shade = 1.5
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
style "menubar" = "menu"
|
||||
{
|
||||
xthickness = 3
|
||||
ythickness = 2
|
||||
|
||||
bg[NORMAL] = @bg_color
|
||||
|
||||
engine "murrine"
|
||||
{
|
||||
roundness = 0
|
||||
}
|
||||
}
|
||||
|
||||
style "menubar-menuitem"
|
||||
{
|
||||
ythickness = 4
|
||||
xthickness = 2
|
||||
|
||||
bg[PRELIGHT] = @selected_bg_color
|
||||
bg[SELECTED] = @selected_bg_color
|
||||
fg[NORMAL] = @fg_color
|
||||
fg[PRELIGHT] = @selected_fg_color
|
||||
fg[SELECTED] = @selected_fg_color
|
||||
text[NORMAL] = @fg_color
|
||||
text[PRELIGHT] = @selected_fg_color
|
||||
text[SELECTED] = @selected_fg_color
|
||||
|
||||
engine "murrine"
|
||||
{
|
||||
lightborder_shade = 1.5
|
||||
}
|
||||
}
|
||||
|
||||
style "separator-menu-item"
|
||||
{
|
||||
xthickness = 1
|
||||
ythickness = 0
|
||||
|
||||
GtkSeparatorMenuItem::horizontal-padding = 2
|
||||
|
||||
GtkWidget::wide-separators = 1
|
||||
GtkWidget::separator-width = 1
|
||||
GtkWidget::separator-height = 7
|
||||
}
|
||||
|
||||
style "treeview"
|
||||
{
|
||||
bg[NORMAL] = @bg_color
|
||||
engine "murrine"
|
||||
{
|
||||
roundness = 0
|
||||
gradient_shades = {1.3,1.2,1.2,1.1}
|
||||
}
|
||||
}
|
||||
|
||||
style "treeview-header" = "button"
|
||||
{
|
||||
xthickness = 2
|
||||
ythickness = 1
|
||||
|
||||
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.
|
||||
|
||||
engine "murrine"
|
||||
{
|
||||
roundness = 0 # This makes treeview progressbars square.
|
||||
gradient_shades = {0.98,1.0,1.3,1.35}
|
||||
}
|
||||
}
|
||||
|
||||
style "frame-title"
|
||||
{
|
||||
fg[NORMAL] = @fg_color
|
||||
}
|
||||
|
||||
style "tooltips" = "wider"
|
||||
{
|
||||
xthickness = 7
|
||||
ythickness = 4
|
||||
|
||||
bg[NORMAL] = @tooltip_bg_color
|
||||
bg[SELECTED] = @selected_bg_color
|
||||
fg[NORMAL] = @tooltip_fg_color
|
||||
|
||||
engine "murrine"
|
||||
{
|
||||
roundness = 0
|
||||
rgba = FALSE
|
||||
}
|
||||
}
|
||||
|
||||
style "progressbar"
|
||||
{
|
||||
xthickness = 0
|
||||
ythickness = 0
|
||||
|
||||
fg[PRELIGHT] = @selected_fg_color
|
||||
bg[NORMAL] = shade (1.05, @bg_color)
|
||||
bg[SELECTED] = shade (1.05, @selected_bg_color)
|
||||
|
||||
engine "murrine"
|
||||
{
|
||||
gradient_shades = {1.15,1.05,1.0,0.95}
|
||||
trough_shades = {1.15, 1.15}
|
||||
trough_border_shades = { 0.8, 0.7 }
|
||||
roundness = 1
|
||||
contrast = 0.8
|
||||
border_shades = { 1.0, 0.8 }
|
||||
lightborder_shade = 1.1
|
||||
glowstyle = 0
|
||||
glow_shade = 1.0
|
||||
}
|
||||
}
|
||||
|
||||
style "scrollbar"
|
||||
{
|
||||
GtkScrollbar::stepper-size = 0
|
||||
GtkScrollbar::arrow-scaling = 0.0
|
||||
|
||||
bg[NORMAL] = shade (0.85, @selected_bg_color)
|
||||
bg[ACTIVE] = shade (0.85, @selected_bg_color)
|
||||
bg[PRELIGHT] = shade (0.70, @selected_bg_color)
|
||||
bg[INSENSITIVE] = shade (0.70, @selected_bg_color)
|
||||
|
||||
engine "murrine"
|
||||
{
|
||||
colorize_scrollbar = FALSE
|
||||
roundness = 0
|
||||
border_shades = {1.0, 1.0}
|
||||
trough_shades = {0.95, 0.95}
|
||||
contrast = 0.05
|
||||
gradient_shades = {1.06,1.06,1.04,1.04}
|
||||
}
|
||||
}
|
||||
|
||||
style "hscrollbar" {
|
||||
}
|
||||
|
||||
style "vscrollbar" {
|
||||
}
|
||||
|
||||
style "statusbar"
|
||||
{
|
||||
xthickness = 2
|
||||
}
|
||||
|
||||
style "comboboxentry"
|
||||
{
|
||||
xthickness = 4
|
||||
text[NORMAL] = @text_color
|
||||
text[PRELIGHT] = @text_color
|
||||
|
||||
fg[NORMAL] = @text_color
|
||||
fg[PRELIGHT] = @text_color
|
||||
|
||||
engine "murrine"
|
||||
{
|
||||
contrast = 0.4
|
||||
reliefstyle = 0
|
||||
border_shades = {1.03,0.8}
|
||||
shadow_shades = {0.5,0.0}
|
||||
}
|
||||
}
|
||||
|
||||
style "combo" = "comboboxentry"
|
||||
{
|
||||
bg[ACTIVE] = shade (0.85, @bg_color) # Color for pressed-spinbuttons.
|
||||
}
|
||||
|
||||
style "spin" = "combo"
|
||||
{
|
||||
engine "murrine"
|
||||
{
|
||||
border_shades = {0.7, 0.8}
|
||||
}
|
||||
}
|
||||
|
||||
style "scale" = "button"
|
||||
{
|
||||
GtkWidget ::focus-line-width = 0
|
||||
GtkWidget ::focus-padding = 0
|
||||
|
||||
bg[ACTIVE] = shade (0.86, @bg_color)
|
||||
bg[NORMAL] = shade (1.30, @bg_color)
|
||||
bg[PRELIGHT] = mix (0.4, shade (0.9, @selected_bg_color), shade (1.05, @bg_color))
|
||||
bg[SELECTED] = shade (0.9, @selected_bg_color)
|
||||
bg[INSENSITIVE] = shade (0.98, @bg_color)
|
||||
|
||||
engine "murrine"
|
||||
{
|
||||
border_shades = {1.0, 0.75}
|
||||
contrast = 1.10
|
||||
lightborderstyle = 1
|
||||
roundness = 2
|
||||
trough_shades = {0.9, 1.1}
|
||||
trough_border_shades = {1.20, 1.20}
|
||||
}
|
||||
}
|
||||
|
||||
style "vscale" = "scale"
|
||||
{
|
||||
}
|
||||
|
||||
style "hscale" = "scale"
|
||||
{
|
||||
}
|
||||
|
||||
style "radiocheck"
|
||||
{
|
||||
bg[NORMAL] = shade (1.06, @bg_color)
|
||||
bg[PRELIGHT] = shade (1.06, @bg_color)
|
||||
bg[ACTIVE] = shade (0.85, @bg_color)
|
||||
bg[SELECTED] = @base_color
|
||||
bg[INSENSITIVE] = shade (0.95, @bg_color)
|
||||
text[PRELIGHT] = shade (0.8, @selected_bg_color)
|
||||
fg[ACTIVE] = @fg_color
|
||||
fg[INSENSITIVE] = mix (0.4, @fg_color, @bg_color)
|
||||
|
||||
engine "murrine"
|
||||
{
|
||||
border_shades = { 0.9, 0.8 }
|
||||
contrast = 0.8
|
||||
lightborder_shade = 1.5
|
||||
}
|
||||
}
|
||||
|
||||
style "toolbar" = "default"
|
||||
{
|
||||
engine "murrine"
|
||||
{
|
||||
contrast = 1.13
|
||||
lightborder_shade = 1.0
|
||||
gradient_shades = {1.0,0.94,0.94,0.88}
|
||||
}
|
||||
}
|
||||
|
||||
style "toolbar-separator" {
|
||||
xthickness = 0
|
||||
ythickness = 1
|
||||
|
||||
GtkVSeparator::vertical-padding = 0
|
||||
GtkWidget::wide-separators = 1
|
||||
GtkWidget::separator-width = 7
|
||||
GtkWidget::separator-height = 1
|
||||
|
||||
|
||||
engine "murrine" {
|
||||
contrast = 1.0
|
||||
separatorstyle = 0
|
||||
}
|
||||
}
|
||||
|
||||
style "infobar" {
|
||||
engine "murrine" {
|
||||
}
|
||||
}
|
||||
|
||||
style "nautilus_location" {
|
||||
bg[NORMAL] = mix (0.60, shade (1.05, @bg_color), @selected_bg_color)
|
||||
}
|
||||
|
||||
style "xfce-header"
|
||||
{
|
||||
base[NORMAL] = shade (1.18, @bg_color)
|
||||
engine "murrine"
|
||||
{
|
||||
textstyle = 1
|
||||
text_shade = 0.85
|
||||
}
|
||||
}
|
||||
|
||||
style "xfwm-tabwin"
|
||||
{
|
||||
Xfwm4TabwinWidget::border-width = 1
|
||||
Xfwm4TabwinWidget::icon-size = 64
|
||||
|
||||
bg[NORMAL] = @bg_color
|
||||
bg[SELECTED] = @selected_bg_color
|
||||
fg[NORMAL] = @fg_color
|
||||
base[SELECTED] = @base_color
|
||||
|
||||
engine "murrine"
|
||||
{
|
||||
focusstyle = 0
|
||||
}
|
||||
}
|
||||
|
||||
style "xfdesktop-icon-view"
|
||||
{
|
||||
font_name = "bold"
|
||||
XfdesktopIconView::label-alpha = 0
|
||||
XfdesktopIconView::selected-label-alpha = 60
|
||||
fg[NORMAL] = shade (0.9, @selected_fg_color)
|
||||
fg[ACTIVE] = @selected_fg_color
|
||||
engine "murrine"
|
||||
{
|
||||
textstyle = 5
|
||||
text_shade = 0.05
|
||||
}
|
||||
}
|
||||
|
||||
style "xfsm-logout"
|
||||
{
|
||||
GtkDialog::content-area-border = 12
|
||||
GtkDialog::content-area-spacing = 6
|
||||
GtkDialog::action-area-spacing = 0
|
||||
|
||||
bg[NORMAL] = @bg_color
|
||||
bg[SELECTED] = @bg_color # Border around the dialog
|
||||
fg[NORMAL] = @fg_color
|
||||
|
||||
engine "murrine"
|
||||
{
|
||||
contrast = 1.2
|
||||
highlight_shade = 1.00
|
||||
lightborder_shade = 1.95
|
||||
gradient_shades = {1.2,1.1,0.95,0.93}
|
||||
border_shades = { 1.2,0.95 }
|
||||
reliefstyle = 2
|
||||
shadow_shades = { 1.3, 1.7 }
|
||||
}
|
||||
}
|
||||
|
||||
style "calendar"
|
||||
{
|
||||
fg[NORMAL] = @fg_color
|
||||
fg[PRELIGHT] = @selected_fg_color
|
||||
bg[NORMAL] = @bg_color
|
||||
bg[PRELIGHT] = @selected_bg_color
|
||||
}
|
||||
|
||||
style "overlay-scrollbar"
|
||||
{
|
||||
bg[SELECTED] = shade (1.0, @selected_bg_color)
|
||||
bg[INSENSITIVE] = shade (0.85, @bg_color)
|
||||
bg[ACTIVE] = shade (0.6, @bg_color)
|
||||
}
|
||||
|
||||
###############################################################################
|
||||
# The following part of the gtkrc applies the different styles to the widgets.
|
||||
###############################################################################
|
||||
|
||||
class "GtkWindow*" style "resize-grip"
|
||||
|
||||
# Murrine default style is applied to every widget.
|
||||
class "GtkWidget" style "default"
|
||||
|
||||
# Increase the x/ythickness in some widgets.
|
||||
class "GtkFrame" style "wide"
|
||||
class "GtkEntry" style "entry"
|
||||
class "GtkSeparator" style "wide"
|
||||
class "GtkCalendar" style "wide"
|
||||
class "GtkToolbar" style "toolbar"
|
||||
class "GtkHandleBox*" style "toolbar"
|
||||
class "GtkStatusbar" style "resize-grip"
|
||||
|
||||
class "GtkSpinButton" style "spin"
|
||||
class "GtkScale" style "scale"
|
||||
class "GtkVScale" style "vscale"
|
||||
class "GtkHScale" style "hscale"
|
||||
|
||||
class "GtkScrollbar" style "scrollbar"
|
||||
class "GtkVScrollbar" style "scrollbar"
|
||||
class "GtkHScrollbar" style "scrollbar"
|
||||
|
||||
class "GtkRadio*" style "radiocheck"
|
||||
class "GtkCheck*" style "radiocheck"
|
||||
|
||||
# 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.
|
||||
#widget_class "*<GtkNotebook>*<GtkEventBox>" style "notebook"
|
||||
#widget_class "*<GtkNotebook>*<GtkScrolledWindow>" style "notebook"
|
||||
#widget_class "*<GtkNotebook>*<GtkDrawingArea>" style "notebook"
|
||||
#widget_class "*<GtkNotebook>*<GtkLayout>" style "notebook"
|
||||
#widget_class "*<GtkNotebook>*<GtkLabel>" style "notebook-button"
|
||||
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 "*<GtkNotebook>*<GtkToolbar>" style "notebook-bg"
|
||||
widget_class "*<GtkNotebook>*<GtkLabel>" style "notebook-bg"
|
||||
|
||||
widget_class "*<GtkButton>" style "button"
|
||||
widget_class "*<GtkNotebook>" style "notebook"
|
||||
widget_class "*<GtkStatusbar>*" style "statusbar"
|
||||
|
||||
widget_class "*<GtkNotebook>*<GtkButton>" style "notebook-button"
|
||||
widget_class "*<GtkNotebook>*<GtkButton>*<GtkLabel>" style "notebook-button"
|
||||
|
||||
widget_class "*<GtkComboBoxEntry>*" style "comboboxentry"
|
||||
widget_class "*<GtkCombo>*" style "combo"
|
||||
widget_class "*<GtkViewport>*" style "wider"
|
||||
widget_class "*<GtkEntry>*" style "wider"
|
||||
|
||||
widget_class "*<GtkMenuBar>.<GtkMenuItem>*" style "menubar-menuitem"
|
||||
widget_class "*<GtkMenu>*" style "menu"
|
||||
widget_class "*<GtkMenuBar>*" style "menubar"
|
||||
widget_class "*<GtkSeparatorMenuItem>*" style "separator-menu-item"
|
||||
# Scale widget in menus (e.g. ubuntu's sound indicator)
|
||||
widget_class "*<GtkMenuItem>.*.<GtkScale>" style "scale"
|
||||
|
||||
widget_class "*.<GtkFrame>.<GtkLabel>" style "frame-title"
|
||||
widget_class "*.<GtkTreeView>*" style "treeview"
|
||||
|
||||
widget_class "*GtkCalendar*" style "calendar"
|
||||
|
||||
widget_class "*GtkHPaned" style "paned"
|
||||
widget_class "*GtkVPaned" style "paned"
|
||||
|
||||
widget_class "*<GtkProgress>" style "progressbar"
|
||||
widget_class "*<GtkProgressBar>" style "progressbar"
|
||||
|
||||
widget_class "*<GtkRadioButton>*" style "radiocheck"
|
||||
widget_class "*<GtkCheckButton>*" style "radiocheck"
|
||||
|
||||
# Treeview header
|
||||
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"
|
||||
widget_class "*GnmSimpleCanvas*" style "treeview-header" # Gnumeric treeview-headers
|
||||
|
||||
# Xfce specific theming
|
||||
widget_class "*XfceHeading*" style "xfce-header"
|
||||
widget "xfwm4-tabwin*" style "xfwm-tabwin"
|
||||
widget_class "*XfsmLogoutDialog*" style "xfsm-logout"
|
||||
widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view"
|
||||
|
||||
widget_class "*<OsScrollbar>" style "overlay-scrollbar"
|
||||
widget_class "*<OsThumb>" style "overlay-scrollbar"
|
||||
|
||||
# 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"
|
||||
|
||||
###################################################
|
||||
# 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"
|
||||
|
||||
# Work around for http://bugzilla.gnome.org/show_bug.cgi?id=382646
|
||||
# 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 "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 "text-is-fg-color-workaround"
|
||||
|
||||
style "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 "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 set.
|
||||
style "fg-is-text-color-workaround"
|
||||
{
|
||||
fg[NORMAL] = @text_color
|
||||
fg[PRELIGHT] = @selected_fg_color
|
||||
fg[ACTIVE] = @selected_fg_color
|
||||
fg[SELECTED] = @selected_fg_color
|
||||
fg[INSENSITIVE] = mix (0.4, @text_color, @bg_color)
|
||||
}
|
||||
widget_class "*<GtkListItem>*" style "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 "fg-is-text-color-workaround"
|
||||
widget_class "*<EelEditableLabel>" style "fg-is-text-color-workaround"
|
||||
|
||||
# panel theming###
|
||||
#include "apps/xfce-panel.rc"
|
||||
|
||||
|
||||
# application specific theming###
|
||||
include "apps/chromium.rc"
|
||||
#include "apps/claws-mail.rc"
|
||||
#include "apps/gmusicbrowser.rc"
|
||||
#include "apps/terminal.rc"
|
||||
#include "apps/thunar.rc"
|
||||
|
|
@ -1,316 +0,0 @@
|
|||
/***********************
|
||||
* fallback mode panel *
|
||||
***********************/
|
||||
PanelWidget,
|
||||
PanelApplet,
|
||||
PanelToplevel {
|
||||
padding: 0;
|
||||
background-image: linear-gradient(to bottom,
|
||||
shade(@panel_bg_color, 1.5),
|
||||
shade(@panel_bg_color, 1.05)
|
||||
);
|
||||
|
||||
color: @panel_fg_color;
|
||||
}
|
||||
|
||||
PanelApplet {
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
PanelSeparator {
|
||||
border-width: 0;
|
||||
background-image: linear-gradient(to bottom,
|
||||
shade(@panel_bg_color, 1.5),
|
||||
shade(@panel_bg_color, 1.05)
|
||||
);
|
||||
|
||||
color: @panel_fg_color;
|
||||
}
|
||||
|
||||
.gnome-panel-menu-bar,
|
||||
PanelApplet > GtkMenuBar.menubar,
|
||||
PanelApplet > GtkMenuBar.menubar.menuitem,
|
||||
PanelMenuBar.menubar,
|
||||
PanelMenuBar.menubar.menuitem {
|
||||
-PanelMenuBar-icon-visible: true;
|
||||
|
||||
border-width: 0;
|
||||
background-image: linear-gradient(to bottom,
|
||||
shade(@panel_bg_color, 1.5),
|
||||
shade(@panel_bg_color, 1.05)
|
||||
);
|
||||
}
|
||||
|
||||
PanelAppletFrame {
|
||||
border-width: 0;
|
||||
background-color: @panel_bg_color;
|
||||
background-image: linear-gradient(to bottom,
|
||||
shade(@panel_bg_color, 1.5),
|
||||
shade(@panel_bg_color, 1.05)
|
||||
);
|
||||
}
|
||||
|
||||
PanelApplet .button {
|
||||
-GtkButton-inner-border: 2;
|
||||
|
||||
border-width: 0 1px;
|
||||
border-radius: 0;
|
||||
border-color: transparent;
|
||||
background-image: linear-gradient(to bottom,
|
||||
shade(@panel_bg_color, 1.5),
|
||||
shade(@panel_bg_color, 1.05)
|
||||
);
|
||||
|
||||
color: @panel_fg_color;
|
||||
|
||||
text-shadow: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
PanelApplet .button:active {
|
||||
border-width: 0 1px;
|
||||
border-radius: 0;
|
||||
border-color: shade(@panel_bg_color, 0.7);
|
||||
background-image: linear-gradient(to bottom,
|
||||
shade(@panel_bg_color, 0.85),
|
||||
shade(@panel_bg_color, 1.0)
|
||||
);
|
||||
}
|
||||
|
||||
PanelApplet .button:prelight {
|
||||
border-width: 0 1px;
|
||||
border-radius: 0;
|
||||
border-color: shade(@panel_bg_color, 0.7);
|
||||
background-image: linear-gradient(to bottom,
|
||||
shade(@panel_bg_color, 1.7),
|
||||
shade(@panel_bg_color, 1.25)
|
||||
);
|
||||
}
|
||||
|
||||
PanelApplet .button:active:prelight {
|
||||
border-width: 0 1px;
|
||||
border-radius: 0;
|
||||
border-color: shade(@panel_bg_color, 0.7);
|
||||
background-image: linear-gradient(to bottom,
|
||||
shade(@panel_bg_color, 0.85),
|
||||
shade(@panel_bg_color, 1.0)
|
||||
);
|
||||
}
|
||||
|
||||
WnckPager, WnckTasklist {
|
||||
background-color: @panel_bg_color;
|
||||
}
|
||||
|
||||
/************
|
||||
* nautilus *
|
||||
************/
|
||||
.nautilus-canvas-item {
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.nautilus-desktop.nautilus-canvas-item {
|
||||
color: white;
|
||||
text-shadow: 1px 1px black;
|
||||
}
|
||||
|
||||
.nautilus-desktop.nautilus-canvas-item:active {
|
||||
color: @theme_fg_color;
|
||||
}
|
||||
|
||||
.nautilus-desktop.nautilus-canvas-item:selected {
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
||||
|
||||
.nautilus-desktop.nautilus-canvas-item:active,
|
||||
.nautilus-desktop.nautilus-canvas-item:prelight,
|
||||
.nautilus-desktop.nautilus-canvas-item:selected {
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
NautilusWindow .toolbar {
|
||||
border-width: 0 0 1px;
|
||||
border-style: solid;
|
||||
border-color: shade(@toolbar_bg_color, 0.8);
|
||||
}
|
||||
|
||||
NautilusWindow .sidebar .frame {
|
||||
border-style: none;
|
||||
}
|
||||
|
||||
NautilusWindow > GtkGrid > .pane-separator,
|
||||
NautilusWindow > GtkGrid > .pane-separator:hover {
|
||||
border-width: 0 1px 0 1px;
|
||||
border-style: solid;
|
||||
border-color: shade(@theme_bg_color, 0.8);
|
||||
background-color: mix(shade(@theme_base_color, 0.9), shade(@theme_selected_bg_color, 1.35), 0.1);
|
||||
}
|
||||
|
||||
NautilusNotebook.notebook {
|
||||
border-right-width: 0;
|
||||
border-left-width: 0;
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
|
||||
NautilusNotebook .frame {
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
NautilusQueryEditor .primary-toolbar.toolbar {
|
||||
border-top-width: 0;
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
|
||||
NautilusQueryEditor .toolbar {
|
||||
padding-top: 3px;
|
||||
padding-bottom: 2px;
|
||||
border-width: 1px 0 0 0;
|
||||
border-style: solid;
|
||||
border-color: @toolbar_bg_color;
|
||||
background-color: shade(@toolbar_bg_color, 0.9);
|
||||
}
|
||||
|
||||
NautilusQueryEditor .toolbar:nth-child(2) {
|
||||
border-color: shade(@toolbar_bg_color, 0.8);
|
||||
}
|
||||
|
||||
NautilusQueryEditor .toolbar:last-child,
|
||||
NautilusQueryEditor .primary-toolbar.toolbar:only-child {
|
||||
border-bottom-width: 1px;
|
||||
border-bottom-color: shade(@toolbar_bg_color, 0.8);
|
||||
}
|
||||
|
||||
/******************
|
||||
* gnome terminal *
|
||||
******************/
|
||||
VteTerminal {
|
||||
background-color: @theme_base_color;
|
||||
color: @theme_text_color;
|
||||
}
|
||||
|
||||
TerminalWindow GtkNotebook.notebook {
|
||||
border-right-width: 0;
|
||||
border-bottom-width: 0;
|
||||
border-left-width: 0;
|
||||
}
|
||||
|
||||
/*********
|
||||
* gedit *
|
||||
*********/
|
||||
GeditWindow .pane-separator,
|
||||
GeditWindow .pane-separator:hover {
|
||||
border-width: 0 1px 1px 1px;
|
||||
border-style: solid;
|
||||
border-color: shade(@theme_bg_color, 0.8);
|
||||
background-color: @theme_bg_color;
|
||||
color: shade(@theme_bg_color, 0.8);
|
||||
}
|
||||
|
||||
GeditPanel.title GtkLabel {
|
||||
padding: 5px 0;
|
||||
}
|
||||
|
||||
GeditPanel.vertical .title {
|
||||
padding: 5px 0 4px 3px;
|
||||
border-style: none;
|
||||
}
|
||||
|
||||
GeditPanel .toolbar {
|
||||
border-style: none;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
GeditDocumentsPanel .view {
|
||||
background-color: mix(shade(@theme_base_color, 0.9), shade(@theme_selected_bg_color, 1.35), 0.1);
|
||||
}
|
||||
|
||||
GeditPanel.vertical .notebook {
|
||||
padding: 0;
|
||||
border-width: 1px 0;
|
||||
}
|
||||
|
||||
GeditPanel.horizontal .notebook {
|
||||
padding: 0;
|
||||
border-width: 0 1px 1px 0;
|
||||
}
|
||||
|
||||
GeditWindow .notebook {
|
||||
border-width: 1px 0;
|
||||
}
|
||||
|
||||
GeditPanel .notebook tab,
|
||||
GeditWindow .notebook tab {
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
GeditStatusComboBox .button,
|
||||
GeditStatusComboBox .button:hover,
|
||||
GeditStatusComboBox .button:active,
|
||||
GeditStatusComboBox .button:active:hover {
|
||||
padding: 1px 6px 2px 4px;
|
||||
border-style: solid;
|
||||
border-width: 0 1px;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
GeditStatusComboBox .button:hover,
|
||||
GeditStatusComboBox .button:active,
|
||||
GeditStatusComboBox .button:active:hover {
|
||||
border-color: shade(@theme_bg_color, 0.8);
|
||||
}
|
||||
|
||||
GeditViewFrame .gedit-search-slider {
|
||||
padding: 4px;
|
||||
border-radius: 0 0 3px 3px;
|
||||
border-width: 0 1px 1px 1px;
|
||||
border-style: solid;
|
||||
border-color: shade(@theme_base_color, 0.8);
|
||||
background-color: @theme_base_color;
|
||||
}
|
||||
|
||||
GeditViewFrame .gedit-search-slider .not-found {
|
||||
background-color: @error_bg_color;
|
||||
background-image: none;
|
||||
color: @error_fg_color;
|
||||
}
|
||||
|
||||
GeditViewFrame .gedit-search-slider .not-found:selected {
|
||||
background-color: @theme_selected_bg_color;
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
||||
|
||||
GeditFileBrowserWidget .primary-toolbar.toolbar {
|
||||
padding: 2px;
|
||||
border-top: none;
|
||||
background-color: @theme_bg_color;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
/***************
|
||||
* font-viewer *
|
||||
***************/
|
||||
SushiFontWidget {
|
||||
padding: 6px 12px;
|
||||
}
|
||||
|
||||
/*************
|
||||
* gucharmap *
|
||||
*************/
|
||||
GucharmapChartable {
|
||||
background-color: @theme_base_color;
|
||||
color: @theme_text_color;
|
||||
}
|
||||
|
||||
GucharmapChartable:active,
|
||||
GucharmapChartable:focus,
|
||||
GucharmapChartable:selected {
|
||||
background-color: @theme_selected_bg_color;
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
||||
|
||||
/*************
|
||||
* evolution *
|
||||
*************/
|
||||
EPreviewPane .entry {
|
||||
background-color: @theme_base_color;
|
||||
color: @theme_text_color;
|
||||
}
|
|
@ -1,687 +0,0 @@
|
|||
/********************
|
||||
* dynamic notebook *
|
||||
********************/
|
||||
.dynamic-notebook {
|
||||
background-color: shade(@theme_bg_color, 1.05);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.dynamic-notebook GtkLabel,
|
||||
.dynamic-notebook GtkImage {
|
||||
color: alpha(@theme_fg_color, 0.5);
|
||||
}
|
||||
|
||||
.dynamic-notebook .notebook {
|
||||
-GtkNotebook-tab-overlap: 3px;
|
||||
-GtkNotebook-initial-gap: 12px;
|
||||
|
||||
border-width: 1px 0 0 0;
|
||||
border-color: shade(@theme_bg_color, 0.8);
|
||||
border-radius: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.dynamic-notebook .notebook tab {
|
||||
padding: 3px;
|
||||
border-width: 1px;
|
||||
border-color: shade(@theme_bg_color, 0.9);
|
||||
border-radius: 3px;
|
||||
background-color: @theme_bg_color;
|
||||
background-image: none;
|
||||
color: @theme_fg_color;
|
||||
}
|
||||
|
||||
.dynamic-notebook .notebook tab:active {
|
||||
border-color: shade(@theme_bg_color, 0.8);
|
||||
background-color: shade(@theme_bg_color, 1.05);
|
||||
color: @theme_fg_color;
|
||||
}
|
||||
|
||||
.dynamic-notebook .notebook tab .entry {
|
||||
border-radius: 3px;
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
.dynamic-notebook .button:hover,
|
||||
.dynamic-notebook .button:hover:active,
|
||||
.dynamic-notebook .notebook .button,
|
||||
.dynamic-notebook .notebook .button:hover,
|
||||
.dynamic-notebook .notebook .button:hover:active {
|
||||
border-color: shade(@theme_bg_color, 0.7);
|
||||
background-color: shade(@theme_bg_color, 1.10);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.dynamic-notebook .button:hover:active,
|
||||
.dynamic-notebook .notebook .button:hover:active {
|
||||
border-color: shade(@theme_bg_color, 0.6);
|
||||
background-color: shade(@theme_bg_color, 0.85);
|
||||
color: shade(@theme_fg_color, 0.7);
|
||||
}
|
||||
|
||||
.dynamic-notebook .menu GtkLabel {
|
||||
color: @menu_fg;
|
||||
}
|
||||
|
||||
/****************
|
||||
* content view *
|
||||
****************/
|
||||
.content-view-window {
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-color: shade(@theme_base_color, 0.8);
|
||||
border-radius: 2px;
|
||||
background-color:@theme_base_color;
|
||||
background-image: none;
|
||||
color: @theme_text_color;
|
||||
}
|
||||
|
||||
.content-view,
|
||||
.content-view GtkViewport {
|
||||
background-color: @theme_base_color;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.content-view * {
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.content-view .entry {
|
||||
background-color: @theme_base_color;
|
||||
background-image: none;
|
||||
color: @theme_text_color;
|
||||
}
|
||||
|
||||
.content-view .button {
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-color: shade(@theme_base_color, 0.8);
|
||||
border-radius: 2px;
|
||||
background-color: shade(@theme_base_color, 1.02);
|
||||
background-image: none;
|
||||
color: @theme_text_color;
|
||||
}
|
||||
|
||||
.content-view .button:hover {
|
||||
border-color: shade(@theme_base_color, 0.7);
|
||||
background-color: shade(@theme_base_color, 1.10);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.content-view .button:active {
|
||||
border-color: shade(@theme_base_color, 0.6);
|
||||
background-color: shade(@theme_base_color, 0.85);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.content-view .button:active:hover {
|
||||
border-color: shade(@theme_base_color, 0.7);
|
||||
color: shade(@theme_text_color, 1.10);
|
||||
}
|
||||
|
||||
.content-view .button:insensitive {
|
||||
border-color: shade(@theme_base_color, 0.8);
|
||||
background-color: shade(@theme_base_color, 0.95);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.content-view .help_button * {
|
||||
color: @theme_text_color;
|
||||
}
|
||||
|
||||
.content-view .toolbar {
|
||||
-GtkWidget-window-dragging: true;
|
||||
|
||||
padding: 1px;
|
||||
border-width: 0 0 1px 0;
|
||||
border-style: solid;
|
||||
border-color: shade(@theme_base_color, 0.8);
|
||||
background-color: @theme_base_color;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.content-view .menu {
|
||||
padding: 0;
|
||||
border-radius: 0;
|
||||
border-style: none;
|
||||
background-color: @menu_bg_color;
|
||||
background-image: none;
|
||||
color: @menu_fg_color;
|
||||
}
|
||||
|
||||
/**************
|
||||
* sourcelist *
|
||||
**************/
|
||||
.source-list,
|
||||
.source-list.view {
|
||||
border-radius: 0;
|
||||
background-color: @theme_bg_color;
|
||||
background-image: none;
|
||||
color: mix(@theme_fg_color, @theme_bg_color, 0.1);
|
||||
}
|
||||
|
||||
.source-list {
|
||||
-GtkTreeView-horizontal-separator: 1;
|
||||
-GtkTreeView-vertical-separator: 1;
|
||||
}
|
||||
|
||||
.source-list.view:selected,
|
||||
.source-list.view:prelight:selected {
|
||||
border-width: 1px 0;
|
||||
border-style: solid;
|
||||
border-top-color: shade(@theme_bg_color, 0.85);
|
||||
border-bottom-color: shade(@theme_bg_color, 1.12);
|
||||
background-image: linear-gradient(to bottom,
|
||||
shade(mix(shade(@theme_base_color, 0.9), shade(@theme_selected_bg_color, 1.35), 0.1), 0.87),
|
||||
shade(mix(shade(@theme_base_color, 0.9), shade(@theme_selected_bg_color, 1.35), 0.1), 0.95) 10%,
|
||||
shade(mix(shade(@theme_base_color, 0.9), shade(@theme_selected_bg_color, 1.35), 0.1), 0.99) 92%,
|
||||
shade(mix(shade(@theme_base_color, 0.9), shade(@theme_selected_bg_color, 1.35), 0.1), 0.92)
|
||||
);
|
||||
|
||||
color: mix(@theme_text_color, @theme_base_color, 0.3);
|
||||
}
|
||||
|
||||
.source-list.view:prelight {
|
||||
border-color: mix(shade(@theme_base_color, 0.9), shade(@theme_selected_bg_color, 1.35), 0.3);
|
||||
background-color: mix(shade(@theme_base_color, 0.9), shade(@theme_selected_bg_color, 1.35), 0.3);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.source-list.badge,
|
||||
.source-list.badge:prelight,
|
||||
.source-list.badge:selected,
|
||||
.source-list.badge:prelight:selected {
|
||||
margin: 0 3px;
|
||||
padding: 0 6px;
|
||||
border-width: 0;
|
||||
border-radius: 10px;
|
||||
background-image: linear-gradient(to bottom,
|
||||
shade(@theme_selected_bg_color, 1.1),
|
||||
shade(@theme_selected_bg_color, 0.9)
|
||||
);
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
||||
|
||||
/******************
|
||||
* no undo button *
|
||||
******************/
|
||||
.button.noundo,
|
||||
.content-view .button.noundo {
|
||||
border-color: shade(@error_bg_color, 0.8);
|
||||
background-color: shade(@error_bg_color, 1.05);
|
||||
background-image: none;
|
||||
color: @error_fg_color;
|
||||
}
|
||||
|
||||
.button.noundo:hover,
|
||||
.content-view .button.noundo:hover {
|
||||
border-color: shade(@error_bg_color, 0.7);
|
||||
background-color: @error_bg_color;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.button.noundo:active,
|
||||
.content-view .button.noundo:active {
|
||||
border-color: shade(@error_bg_color, 0.8);
|
||||
background-color: shade(@error_bg_color, 0.95);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.button.noundo:active:hover,
|
||||
.content-view .button.noundo:active:hover {
|
||||
border-color: shade(@error_bg_color, 0.7);
|
||||
background-color: shade(@error_bg_color, 0.97);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.button.noundo GtkLabel,
|
||||
.button.noundo Gtklabel:prelight {
|
||||
color: @error_fg_color;
|
||||
}
|
||||
|
||||
/**********************
|
||||
* affirmative button *
|
||||
**********************/
|
||||
.button.affirmative,
|
||||
.content-view .button.affirmative {
|
||||
border-color: shade(@theme_selected_bg_color, 0.8);
|
||||
background-color: shade(@theme_selected_bg_color, 1.05);
|
||||
background-image: none;
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
||||
|
||||
.button.affirmative:hover,
|
||||
.content-view .button.affirmative:hover {
|
||||
border-color: shade(@theme_selected_bg_color, 0.7);
|
||||
background-color: @theme_selected_bg_color;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.button.affirmative:active,
|
||||
.content-view .button.affirmative:active {
|
||||
border-color: shade(@theme_selected_bg_color, 0.8);
|
||||
background-color: shade(@theme_selected_bg_color, 0.95);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.button.affirmative:active:hover,
|
||||
.content-view .button.affirmative:active:hover {
|
||||
border-color: shade(@theme_selected_bg_color, 0.7);
|
||||
background-color: shade(@theme_selected_bg_color, 0.97);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.button.affirmative GtkLabel,
|
||||
.button.affirmative Gtklabel:prelight {
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
||||
|
||||
/**********************
|
||||
* secondary toolbars *
|
||||
**********************/
|
||||
.secondary-toolbar.toolbar {
|
||||
padding: 2px;
|
||||
border-color: shade(@toolbar_bg_color, 0.8);
|
||||
background-color: @toolbar_bg_color;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.secondary-toolbar.toolbar .button {
|
||||
border-color: shade(@toolbar_bg_color, 0.8);
|
||||
background-color: shade(@toolbar_bg_color, 1.05);
|
||||
background-image: none;
|
||||
color: @toolbar_fg_color;
|
||||
}
|
||||
|
||||
.secondary-toolbar.toolbar .button:hover {
|
||||
border-color: shade(@toolbar_bg_color, 0.7);
|
||||
background-color: shade(@toolbar_bg_color, 1.10);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.secondary-toolbar.toolbar .button:active {
|
||||
border-color: shade(@toolbar_bg_color, 0.8);
|
||||
background-color: shade(@toolbar_bg_color, 0.95);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.secondary-toolbar.toolbar .button:active:hover {
|
||||
border-color: shade(@toolbar_bg_color, 0.7);
|
||||
}
|
||||
|
||||
.secondary-toolbar.toolbar .button:focus,
|
||||
.secondary-toolbar.toolbar .button:hover:focus,
|
||||
.secondary-toolbar.toolbar .button:active:focus,
|
||||
.secondary-toolbar.toolbar .button:active:hover:focus {
|
||||
border-color: shade(@toolbar_bg_color, 0.7);
|
||||
}
|
||||
|
||||
.secondary-toolbar.toolbar .button:insensitive {
|
||||
border-color: shade(@toolbar_bg_color, 0.85);
|
||||
background-color: shade(@toolbar_bg_color, 0.9);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.secondary-toolbar.toolbar .button:active *:insensitive {
|
||||
border-color: shade(@toolbar_bg_color, 0.75);
|
||||
background-color: shade(@toolbar_bg_color, 0.80);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
/*******************
|
||||
* bottom toolbars *
|
||||
*******************/
|
||||
.bottom-toolbar.toolbar {
|
||||
padding: 6px;
|
||||
border-width: 1px 0 0 0;
|
||||
border-color: shade(@theme_bg_color, 0.8);
|
||||
background-color: @theme_bg_color;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.bottom-toolbar.toolbar .button {
|
||||
border-color: shade(@theme_bg_color, 0.8);
|
||||
background-color: shade(@theme_bg_color, 1.05);
|
||||
background-image: none;
|
||||
color: @theme_fg_color;
|
||||
}
|
||||
|
||||
.bottom-toolbar.toolbar .button:hover {
|
||||
border-color: shade(@theme_bg_color, 0.7);
|
||||
background-color: shade(@theme_bg_color, 1.10);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.bottom-toolbar.toolbar .button:active {
|
||||
border-color: shade(@theme_bg_color, 0.8);
|
||||
background-color: shade(@theme_bg_color, 0.95);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.bottom-toolbar.toolbar .button:active:hover {
|
||||
border-color: shade(@theme_bg_color, 0.7);
|
||||
}
|
||||
|
||||
.bottom-toolbar.toolbar .button:focus,
|
||||
.bottom-toolbar.toolbar .button:hover:focus,
|
||||
.bottom-toolbar.toolbar .button:active:focus,
|
||||
.bottom-toolbar.toolbar .button:active:hover:focus {
|
||||
border-color: shade(@theme_bg_color, 0.7);
|
||||
}
|
||||
|
||||
.bottom-toolbar.toolbar .button:insensitive {
|
||||
border-color: shade(@theme_bg_color, 0.85);
|
||||
background-color: shade(@theme_bg_color, 0.9);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.bottom-toolbar.toolbar .button:active *:insensitive {
|
||||
border-color: shade(@theme_bg_color, 0.75);
|
||||
background-color: shade(@theme_bg_color, 0.80);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
/*************
|
||||
* statusbar *
|
||||
*************/
|
||||
GraniteWidgetsStatusBar {
|
||||
padding: 1px;
|
||||
background-image: linear-gradient(to bottom,
|
||||
shade(@theme_bg_color, 1.0),
|
||||
shade(@theme_bg_color, 0.88)
|
||||
);
|
||||
|
||||
box-shadow: inset 0 1px shade(@theme_bg_color, 0.8);
|
||||
}
|
||||
|
||||
/***********
|
||||
* popover *
|
||||
***********/
|
||||
GraniteWidgetsPopOver {
|
||||
-GraniteWidgetsPopOver-arrow-width: 21;
|
||||
-GraniteWidgetsPopOver-arrow-height: 12;
|
||||
-GraniteWidgetsPopOver-border-radius: 5px;
|
||||
-GraniteWidgetsPopOver-border-width: 1;
|
||||
-GraniteWidgetsPopOver-shadow-size: 15;
|
||||
|
||||
margin: 0;
|
||||
border-style: solid;
|
||||
border-color: shade(@menu_bg_color, 0.8);
|
||||
color: @menu_fg_color;
|
||||
}
|
||||
|
||||
.popover_bg {
|
||||
background-color: transparent;
|
||||
background-image: linear-gradient(to bottom,
|
||||
@menu_bg_color,
|
||||
shade(@menu_bg_color, 0.98)
|
||||
);
|
||||
}
|
||||
|
||||
GraniteWidgetsPopOver .sidebar.view,
|
||||
GraniteWidgetsPopOver * {
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
color: @menu_fg_color;
|
||||
}
|
||||
|
||||
GraniteWidgetsPopOver .sidebar.view:selected,
|
||||
GraniteWidgetsPopOver .sidebar.view:selected:focus,
|
||||
GraniteWidgetsPopOver *:selected,
|
||||
GraniteWidgetsPopOver *:selected:focus {
|
||||
background-color: @theme_selected_bg_color;
|
||||
background-image: none;
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
||||
|
||||
GraniteWidgetsPopOver .button {
|
||||
border-color: shade(@menu_bg_color, 0.8);
|
||||
background-color: shade(@menu_bg_color, 1.08);
|
||||
background-image: none;
|
||||
color: @menu_fg_color;
|
||||
}
|
||||
|
||||
GraniteWidgetsPopOver .button:hover {
|
||||
border-color: shade(@menu_bg_color, 0.7);
|
||||
background-color: shade(@menu_bg_color, 1.10);
|
||||
background-image: none;
|
||||
color: shade(@menu_fg_color, 0.7);
|
||||
}
|
||||
|
||||
GraniteWidgetsPopOver .button:active {
|
||||
border-color: shade(@menu_bg_color, 0.8);
|
||||
background-color: shade(@menu_bg_color, 0.95);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
GraniteWidgetsPopOver .button:active:hover {
|
||||
border-color: shade(@menu_bg_color, 0.7);
|
||||
color: shade(@menu_fg_color, 0.7);
|
||||
}
|
||||
|
||||
/* linked buttons */
|
||||
GraniteWidgetsPopOver .linked .button {
|
||||
box-shadow: inset -1px 0 shade(@menu_bg_color, 0.9);
|
||||
}
|
||||
|
||||
GraniteWidgetsPopOver .linked .button:active {
|
||||
box-shadow: inset -1px 0 shade(@menu_bg_color, 0.8),
|
||||
inset 1px 1px alpha(@dark_shadow, 0.06),
|
||||
inset -1px -1px alpha(@dark_shadow, 0.06);
|
||||
}
|
||||
|
||||
GraniteWidgetsPopOver .linked .button:insensitive {
|
||||
box-shadow: inset -1px 0 shade(@menu_bg_color, 0.8),
|
||||
inset 1px 1px alpha(@light_shadow, 0.2);
|
||||
}
|
||||
|
||||
GraniteWidgetsPopOver .linked .button:last-child,
|
||||
GraniteWidgetsPopOver .linked .button:only-child,
|
||||
GraniteWidgetsPopOver .linked .button:insensitive:last-child,
|
||||
GraniteWidgetsPopOver .linked .button:insensitive:only-child,
|
||||
GraniteWidgetsPopOver .linked .button:active *:insensitive:last-child,
|
||||
GraniteWidgetsPopOver .linked .button:active *:insensitive:only-child {
|
||||
box-shadow: inset 1px 1px alpha(@light_shadow, 0.4),
|
||||
inset -1px 0 alpha(@light_shadow, 0.4);
|
||||
}
|
||||
|
||||
GraniteWidgetsPopOver .linked .button:active:last-child,
|
||||
GraniteWidgetsPopOver .linked .button:active:only-child {
|
||||
box-shadow: inset 1px 1px alpha(@dark_shadow, 0.06),
|
||||
inset -1px -1px alpha(@dark_shadow, 0.06);
|
||||
}
|
||||
|
||||
GraniteWidgetsPopOver .entry {
|
||||
border-color: shade(@menu_bg_color, 0.7);
|
||||
background-color: @menu_bg_color;
|
||||
background-image: none;
|
||||
color: @menu_fg_color;
|
||||
}
|
||||
|
||||
GraniteWidgetsPopOver .entry:active,
|
||||
GraniteWidgetsPopOver .entry:focus {
|
||||
border-color: shade(@menu_bg_color, 0.7);
|
||||
}
|
||||
|
||||
GraniteWidgetsPopOver *.separator {
|
||||
border-color: shade(@menu_bg_color, 0.9);
|
||||
color: transparent;
|
||||
}
|
||||
|
||||
.button.app {
|
||||
border-width: 0;
|
||||
border-radius: 2px;
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.button.app:hover {
|
||||
border-color: shade(@theme_selected_bg_color, 0.8);
|
||||
background-image: linear-gradient(to bottom,
|
||||
shade(@theme_selected_bg_color, 1.1),
|
||||
shade(@theme_selected_bg_color, 0.9)
|
||||
);
|
||||
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
||||
|
||||
.button.app:focus {
|
||||
border-color: shade(@theme_selected_bg_color, 0.8);
|
||||
background-image: linear-gradient(to bottom,
|
||||
shade(@theme_selected_bg_color, 1.1),
|
||||
shade(@theme_selected_bg_color, 0.9)
|
||||
);
|
||||
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
||||
|
||||
/********
|
||||
* gala *
|
||||
********/
|
||||
.gala-workspaces-background {
|
||||
border-width: 1px 0 0 0;
|
||||
border-color: shade(@panel_bg_color, 0.8);
|
||||
background-color: @panel_bg_color;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.gala-workspace-selected {
|
||||
border-width: 1px;
|
||||
border-radius: 2px;
|
||||
border-color: shade(@theme_selected_bg_color, 0.9);
|
||||
background-color: @theme_selected_bg_color;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
/*********
|
||||
* files *
|
||||
*********/
|
||||
.files-overlay-bar {
|
||||
margin: 3px;
|
||||
padding: 3px 6px;
|
||||
border-width: 1px;
|
||||
border-color: shade(@theme_base_color, 0.7);
|
||||
border-radius: 2px;
|
||||
background-image: linear-gradient(to bottom,
|
||||
shade(@theme_bg_color, 1.1),
|
||||
shade(@theme_bg_color, 0.9)
|
||||
);
|
||||
}
|
||||
|
||||
.files-overlay-bar GtkLabel {
|
||||
color: @theme_text_color;
|
||||
}
|
||||
|
||||
/*********
|
||||
* noise *
|
||||
*********/
|
||||
.album-list-view,
|
||||
.album-list-view * {
|
||||
border-color: shade(@theme_base_color, 0.7);
|
||||
border-radius: 0;
|
||||
background-color: @theme_base_color;
|
||||
background-image: none;
|
||||
color: @theme_text_color;
|
||||
}
|
||||
|
||||
.album-list-view GtkTreeView {
|
||||
-GtkTreeView-vertical-separator: 1;
|
||||
-GtkTreeView-grid-line-width: 0;
|
||||
|
||||
background-color: @theme_base_color;
|
||||
background-image: none;
|
||||
color: @theme_text_color;
|
||||
}
|
||||
|
||||
.album-list-view GtkTreeView row:nth-child(even) {
|
||||
border-width: 0;
|
||||
border-style: none;
|
||||
background-color: shade(@theme_base_color, 0.9);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
|
||||
.album-list-view GtkTreeView row:nth-child(odd) {
|
||||
border-width: 0;
|
||||
border-style: none;
|
||||
background-color: shade(@theme_base_color, 1.0);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.album-list-view GtkTreeView row:selected {
|
||||
background-color: @selected_bg_color;
|
||||
background-image: none;
|
||||
color: @selected_fg_color;
|
||||
}
|
||||
|
||||
/**********
|
||||
* birdie *
|
||||
**********/
|
||||
BirdieWidgetsTweetList * {
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
/*********
|
||||
* tweet *
|
||||
*********/
|
||||
.tweet {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/**********
|
||||
* notify *
|
||||
**********/
|
||||
.notify {
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-color: shade(@theme_base_color, 0.7);
|
||||
border-radius: 2px;
|
||||
background-color: @theme_base_color;
|
||||
background-image: none;
|
||||
color: @theme_text_color;
|
||||
}
|
||||
|
||||
.notify .low {
|
||||
}
|
||||
|
||||
.notify .critical {
|
||||
}
|
||||
|
||||
/*********
|
||||
* panel *
|
||||
*********/
|
||||
.panel {
|
||||
background-color: @panel_bg_color;
|
||||
background-image: none;
|
||||
color: @panel_fg_color;
|
||||
font: bold;
|
||||
}
|
||||
|
||||
.panel .menubar .menuitem {
|
||||
padding: 1px 3px;
|
||||
}
|
||||
|
||||
.shadow {
|
||||
background-color: transparent;
|
||||
background-image: linear-gradient(to bottom,
|
||||
rgba(0, 0, 0, 0.3),
|
||||
transparent
|
||||
);
|
||||
}
|
||||
|
||||
.composited-indicator,
|
||||
.wingpanel-app-button,
|
||||
.wingpanel-indicator-button {
|
||||
padding: 0 2px;
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
color: @panel_fg_color;
|
||||
}
|
||||
|
||||
.composited-indicator.menuitem:active,
|
||||
.composited-indicator.menuitem:prelight {
|
||||
border-style: none;
|
||||
background-image: none;
|
||||
}
|
|
@ -1,58 +0,0 @@
|
|||
.lightdm.menu {
|
||||
background-image: none;
|
||||
background-color: alpha(black, 0.6);
|
||||
border-color: alpha(white, 0.2);
|
||||
border-radius: 3px;
|
||||
padding: 1px;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.lightdm-combo .menu {
|
||||
background-color: alpha(black, 0.6);
|
||||
border-radius: 0;
|
||||
padding: 0;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.lightdm.menu .menuitem *,
|
||||
.lightdm.menu .menuitem.check:active,
|
||||
.lightdm.menu .menuitem.radio:active {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.lightdm.menubar {
|
||||
background-image: none;
|
||||
background-color: alpha(black, 0.5);
|
||||
}
|
||||
|
||||
.lightdm-combo.combobox-entry .button,
|
||||
.lightdm-combo .cell,
|
||||
.lightdm-combo .button,
|
||||
.lightdm-combo .entry,
|
||||
.lightdm.button,
|
||||
.lightdm.entry {
|
||||
background-image: none;
|
||||
background-color: alpha(black, 0.3);
|
||||
border-color: alpha(white, 0.6);
|
||||
border-radius: 3px;
|
||||
padding: 7px;
|
||||
color: white;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.lightdm.button,
|
||||
.lightdm.button:hover,
|
||||
.lightdm.button:active,
|
||||
.lightdm.button:active:focus,
|
||||
.lightdm.entry,
|
||||
.lightdm.entry:hover,
|
||||
.lightdm.entry:active,
|
||||
.lightdm.entry:active:focus {
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.lightdm.button:focus,
|
||||
.lightdm.entry:focus {
|
||||
border-color: alpha(white, 0.9);
|
||||
color: white;
|
||||
}
|
|
@ -1,14 +0,0 @@
|
|||
/* Synaptic's toolbar */
|
||||
GtkWindow > GtkVBox > .dock,
|
||||
GtkWindow > GtkVBox > .dock > GtkHBox > GtkToolbar {
|
||||
padding: 6px;
|
||||
border-style: none;
|
||||
background-image: linear-gradient(to bottom,
|
||||
shade(@toolbar_bg_color, 1.0),
|
||||
shade(@toolbar_bg_color, 0.88)
|
||||
);
|
||||
|
||||
color: @toolbar_fg_color;
|
||||
|
||||
box-shadow: inset 0 -1px shade(@toolbar_bg_color, 0.7);
|
||||
}
|
|
@ -1,31 +0,0 @@
|
|||
UnityPanelWidget,
|
||||
.unity-panel {
|
||||
border-width: 0 0 1px 0;
|
||||
border-style: solid;
|
||||
border-color: shade(@panel_bg_color, 1.0);
|
||||
background-image: linear-gradient(to bottom,
|
||||
shade(@panel_bg_color, 1.2),
|
||||
shade(@panel_bg_color, 1.0)
|
||||
);
|
||||
}
|
||||
|
||||
.unity-panel.menubar,
|
||||
.unity-panel .menubar {
|
||||
}
|
||||
|
||||
.unity-panel.menuitem,
|
||||
.unity-panel .menuitem {
|
||||
border-width: 0 1px;
|
||||
color: @panel_fg_color;
|
||||
}
|
||||
|
||||
.unity-panel.menubar.menuitem:hover,
|
||||
.unity-panel.menubar .menuitem *:hover {
|
||||
border-color: shade(@panel_bg_color, 0.8);
|
||||
background-image: linear-gradient(to bottom,
|
||||
shade(@theme_bg_color, 1.2),
|
||||
shade(@theme_bg_color, 1.0)
|
||||
);
|
||||
|
||||
color: @theme_fg_color;
|
||||
}
|
|
@ -1,51 +0,0 @@
|
|||
XfceHeading {
|
||||
background-color: @theme_base_color;
|
||||
background-image: none;
|
||||
padding: 0;
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
.xfce4-panel {
|
||||
background-color: shade(@panel_bg_color, 0.35);
|
||||
font: normal;
|
||||
color: @panel_fg_color;
|
||||
}
|
||||
|
||||
.xfce4-panel .button {
|
||||
border-radius: 0;
|
||||
padding: 1px;
|
||||
color: @panel_fg_color;
|
||||
}
|
||||
|
||||
.xfce4-panel .button {
|
||||
text-shadow: 0px 1px alpha(@dark_shadow, 1.0);
|
||||
}
|
||||
|
||||
.xfce4-panel .button:active {
|
||||
background-image: none;
|
||||
background-color: shade(@panel_bg_color, 0.7);
|
||||
border-color: shade(@panel_bg_color, 0.6);
|
||||
color: @panel_fg_color;
|
||||
transition: none;
|
||||
}
|
||||
|
||||
.xfce4-panel .button:hover,
|
||||
.xfce4-panel .button:active:hover {
|
||||
background-image: linear-gradient(to bottom,
|
||||
shade(@selected_bg_color, 0.88),
|
||||
shade(@selected_bg_color, 0.85)
|
||||
);
|
||||
|
||||
border-color: shade(@selected_bg_color, 0.6);
|
||||
box-shadow: inset 0 -1px alpha(white, 0.0),
|
||||
inset 1px 0 alpha(white, 0.15),
|
||||
inset -1px 0 alpha(white, 0.15),
|
||||
inset 0 1px alpha(white, 0.15);
|
||||
color: @panel_fg_color;
|
||||
transition: none;
|
||||
}
|
||||
|
||||
.xfce4-panel .menu {
|
||||
text-shadow: none;
|
||||
-gtk-image-effect: none;
|
||||
}
|
Before Width: | Height: | Size: 491 B |
Before Width: | Height: | Size: 580 B |
Before Width: | Height: | Size: 605 B |
Before Width: | Height: | Size: 283 B |
Before Width: | Height: | Size: 383 B |
Before Width: | Height: | Size: 383 B |
Before Width: | Height: | Size: 349 B |
Before Width: | Height: | Size: 352 B |
Before Width: | Height: | Size: 227 B |
Before Width: | Height: | Size: 97 B |
Before Width: | Height: | Size: 109 B |
Before Width: | Height: | Size: 481 B |
Before Width: | Height: | Size: 562 B |
Before Width: | Height: | Size: 577 B |
Before Width: | Height: | Size: 535 B |
Before Width: | Height: | Size: 629 B |
Before Width: | Height: | Size: 624 B |
Before Width: | Height: | Size: 525 B |
Before Width: | Height: | Size: 563 B |
|
@ -1,159 +0,0 @@
|
|||
/*******************
|
||||
* check and radio *
|
||||
*******************/
|
||||
/* draw regular check and radio items using our assets */
|
||||
.check {
|
||||
-gtk-icon-source: url("assets/checkbox-unchecked.png");
|
||||
}
|
||||
|
||||
.check:insensitive {
|
||||
-gtk-icon-source: url("assets/checkbox-unchecked-insensitive.png");
|
||||
}
|
||||
|
||||
.check:active,
|
||||
.check:checked {
|
||||
-gtk-icon-source: url("assets/checkbox-checked.png");
|
||||
}
|
||||
|
||||
.check:active:hover,
|
||||
.check:checked:hover {
|
||||
-gtk-icon-source: url("assets/checkbox-checked-hover.png");
|
||||
}
|
||||
|
||||
.check:active:insensitive,
|
||||
.check:checked:insensitive {
|
||||
-gtk-icon-source: url("assets/checkbox-checked-insensitive.png");
|
||||
}
|
||||
|
||||
.check:inconsistent {
|
||||
-gtk-icon-source: url("assets/checkbox-mixed.png");
|
||||
}
|
||||
|
||||
.check:inconsistent:hover {
|
||||
-gtk-icon-source: url("assets/checkbox-mixed-hover.png");
|
||||
}
|
||||
|
||||
.check:inconsistent:insensitive {
|
||||
-gtk-icon-source: url("assets/checkbox-mixed-insensitive.png");
|
||||
}
|
||||
|
||||
.radio {
|
||||
-gtk-icon-source: url("assets/radio-unselected.png");
|
||||
}
|
||||
|
||||
.radio:insensitive {
|
||||
-gtk-icon-source: url("assets/radio-unselected-insensitive.png");
|
||||
}
|
||||
|
||||
.radio:active,
|
||||
.radio:checked {
|
||||
-gtk-icon-source: url("assets/radio-selected.png");
|
||||
}
|
||||
|
||||
.radio:active:hover,
|
||||
.radio:checked:hover {
|
||||
-gtk-icon-source: url("assets/radio-selected-hover.png");
|
||||
}
|
||||
|
||||
.radio:active:insensitive,
|
||||
.radio:checked:insensitive {
|
||||
-gtk-icon-source: url("assets/radio-selected-insensitive.png");
|
||||
}
|
||||
|
||||
.radio:inconsistent {
|
||||
-gtk-icon-source: url("assets/radio-mixed.png");
|
||||
}
|
||||
|
||||
.radio:inconsistent:hover {
|
||||
-gtk-icon-source: url("assets/radio-mixed-hover.png");
|
||||
}
|
||||
|
||||
.radio:inconsistent:insensitive {
|
||||
-gtk-icon-source: url("assets/radio-mixed-insensitive.png");
|
||||
}
|
||||
|
||||
.menuitem.check,
|
||||
.menuitem.check:insensitive {
|
||||
-gtk-icon-source: none;
|
||||
}
|
||||
|
||||
.menuitem.check:active,
|
||||
.menuitem.check:checked {
|
||||
-gtk-icon-source: url("assets/menuitem-checkbox-checked.png");
|
||||
}
|
||||
|
||||
.menuitem.check:active:hover,
|
||||
.menuitem.check:checked:hover {
|
||||
-gtk-icon-source: url("assets/menuitem-checkbox-checked-hover.png");
|
||||
}
|
||||
|
||||
.menuitem.check:active:insensitive,
|
||||
.menuitem.check:checked:insensitive {
|
||||
-gtk-icon-source: url("assets/menuitem-checkbox-checked-insensitive.png");
|
||||
}
|
||||
|
||||
.menuitem.check:inconsistent:hover,
|
||||
.menuitem.radio:inconsistent:hover {
|
||||
-gtk-icon-source: url("assets/menuitem-checkbox-mixed-hover.png");
|
||||
}
|
||||
|
||||
.menuitem.check:inconsistent,
|
||||
.menuitem.radio:inconsistent {
|
||||
-gtk-icon-source: url("assets/menuitem-checkbox-mixed.png");
|
||||
}
|
||||
|
||||
.menuitem.check:inconsistent:insensitive,
|
||||
.menuitem.radio:inconsistent:insensitive {
|
||||
-gtk-icon-source: url("assets/menuitem-checkbox-mixed-insensitive.png");
|
||||
}
|
||||
|
||||
.menuitem.radio,
|
||||
.menuitem.radio:insensitive {
|
||||
-gtk-icon-source: none;
|
||||
}
|
||||
|
||||
.menuitem.radio:active,
|
||||
.menuitem.radio:checked {
|
||||
-gtk-icon-source: url("assets/menuitem-radio-checked.png");
|
||||
}
|
||||
|
||||
.menuitem.radio:active:hover,
|
||||
.menuitem.radio:checked:hover {
|
||||
-gtk-icon-source: url("assets/menuitem-radio-checked-hover.png");
|
||||
}
|
||||
|
||||
.menuitem.radio:active:insensitive,
|
||||
.menuitem.radio:checked:insensitive {
|
||||
-gtk-icon-source: url("assets/menuitem-radio-checked-insensitive.png");
|
||||
}
|
||||
|
||||
GtkIconView.content-view.cell.check {
|
||||
-gtk-icon-source: url("assets/grid-selection-unchecked.png");
|
||||
}
|
||||
|
||||
GtkIconView.content-view.cell.check:active, GtkIconView.content-view.cell.check:checked {
|
||||
-gtk-icon-source: url("assets/grid-selection-checked.png");
|
||||
}
|
||||
|
||||
/***************
|
||||
* resize grip *
|
||||
***************/
|
||||
.grip {
|
||||
background-image: url("assets/resize-grip.png");
|
||||
}
|
||||
|
||||
/******************
|
||||
* pane separator *
|
||||
******************/
|
||||
.pane-separator,
|
||||
.pane-separator.horizontal {
|
||||
background-image: url("assets/pane-separator.png");
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
}
|
||||
|
||||
.pane-separator.vertical {
|
||||
background-image: url("assets/pane-separator-vertical.png");
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
}
|
|
@ -1,74 +0,0 @@
|
|||
/* Bunsen-Blue-Dark by hhh
|
||||
based on Greybird */
|
||||
/* default color scheme */
|
||||
@define-color bg_color #3c3c3c;
|
||||
@define-color fg_color #d9d9d9;
|
||||
@define-color base_color #454545;
|
||||
@define-color text_color #d9d9d9;
|
||||
@define-color selected_bg_color #5C8AB8;
|
||||
@define-color selected_fg_color #e6e6e6;
|
||||
@define-color tooltip_bg_color #454545;
|
||||
@define-color tooltip_fg_color #d9d9d9;
|
||||
|
||||
/* colormap actually used by the theme, to be overridden in other css files */
|
||||
@define-color theme_bg_color @bg_color;
|
||||
@define-color theme_fg_color @fg_color;
|
||||
@define-color theme_base_color @base_color;
|
||||
@define-color theme_text_color @text_color;
|
||||
@define-color theme_selected_bg_color @selected_bg_color;
|
||||
@define-color theme_selected_fg_color @selected_fg_color;
|
||||
@define-color theme_tooltip_bg_color @tooltip_bg_color;
|
||||
@define-color theme_tooltip_fg_color @tooltip_fg_color;
|
||||
|
||||
/* shadow effects */
|
||||
@define-color light_shadow #fff;
|
||||
@define-color dark_shadow #000;
|
||||
|
||||
/* misc colors used by gtk+ */
|
||||
@define-color info_fg_color rgb (50, 49, 40);
|
||||
@define-color info_bg_color rgb (252, 246, 202);
|
||||
@define-color warning_fg_color rgb (50, 34, 12);
|
||||
@define-color warning_bg_color rgb (250, 173, 61);
|
||||
@define-color question_fg_color rgb (215, 232, 250);
|
||||
@define-color question_bg_color rgb (57, 142, 231);
|
||||
@define-color error_fg_color rgb (251, 214, 214);
|
||||
@define-color error_bg_color rgb (237, 54, 54);
|
||||
@define-color link_color #4a90d9;
|
||||
@define-color success_color #4e9a06;
|
||||
@define-color warning_color #f57900;
|
||||
@define-color error_color #cc0000;
|
||||
|
||||
/* widget colors */
|
||||
@define-color titlebar_bg_color @theme_bg_color;
|
||||
@define-color titlebar_fg_color @theme_fg_color;
|
||||
@define-color menubar_bg_color @theme_bg_color;
|
||||
@define-color menubar_fg_color @theme_fg_color;
|
||||
@define-color toolbar_bg_color @theme_bg_color;
|
||||
@define-color toolbar_fg_color @theme_fg_color;
|
||||
@define-color menu_bg_color @theme_bg_color;
|
||||
@define-color menu_fg_color @theme_fg_color;
|
||||
@define-color panel_bg_color @bg_color;
|
||||
@define-color panel_fg_color @fg_color;
|
||||
|
||||
/* osd */
|
||||
@define-color osd_base @base_color;
|
||||
@define-color osd_fg @fg_color;
|
||||
@define-color osd_bg alpha(@osd_base, 0.8);
|
||||
|
||||
/* window manager colors */
|
||||
@define-color wm_bg_a shade(@theme_bg_color, 1.07);
|
||||
@define-color wm_bg_b @theme_bg_color;
|
||||
@define-color wm_title_focused shade(@theme_fg_color, 1.2);
|
||||
@define-color wm_title_focused_shadow shade(@theme_bg_color, 1.2);
|
||||
@define-color wm_title_unfocused shade(@theme_fg_color, 2.0);
|
||||
@define-color wm_title_unfocused_shadow shade(@theme_bg_color, 1.1);
|
||||
@define-color wm_border_focused shade(@theme_bg_color, 0.7);
|
||||
@define-color wm_border_unfocused shade(@theme_bg_color, 0.8);
|
||||
|
||||
/* lightdm greeter color scheme */
|
||||
@define-color lightdm_bg_color @bg_color;
|
||||
@define-color lightdm_fg_color @fg_color;
|
||||
|
||||
@import url("gtk-widgets.css");
|
||||
@import url("gtk-widgets-assets.css");
|
||||
|
|
@ -1,12 +0,0 @@
|
|||
[Desktop Entry]
|
||||
Type=X-GNOME-Metatheme
|
||||
Name=Bunsen-Blue-Dark
|
||||
Comment=
|
||||
Encoding=UTF-8
|
||||
|
||||
[X-GNOME-Metatheme]
|
||||
GtkTheme=Bunsen-Blue-Dark
|
||||
MetacityTheme=
|
||||
IconTheme=
|
||||
CursorTheme=
|
||||
ButtonLayout=:minimize,maximize,close
|
|
@ -1,93 +0,0 @@
|
|||
!! Bunsen-Blue-Dark by hhh (hsumen@bunsenlabs.org)
|
||||
|
||||
!! Menu settings
|
||||
|
||||
menu.title.bg: flat gradient vertical bevel1
|
||||
menu.title.bg.color: #3c3c3c
|
||||
menu.title.bg.colorTo: #3c3c3c
|
||||
menu.title.text.color: #d9d9d9
|
||||
menu.title.text.justify: right
|
||||
|
||||
menu.items.bg: flat solid
|
||||
menu.items.bg.color: #3C3C3C
|
||||
menu.items.text.color: #d9d9d9
|
||||
menu.items.disabled.text.color: #575757
|
||||
|
||||
menu.items.active.bg: flat gradient vertical bevel1
|
||||
menu.items.active.bg.color: #6699CC
|
||||
menu.items.active.bg.colorTo:#4F779E
|
||||
menu.items.active.text.color: #000000
|
||||
menu.bullet.selected.image.color: #000000
|
||||
|
||||
menu.separator.color: #535353
|
||||
|
||||
!! focused window settings
|
||||
|
||||
window.active.title.bg: flat gradient vertical bevel1
|
||||
window.active.title.bg.color: #595959
|
||||
window.active.title.bg.colorTo: #3C3C3C
|
||||
window.active.title.separator.color: #3C3C3C
|
||||
|
||||
window.active.handle.bg: flat gradient vertical bevel1
|
||||
window.active.handle.bg.color: #3C3C3C
|
||||
window.active.handle.bg.colorTo: #3C3C3C
|
||||
|
||||
window.active.grip.bg: parentrelative
|
||||
|
||||
window.active.label.bg: parentrelative
|
||||
window.active.label.text.color: #d9d9d9
|
||||
|
||||
window.*.button.*.bg: parentrelative
|
||||
window.active.button.*.image.color: #d9d9d9
|
||||
window.active.button.*.hover.image.color: #FFFFFF
|
||||
window.active.button.*.pressed.image.color: #000000
|
||||
window.active.button.disabled.image.color: #575757
|
||||
|
||||
!! unfocused window settings
|
||||
|
||||
window.inactive.title.bg: flat gradient vertical bevel1
|
||||
window.inactive.title.bg.color: #454545
|
||||
window.inactive.title.bg.colorTo: #3C3C3C
|
||||
window.inactive.title.separator.color: #3C3C3C
|
||||
|
||||
window.inactive.handle.bg: flat gradient vertical bevel1
|
||||
window.inactive.handle.bg.color: #3C3C3C
|
||||
window.inactive.handle.bg.colorTo: #3C3C3C
|
||||
|
||||
window.inactive.grip.bg: parentrelative
|
||||
|
||||
window.inactive.label.bg: parentrelative
|
||||
window.inactive.label.text.color: #999999
|
||||
|
||||
window.inactive.button.*.image.color: #999999
|
||||
window.inactive.button.*.hover.image.color: #FFFFFF
|
||||
window.inactive.button.*.pressed.image.color: #000000
|
||||
window.inactive.button.disabled.image.color: #575757
|
||||
|
||||
!! Global width settings
|
||||
border.Width: 1
|
||||
padding.width: 1
|
||||
window.handle.width: 0
|
||||
window.client.padding.width: 0
|
||||
menu.overlap: -6
|
||||
|
||||
!! Miscellaneous settings
|
||||
border.color: #3C3C3C
|
||||
|
||||
!! OSD
|
||||
osd.bg: flat gradient vertical bevel1
|
||||
osd.bg.color: #3c3c3c
|
||||
osd.bg.colorTo: #3c3c3c
|
||||
osd.label.bg: parentrelative
|
||||
osd.hilight.bg: flat solid
|
||||
osd.hilight.bg.color: #8c8c8c
|
||||
osd.unhilight.bg: flat solid
|
||||
osd.unhilight.bg.color: #3c3c3c
|
||||
osd.label.text.color: #e8e8e8
|
||||
|
||||
!! font me!
|
||||
window.label.text.justify: center
|
||||
window.active.label.text.font:shadow=n:shadowtint=-60:shadowoffset=1
|
||||
window.inactive.label.text.font:shadow=n:shadowtint=-60:shadowoffset=1
|
||||
menu.items.font:
|
||||
menu.title.text.font:shadow=n:shadowtint=70
|
|
@ -1,65 +0,0 @@
|
|||
# Bunsen-Blue-Dark by hhh (hsumen@bunsenlabs.org)
|
||||
# based on
|
||||
# Theme: waldorf Xfce4 notification theme
|
||||
# Description: A default theme for CrunchBang Waldorf
|
||||
# Author: Philip Newborough <corenominal@corenominal.org>
|
||||
# Web: http://crunchbang.org/
|
||||
# -------------------------------------------------------
|
||||
style "bunsen-notify-window"
|
||||
{
|
||||
bg[NORMAL] = "#3c3c3c"
|
||||
XfceNotifyWindow::border-color = "#3c3c3c"
|
||||
XfceNotifyWindow::border-color-hover = "#5C8AB8"
|
||||
XfceNotifyWindow::border-radius =0.0
|
||||
XfceNotifyWindow::border-width = 2.0
|
||||
XfceNotifyWindow::border-width-hover = 2.0
|
||||
XfceNotifyWindow::summary-bold = 1
|
||||
}
|
||||
class "XfceNotifyWindow" style "bunsen-notify-window"
|
||||
|
||||
style "bunsen-notify-button"
|
||||
{
|
||||
bg[NORMAL] = "#3c3c3c"
|
||||
bg[PRELIGHT] = "#545454"
|
||||
fg[NORMAL] = "#d9d9d9"
|
||||
fg[PRELIGHT] = "#d9d9d9"
|
||||
}
|
||||
|
||||
style "bunsen-notify-text"
|
||||
{
|
||||
fg[NORMAL] = "#d9d9d9"
|
||||
GtkWidget::link-color = "#a7a7a7"
|
||||
}
|
||||
|
||||
style "bunsen-notify-progressbar"
|
||||
{
|
||||
xthickness = 1
|
||||
ythickness = 1
|
||||
|
||||
bg[NORMAL] = "#5C8AB8"
|
||||
bg[SELECTED] = "#5C8AB8"
|
||||
bg[ACTIVE] = "#454545"
|
||||
|
||||
GtkProgressBar::min-vertical-bar-width = 4
|
||||
GtkProgressBar::min-horizontal-bar-height = 4
|
||||
|
||||
engine "murrine" {
|
||||
gradient_shades = {1.1,0.95,1.1,0.85}
|
||||
contrast = 0.5
|
||||
border_shades = { 0.9, 0.9 }
|
||||
progressbarstyle = 0
|
||||
}
|
||||
}
|
||||
|
||||
style "bunsen-summary"
|
||||
{
|
||||
font_name = "Bold"
|
||||
}
|
||||
|
||||
|
||||
widget "XfceNotifyWindow.*.summary" style "bunsen-summary"
|
||||
widget_class "XfceNotifyWindow.*.GtkButton*" style "bunsen-notify-button"
|
||||
widget_class "XfceNotifyWindow.*.<GtkLabel>" style "bunsen-notify-text"
|
||||
widget_class "XfceNotifyWindow.*.<GtkProgress>" style "bunsen-notify-progressbar"
|
||||
widget_class "XfceNotifyWindow.*.<GtkProgressBar>" style "bunsen-notify-progressbar"
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
# Bunsen-Blue by hhh (hsumen@bunsenlabs.org)
|
||||
|
|
@ -1,804 +0,0 @@
|
|||
# Author: hhh <hsumen@bunsenlabs.org>
|
||||
# Theme: Bunsen-Blue
|
||||
# based on "Greybird" by Simon Steinbeiß
|
||||
# Description: As is the original theme, this theme is 100% free and open source.
|
||||
|
||||
gtk-color-scheme = "bg_color:#CECECE\nselected_bg_color:#5C8AB8\nbase_color:#e6e6e6" # Background, base.
|
||||
gtk-color-scheme = "fg_color:#101010\nselected_fg_color:#000000\ntext_color:#101010" # Foreground, text.
|
||||
gtk-color-scheme = "tooltip_bg_color:#CECECE\ntooltip_fg_color:#101010" # Tooltips.
|
||||
gtk-color-scheme = "link_color:#4a90d9" # Hyperlinks
|
||||
gtk-color-scheme = "panel_bg:#CECECE" # same as bg_color
|
||||
gtk-color-scheme = "fm_color:#101010" # same as fg_color
|
||||
gtk-color-scheme = "bg_color_dark:#CECECE\ntext_color_dark:#101010"
|
||||
|
||||
gtk-icon-sizes = "panel-applications-menu=24,24:panel-menu=24,24:panel=16,16:gtk-button=16,16"
|
||||
gtk-button-images = 0 # Disables icons for buttons with text
|
||||
gtk-toolbar-style = 0 # Disables text in toolbar
|
||||
gtk-auto-mnemonics = 1 # Disables ugly lines under menu items
|
||||
|
||||
####################
|
||||
## Default Styles ##
|
||||
####################
|
||||
|
||||
style "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 = 15
|
||||
|
||||
GtkEntry ::honors-transparent-bg-hint = 1
|
||||
GtkEntry ::progress-border = { 3, 3, 3, 3 }
|
||||
GtkEntry ::state-hint = 0
|
||||
|
||||
GtkImage ::x-ayatana-indicator-dynamic = 1
|
||||
|
||||
GtkMenu ::horizontal-padding = 0
|
||||
GtkMenu ::vertical-padding = 0
|
||||
|
||||
GtkPaned ::handle-size = 3
|
||||
|
||||
GtkNotebook ::tab-overlap =-2
|
||||
|
||||
GtkProgressBar ::min-vertical-bar-width = 10
|
||||
GtkProgressBar ::min-horizontal-bar-height = 10
|
||||
|
||||
GtkRange ::trough-border = 0
|
||||
GtkRange ::slider-width = 10
|
||||
GtkRange ::stepper-size = 13
|
||||
GtkRange ::stepper_spacing = 0
|
||||
|
||||
GtkScale ::slider-length = 15
|
||||
GtkScale ::slider-width = 12
|
||||
GtkScale ::trough-side-details = 1
|
||||
|
||||
GtkScrollbar ::min-slider-length = 50
|
||||
#GtkScrollbar ::slider-width = 15 # Huh, Shimmer Project? This property isn't in the Reference Manual
|
||||
#GtkScrollbar ::activate-slider = 1 # Wha?
|
||||
#GtkScrollbar ::trough-border = 0 # Zah?
|
||||
GtkScrollbar ::has-backward-stepper = 1
|
||||
GtkScrollbar ::has-forward-stepper = 1
|
||||
|
||||
GtkScrolledWindow ::scrollbar-spacing = 0
|
||||
GtkScrolledWindow ::scrollbars-within-bevel = 1
|
||||
|
||||
GtkMenuBar ::internal-padding = 0
|
||||
GtkMenuBar ::window-dragging = 1
|
||||
|
||||
GtkExpander ::expander-size = 12
|
||||
GtkToolbar ::internal-padding = 0
|
||||
GtkTreeView ::expander-size = 10
|
||||
GtkTreeView ::vertical-separator = 0
|
||||
|
||||
GtkWidget ::focus-line-width = 1
|
||||
GtkWidget ::focus-padding = 0
|
||||
|
||||
GtkWindow ::resize-grip-height = 13
|
||||
GtkWindow ::resize-grip-width = 13
|
||||
|
||||
xthickness = 1
|
||||
ythickness = 1
|
||||
|
||||
fg[NORMAL] = @fg_color
|
||||
fg[PRELIGHT] = @selected_fg_color
|
||||
fg[SELECTED] = @selected_fg_color
|
||||
fg[ACTIVE] = @selected_fg_color
|
||||
fg[INSENSITIVE] = mix (0.4, @fg_color, @bg_color)
|
||||
|
||||
bg[NORMAL] = @bg_color
|
||||
bg[PRELIGHT] = shade (1.1, @bg_color)
|
||||
bg[SELECTED] = @selected_bg_color
|
||||
bg[INSENSITIVE] = @bg_color
|
||||
bg[ACTIVE] = @bg_color
|
||||
|
||||
base[NORMAL] = @base_color
|
||||
base[PRELIGHT] = shade (0.95, @bg_color)
|
||||
base[ACTIVE] = @selected_bg_color
|
||||
base[SELECTED] = @selected_bg_color
|
||||
base[INSENSITIVE] = @base_color
|
||||
|
||||
text[NORMAL] = @text_color
|
||||
text[PRELIGHT] = @selected_fg_color
|
||||
text[ACTIVE] = @fg_color
|
||||
text[SELECTED] = @selected_fg_color
|
||||
text[INSENSITIVE] = darker (@bg_color)
|
||||
|
||||
engine "murrine"
|
||||
{
|
||||
animation = FALSE
|
||||
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
|
||||
# default_button_color = mix (0.2, shade(0.9,@base_color), shade (0.9, @selected_bg_color))
|
||||
expanderstyle = 0
|
||||
focus_color = shade (0.8,@selected_bg_color)
|
||||
focusstyle = 2
|
||||
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
|
||||
handlestyle = 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 = 2 # 0 = nothing, 1 = dotted, 2 = solid
|
||||
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 = .9 # shade level for scrollbar's slider, comboboxstyle(1), and prelight state with gradient_colors
|
||||
progressbarstyle = 0 # 0 = nothing, 1 = stripes, 2 = lines
|
||||
reliefstyle = 3 # 0 = flat, 1 = inset, 2 = shadow
|
||||
rgba = FALSE # FALSE = disabled, TRUE = enabled
|
||||
roundness = 2 # 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 = 0 # 0 = Hard seperators 1 = Smooth seperators
|
||||
sliderstyle = 0 # 0 = nothing added, 1 = handles
|
||||
stepperstyle = 1 # 0 = standard, 1 = integrated stepper handles, 2 = unknown
|
||||
shadow_shades = { 1.0, 1.0 } # gradient for shadows.
|
||||
textstyle = 0 # 0 = normal text, 1 = inset
|
||||
toolbarstyle = 1 # 0 = flat, 1 = glassy, 2 = gradient
|
||||
trough_shades = { 0.75, 0.75 } # draw gradient on trough of GtkScrollbar and GtkProgressbar
|
||||
#trough_border_shades = { 0.9, 0.7 }
|
||||
}
|
||||
}
|
||||
|
||||
style "resize-grip"
|
||||
{
|
||||
engine "pixmap" {
|
||||
}
|
||||
}
|
||||
|
||||
style "paned" = "default"
|
||||
{
|
||||
engine "murrine"
|
||||
{
|
||||
contrast = 1.0
|
||||
}
|
||||
}
|
||||
|
||||
### THEME MODULES ###
|
||||
|
||||
style "dark" {
|
||||
|
||||
GtkMenuBar :: shadow-type = GTK_SHADOW_NONE
|
||||
|
||||
bg[NORMAL] = @bg_color_dark
|
||||
bg[ACTIVE] = shade (0.7, @bg_color_dark)
|
||||
bg[PRELIGHT] = shade (0.7, @bg_color_dark)
|
||||
bg[SELECTED] = shade (0.6, @bg_color_dark)
|
||||
|
||||
fg[NORMAL] = @text_color_dark
|
||||
fg[PRELIGHT] = @text_color_dark
|
||||
fg[ACTIVE] = @text_color_dark
|
||||
fg[SELECTED] = @text_color_dark
|
||||
|
||||
text[NORMAL] = @text_color_dark
|
||||
text[PRELIGHT] = @text_color_dark
|
||||
text[ACTIVE] = @text_color_dark
|
||||
text[SELECTED] = @text_color_dark
|
||||
|
||||
engine "murrine"
|
||||
{
|
||||
roundness = 0 # Roundness of menu items.
|
||||
}
|
||||
}
|
||||
|
||||
style "wide"
|
||||
{
|
||||
xthickness = 2
|
||||
ythickness = 2
|
||||
}
|
||||
|
||||
style "wider"
|
||||
{
|
||||
xthickness = 3
|
||||
ythickness = 3
|
||||
}
|
||||
|
||||
style "entry" = "wider"
|
||||
{
|
||||
bg[SELECTED] = mix (0.4, @selected_bg_color, @base_color)
|
||||
base[INSENSITIVE] = shade (1.06, @bg_color)
|
||||
fg[SELECTED] = @text_color
|
||||
|
||||
engine "murrine"
|
||||
{
|
||||
contrast = 0.4
|
||||
focus_color = mix (0.1, @bg_color, shade (0.8, @selected_bg_color))
|
||||
reliefstyle = 0
|
||||
border_shades = {1.03,0.8}
|
||||
}
|
||||
}
|
||||
|
||||
style "button" = "wider"
|
||||
{
|
||||
# bg[NORMAL] = shade (1.02, @bg_color)
|
||||
# bg[PRELIGHT] = shade (1.09, @bg_color)
|
||||
# bg[ACTIVE] = shade (0.85, @bg_color)
|
||||
# bg[SELECTED] = shade (0.5, @selected_bg_color)
|
||||
# bg[INSENSITIVE] = shade (0.95, @bg_color)
|
||||
|
||||
engine "murrine"
|
||||
{
|
||||
contrast = 0.9
|
||||
highlight_shade = 1.0
|
||||
lightborder_shade = 1.2
|
||||
gradient_shades = {1.05,1.0,0.97,0.97}
|
||||
border_shades = { 1.1, 0.9 }
|
||||
shadow_shades = {1.0,1.0}
|
||||
reliefstyle = 0
|
||||
roundness = 2
|
||||
}
|
||||
}
|
||||
|
||||
style "notebook-button" = "notebook-bg"
|
||||
{
|
||||
xthickness = 3 # Width of tabs and notebook borders.
|
||||
ythickness = 3
|
||||
}
|
||||
|
||||
style "notebook-bg"
|
||||
{
|
||||
bg[NORMAL] = shade (0.95, @base_color)
|
||||
bg[ACTIVE] = shade (0.97, @bg_color)
|
||||
fg[ACTIVE] = mix (0.8, @fg_color, shade (0.97, @bg_color))
|
||||
}
|
||||
|
||||
style "notebook" = "notebook-bg"
|
||||
{
|
||||
xthickness = 3 # Width of tabs and notebook borders.
|
||||
ythickness = 3 # Height of tabs and notebook borders.
|
||||
|
||||
engine "murrine" {
|
||||
contrast = .6
|
||||
gradient_shades = {1.1,1.05,1.05,1.0}
|
||||
#focusstyle = 2
|
||||
#lightborder_shade = 1.16
|
||||
}
|
||||
}
|
||||
|
||||
style "menu"
|
||||
{
|
||||
ythickness = 3
|
||||
xthickness = 0
|
||||
GtkMenuBar :: shadow-type = GTK_SHADOW_NONE
|
||||
|
||||
bg[SELECTED] = @selected_bg_color
|
||||
bg[NORMAL] = @bg_color
|
||||
bg[PRELIGHT] = @selected_bg_color
|
||||
bg[ACTIVE] = @bg_color
|
||||
bg[INSENSITIVE] = @bg_color
|
||||
fg[NORMAL] = @fg_color # Color for normal text.
|
||||
fg[PRELIGHT] = @selected_fg_color
|
||||
fg[SELECTED] = @selected_fg_color
|
||||
fg[ACTIVE] = @selected_fg_color
|
||||
fg[INSENSITIVE] = mix (0.4, @fg_color, @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] = @fg_color
|
||||
text[SELECTED] = @selected_fg_color
|
||||
text[ACTIVE] = @selected_fg_color
|
||||
text[INSENSITIVE] = mix (0.4, @fg_color, @bg_color)
|
||||
|
||||
engine "murrine"
|
||||
{
|
||||
roundness = 0 # Roundness of menu items.
|
||||
gradient_shades = {1.25,1.1,1.1,1.0}
|
||||
contrast = 0.9
|
||||
lightborder_shade = 1.5
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
style "menubar" = "menu"
|
||||
{
|
||||
xthickness = 3
|
||||
ythickness = 2
|
||||
|
||||
bg[NORMAL] = @bg_color
|
||||
|
||||
engine "murrine"
|
||||
{
|
||||
roundness = 0
|
||||
}
|
||||
}
|
||||
|
||||
style "menubar-menuitem"
|
||||
{
|
||||
ythickness = 4
|
||||
xthickness = 2
|
||||
|
||||
bg[PRELIGHT] = @selected_bg_color
|
||||
bg[SELECTED] = @selected_bg_color
|
||||
fg[NORMAL] = @fg_color
|
||||
fg[PRELIGHT] = @selected_fg_color
|
||||
fg[SELECTED] = @selected_fg_color
|
||||
text[NORMAL] = @fg_color
|
||||
text[PRELIGHT] = @selected_fg_color
|
||||
text[SELECTED] = @selected_fg_color
|
||||
|
||||
engine "murrine"
|
||||
{
|
||||
lightborder_shade = 1.5
|
||||
}
|
||||
}
|
||||
|
||||
style "separator-menu-item"
|
||||
{
|
||||
xthickness = 1
|
||||
ythickness = 0
|
||||
|
||||
GtkSeparatorMenuItem::horizontal-padding = 2
|
||||
|
||||
GtkWidget::wide-separators = 1
|
||||
GtkWidget::separator-width = 1
|
||||
GtkWidget::separator-height = 7
|
||||
}
|
||||
|
||||
style "treeview"
|
||||
{
|
||||
bg[NORMAL] = @bg_color
|
||||
engine "murrine"
|
||||
{
|
||||
roundness = 0
|
||||
gradient_shades = {1.3,1.2,1.2,1.1}
|
||||
}
|
||||
}
|
||||
|
||||
style "treeview-header" = "button"
|
||||
{
|
||||
xthickness = 2
|
||||
ythickness = 1
|
||||
|
||||
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.
|
||||
|
||||
engine "murrine"
|
||||
{
|
||||
roundness = 0 # This makes treeview progressbars square.
|
||||
gradient_shades = {0.98,1.0,1.3,1.35}
|
||||
}
|
||||
}
|
||||
|
||||
style "frame-title"
|
||||
{
|
||||
fg[NORMAL] = @fg_color
|
||||
}
|
||||
|
||||
style "tooltips" = "wider"
|
||||
{
|
||||
xthickness = 7
|
||||
ythickness = 4
|
||||
|
||||
bg[NORMAL] = @tooltip_bg_color
|
||||
bg[SELECTED] = @selected_bg_color
|
||||
fg[NORMAL] = @tooltip_fg_color
|
||||
|
||||
engine "murrine"
|
||||
{
|
||||
roundness = 0
|
||||
rgba = FALSE
|
||||
}
|
||||
}
|
||||
|
||||
style "progressbar"
|
||||
{
|
||||
xthickness = 0
|
||||
ythickness = 0
|
||||
|
||||
fg[PRELIGHT] = @selected_fg_color
|
||||
bg[NORMAL] = shade (1.05, @bg_color)
|
||||
bg[SELECTED] = shade (1.05, @selected_bg_color)
|
||||
|
||||
engine "murrine"
|
||||
{
|
||||
gradient_shades = {1.15,1.05,1.0,0.95}
|
||||
trough_shades = {1.15, 1.15}
|
||||
trough_border_shades = { 0.8, 0.7 }
|
||||
roundness = 1
|
||||
contrast = 0.8
|
||||
border_shades = { 1.0, 0.8 }
|
||||
lightborder_shade = 1.1
|
||||
glowstyle = 0
|
||||
glow_shade = 1.0
|
||||
}
|
||||
}
|
||||
|
||||
style "scrollbar"
|
||||
{
|
||||
GtkScrollbar::stepper-size = 0
|
||||
GtkScrollbar::arrow-scaling = 0.0
|
||||
|
||||
bg[NORMAL] = shade (0.85, @selected_bg_color)
|
||||
bg[ACTIVE] = shade (0.85, @selected_bg_color)
|
||||
bg[PRELIGHT] = shade (0.70, @selected_bg_color)
|
||||
bg[INSENSITIVE] = shade (0.70, @selected_bg_color)
|
||||
|
||||
engine "murrine"
|
||||
{
|
||||
colorize_scrollbar = FALSE
|
||||
roundness = 0
|
||||
border_shades = {1.0, 1.0}
|
||||
trough_shades = {0.95, 0.95}
|
||||
contrast = 0.05
|
||||
gradient_shades = {1.06,1.06,1.04,1.04}
|
||||
}
|
||||
}
|
||||
|
||||
style "hscrollbar" {
|
||||
}
|
||||
|
||||
style "vscrollbar" {
|
||||
}
|
||||
|
||||
style "statusbar"
|
||||
{
|
||||
xthickness = 2
|
||||
}
|
||||
|
||||
style "comboboxentry"
|
||||
{
|
||||
xthickness = 4
|
||||
text[NORMAL] = @text_color
|
||||
text[PRELIGHT] = @text_color
|
||||
|
||||
fg[NORMAL] = @text_color
|
||||
fg[PRELIGHT] = @text_color
|
||||
|
||||
engine "murrine"
|
||||
{
|
||||
contrast = 0.4
|
||||
reliefstyle = 0
|
||||
border_shades = {1.03,0.8}
|
||||
shadow_shades = {0.5,0.0}
|
||||
}
|
||||
}
|
||||
|
||||
style "combo" = "comboboxentry"
|
||||
{
|
||||
bg[ACTIVE] = shade (0.85, @bg_color) # Color for pressed-spinbuttons.
|
||||
}
|
||||
|
||||
style "spin" = "combo"
|
||||
{
|
||||
engine "murrine"
|
||||
{
|
||||
border_shades = {0.7, 0.8}
|
||||
}
|
||||
}
|
||||
|
||||
style "scale" = "button"
|
||||
{
|
||||
GtkWidget ::focus-line-width = 0
|
||||
GtkWidget ::focus-padding = 0
|
||||
|
||||
bg[ACTIVE] = shade (0.86, @bg_color)
|
||||
bg[NORMAL] = shade (1.30, @bg_color)
|
||||
bg[PRELIGHT] = mix (0.4, shade (0.9, @selected_bg_color), shade (1.05, @bg_color))
|
||||
bg[SELECTED] = shade (0.9, @selected_bg_color)
|
||||
bg[INSENSITIVE] = shade (0.98, @bg_color)
|
||||
|
||||
engine "murrine"
|
||||
{
|
||||
border_shades = {1.0, 0.75}
|
||||
contrast = 1.10
|
||||
lightborderstyle = 1
|
||||
roundness = 2
|
||||
trough_shades = {0.9, 1.1}
|
||||
trough_border_shades = {1.20, 1.20}
|
||||
}
|
||||
}
|
||||
|
||||
style "vscale" = "scale"
|
||||
{
|
||||
}
|
||||
|
||||
style "hscale" = "scale"
|
||||
{
|
||||
}
|
||||
|
||||
style "radiocheck"
|
||||
{
|
||||
bg[NORMAL] = shade (1.06, @bg_color)
|
||||
bg[PRELIGHT] = shade (1.06, @bg_color)
|
||||
bg[ACTIVE] = shade (0.85, @bg_color)
|
||||
bg[SELECTED] = @base_color
|
||||
bg[INSENSITIVE] = shade (0.95, @bg_color)
|
||||
text[PRELIGHT] = shade (0.8, @selected_bg_color)
|
||||
fg[ACTIVE] = @fg_color
|
||||
fg[INSENSITIVE] = mix (0.4, @fg_color, @bg_color)
|
||||
|
||||
engine "murrine"
|
||||
{
|
||||
border_shades = { 0.9, 0.8 }
|
||||
contrast = 0.8
|
||||
lightborder_shade = 1.5
|
||||
}
|
||||
}
|
||||
|
||||
style "toolbar" = "default"
|
||||
{
|
||||
engine "murrine"
|
||||
{
|
||||
contrast = 1.13
|
||||
lightborder_shade = 1.0
|
||||
gradient_shades = {1.0,0.94,0.94,0.88}
|
||||
}
|
||||
}
|
||||
|
||||
style "toolbar-separator" {
|
||||
xthickness = 0
|
||||
ythickness = 1
|
||||
|
||||
GtkVSeparator::vertical-padding = 0
|
||||
GtkWidget::wide-separators = 1
|
||||
GtkWidget::separator-width = 7
|
||||
GtkWidget::separator-height = 1
|
||||
|
||||
|
||||
engine "murrine" {
|
||||
contrast = 1.0
|
||||
separatorstyle = 0
|
||||
}
|
||||
}
|
||||
|
||||
style "infobar" {
|
||||
engine "murrine" {
|
||||
}
|
||||
}
|
||||
|
||||
style "nautilus_location" {
|
||||
bg[NORMAL] = mix (0.60, shade (1.05, @bg_color), @selected_bg_color)
|
||||
}
|
||||
|
||||
style "xfce-header"
|
||||
{
|
||||
base[NORMAL] = shade (1.18, @bg_color)
|
||||
engine "murrine"
|
||||
{
|
||||
textstyle = 1
|
||||
text_shade = 0.85
|
||||
}
|
||||
}
|
||||
|
||||
style "xfwm-tabwin"
|
||||
{
|
||||
Xfwm4TabwinWidget::border-width = 1
|
||||
Xfwm4TabwinWidget::icon-size = 64
|
||||
|
||||
bg[NORMAL] = @bg_color
|
||||
bg[SELECTED] = @selected_bg_color
|
||||
fg[NORMAL] = @fg_color
|
||||
base[SELECTED] = @base_color
|
||||
|
||||
engine "murrine"
|
||||
{
|
||||
focusstyle = 0
|
||||
}
|
||||
}
|
||||
|
||||
style "xfdesktop-icon-view"
|
||||
{
|
||||
font_name = "bold"
|
||||
XfdesktopIconView::label-alpha = 0
|
||||
XfdesktopIconView::selected-label-alpha = 60
|
||||
fg[NORMAL] = shade (0.9, @selected_fg_color)
|
||||
fg[ACTIVE] = @selected_fg_color
|
||||
engine "murrine"
|
||||
{
|
||||
textstyle = 5
|
||||
text_shade = 0.05
|
||||
}
|
||||
}
|
||||
|
||||
style "xfsm-logout"
|
||||
{
|
||||
GtkDialog::content-area-border = 12
|
||||
GtkDialog::content-area-spacing = 6
|
||||
GtkDialog::action-area-spacing = 0
|
||||
|
||||
bg[NORMAL] = @bg_color
|
||||
bg[SELECTED] = @bg_color # Border around the dialog
|
||||
fg[NORMAL] = @fg_color
|
||||
|
||||
engine "murrine"
|
||||
{
|
||||
contrast = 1.2
|
||||
highlight_shade = 1.00
|
||||
lightborder_shade = 1.95
|
||||
gradient_shades = {1.2,1.1,0.95,0.93}
|
||||
border_shades = { 1.2,0.95 }
|
||||
reliefstyle = 2
|
||||
shadow_shades = { 1.3, 1.7 }
|
||||
}
|
||||
}
|
||||
|
||||
style "calendar"
|
||||
{
|
||||
fg[NORMAL] = @fg_color
|
||||
fg[PRELIGHT] = @selected_fg_color
|
||||
bg[NORMAL] = @bg_color
|
||||
bg[PRELIGHT] = @selected_bg_color
|
||||
}
|
||||
|
||||
style "overlay-scrollbar"
|
||||
{
|
||||
bg[SELECTED] = shade (1.0, @selected_bg_color)
|
||||
bg[INSENSITIVE] = shade (0.85, @bg_color)
|
||||
bg[ACTIVE] = shade (0.6, @bg_color)
|
||||
}
|
||||
|
||||
###############################################################################
|
||||
# The following part of the gtkrc applies the different styles to the widgets.
|
||||
###############################################################################
|
||||
|
||||
class "GtkWindow*" style "resize-grip"
|
||||
|
||||
# Murrine default style is applied to every widget.
|
||||
class "GtkWidget" style "default"
|
||||
|
||||
# Increase the x/ythickness in some widgets.
|
||||
class "GtkFrame" style "wide"
|
||||
class "GtkEntry" style "entry"
|
||||
class "GtkSeparator" style "wide"
|
||||
class "GtkCalendar" style "wide"
|
||||
class "GtkToolbar" style "toolbar"
|
||||
class "GtkHandleBox*" style "toolbar"
|
||||
class "GtkStatusbar" style "resize-grip"
|
||||
|
||||
class "GtkSpinButton" style "spin"
|
||||
class "GtkScale" style "scale"
|
||||
class "GtkVScale" style "vscale"
|
||||
class "GtkHScale" style "hscale"
|
||||
|
||||
class "GtkScrollbar" style "scrollbar"
|
||||
class "GtkVScrollbar" style "scrollbar"
|
||||
class "GtkHScrollbar" style "scrollbar"
|
||||
|
||||
class "GtkRadio*" style "radiocheck"
|
||||
class "GtkCheck*" style "radiocheck"
|
||||
|
||||
# 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.
|
||||
#widget_class "*<GtkNotebook>*<GtkEventBox>" style "notebook"
|
||||
#widget_class "*<GtkNotebook>*<GtkScrolledWindow>" style "notebook"
|
||||
#widget_class "*<GtkNotebook>*<GtkDrawingArea>" style "notebook"
|
||||
#widget_class "*<GtkNotebook>*<GtkLayout>" style "notebook"
|
||||
#widget_class "*<GtkNotebook>*<GtkLabel>" style "notebook-button"
|
||||
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 "*<GtkNotebook>*<GtkToolbar>" style "notebook-bg"
|
||||
widget_class "*<GtkNotebook>*<GtkLabel>" style "notebook-bg"
|
||||
|
||||
widget_class "*<GtkButton>" style "button"
|
||||
widget_class "*<GtkNotebook>" style "notebook"
|
||||
widget_class "*<GtkStatusbar>*" style "statusbar"
|
||||
|
||||
widget_class "*<GtkNotebook>*<GtkButton>" style "notebook-button"
|
||||
widget_class "*<GtkNotebook>*<GtkButton>*<GtkLabel>" style "notebook-button"
|
||||
|
||||
widget_class "*<GtkComboBoxEntry>*" style "comboboxentry"
|
||||
widget_class "*<GtkCombo>*" style "combo"
|
||||
widget_class "*<GtkViewport>*" style "wider"
|
||||
widget_class "*<GtkEntry>*" style "wider"
|
||||
|
||||
widget_class "*<GtkMenuBar>.<GtkMenuItem>*" style "menubar-menuitem"
|
||||
widget_class "*<GtkMenu>*" style "menu"
|
||||
widget_class "*<GtkMenuBar>*" style "menubar"
|
||||
widget_class "*<GtkSeparatorMenuItem>*" style "separator-menu-item"
|
||||
# Scale widget in menus (e.g. ubuntu's sound indicator)
|
||||
widget_class "*<GtkMenuItem>.*.<GtkScale>" style "scale"
|
||||
|
||||
widget_class "*.<GtkFrame>.<GtkLabel>" style "frame-title"
|
||||
widget_class "*.<GtkTreeView>*" style "treeview"
|
||||
|
||||
widget_class "*GtkCalendar*" style "calendar"
|
||||
|
||||
widget_class "*GtkHPaned" style "paned"
|
||||
widget_class "*GtkVPaned" style "paned"
|
||||
|
||||
widget_class "*<GtkProgress>" style "progressbar"
|
||||
widget_class "*<GtkProgressBar>" style "progressbar"
|
||||
|
||||
widget_class "*<GtkRadioButton>*" style "radiocheck"
|
||||
widget_class "*<GtkCheckButton>*" style "radiocheck"
|
||||
|
||||
# Treeview header
|
||||
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"
|
||||
widget_class "*GnmSimpleCanvas*" style "treeview-header" # Gnumeric treeview-headers
|
||||
|
||||
# Xfce specific theming
|
||||
widget_class "*XfceHeading*" style "xfce-header"
|
||||
widget "xfwm4-tabwin*" style "xfwm-tabwin"
|
||||
widget_class "*XfsmLogoutDialog*" style "xfsm-logout"
|
||||
widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view"
|
||||
|
||||
widget_class "*<OsScrollbar>" style "overlay-scrollbar"
|
||||
widget_class "*<OsThumb>" style "overlay-scrollbar"
|
||||
|
||||
# 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"
|
||||
|
||||
###################################################
|
||||
# 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"
|
||||
|
||||
# Work around for http://bugzilla.gnome.org/show_bug.cgi?id=382646
|
||||
# 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 "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 "text-is-fg-color-workaround"
|
||||
|
||||
style "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 "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 set.
|
||||
style "fg-is-text-color-workaround"
|
||||
{
|
||||
fg[NORMAL] = @text_color
|
||||
fg[PRELIGHT] = @selected_fg_color
|
||||
fg[ACTIVE] = @selected_fg_color
|
||||
fg[SELECTED] = @selected_fg_color
|
||||
fg[INSENSITIVE] = mix (0.4, @text_color, @bg_color)
|
||||
}
|
||||
widget_class "*<GtkListItem>*" style "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 "fg-is-text-color-workaround"
|
||||
widget_class "*<EelEditableLabel>" style "fg-is-text-color-workaround"
|
||||
|
||||
# panel theming###
|
||||
#include "apps/xfce-panel.rc"
|
||||
|
||||
|
||||
# application specific theming###
|
||||
include "apps/chromium.rc"
|
||||
#include "apps/claws-mail.rc"
|
||||
#include "apps/gmusicbrowser.rc"
|
||||
#include "apps/terminal.rc"
|
||||
#include "apps/thunar.rc"
|
||||
|
|
@ -1,316 +0,0 @@
|
|||
/***********************
|
||||
* fallback mode panel *
|
||||
***********************/
|
||||
PanelWidget,
|
||||
PanelApplet,
|
||||
PanelToplevel {
|
||||
padding: 0;
|
||||
background-image: linear-gradient(to bottom,
|
||||
shade(@panel_bg_color, 1.5),
|
||||
shade(@panel_bg_color, 1.05)
|
||||
);
|
||||
|
||||
color: @panel_fg_color;
|
||||
}
|
||||
|
||||
PanelApplet {
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
PanelSeparator {
|
||||
border-width: 0;
|
||||
background-image: linear-gradient(to bottom,
|
||||
shade(@panel_bg_color, 1.5),
|
||||
shade(@panel_bg_color, 1.05)
|
||||
);
|
||||
|
||||
color: @panel_fg_color;
|
||||
}
|
||||
|
||||
.gnome-panel-menu-bar,
|
||||
PanelApplet > GtkMenuBar.menubar,
|
||||
PanelApplet > GtkMenuBar.menubar.menuitem,
|
||||
PanelMenuBar.menubar,
|
||||
PanelMenuBar.menubar.menuitem {
|
||||
-PanelMenuBar-icon-visible: true;
|
||||
|
||||
border-width: 0;
|
||||
background-image: linear-gradient(to bottom,
|
||||
shade(@panel_bg_color, 1.5),
|
||||
shade(@panel_bg_color, 1.05)
|
||||
);
|
||||
}
|
||||
|
||||
PanelAppletFrame {
|
||||
border-width: 0;
|
||||
background-color: @panel_bg_color;
|
||||
background-image: linear-gradient(to bottom,
|
||||
shade(@panel_bg_color, 1.5),
|
||||
shade(@panel_bg_color, 1.05)
|
||||
);
|
||||
}
|
||||
|
||||
PanelApplet .button {
|
||||
-GtkButton-inner-border: 2;
|
||||
|
||||
border-width: 0 1px;
|
||||
border-radius: 0;
|
||||
border-color: transparent;
|
||||
background-image: linear-gradient(to bottom,
|
||||
shade(@panel_bg_color, 1.5),
|
||||
shade(@panel_bg_color, 1.05)
|
||||
);
|
||||
|
||||
color: @panel_fg_color;
|
||||
|
||||
text-shadow: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
PanelApplet .button:active {
|
||||
border-width: 0 1px;
|
||||
border-radius: 0;
|
||||
border-color: shade(@panel_bg_color, 0.7);
|
||||
background-image: linear-gradient(to bottom,
|
||||
shade(@panel_bg_color, 0.85),
|
||||
shade(@panel_bg_color, 1.0)
|
||||
);
|
||||
}
|
||||
|
||||
PanelApplet .button:prelight {
|
||||
border-width: 0 1px;
|
||||
border-radius: 0;
|
||||
border-color: shade(@panel_bg_color, 0.7);
|
||||
background-image: linear-gradient(to bottom,
|
||||
shade(@panel_bg_color, 1.7),
|
||||
shade(@panel_bg_color, 1.25)
|
||||
);
|
||||
}
|
||||
|
||||
PanelApplet .button:active:prelight {
|
||||
border-width: 0 1px;
|
||||
border-radius: 0;
|
||||
border-color: shade(@panel_bg_color, 0.7);
|
||||
background-image: linear-gradient(to bottom,
|
||||
shade(@panel_bg_color, 0.85),
|
||||
shade(@panel_bg_color, 1.0)
|
||||
);
|
||||
}
|
||||
|
||||
WnckPager, WnckTasklist {
|
||||
background-color: @panel_bg_color;
|
||||
}
|
||||
|
||||
/************
|
||||
* nautilus *
|
||||
************/
|
||||
.nautilus-canvas-item {
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.nautilus-desktop.nautilus-canvas-item {
|
||||
color: white;
|
||||
text-shadow: 1px 1px black;
|
||||
}
|
||||
|
||||
.nautilus-desktop.nautilus-canvas-item:active {
|
||||
color: @theme_fg_color;
|
||||
}
|
||||
|
||||
.nautilus-desktop.nautilus-canvas-item:selected {
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
||||
|
||||
.nautilus-desktop.nautilus-canvas-item:active,
|
||||
.nautilus-desktop.nautilus-canvas-item:prelight,
|
||||
.nautilus-desktop.nautilus-canvas-item:selected {
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
NautilusWindow .toolbar {
|
||||
border-width: 0 0 1px;
|
||||
border-style: solid;
|
||||
border-color: shade(@toolbar_bg_color, 0.8);
|
||||
}
|
||||
|
||||
NautilusWindow .sidebar .frame {
|
||||
border-style: none;
|
||||
}
|
||||
|
||||
NautilusWindow > GtkGrid > .pane-separator,
|
||||
NautilusWindow > GtkGrid > .pane-separator:hover {
|
||||
border-width: 0 1px 0 1px;
|
||||
border-style: solid;
|
||||
border-color: shade(@theme_bg_color, 0.8);
|
||||
background-color: mix(shade(@theme_base_color, 0.9), shade(@theme_selected_bg_color, 1.35), 0.1);
|
||||
}
|
||||
|
||||
NautilusNotebook.notebook {
|
||||
border-right-width: 0;
|
||||
border-left-width: 0;
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
|
||||
NautilusNotebook .frame {
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
NautilusQueryEditor .primary-toolbar.toolbar {
|
||||
border-top-width: 0;
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
|
||||
NautilusQueryEditor .toolbar {
|
||||
padding-top: 3px;
|
||||
padding-bottom: 2px;
|
||||
border-width: 1px 0 0 0;
|
||||
border-style: solid;
|
||||
border-color: @toolbar_bg_color;
|
||||
background-color: shade(@toolbar_bg_color, 0.9);
|
||||
}
|
||||
|
||||
NautilusQueryEditor .toolbar:nth-child(2) {
|
||||
border-color: shade(@toolbar_bg_color, 0.8);
|
||||
}
|
||||
|
||||
NautilusQueryEditor .toolbar:last-child,
|
||||
NautilusQueryEditor .primary-toolbar.toolbar:only-child {
|
||||
border-bottom-width: 1px;
|
||||
border-bottom-color: shade(@toolbar_bg_color, 0.8);
|
||||
}
|
||||
|
||||
/******************
|
||||
* gnome terminal *
|
||||
******************/
|
||||
VteTerminal {
|
||||
background-color: @theme_base_color;
|
||||
color: @theme_text_color;
|
||||
}
|
||||
|
||||
TerminalWindow GtkNotebook.notebook {
|
||||
border-right-width: 0;
|
||||
border-bottom-width: 0;
|
||||
border-left-width: 0;
|
||||
}
|
||||
|
||||
/*********
|
||||
* gedit *
|
||||
*********/
|
||||
GeditWindow .pane-separator,
|
||||
GeditWindow .pane-separator:hover {
|
||||
border-width: 0 1px 1px 1px;
|
||||
border-style: solid;
|
||||
border-color: shade(@theme_bg_color, 0.8);
|
||||
background-color: @theme_bg_color;
|
||||
color: shade(@theme_bg_color, 0.8);
|
||||
}
|
||||
|
||||
GeditPanel.title GtkLabel {
|
||||
padding: 5px 0;
|
||||
}
|
||||
|
||||
GeditPanel.vertical .title {
|
||||
padding: 5px 0 4px 3px;
|
||||
border-style: none;
|
||||
}
|
||||
|
||||
GeditPanel .toolbar {
|
||||
border-style: none;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
GeditDocumentsPanel .view {
|
||||
background-color: mix(shade(@theme_base_color, 0.9), shade(@theme_selected_bg_color, 1.35), 0.1);
|
||||
}
|
||||
|
||||
GeditPanel.vertical .notebook {
|
||||
padding: 0;
|
||||
border-width: 1px 0;
|
||||
}
|
||||
|
||||
GeditPanel.horizontal .notebook {
|
||||
padding: 0;
|
||||
border-width: 0 1px 1px 0;
|
||||
}
|
||||
|
||||
GeditWindow .notebook {
|
||||
border-width: 1px 0;
|
||||
}
|
||||
|
||||
GeditPanel .notebook tab,
|
||||
GeditWindow .notebook tab {
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
GeditStatusComboBox .button,
|
||||
GeditStatusComboBox .button:hover,
|
||||
GeditStatusComboBox .button:active,
|
||||
GeditStatusComboBox .button:active:hover {
|
||||
padding: 1px 6px 2px 4px;
|
||||
border-style: solid;
|
||||
border-width: 0 1px;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
GeditStatusComboBox .button:hover,
|
||||
GeditStatusComboBox .button:active,
|
||||
GeditStatusComboBox .button:active:hover {
|
||||
border-color: shade(@theme_bg_color, 0.8);
|
||||
}
|
||||
|
||||
GeditViewFrame .gedit-search-slider {
|
||||
padding: 4px;
|
||||
border-radius: 0 0 3px 3px;
|
||||
border-width: 0 1px 1px 1px;
|
||||
border-style: solid;
|
||||
border-color: shade(@theme_base_color, 0.8);
|
||||
background-color: @theme_base_color;
|
||||
}
|
||||
|
||||
GeditViewFrame .gedit-search-slider .not-found {
|
||||
background-color: @error_bg_color;
|
||||
background-image: none;
|
||||
color: @error_fg_color;
|
||||
}
|
||||
|
||||
GeditViewFrame .gedit-search-slider .not-found:selected {
|
||||
background-color: @theme_selected_bg_color;
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
||||
|
||||
GeditFileBrowserWidget .primary-toolbar.toolbar {
|
||||
padding: 2px;
|
||||
border-top: none;
|
||||
background-color: @theme_bg_color;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
/***************
|
||||
* font-viewer *
|
||||
***************/
|
||||
SushiFontWidget {
|
||||
padding: 6px 12px;
|
||||
}
|
||||
|
||||
/*************
|
||||
* gucharmap *
|
||||
*************/
|
||||
GucharmapChartable {
|
||||
background-color: @theme_base_color;
|
||||
color: @theme_text_color;
|
||||
}
|
||||
|
||||
GucharmapChartable:active,
|
||||
GucharmapChartable:focus,
|
||||
GucharmapChartable:selected {
|
||||
background-color: @theme_selected_bg_color;
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
||||
|
||||
/*************
|
||||
* evolution *
|
||||
*************/
|
||||
EPreviewPane .entry {
|
||||
background-color: @theme_base_color;
|
||||
color: @theme_text_color;
|
||||
}
|
|
@ -1,687 +0,0 @@
|
|||
/********************
|
||||
* dynamic notebook *
|
||||
********************/
|
||||
.dynamic-notebook {
|
||||
background-color: shade(@theme_bg_color, 1.05);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.dynamic-notebook GtkLabel,
|
||||
.dynamic-notebook GtkImage {
|
||||
color: alpha(@theme_fg_color, 0.5);
|
||||
}
|
||||
|
||||
.dynamic-notebook .notebook {
|
||||
-GtkNotebook-tab-overlap: 3px;
|
||||
-GtkNotebook-initial-gap: 12px;
|
||||
|
||||
border-width: 1px 0 0 0;
|
||||
border-color: shade(@theme_bg_color, 0.8);
|
||||
border-radius: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.dynamic-notebook .notebook tab {
|
||||
padding: 3px;
|
||||
border-width: 1px;
|
||||
border-color: shade(@theme_bg_color, 0.9);
|
||||
border-radius: 3px;
|
||||
background-color: @theme_bg_color;
|
||||
background-image: none;
|
||||
color: @theme_fg_color;
|
||||
}
|
||||
|
||||
.dynamic-notebook .notebook tab:active {
|
||||
border-color: shade(@theme_bg_color, 0.8);
|
||||
background-color: shade(@theme_bg_color, 1.05);
|
||||
color: @theme_fg_color;
|
||||
}
|
||||
|
||||
.dynamic-notebook .notebook tab .entry {
|
||||
border-radius: 3px;
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
.dynamic-notebook .button:hover,
|
||||
.dynamic-notebook .button:hover:active,
|
||||
.dynamic-notebook .notebook .button,
|
||||
.dynamic-notebook .notebook .button:hover,
|
||||
.dynamic-notebook .notebook .button:hover:active {
|
||||
border-color: shade(@theme_bg_color, 0.7);
|
||||
background-color: shade(@theme_bg_color, 1.10);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.dynamic-notebook .button:hover:active,
|
||||
.dynamic-notebook .notebook .button:hover:active {
|
||||
border-color: shade(@theme_bg_color, 0.6);
|
||||
background-color: shade(@theme_bg_color, 0.85);
|
||||
color: shade(@theme_fg_color, 0.7);
|
||||
}
|
||||
|
||||
.dynamic-notebook .menu GtkLabel {
|
||||
color: @menu_fg;
|
||||
}
|
||||
|
||||
/****************
|
||||
* content view *
|
||||
****************/
|
||||
.content-view-window {
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-color: shade(@theme_base_color, 0.8);
|
||||
border-radius: 2px;
|
||||
background-color:@theme_base_color;
|
||||
background-image: none;
|
||||
color: @theme_text_color;
|
||||
}
|
||||
|
||||
.content-view,
|
||||
.content-view GtkViewport {
|
||||
background-color: @theme_base_color;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.content-view * {
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.content-view .entry {
|
||||
background-color: @theme_base_color;
|
||||
background-image: none;
|
||||
color: @theme_text_color;
|
||||
}
|
||||
|
||||
.content-view .button {
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-color: shade(@theme_base_color, 0.8);
|
||||
border-radius: 2px;
|
||||
background-color: shade(@theme_base_color, 1.02);
|
||||
background-image: none;
|
||||
color: @theme_text_color;
|
||||
}
|
||||
|
||||
.content-view .button:hover {
|
||||
border-color: shade(@theme_base_color, 0.7);
|
||||
background-color: shade(@theme_base_color, 1.10);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.content-view .button:active {
|
||||
border-color: shade(@theme_base_color, 0.6);
|
||||
background-color: shade(@theme_base_color, 0.85);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.content-view .button:active:hover {
|
||||
border-color: shade(@theme_base_color, 0.7);
|
||||
color: shade(@theme_text_color, 1.10);
|
||||
}
|
||||
|
||||
.content-view .button:insensitive {
|
||||
border-color: shade(@theme_base_color, 0.8);
|
||||
background-color: shade(@theme_base_color, 0.95);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.content-view .help_button * {
|
||||
color: @theme_text_color;
|
||||
}
|
||||
|
||||
.content-view .toolbar {
|
||||
-GtkWidget-window-dragging: true;
|
||||
|
||||
padding: 1px;
|
||||
border-width: 0 0 1px 0;
|
||||
border-style: solid;
|
||||
border-color: shade(@theme_base_color, 0.8);
|
||||
background-color: @theme_base_color;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.content-view .menu {
|
||||
padding: 0;
|
||||
border-radius: 0;
|
||||
border-style: none;
|
||||
background-color: @menu_bg_color;
|
||||
background-image: none;
|
||||
color: @menu_fg_color;
|
||||
}
|
||||
|
||||
/**************
|
||||
* sourcelist *
|
||||
**************/
|
||||
.source-list,
|
||||
.source-list.view {
|
||||
border-radius: 0;
|
||||
background-color: @theme_bg_color;
|
||||
background-image: none;
|
||||
color: mix(@theme_fg_color, @theme_bg_color, 0.1);
|
||||
}
|
||||
|
||||
.source-list {
|
||||
-GtkTreeView-horizontal-separator: 1;
|
||||
-GtkTreeView-vertical-separator: 1;
|
||||
}
|
||||
|
||||
.source-list.view:selected,
|
||||
.source-list.view:prelight:selected {
|
||||
border-width: 1px 0;
|
||||
border-style: solid;
|
||||
border-top-color: shade(@theme_bg_color, 0.85);
|
||||
border-bottom-color: shade(@theme_bg_color, 1.12);
|
||||
background-image: linear-gradient(to bottom,
|
||||
shade(mix(shade(@theme_base_color, 0.9), shade(@theme_selected_bg_color, 1.35), 0.1), 0.87),
|
||||
shade(mix(shade(@theme_base_color, 0.9), shade(@theme_selected_bg_color, 1.35), 0.1), 0.95) 10%,
|
||||
shade(mix(shade(@theme_base_color, 0.9), shade(@theme_selected_bg_color, 1.35), 0.1), 0.99) 92%,
|
||||
shade(mix(shade(@theme_base_color, 0.9), shade(@theme_selected_bg_color, 1.35), 0.1), 0.92)
|
||||
);
|
||||
|
||||
color: mix(@theme_text_color, @theme_base_color, 0.3);
|
||||
}
|
||||
|
||||
.source-list.view:prelight {
|
||||
border-color: mix(shade(@theme_base_color, 0.9), shade(@theme_selected_bg_color, 1.35), 0.3);
|
||||
background-color: mix(shade(@theme_base_color, 0.9), shade(@theme_selected_bg_color, 1.35), 0.3);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.source-list.badge,
|
||||
.source-list.badge:prelight,
|
||||
.source-list.badge:selected,
|
||||
.source-list.badge:prelight:selected {
|
||||
margin: 0 3px;
|
||||
padding: 0 6px;
|
||||
border-width: 0;
|
||||
border-radius: 10px;
|
||||
background-image: linear-gradient(to bottom,
|
||||
shade(@theme_selected_bg_color, 1.1),
|
||||
shade(@theme_selected_bg_color, 0.9)
|
||||
);
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
||||
|
||||
/******************
|
||||
* no undo button *
|
||||
******************/
|
||||
.button.noundo,
|
||||
.content-view .button.noundo {
|
||||
border-color: shade(@error_bg_color, 0.8);
|
||||
background-color: shade(@error_bg_color, 1.05);
|
||||
background-image: none;
|
||||
color: @error_fg_color;
|
||||
}
|
||||
|
||||
.button.noundo:hover,
|
||||
.content-view .button.noundo:hover {
|
||||
border-color: shade(@error_bg_color, 0.7);
|
||||
background-color: @error_bg_color;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.button.noundo:active,
|
||||
.content-view .button.noundo:active {
|
||||
border-color: shade(@error_bg_color, 0.8);
|
||||
background-color: shade(@error_bg_color, 0.95);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.button.noundo:active:hover,
|
||||
.content-view .button.noundo:active:hover {
|
||||
border-color: shade(@error_bg_color, 0.7);
|
||||
background-color: shade(@error_bg_color, 0.97);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.button.noundo GtkLabel,
|
||||
.button.noundo Gtklabel:prelight {
|
||||
color: @error_fg_color;
|
||||
}
|
||||
|
||||
/**********************
|
||||
* affirmative button *
|
||||
**********************/
|
||||
.button.affirmative,
|
||||
.content-view .button.affirmative {
|
||||
border-color: shade(@theme_selected_bg_color, 0.8);
|
||||
background-color: shade(@theme_selected_bg_color, 1.05);
|
||||
background-image: none;
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
||||
|
||||
.button.affirmative:hover,
|
||||
.content-view .button.affirmative:hover {
|
||||
border-color: shade(@theme_selected_bg_color, 0.7);
|
||||
background-color: @theme_selected_bg_color;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.button.affirmative:active,
|
||||
.content-view .button.affirmative:active {
|
||||
border-color: shade(@theme_selected_bg_color, 0.8);
|
||||
background-color: shade(@theme_selected_bg_color, 0.95);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.button.affirmative:active:hover,
|
||||
.content-view .button.affirmative:active:hover {
|
||||
border-color: shade(@theme_selected_bg_color, 0.7);
|
||||
background-color: shade(@theme_selected_bg_color, 0.97);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.button.affirmative GtkLabel,
|
||||
.button.affirmative Gtklabel:prelight {
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
||||
|
||||
/**********************
|
||||
* secondary toolbars *
|
||||
**********************/
|
||||
.secondary-toolbar.toolbar {
|
||||
padding: 2px;
|
||||
border-color: shade(@toolbar_bg_color, 0.8);
|
||||
background-color: @toolbar_bg_color;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.secondary-toolbar.toolbar .button {
|
||||
border-color: shade(@toolbar_bg_color, 0.8);
|
||||
background-color: shade(@toolbar_bg_color, 1.05);
|
||||
background-image: none;
|
||||
color: @toolbar_fg_color;
|
||||
}
|
||||
|
||||
.secondary-toolbar.toolbar .button:hover {
|
||||
border-color: shade(@toolbar_bg_color, 0.7);
|
||||
background-color: shade(@toolbar_bg_color, 1.10);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.secondary-toolbar.toolbar .button:active {
|
||||
border-color: shade(@toolbar_bg_color, 0.8);
|
||||
background-color: shade(@toolbar_bg_color, 0.95);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.secondary-toolbar.toolbar .button:active:hover {
|
||||
border-color: shade(@toolbar_bg_color, 0.7);
|
||||
}
|
||||
|
||||
.secondary-toolbar.toolbar .button:focus,
|
||||
.secondary-toolbar.toolbar .button:hover:focus,
|
||||
.secondary-toolbar.toolbar .button:active:focus,
|
||||
.secondary-toolbar.toolbar .button:active:hover:focus {
|
||||
border-color: shade(@toolbar_bg_color, 0.7);
|
||||
}
|
||||
|
||||
.secondary-toolbar.toolbar .button:insensitive {
|
||||
border-color: shade(@toolbar_bg_color, 0.85);
|
||||
background-color: shade(@toolbar_bg_color, 0.9);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.secondary-toolbar.toolbar .button:active *:insensitive {
|
||||
border-color: shade(@toolbar_bg_color, 0.75);
|
||||
background-color: shade(@toolbar_bg_color, 0.80);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
/*******************
|
||||
* bottom toolbars *
|
||||
*******************/
|
||||
.bottom-toolbar.toolbar {
|
||||
padding: 6px;
|
||||
border-width: 1px 0 0 0;
|
||||
border-color: shade(@theme_bg_color, 0.8);
|
||||
background-color: @theme_bg_color;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.bottom-toolbar.toolbar .button {
|
||||
border-color: shade(@theme_bg_color, 0.8);
|
||||
background-color: shade(@theme_bg_color, 1.05);
|
||||
background-image: none;
|
||||
color: @theme_fg_color;
|
||||
}
|
||||
|
||||
.bottom-toolbar.toolbar .button:hover {
|
||||
border-color: shade(@theme_bg_color, 0.7);
|
||||
background-color: shade(@theme_bg_color, 1.10);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.bottom-toolbar.toolbar .button:active {
|
||||
border-color: shade(@theme_bg_color, 0.8);
|
||||
background-color: shade(@theme_bg_color, 0.95);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.bottom-toolbar.toolbar .button:active:hover {
|
||||
border-color: shade(@theme_bg_color, 0.7);
|
||||
}
|
||||
|
||||
.bottom-toolbar.toolbar .button:focus,
|
||||
.bottom-toolbar.toolbar .button:hover:focus,
|
||||
.bottom-toolbar.toolbar .button:active:focus,
|
||||
.bottom-toolbar.toolbar .button:active:hover:focus {
|
||||
border-color: shade(@theme_bg_color, 0.7);
|
||||
}
|
||||
|
||||
.bottom-toolbar.toolbar .button:insensitive {
|
||||
border-color: shade(@theme_bg_color, 0.85);
|
||||
background-color: shade(@theme_bg_color, 0.9);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.bottom-toolbar.toolbar .button:active *:insensitive {
|
||||
border-color: shade(@theme_bg_color, 0.75);
|
||||
background-color: shade(@theme_bg_color, 0.80);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
/*************
|
||||
* statusbar *
|
||||
*************/
|
||||
GraniteWidgetsStatusBar {
|
||||
padding: 1px;
|
||||
background-image: linear-gradient(to bottom,
|
||||
shade(@theme_bg_color, 1.0),
|
||||
shade(@theme_bg_color, 0.88)
|
||||
);
|
||||
|
||||
box-shadow: inset 0 1px shade(@theme_bg_color, 0.8);
|
||||
}
|
||||
|
||||
/***********
|
||||
* popover *
|
||||
***********/
|
||||
GraniteWidgetsPopOver {
|
||||
-GraniteWidgetsPopOver-arrow-width: 21;
|
||||
-GraniteWidgetsPopOver-arrow-height: 12;
|
||||
-GraniteWidgetsPopOver-border-radius: 5px;
|
||||
-GraniteWidgetsPopOver-border-width: 1;
|
||||
-GraniteWidgetsPopOver-shadow-size: 15;
|
||||
|
||||
margin: 0;
|
||||
border-style: solid;
|
||||
border-color: shade(@menu_bg_color, 0.8);
|
||||
color: @menu_fg_color;
|
||||
}
|
||||
|
||||
.popover_bg {
|
||||
background-color: transparent;
|
||||
background-image: linear-gradient(to bottom,
|
||||
@menu_bg_color,
|
||||
shade(@menu_bg_color, 0.98)
|
||||
);
|
||||
}
|
||||
|
||||
GraniteWidgetsPopOver .sidebar.view,
|
||||
GraniteWidgetsPopOver * {
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
color: @menu_fg_color;
|
||||
}
|
||||
|
||||
GraniteWidgetsPopOver .sidebar.view:selected,
|
||||
GraniteWidgetsPopOver .sidebar.view:selected:focus,
|
||||
GraniteWidgetsPopOver *:selected,
|
||||
GraniteWidgetsPopOver *:selected:focus {
|
||||
background-color: @theme_selected_bg_color;
|
||||
background-image: none;
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
||||
|
||||
GraniteWidgetsPopOver .button {
|
||||
border-color: shade(@menu_bg_color, 0.8);
|
||||
background-color: shade(@menu_bg_color, 1.08);
|
||||
background-image: none;
|
||||
color: @menu_fg_color;
|
||||
}
|
||||
|
||||
GraniteWidgetsPopOver .button:hover {
|
||||
border-color: shade(@menu_bg_color, 0.7);
|
||||
background-color: shade(@menu_bg_color, 1.10);
|
||||
background-image: none;
|
||||
color: shade(@menu_fg_color, 0.7);
|
||||
}
|
||||
|
||||
GraniteWidgetsPopOver .button:active {
|
||||
border-color: shade(@menu_bg_color, 0.8);
|
||||
background-color: shade(@menu_bg_color, 0.95);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
GraniteWidgetsPopOver .button:active:hover {
|
||||
border-color: shade(@menu_bg_color, 0.7);
|
||||
color: shade(@menu_fg_color, 0.7);
|
||||
}
|
||||
|
||||
/* linked buttons */
|
||||
GraniteWidgetsPopOver .linked .button {
|
||||
box-shadow: inset -1px 0 shade(@menu_bg_color, 0.9);
|
||||
}
|
||||
|
||||
GraniteWidgetsPopOver .linked .button:active {
|
||||
box-shadow: inset -1px 0 shade(@menu_bg_color, 0.8),
|
||||
inset 1px 1px alpha(@dark_shadow, 0.06),
|
||||
inset -1px -1px alpha(@dark_shadow, 0.06);
|
||||
}
|
||||
|
||||
GraniteWidgetsPopOver .linked .button:insensitive {
|
||||
box-shadow: inset -1px 0 shade(@menu_bg_color, 0.8),
|
||||
inset 1px 1px alpha(@light_shadow, 0.2);
|
||||
}
|
||||
|
||||
GraniteWidgetsPopOver .linked .button:last-child,
|
||||
GraniteWidgetsPopOver .linked .button:only-child,
|
||||
GraniteWidgetsPopOver .linked .button:insensitive:last-child,
|
||||
GraniteWidgetsPopOver .linked .button:insensitive:only-child,
|
||||
GraniteWidgetsPopOver .linked .button:active *:insensitive:last-child,
|
||||
GraniteWidgetsPopOver .linked .button:active *:insensitive:only-child {
|
||||
box-shadow: inset 1px 1px alpha(@light_shadow, 0.4),
|
||||
inset -1px 0 alpha(@light_shadow, 0.4);
|
||||
}
|
||||
|
||||
GraniteWidgetsPopOver .linked .button:active:last-child,
|
||||
GraniteWidgetsPopOver .linked .button:active:only-child {
|
||||
box-shadow: inset 1px 1px alpha(@dark_shadow, 0.06),
|
||||
inset -1px -1px alpha(@dark_shadow, 0.06);
|
||||
}
|
||||
|
||||
GraniteWidgetsPopOver .entry {
|
||||
border-color: shade(@menu_bg_color, 0.7);
|
||||
background-color: @menu_bg_color;
|
||||
background-image: none;
|
||||
color: @menu_fg_color;
|
||||
}
|
||||
|
||||
GraniteWidgetsPopOver .entry:active,
|
||||
GraniteWidgetsPopOver .entry:focus {
|
||||
border-color: shade(@menu_bg_color, 0.7);
|
||||
}
|
||||
|
||||
GraniteWidgetsPopOver *.separator {
|
||||
border-color: shade(@menu_bg_color, 0.9);
|
||||
color: transparent;
|
||||
}
|
||||
|
||||
.button.app {
|
||||
border-width: 0;
|
||||
border-radius: 2px;
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.button.app:hover {
|
||||
border-color: shade(@theme_selected_bg_color, 0.8);
|
||||
background-image: linear-gradient(to bottom,
|
||||
shade(@theme_selected_bg_color, 1.1),
|
||||
shade(@theme_selected_bg_color, 0.9)
|
||||
);
|
||||
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
||||
|
||||
.button.app:focus {
|
||||
border-color: shade(@theme_selected_bg_color, 0.8);
|
||||
background-image: linear-gradient(to bottom,
|
||||
shade(@theme_selected_bg_color, 1.1),
|
||||
shade(@theme_selected_bg_color, 0.9)
|
||||
);
|
||||
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
||||
|
||||
/********
|
||||
* gala *
|
||||
********/
|
||||
.gala-workspaces-background {
|
||||
border-width: 1px 0 0 0;
|
||||
border-color: shade(@panel_bg_color, 0.8);
|
||||
background-color: @panel_bg_color;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.gala-workspace-selected {
|
||||
border-width: 1px;
|
||||
border-radius: 2px;
|
||||
border-color: shade(@theme_selected_bg_color, 0.9);
|
||||
background-color: @theme_selected_bg_color;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
/*********
|
||||
* files *
|
||||
*********/
|
||||
.files-overlay-bar {
|
||||
margin: 3px;
|
||||
padding: 3px 6px;
|
||||
border-width: 1px;
|
||||
border-color: shade(@theme_base_color, 0.7);
|
||||
border-radius: 2px;
|
||||
background-image: linear-gradient(to bottom,
|
||||
shade(@theme_bg_color, 1.1),
|
||||
shade(@theme_bg_color, 0.9)
|
||||
);
|
||||
}
|
||||
|
||||
.files-overlay-bar GtkLabel {
|
||||
color: @theme_text_color;
|
||||
}
|
||||
|
||||
/*********
|
||||
* noise *
|
||||
*********/
|
||||
.album-list-view,
|
||||
.album-list-view * {
|
||||
border-color: shade(@theme_base_color, 0.7);
|
||||
border-radius: 0;
|
||||
background-color: @theme_base_color;
|
||||
background-image: none;
|
||||
color: @theme_text_color;
|
||||
}
|
||||
|
||||
.album-list-view GtkTreeView {
|
||||
-GtkTreeView-vertical-separator: 1;
|
||||
-GtkTreeView-grid-line-width: 0;
|
||||
|
||||
background-color: @theme_base_color;
|
||||
background-image: none;
|
||||
color: @theme_text_color;
|
||||
}
|
||||
|
||||
.album-list-view GtkTreeView row:nth-child(even) {
|
||||
border-width: 0;
|
||||
border-style: none;
|
||||
background-color: shade(@theme_base_color, 0.9);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
|
||||
.album-list-view GtkTreeView row:nth-child(odd) {
|
||||
border-width: 0;
|
||||
border-style: none;
|
||||
background-color: shade(@theme_base_color, 1.0);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.album-list-view GtkTreeView row:selected {
|
||||
background-color: @selected_bg_color;
|
||||
background-image: none;
|
||||
color: @selected_fg_color;
|
||||
}
|
||||
|
||||
/**********
|
||||
* birdie *
|
||||
**********/
|
||||
BirdieWidgetsTweetList * {
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
/*********
|
||||
* tweet *
|
||||
*********/
|
||||
.tweet {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/**********
|
||||
* notify *
|
||||
**********/
|
||||
.notify {
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-color: shade(@theme_base_color, 0.7);
|
||||
border-radius: 2px;
|
||||
background-color: @theme_base_color;
|
||||
background-image: none;
|
||||
color: @theme_text_color;
|
||||
}
|
||||
|
||||
.notify .low {
|
||||
}
|
||||
|
||||
.notify .critical {
|
||||
}
|
||||
|
||||
/*********
|
||||
* panel *
|
||||
*********/
|
||||
.panel {
|
||||
background-color: @panel_bg_color;
|
||||
background-image: none;
|
||||
color: @panel_fg_color;
|
||||
font: bold;
|
||||
}
|
||||
|
||||
.panel .menubar .menuitem {
|
||||
padding: 1px 3px;
|
||||
}
|
||||
|
||||
.shadow {
|
||||
background-color: transparent;
|
||||
background-image: linear-gradient(to bottom,
|
||||
rgba(0, 0, 0, 0.3),
|
||||
transparent
|
||||
);
|
||||
}
|
||||
|
||||
.composited-indicator,
|
||||
.wingpanel-app-button,
|
||||
.wingpanel-indicator-button {
|
||||
padding: 0 2px;
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
color: @panel_fg_color;
|
||||
}
|
||||
|
||||
.composited-indicator.menuitem:active,
|
||||
.composited-indicator.menuitem:prelight {
|
||||
border-style: none;
|
||||
background-image: none;
|
||||
}
|
|
@ -1,58 +0,0 @@
|
|||
.lightdm.menu {
|
||||
background-image: none;
|
||||
background-color: alpha(black, 0.6);
|
||||
border-color: alpha(white, 0.2);
|
||||
border-radius: 3px;
|
||||
padding: 1px;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.lightdm-combo .menu {
|
||||
background-color: alpha(black, 0.6);
|
||||
border-radius: 0;
|
||||
padding: 0;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.lightdm.menu .menuitem *,
|
||||
.lightdm.menu .menuitem.check:active,
|
||||
.lightdm.menu .menuitem.radio:active {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.lightdm.menubar {
|
||||
background-image: none;
|
||||
background-color: alpha(black, 0.5);
|
||||
}
|
||||
|
||||
.lightdm-combo.combobox-entry .button,
|
||||
.lightdm-combo .cell,
|
||||
.lightdm-combo .button,
|
||||
.lightdm-combo .entry,
|
||||
.lightdm.button,
|
||||
.lightdm.entry {
|
||||
background-image: none;
|
||||
background-color: alpha(black, 0.3);
|
||||
border-color: alpha(white, 0.6);
|
||||
border-radius: 3px;
|
||||
padding: 7px;
|
||||
color: white;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.lightdm.button,
|
||||
.lightdm.button:hover,
|
||||
.lightdm.button:active,
|
||||
.lightdm.button:active:focus,
|
||||
.lightdm.entry,
|
||||
.lightdm.entry:hover,
|
||||
.lightdm.entry:active,
|
||||
.lightdm.entry:active:focus {
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.lightdm.button:focus,
|
||||
.lightdm.entry:focus {
|
||||
border-color: alpha(white, 0.9);
|
||||
color: white;
|
||||
}
|
|
@ -1,14 +0,0 @@
|
|||
/* Synaptic's toolbar */
|
||||
GtkWindow > GtkVBox > .dock,
|
||||
GtkWindow > GtkVBox > .dock > GtkHBox > GtkToolbar {
|
||||
padding: 6px;
|
||||
border-style: none;
|
||||
background-image: linear-gradient(to bottom,
|
||||
shade(@toolbar_bg_color, 1.0),
|
||||
shade(@toolbar_bg_color, 0.88)
|
||||
);
|
||||
|
||||
color: @toolbar_fg_color;
|
||||
|
||||
box-shadow: inset 0 -1px shade(@toolbar_bg_color, 0.7);
|
||||
}
|
|
@ -1,31 +0,0 @@
|
|||
UnityPanelWidget,
|
||||
.unity-panel {
|
||||
border-width: 0 0 1px 0;
|
||||
border-style: solid;
|
||||
border-color: shade(@panel_bg_color, 1.0);
|
||||
background-image: linear-gradient(to bottom,
|
||||
shade(@panel_bg_color, 1.2),
|
||||
shade(@panel_bg_color, 1.0)
|
||||
);
|
||||
}
|
||||
|
||||
.unity-panel.menubar,
|
||||
.unity-panel .menubar {
|
||||
}
|
||||
|
||||
.unity-panel.menuitem,
|
||||
.unity-panel .menuitem {
|
||||
border-width: 0 1px;
|
||||
color: @panel_fg_color;
|
||||
}
|
||||
|
||||
.unity-panel.menubar.menuitem:hover,
|
||||
.unity-panel.menubar .menuitem *:hover {
|
||||
border-color: shade(@panel_bg_color, 0.8);
|
||||
background-image: linear-gradient(to bottom,
|
||||
shade(@theme_bg_color, 1.2),
|
||||
shade(@theme_bg_color, 1.0)
|
||||
);
|
||||
|
||||
color: @theme_fg_color;
|
||||
}
|
|
@ -1,51 +0,0 @@
|
|||
XfceHeading {
|
||||
background-color: @theme_base_color;
|
||||
background-image: none;
|
||||
padding: 0;
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
.xfce4-panel {
|
||||
background-color: shade(@panel_bg_color, 0.35);
|
||||
font: normal;
|
||||
color: @panel_fg_color;
|
||||
}
|
||||
|
||||
.xfce4-panel .button {
|
||||
border-radius: 0;
|
||||
padding: 1px;
|
||||
color: @panel_fg_color;
|
||||
}
|
||||
|
||||
.xfce4-panel .button {
|
||||
text-shadow: 0px 1px alpha(@dark_shadow, 1.0);
|
||||
}
|
||||
|
||||
.xfce4-panel .button:active {
|
||||
background-image: none;
|
||||
background-color: shade(@panel_bg_color, 0.7);
|
||||
border-color: shade(@panel_bg_color, 0.6);
|
||||
color: @panel_fg_color;
|
||||
transition: none;
|
||||
}
|
||||
|
||||
.xfce4-panel .button:hover,
|
||||
.xfce4-panel .button:active:hover {
|
||||
background-image: linear-gradient(to bottom,
|
||||
shade(@selected_bg_color, 0.88),
|
||||
shade(@selected_bg_color, 0.85)
|
||||
);
|
||||
|
||||
border-color: shade(@selected_bg_color, 0.6);
|
||||
box-shadow: inset 0 -1px alpha(white, 0.0),
|
||||
inset 1px 0 alpha(white, 0.15),
|
||||
inset -1px 0 alpha(white, 0.15),
|
||||
inset 0 1px alpha(white, 0.15);
|
||||
color: @panel_fg_color;
|
||||
transition: none;
|
||||
}
|
||||
|
||||
.xfce4-panel .menu {
|
||||
text-shadow: none;
|
||||
-gtk-image-effect: none;
|
||||
}
|
Before Width: | Height: | Size: 491 B |
Before Width: | Height: | Size: 580 B |
Before Width: | Height: | Size: 605 B |
Before Width: | Height: | Size: 283 B |
Before Width: | Height: | Size: 383 B |
Before Width: | Height: | Size: 383 B |
Before Width: | Height: | Size: 349 B |
Before Width: | Height: | Size: 352 B |
Before Width: | Height: | Size: 227 B |
Before Width: | Height: | Size: 97 B |
Before Width: | Height: | Size: 109 B |
Before Width: | Height: | Size: 481 B |
Before Width: | Height: | Size: 562 B |
Before Width: | Height: | Size: 577 B |
Before Width: | Height: | Size: 535 B |
Before Width: | Height: | Size: 629 B |
Before Width: | Height: | Size: 624 B |
Before Width: | Height: | Size: 525 B |
Before Width: | Height: | Size: 563 B |
|
@ -1,159 +0,0 @@
|
|||
/*******************
|
||||
* check and radio *
|
||||
*******************/
|
||||
/* draw regular check and radio items using our assets */
|
||||
.check {
|
||||
-gtk-icon-source: url("assets/checkbox-unchecked.png");
|
||||
}
|
||||
|
||||
.check:insensitive {
|
||||
-gtk-icon-source: url("assets/checkbox-unchecked-insensitive.png");
|
||||
}
|
||||
|
||||
.check:active,
|
||||
.check:checked {
|
||||
-gtk-icon-source: url("assets/checkbox-checked.png");
|
||||
}
|
||||
|
||||
.check:active:hover,
|
||||
.check:checked:hover {
|
||||
-gtk-icon-source: url("assets/checkbox-checked-hover.png");
|
||||
}
|
||||
|
||||
.check:active:insensitive,
|
||||
.check:checked:insensitive {
|
||||
-gtk-icon-source: url("assets/checkbox-checked-insensitive.png");
|
||||
}
|
||||
|
||||
.check:inconsistent {
|
||||
-gtk-icon-source: url("assets/checkbox-mixed.png");
|
||||
}
|
||||
|
||||
.check:inconsistent:hover {
|
||||
-gtk-icon-source: url("assets/checkbox-mixed-hover.png");
|
||||
}
|
||||
|
||||
.check:inconsistent:insensitive {
|
||||
-gtk-icon-source: url("assets/checkbox-mixed-insensitive.png");
|
||||
}
|
||||
|
||||
.radio {
|
||||
-gtk-icon-source: url("assets/radio-unselected.png");
|
||||
}
|
||||
|
||||
.radio:insensitive {
|
||||
-gtk-icon-source: url("assets/radio-unselected-insensitive.png");
|
||||
}
|
||||
|
||||
.radio:active,
|
||||
.radio:checked {
|
||||
-gtk-icon-source: url("assets/radio-selected.png");
|
||||
}
|
||||
|
||||
.radio:active:hover,
|
||||
.radio:checked:hover {
|
||||
-gtk-icon-source: url("assets/radio-selected-hover.png");
|
||||
}
|
||||
|
||||
.radio:active:insensitive,
|
||||
.radio:checked:insensitive {
|
||||
-gtk-icon-source: url("assets/radio-selected-insensitive.png");
|
||||
}
|
||||
|
||||
.radio:inconsistent {
|
||||
-gtk-icon-source: url("assets/radio-mixed.png");
|
||||
}
|
||||
|
||||
.radio:inconsistent:hover {
|
||||
-gtk-icon-source: url("assets/radio-mixed-hover.png");
|
||||
}
|
||||
|
||||
.radio:inconsistent:insensitive {
|
||||
-gtk-icon-source: url("assets/radio-mixed-insensitive.png");
|
||||
}
|
||||
|
||||
.menuitem.check,
|
||||
.menuitem.check:insensitive {
|
||||
-gtk-icon-source: none;
|
||||
}
|
||||
|
||||
.menuitem.check:active,
|
||||
.menuitem.check:checked {
|
||||
-gtk-icon-source: url("assets/menuitem-checkbox-checked.png");
|
||||
}
|
||||
|
||||
.menuitem.check:active:hover,
|
||||
.menuitem.check:checked:hover {
|
||||
-gtk-icon-source: url("assets/menuitem-checkbox-checked-hover.png");
|
||||
}
|
||||
|
||||
.menuitem.check:active:insensitive,
|
||||
.menuitem.check:checked:insensitive {
|
||||
-gtk-icon-source: url("assets/menuitem-checkbox-checked-insensitive.png");
|
||||
}
|
||||
|
||||
.menuitem.check:inconsistent:hover,
|
||||
.menuitem.radio:inconsistent:hover {
|
||||
-gtk-icon-source: url("assets/menuitem-checkbox-mixed-hover.png");
|
||||
}
|
||||
|
||||
.menuitem.check:inconsistent,
|
||||
.menuitem.radio:inconsistent {
|
||||
-gtk-icon-source: url("assets/menuitem-checkbox-mixed.png");
|
||||
}
|
||||
|
||||
.menuitem.check:inconsistent:insensitive,
|
||||
.menuitem.radio:inconsistent:insensitive {
|
||||
-gtk-icon-source: url("assets/menuitem-checkbox-mixed-insensitive.png");
|
||||
}
|
||||
|
||||
.menuitem.radio,
|
||||
.menuitem.radio:insensitive {
|
||||
-gtk-icon-source: none;
|
||||
}
|
||||
|
||||
.menuitem.radio:active,
|
||||
.menuitem.radio:checked {
|
||||
-gtk-icon-source: url("assets/menuitem-radio-checked.png");
|
||||
}
|
||||
|
||||
.menuitem.radio:active:hover,
|
||||
.menuitem.radio:checked:hover {
|
||||
-gtk-icon-source: url("assets/menuitem-radio-checked-hover.png");
|
||||
}
|
||||
|
||||
.menuitem.radio:active:insensitive,
|
||||
.menuitem.radio:checked:insensitive {
|
||||
-gtk-icon-source: url("assets/menuitem-radio-checked-insensitive.png");
|
||||
}
|
||||
|
||||
GtkIconView.content-view.cell.check {
|
||||
-gtk-icon-source: url("assets/grid-selection-unchecked.png");
|
||||
}
|
||||
|
||||
GtkIconView.content-view.cell.check:active, GtkIconView.content-view.cell.check:checked {
|
||||
-gtk-icon-source: url("assets/grid-selection-checked.png");
|
||||
}
|
||||
|
||||
/***************
|
||||
* resize grip *
|
||||
***************/
|
||||
.grip {
|
||||
background-image: url("assets/resize-grip.png");
|
||||
}
|
||||
|
||||
/******************
|
||||
* pane separator *
|
||||
******************/
|
||||
.pane-separator,
|
||||
.pane-separator.horizontal {
|
||||
background-image: url("assets/pane-separator.png");
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
}
|
||||
|
||||
.pane-separator.vertical {
|
||||
background-image: url("assets/pane-separator-vertical.png");
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
}
|
|
@ -1,79 +0,0 @@
|
|||
/* Bunsen-Blue by hhh
|
||||
based on Greybird */
|
||||
/* default color scheme */
|
||||
@define-color bg_color #CECECE;
|
||||
@define-color fg_color #101010;
|
||||
@define-color base_color #e6e6e6;
|
||||
@define-color text_color #101010;
|
||||
@define-color selected_bg_color #5C8AB8;
|
||||
@define-color selected_fg_color #000000;
|
||||
@define-color tooltip_bg_color #CECECE;
|
||||
@define-color tooltip_fg_color #101010;
|
||||
|
||||
/* colormap actually used by the theme, to be overridden in other css files */
|
||||
@define-color theme_bg_color @bg_color;
|
||||
@define-color theme_fg_color @fg_color;
|
||||
@define-color theme_base_color @base_color;
|
||||
@define-color theme_text_color @text_color;
|
||||
@define-color theme_selected_bg_color @selected_bg_color;
|
||||
@define-color theme_selected_fg_color @selected_fg_color;
|
||||
@define-color theme_tooltip_bg_color @tooltip_bg_color;
|
||||
@define-color theme_tooltip_fg_color @tooltip_fg_color;
|
||||
|
||||
/* shadow effects */
|
||||
@define-color light_shadow #fff;
|
||||
@define-color dark_shadow #000;
|
||||
|
||||
/* misc colors used by gtk+ */
|
||||
@define-color info_fg_color rgb (50, 49, 40);
|
||||
@define-color info_bg_color rgb (252, 246, 202);
|
||||
@define-color warning_fg_color rgb (50, 34, 12);
|
||||
@define-color warning_bg_color rgb (250, 173, 61);
|
||||
@define-color question_fg_color rgb (215, 232, 250);
|
||||
@define-color question_bg_color rgb (57, 142, 231);
|
||||
@define-color error_fg_color rgb (251, 214, 214);
|
||||
@define-color error_bg_color rgb (237, 54, 54);
|
||||
@define-color link_color #4a90d9;
|
||||
@define-color success_color #4e9a06;
|
||||
@define-color warning_color #f57900;
|
||||
@define-color error_color #cc0000;
|
||||
|
||||
/* widget colors */
|
||||
@define-color titlebar_bg_color @theme_bg_color;
|
||||
@define-color titlebar_fg_color @theme_fg_color;
|
||||
@define-color menubar_bg_color @theme_bg_color;
|
||||
@define-color menubar_fg_color @theme_fg_color;
|
||||
@define-color toolbar_bg_color @theme_bg_color;
|
||||
@define-color toolbar_fg_color @theme_fg_color;
|
||||
@define-color menu_bg_color @theme_bg_color;
|
||||
@define-color menu_fg_color @theme_fg_color;
|
||||
@define-color panel_bg_color @bg_color;
|
||||
@define-color panel_fg_color @fg_color;
|
||||
|
||||
/* osd */
|
||||
@define-color osd_base @base_color;
|
||||
@define-color osd_fg @fg_color;
|
||||
@define-color osd_bg alpha(@osd_base, 0.8);
|
||||
|
||||
/* window manager colors */
|
||||
@define-color wm_bg_a shade(@theme_bg_color, 1.07);
|
||||
@define-color wm_bg_b @theme_bg_color;
|
||||
@define-color wm_title_focused shade(@theme_fg_color, 1.2);
|
||||
@define-color wm_title_focused_shadow shade(@theme_bg_color, 1.2);
|
||||
@define-color wm_title_unfocused shade(@theme_fg_color, 2.0);
|
||||
@define-color wm_title_unfocused_shadow shade(@theme_bg_color, 1.1);
|
||||
@define-color wm_border_focused shade(@theme_bg_color, 0.7);
|
||||
@define-color wm_border_unfocused shade(@theme_bg_color, 0.8);
|
||||
|
||||
/* lightdm greeter color scheme */
|
||||
@define-color lightdm_bg_color @bg_color;
|
||||
@define-color lightdm_fg_color @fg_color;
|
||||
|
||||
@import url("gtk-widgets.css");
|
||||
@import url("gtk-widgets-assets.css");
|
||||
@import url("apps/gnome-applications.css");
|
||||
@import url("apps/granite-widgets.css");
|
||||
@import url("apps/unity.css");
|
||||
@import url("apps/xfce.css");
|
||||
@import url("apps/lightdm-unity-greeter.css");
|
||||
@import url("apps/synaptic.css");
|
|
@ -1,10 +0,0 @@
|
|||
[Desktop Entry]
|
||||
Type=X-GNOME-Metatheme
|
||||
Name=Bunsen-Blue
|
||||
Encoding=UTF-8
|
||||
|
||||
[X-GNOME-Metatheme]
|
||||
GtkTheme=Bunsen-Blue
|
||||
MetacityTheme=
|
||||
IconTheme=
|
||||
CursorTheme=
|
|
@ -1,100 +0,0 @@
|
|||
!! Bunsen-Blue by hhh (hsumen@bunsenlabs.org)
|
||||
!! based on...
|
||||
!! Theme: waldorf
|
||||
!! Description: A default theme for CrunchBang Waldorf
|
||||
!! Author: Philip Newborough <corenominal@corenominal.org>
|
||||
!! Web: http://crunchbang.org/
|
||||
!! -------------------------------------------------------
|
||||
|
||||
!! Menu settings
|
||||
|
||||
menu.title.bg: flat gradient vertical bevel1
|
||||
menu.title.bg.color: #3a3a3a
|
||||
menu.title.bg.colorTo: #3a3a3a
|
||||
menu.title.text.color: #E6E6E6
|
||||
menu.title.text.justify: right
|
||||
|
||||
menu.separator.color: #535353
|
||||
|
||||
menu.items.bg: flat solid
|
||||
menu.items.bg.color: #3a3a3a
|
||||
menu.items.text.color: #E6E6E6
|
||||
menu.items.disabled.text.color: #8A8A8A
|
||||
|
||||
menu.items.active.bg: flat gradient vertical bevel1
|
||||
menu.items.active.bg.color: #5C8AB8
|
||||
menu.items.active.bg.colorTo:#446587
|
||||
menu.items.active.text.color: #FFFFFF
|
||||
menu.bullet.selected.image.color: #FFFFFF
|
||||
|
||||
!! focused window settings
|
||||
|
||||
window.active.title.bg: flat gradient vertical bevel1
|
||||
window.active.title.bg.color: #DBDBDB
|
||||
window.active.title.bg.colorTo: #B5B5B5
|
||||
window.active.title.separator.color: #B5B5B5
|
||||
|
||||
window.active.handle.bg: flat gradient vertical bevel1
|
||||
window.active.handle.bg.color: #cecece
|
||||
window.active.handle.bg.colorTo: #cecece
|
||||
|
||||
window.active.grip.bg: parentrelative
|
||||
|
||||
window.active.label.bg: parentrelative
|
||||
window.active.label.text.color: #101010
|
||||
|
||||
window.*.button.*.bg: parentrelative
|
||||
window.active.button.*.image.color: #101010
|
||||
window.active.button.*.hover.image.color: #999999
|
||||
window.active.button.*.pressed.image.color: #000000
|
||||
window.active.button.disabled.image.color: #cecece
|
||||
|
||||
!! unfocused window settings
|
||||
|
||||
window.inactive.title.bg: flat gradient vertical bevel1
|
||||
window.inactive.title.bg.color: #DBDBDB
|
||||
window.inactive.title.bg.colorTo: #B5B5B5
|
||||
window.inactive.title.separator.color: #B5B5B5
|
||||
|
||||
window.inactive.handle.bg: flat gradient vertical bevel1
|
||||
window.inactive.handle.bg.color: #cecece
|
||||
window.inactive.handle.bg.colorTo: #cecece
|
||||
|
||||
window.inactive.grip.bg: parentrelative
|
||||
|
||||
window.inactive.label.bg: parentrelative
|
||||
window.inactive.label.text.color: #666666
|
||||
|
||||
window.inactive.button.*.image.color: #666666
|
||||
window.inactive.button.*.hover.image.color: #999999
|
||||
window.inactive.button.*.pressed.image.color: #000000
|
||||
window.inactive.button.disabled.image.color: #cecece
|
||||
|
||||
!! Global width settings
|
||||
border.Width: 1
|
||||
padding.width: 1
|
||||
window.handle.width: 0
|
||||
window.client.padding.width: 0
|
||||
menu.overlap.x: -6
|
||||
|
||||
!! Miscellaneous settings
|
||||
border.color: #B7B4B2
|
||||
menu.border.color: #3C3D3E
|
||||
|
||||
!! OSD
|
||||
osd.bg: flat gradient vertical bevel1
|
||||
osd.bg.color: #cecece
|
||||
osd.bg.colorTo: #cecece
|
||||
osd.label.bg: parentrelative
|
||||
osd.hilight.bg: flat solid
|
||||
osd.hilight.bg.color: #101010
|
||||
osd.unhilight.bg: flat solid
|
||||
osd.unhilight.bg.color: #101010
|
||||
osd.label.text.color: #101010
|
||||
|
||||
!! font me!
|
||||
window.label.text.justify: center
|
||||
window.active.label.text.font:shadow=y:shadowtint=-60:shadowoffset=1
|
||||
window.inactive.label.text.font:shadow=y:shadowtint=-60:shadowoffset=1
|
||||
menu.items.font:
|
||||
menu.title.text.font:shadow=n:shadowtint=70
|
|
@ -1,65 +0,0 @@
|
|||
# Bunsen-Blue by hhh (hsumen@bunsenlabs.org)
|
||||
# based on
|
||||
# Theme: waldorf Xfce4 notification theme
|
||||
# Description: A default theme for CrunchBang Waldorf
|
||||
# Author: Philip Newborough <corenominal@corenominal.org>
|
||||
# Web: http://crunchbang.org/
|
||||
# -------------------------------------------------------
|
||||
style "bunsen-notify-window"
|
||||
{
|
||||
bg[NORMAL] = "#3a3a3a"
|
||||
XfceNotifyWindow::border-color = "#3a3a3a"
|
||||
XfceNotifyWindow::border-color-hover = "#5C8AB8"
|
||||
XfceNotifyWindow::border-radius = 0.0
|
||||
XfceNotifyWindow::border-width = 4.0
|
||||
XfceNotifyWindow::border-width-hover = 4.0
|
||||
XfceNotifyWindow::summary-bold = 1
|
||||
}
|
||||
class "XfceNotifyWindow" style "bunsen-notify-window"
|
||||
|
||||
style "bunsen-notify-button"
|
||||
{
|
||||
bg[NORMAL] = "#3a3a3a"
|
||||
bg[PRELIGHT] = "#545454"
|
||||
fg[NORMAL] = "#e6e6e6"
|
||||
fg[PRELIGHT] = "#e6e6e6"
|
||||
}
|
||||
|
||||
style "bunsen-notify-text"
|
||||
{
|
||||
fg[NORMAL] = "#e6e6e6"
|
||||
GtkWidget::link-color = "#a7a7a7"
|
||||
}
|
||||
|
||||
style "bunsen-notify-progressbar"
|
||||
{
|
||||
xthickness = 1
|
||||
ythickness = 1
|
||||
|
||||
bg[NORMAL] = "#3a3a3a"
|
||||
bg[SELECTED] = "#5C8AB8"
|
||||
bg[ACTIVE] = "#4a4a4a"
|
||||
|
||||
GtkProgressBar::min-vertical-bar-width = 4
|
||||
GtkProgressBar::min-horizontal-bar-height = 4
|
||||
|
||||
engine "murrine" {
|
||||
gradient_shades = {1.1,0.95,1.1,0.85}
|
||||
contrast = 0.5
|
||||
border_shades = { 0.9, 0.9 }
|
||||
progressbarstyle = 0
|
||||
}
|
||||
}
|
||||
|
||||
style "bunsen-summary"
|
||||
{
|
||||
font_name = "Bold"
|
||||
}
|
||||
|
||||
|
||||
widget "XfceNotifyWindow.*.summary" style "bunsen-summary"
|
||||
widget_class "XfceNotifyWindow.*.GtkButton*" style "bunsen-notify-button"
|
||||
widget_class "XfceNotifyWindow.*.<GtkLabel>" style "bunsen-notify-text"
|
||||
widget_class "XfceNotifyWindow.*.<GtkProgress>" style "bunsen-notify-progressbar"
|
||||
widget_class "XfceNotifyWindow.*.<GtkProgressBar>" style "bunsen-notify-progressbar"
|
||||
|
|
@ -1,32 +0,0 @@
|
|||
Bunsen-Dark, a dark theme for Bunsen, by hhh
|
||||
---------------------------------------------
|
||||
|
||||
based on Greybird by The Shimmer Project.
|
||||
|
||||
Light text on a dark background will not work with some programs, for
|
||||
example input fields in Iceweasel/Firefox.
|
||||
|
||||
In order to fix this, navigate to
|
||||
|
||||
~/.mozilla/firefox/${your_profile_folder}
|
||||
|
||||
and create the folder and file chrome/userContent.css containing the
|
||||
following CSS content:
|
||||
|
||||
input {
|
||||
-moz-appearance: none !important;
|
||||
background-color: white;
|
||||
color: black;
|
||||
}
|
||||
|
||||
textarea {
|
||||
-moz-appearance: none !important;
|
||||
background-color: white;
|
||||
color: black;
|
||||
}
|
||||
|
||||
select {
|
||||
-moz-appearance: none !important;
|
||||
background-color: white;
|
||||
color: black;
|
||||
}
|