Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 321 KiB After Width: | Height: | Size: 298 KiB |
Before Width: | Height: | Size: 275 B After Width: | Height: | Size: 251 B |
After Width: | Height: | Size: 178 B |
After Width: | Height: | Size: 254 B |
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.3 KiB |
After Width: | Height: | Size: 3.1 KiB |
After Width: | Height: | Size: 2.8 KiB |
After Width: | Height: | Size: 3.4 KiB |
After Width: | Height: | Size: 4.2 KiB |
After Width: | Height: | Size: 3.9 KiB |
After Width: | Height: | Size: 4.3 KiB |
After Width: | Height: | Size: 4.4 KiB |
After Width: | Height: | Size: 205 B |
After Width: | Height: | Size: 3.4 KiB |
After Width: | Height: | Size: 285 B |
After Width: | Height: | Size: 279 B |
After Width: | Height: | Size: 205 B |
After Width: | Height: | Size: 142 B |
After Width: | Height: | Size: 178 B |
After Width: | Height: | Size: 317 B |
After Width: | Height: | Size: 190 B |
@ -0,0 +1,24 @@
|
||||
### Styles gedit. Removes the ugly frame etc. ###
|
||||
|
||||
style "gedit-frame" {
|
||||
engine "pixmap" {
|
||||
image {
|
||||
function = SHADOW
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
style "gedit-statusbar" {
|
||||
ythickness = 0
|
||||
}
|
||||
|
||||
style "gedit-notebook" = "murrine-notebook-bg" {
|
||||
xthickness = 0 # Width of tabs and notebook borders.
|
||||
ythickness = 1 # Height of tabs and notebook borders.
|
||||
}
|
||||
|
||||
widget_class "*Gedit*.<GtkFrame>*" style "gedit-frame"
|
||||
widget_class "*Gedit*.<GtkScrolledWindow>" style "murrine-thin"
|
||||
widget_class "*Gedit*.<GtkNotebook>" style "gedit-notebook"
|
||||
widget_class "*Gedit*.<GtkArrow>*" style:highest "murrine-default"
|
||||
widget_class "*Gedit*.<GtkStatusbar>*" style "gedit-statusbar"
|
@ -0,0 +1,234 @@
|
||||
### This file styles Nautilus elementary. nautilus.rc is for Nautilus normal. ###
|
||||
|
||||
style "nautilus-window-base" { bg[NORMAL] = @base_color }
|
||||
|
||||
style "nautilus-sidebar" = "murrine-sidebar" {
|
||||
GtkTreeView::horizontal_separator = 15
|
||||
GtkTreeView::vertical_separator = 2
|
||||
}
|
||||
style "nautilus-sidebar-other" = "nautilus-sidebar" {
|
||||
xthickness = 0
|
||||
bg[NORMAL] = @bg_color
|
||||
}
|
||||
style "nautilus-extra-view" {
|
||||
xthickness = 0
|
||||
ythickness = 0
|
||||
engine "pixmap" {
|
||||
image {
|
||||
function = FLAT_BOX
|
||||
file = "Nautilus/extra-widget.png"
|
||||
stretch = TRUE
|
||||
border = { 0, 0, 4, 4 }
|
||||
}
|
||||
}
|
||||
}
|
||||
style "nautilus-statusbar" {
|
||||
xthickness = 1
|
||||
ythickness = 2
|
||||
|
||||
bg[NORMAL] = @bg_color
|
||||
bg[PRELIGHT] = @bg_color
|
||||
bg[SELECTED] = @bg_color
|
||||
base[SELECTED] = @base_color
|
||||
fg[NORMAL] = @fg_color
|
||||
fg[PRELIGHT] = @fg_color
|
||||
fg[SELECTED] = @fg_color
|
||||
fg[ACTIVE] = @fg_color
|
||||
fg[INSENSITIVE] = @fg_color
|
||||
|
||||
engine "murrine" {}
|
||||
}
|
||||
style "nautilus-scale" {
|
||||
ythickness = 0
|
||||
xthickness = 4
|
||||
GtkRange ::trough-border = 0
|
||||
GtkScale ::trough-side-details = 0
|
||||
engine "pixmap" {
|
||||
image {
|
||||
function = BOX
|
||||
detail = "trough"
|
||||
file = "Nautilus/trough.png"
|
||||
border = { 10, 10, 5, 15 }
|
||||
}
|
||||
image {
|
||||
function = SLIDER
|
||||
overlay_file = "Nautilus/slider.png"
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
}
|
||||
}
|
||||
style "nautilus-breadcrumbs" {
|
||||
fg[NORMAL] = @fg_color
|
||||
fg[PRELIGHT] = @fg_color
|
||||
fg[SELECTED] = @selected_fg_color
|
||||
fg[ACTIVE] = @fg_color
|
||||
fg[INSENSITIVE] = darker (@bg_color)
|
||||
|
||||
xthickness = 6
|
||||
ythickness = 0
|
||||
GtkButton::child-displacement-y = 0
|
||||
GtkButton::inner-border = { 0, 11, 0, 0}
|
||||
engine "pixmap" {
|
||||
image {
|
||||
function = BOX
|
||||
recolorable = TRUE
|
||||
state = PRELIGHT
|
||||
file = "Nautilus/breadcrumb_prelight.png"
|
||||
border = { 3, 13, 3, 3 }
|
||||
stretch = TRUE
|
||||
}
|
||||
image {
|
||||
function = BOX
|
||||
recolorable = TRUE
|
||||
state = NORMAL
|
||||
file = "Nautilus/breadcrumb_normal.png"
|
||||
border = { 3, 13, 3, 3 }
|
||||
stretch = TRUE
|
||||
}
|
||||
image {
|
||||
function = BOX
|
||||
recolorable = TRUE
|
||||
state = ACTIVE
|
||||
file = "Nautilus/breadcrumb_active.png"
|
||||
border = { 3, 13, 3, 3 }
|
||||
stretch = TRUE
|
||||
}
|
||||
image {
|
||||
function = BOX
|
||||
recolorable = TRUE
|
||||
state = INSENSITIVE
|
||||
file = "Nautilus/breadcrumb_normal.png"
|
||||
border = { 3, 13, 3, 3 }
|
||||
stretch = TRUE
|
||||
}
|
||||
image {
|
||||
function = BOX
|
||||
recolorable = TRUE
|
||||
state = SELECTED
|
||||
file = "Nautilus/breadcrumb_active.png"
|
||||
border = { 3, 13, 3, 3 }
|
||||
stretch = TRUE
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
style "nautilus-left-slider" {
|
||||
xthickness = 0
|
||||
ythickness = 0
|
||||
engine "pixmap" {
|
||||
image {
|
||||
function = BOX
|
||||
file = "Nautilus/left_slider_normal.png"
|
||||
border = { 3, 3, 3, 3 }
|
||||
stretch = TRUE
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
style "nautilus-right-slider" {
|
||||
xthickness = 0
|
||||
ythickness = 0
|
||||
engine "pixmap" {
|
||||
image {
|
||||
function = BOX
|
||||
file = "Nautilus/right_slider_normal.png"
|
||||
border = { 3, 3, 3, 3 }
|
||||
stretch = TRUE
|
||||
}
|
||||
}
|
||||
}
|
||||
style "nautilus-toolbar"
|
||||
{
|
||||
xthickness = 1
|
||||
ythickness = 1
|
||||
bg_pixmap[NORMAL] = "Nautilus/nautilus-toolbar.png"
|
||||
engine "pixmap" {
|
||||
image {
|
||||
function = BOX
|
||||
file = "Nautilus/nautilus-toolbar.png"
|
||||
border = { 100, 1, 0, 36 }
|
||||
stretch = TRUE
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
style "Nautilus-icons" {
|
||||
stock["gtk-go-back"] = { { "stock_back.png", *, *, *}}
|
||||
stock["gtk-go-back-rtl"] = { { "stock_back.png", *, *, *}}
|
||||
stock["gtk-previous"] = { { "stock_back.png", *, *, *}}
|
||||
stock["gtk-go-forward"] = { { "stock_forward.png", *, *, *}}
|
||||
stock["gtk-go-forward-rtl"] = { { "stock_forward.png", *, *, *}}
|
||||
stock["gtk-home"] = { { "stock_home.png", *, *, *}}
|
||||
stock["gtk-refresh"] = { { "stock_refresh.png", *, *, *}}
|
||||
stock["gtk-stop"] = { { "stock_stop.png", *, *, *}}
|
||||
stock["gtk-find"] = { { "stock_find.png", *, *, *}}
|
||||
}
|
||||
style "toolbuttons" = "murrine-default" {
|
||||
GtkWidget::focus-padding = 2 # For nautilus elementary. Setting this in the global settings of the theme causes the Firefox tabs to jump a little bit.
|
||||
xthickness = 1
|
||||
ythickness = 2
|
||||
engine "pixmap" {
|
||||
image {
|
||||
function = BOX
|
||||
recolorable = TRUE
|
||||
state = NORMAL
|
||||
file = "dummy.png"
|
||||
border = { 5, 5, 5, 5 }
|
||||
stretch = TRUE
|
||||
}
|
||||
image {
|
||||
function = BOX
|
||||
recolorable = TRUE
|
||||
state = PRELIGHT
|
||||
file = "dummy.png"
|
||||
border = { 5, 5, 5, 5 }
|
||||
stretch = TRUE
|
||||
}
|
||||
image {
|
||||
function = BOX
|
||||
recolorable = TRUE
|
||||
state = ACTIVE
|
||||
file = "dummy.png"
|
||||
border = { 5, 5, 5, 5 }
|
||||
stretch = TRUE
|
||||
}
|
||||
image {
|
||||
function = BOX
|
||||
recolorable = TRUE
|
||||
state = INSENSITIVE
|
||||
file = "dummy.png"
|
||||
border = { 5, 5, 5, 5 }
|
||||
stretch = TRUE
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
style "pixmap-mode-button" {
|
||||
engine "pixmap" {
|
||||
image { function = BOX state = PRELIGHT file = "Nautilus/mode_prelight.png" border = { 3, 13, 3, 3 } stretch = TRUE }
|
||||
image { function = BOX state = NORMAL file = "Nautilus/mode_normal.png" border = { 3, 13, 3, 3 } stretch = TRUE }
|
||||
image { function = BOX state = ACTIVE file = "Nautilus/mode_pressed.png" border = { 3, 13, 3, 3 } stretch = TRUE }
|
||||
image { function = BOX state = INSENSITIVE file = "Nautilus/mode_normal.png" border = { 3, 13, 3, 3 } stretch = TRUE }
|
||||
image { function = BOX state = SELECTED file = "Nautilus/mode_pressed.png" border = { 3, 13, 3, 3 } stretch = TRUE }
|
||||
}
|
||||
}
|
||||
|
||||
widget_class "*Nautilus*Toolbar*Button" style "toolbuttons"
|
||||
widget "Nautilus*Toolbar" style "nautilus-toolbar"
|
||||
widget_class "*Nautilus*GtkImage*" style "Nautilus-icons" # We only want these icons in Nautilus.
|
||||
widget "*NautilusNavigationWindow" style "nautilus-window-base"
|
||||
widget "*Nautilus*Splitter" style "pixmap-sidebar-handle-left"
|
||||
widget_class "*Nautilus*View" style "murrine-thin"
|
||||
widget_class "*Nautilus*NautilusSidePane*" style "nautilus-sidebar"
|
||||
widget_class "*Nautilus*NautilusSidePane*Scrolled*" style "murrine-scrollbar"
|
||||
widget_class "*Nautilus*Statusbar*" style "nautilus-statusbar"
|
||||
widget_class "*Nautilus*Scale*" style "nautilus-scale"
|
||||
|
||||
widget_class "*Nautilus*Notebook" style "murrine-thin"
|
||||
|
||||
widget "*ModeButton*" style "pixmap-mode-button"
|
||||
widget "*.nautilus-extra-view-widget" style : highest "nautilus-extra-view"
|
||||
widget_class "*NautilusPathBar.*ToggleButton*" style "nautilus-breadcrumbs"
|
||||
|
||||
widget "Nautilus*left_slider*" style "nautilus-left-slider"
|
||||
widget "Nautilus*right_slider*" style "nautilus-right-slider"
|
@ -0,0 +1,91 @@
|
||||
### This file styles Nautilus. nautilus-e.rc is for Nautilus elementary. ###
|
||||
|
||||
style "nautilus-window-base" { bg[NORMAL] = @base_color }
|
||||
|
||||
style "nautilus-sidebar" = "murrine-sidebar" {
|
||||
GtkTreeView::horizontal_separator = 15
|
||||
GtkTreeView::vertical_separator = 2
|
||||
}
|
||||
|
||||
style "nautilus-view" {
|
||||
xthickness = 0
|
||||
ythickness = 0
|
||||
}
|
||||
|
||||
style "nautilus-handle" {
|
||||
GtkPaned::handle-size = 1
|
||||
|
||||
engine "pixmap" {
|
||||
# for the thin gray line separating the sidepane and viewpane
|
||||
image {
|
||||
function = HANDLE
|
||||
recolorable = TRUE
|
||||
file = "Handles/handle-nautilus.png"
|
||||
stretch = TRUE
|
||||
border = { 0, 0, 0, 0 }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
style "nautilus-statusbar"
|
||||
{
|
||||
bg[NORMAL] = @base_color
|
||||
base[NORMAL] = @base_color
|
||||
fg[NORMAL] = shade (1.2, @fg_color)
|
||||
|
||||
engine "murrine" {}
|
||||
}
|
||||
|
||||
style "nautilus-location"
|
||||
{
|
||||
|
||||
xthickness = 0
|
||||
ythickness = 0
|
||||
|
||||
bg[NORMAL] = @base_color
|
||||
|
||||
engine "pixmap" {
|
||||
image
|
||||
{
|
||||
function = FLAT_BOX
|
||||
recolorable = TRUE
|
||||
file = "Nautilus/extra-widget.png"
|
||||
state = NORMAL
|
||||
stretch = TRUE
|
||||
border = { 0, 0, 1, 0 }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
style "nautilus-pathbar"
|
||||
{
|
||||
#bg[NORMAL] = @bg_color
|
||||
}
|
||||
|
||||
############################################
|
||||
# NAUTILUS
|
||||
# Order of assignment is important
|
||||
#############################################
|
||||
|
||||
widget_class "*NautilusSidePane.*" style "nautilus-sidebar"
|
||||
widget_class "*Nautilus*Places*Sidebar*" style "nautilus-sidebar"
|
||||
widget_class "*Nautilus*Side*.GtkWidget" style "nautilus-sidebar"
|
||||
widget_class "*Nautilus*Side*Title*" style "nautilus-sidebar"
|
||||
|
||||
#widget "*NautilusNavigationWindow" style "nautilus-window-base"
|
||||
|
||||
widget_class "*Nautilus*Scrollbar" style "murrine-scrollbar"
|
||||
widget_class "*NautilusSidePane.*Scrollbar" style:highest "murrine-scrollbar"
|
||||
widget_class "*Nautilus*Statusbar*" style "nautilus-statusbar"
|
||||
|
||||
widget "*Nautilus*Splitter" style "nautilus-handle"
|
||||
widget_class "*Nautilus*View*" style "nautilus-view"
|
||||
widget_class "*Nautilus*Notebook" style "murrine-notebook"
|
||||
|
||||
widget_class "*Nautilus*<GtkTreeView>.<GtkButton>" style "murrine-treeview-header"
|
||||
widget_class "*Nautilus*<GtkCTree>.<GtkButton>" style "murrine-treeview-header"
|
||||
widget_class "*Nautilus*<GtkList>.<GtkButton>" style "murrine-treeview-header"
|
||||
widget_class "*Nautilus*<GtkCList>.<GtkButton>" style "murrine-treeview-header"
|
||||
|
||||
widget_class "*NautilusPathBar*" style "nautilus-pathbar"
|
||||
widget "*.nautilus-extra-view-widget" style "nautilus-location"
|
@ -0,0 +1,50 @@
|
||||
style "pcmanfm-sidebar" = "murrine-sidebar" {
|
||||
font_name = "Regular"
|
||||
|
||||
GtkTreeView::odd_row_color = @sidebar_color
|
||||
GtkTreeView::even_row_color = @sidebar_color
|
||||
|
||||
# these make the padding from left window edge a little more sane
|
||||
GtkTreeView::vertical_separator = 4
|
||||
GtkTreeView::horizontal_separator = 15
|
||||
GtkTreeView::indent-expanders = 1 # 1 means TRUE
|
||||
GtkTreeView::expander-size = 8
|
||||
GtkExpander::expander_spacing = 16
|
||||
GtkButton::image_spacing = 4
|
||||
|
||||
xthickness = 0
|
||||
ythickness = 1
|
||||
}
|
||||
|
||||
# For the thin gray line separating the sidepane and viewpane
|
||||
style "pcmanfm-handle"
|
||||
{
|
||||
GtkPaned::handle-size = 1
|
||||
|
||||
engine "pixmap" {
|
||||
image {
|
||||
function = HANDLE
|
||||
recolorable = TRUE
|
||||
file = "Handles/handle-nautilus.png"
|
||||
stretch = TRUE
|
||||
border = { 0, 0, 0, 0 }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
style "pcmanfm-notebook" {
|
||||
xthickness = 0
|
||||
ythickness = 0
|
||||
}
|
||||
|
||||
# A little more vertical padding on the toolbar
|
||||
style "pcman-padding" {
|
||||
xthickness = 3
|
||||
ythickness = 3
|
||||
}
|
||||
|
||||
widget_class "*FmMainWin*GtkToolbar*" style "pcman-padding"
|
||||
widget_class "*FmPlacesView*" style "pcmanfm-sidebar"
|
||||
widget "*FmMainWin*GtkHPaned" style "pcmanfm-handle"
|
||||
widget "*FmMainWin*GtkNotebook" style "pcmanfm-notebook"
|
||||
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
After Width: | Height: | Size: 643 B |
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 2.8 KiB |
After Width: | Height: | Size: 2.9 KiB |
After Width: | Height: | Size: 691 B |
After Width: | Height: | Size: 487 B |
@ -1,59 +0,0 @@
|
||||
### PIXMAP MENUBAR ###
|
||||
style "pixbuf-menubar"
|
||||
|
||||
{
|
||||
xthickness = 1
|
||||
ythickness = 2
|
||||
text[NORMAL] = @selected_fg_color # Fix Openoffice menubar
|
||||
|
||||
engine "pixmap"
|
||||
{
|
||||
image
|
||||
{
|
||||
function = BOX
|
||||
state = NORMAL
|
||||
file = "images/menubar.png"
|
||||
border = { 0, 0, 0, 2 }
|
||||
stretch = TRUE
|
||||
}
|
||||
|
||||
image
|
||||
{
|
||||
function = BOX
|
||||
state = ACTIVE
|
||||
file = "images/menubar.png"
|
||||
border = { 0, 0, 0, 2 }
|
||||
stretch = TRUE
|
||||
}
|
||||
|
||||
image
|
||||
{
|
||||
function = BOX
|
||||
state = INSENSITIVE
|
||||
file = "images/menubar.png"
|
||||
border = { 0, 0, 0, 2 }
|
||||
stretch = TRUE
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
style "menubar-menuitem"
|
||||
{
|
||||
bg[PRELIGHT] = @selected_bg_color
|
||||
bg[SELECTED] = @selected_bg_color
|
||||
fg[NORMAL] = @selected_fg_color
|
||||
fg[PRELIGHT] = @selected_fg_color
|
||||
fg[SELECTED] = @selected_fg_color
|
||||
text[NORMAL] = @base_color
|
||||
text[PRELIGHT] = @selected_fg_color
|
||||
text[SELECTED] = @selected_fg_color
|
||||
}
|
||||
|
||||
style "menubar-menuitem-prelight"
|
||||
{
|
||||
fg[PRELIGHT] = @selected_fg_color
|
||||
}
|
||||
|
||||
widget_class "*<GtkMenuBar>.<GtkMenuItem>*" style "menubar-menuitem"
|
||||
widget_class "*<GtkMenuItem>*" style "menubar-menuitem-prelight"
|
||||
widget_class "*<GtkMenuBar>*" style "pixbuf-menubar"
|
Before Width: | Height: | Size: 275 B |
@ -1,122 +0,0 @@
|
||||
# ==============================================================================
|
||||
# GNOME PANEL SPECIFIC SETTINGS
|
||||
# ==============================================================================
|
||||
|
||||
style "panel"
|
||||
{
|
||||
xthickness = 0
|
||||
ythickness = 0
|
||||
bg_pixmap[NORMAL] = "images/panel.png"
|
||||
engine "murrine" {
|
||||
#contrast = 1.0
|
||||
textstyle = 1
|
||||
text_shade = 1.5
|
||||
}
|
||||
}
|
||||
|
||||
style "panel_task_button"
|
||||
{
|
||||
xthickness = 3
|
||||
xthickness = 3
|
||||
|
||||
GtkWidget::focus-line-width = 0
|
||||
GtkWidget::focus_padding = 0
|
||||
GtkWidget::interior_focus = 0
|
||||
GtkWidget::internal_padding = 0
|
||||
|
||||
GtkButton::child_displacement_x = 0
|
||||
GtkButton::child_displacement_y = 0
|
||||
GtkButton::default_border = {0, 0, 0, 0}
|
||||
GtkButton::default_outside_border = {0, 0, 0, 0}
|
||||
GtkButtonBox::child_internal_pad_x = 0
|
||||
GtkButtonBox::child_internal_pad_y = 0
|
||||
GtkButtonBox::child_min_heigth = 0
|
||||
|
||||
fg[NORMAL] = @selected_fg_color
|
||||
fg[PRELIGHT] = @selected_fg_color
|
||||
fg[ACTIVE] = @selected_fg_color
|
||||
|
||||
bg[SELECTED] = shade (0.2, @bg_color)
|
||||
bg[PRELIGHT] = shade (0.26, @bg_color)
|
||||
bg[ACTIVE] = shade (0.2, @bg_color)
|
||||
|
||||
engine "pixmap" {
|
||||
|
||||
image
|
||||
{
|
||||
function = BOX
|
||||
recolorable = TRUE
|
||||
state = NORMAL
|
||||
file = "images/panel-button-inactive.png"
|
||||
border = { 1, 1, 1, 1 }
|
||||
stretch = TRUE
|
||||
}
|
||||
|
||||
image
|
||||
{
|
||||
function = BOX
|
||||
recolorable = TRUE
|
||||
state = PRELIGHT
|
||||
file = "images/panel-button-hover.png"
|
||||
border = { 1, 1, 1, 1 }
|
||||
stretch = TRUE
|
||||
}
|
||||
|
||||
image
|
||||
{
|
||||
function = BOX
|
||||
recolorable = TRUE
|
||||
shadow = OUT
|
||||
state = PRELIGHT
|
||||
file = "images/panel-button-hover.png"
|
||||
border = { 1, 1, 1, 1 }
|
||||
stretch = TRUE
|
||||
|
||||
}
|
||||
|
||||
image
|
||||
{
|
||||
function = BOX
|
||||
recolorable = TRUE
|
||||
shadow = IN
|
||||
state = PRELIGHT
|
||||
file = "images/panel-button-hover.png"
|
||||
border = { 1, 1, 1, 1 }
|
||||
stretch = TRUE
|
||||
|
||||
}
|
||||
|
||||
image
|
||||
{
|
||||
function = BOX
|
||||
recolorable = TRUE
|
||||
state = ACTIVE
|
||||
file = "images/panel-button-active.png"
|
||||
border = { 4, 4, 4, 4 }
|
||||
stretch = TRUE
|
||||
}
|
||||
image
|
||||
{
|
||||
function = BOX
|
||||
recolorable = TRUE
|
||||
state = INSENSITIVE
|
||||
file = "images/panel-button-inactive.png"
|
||||
border = { 1, 1, 1, 1 }
|
||||
stretch = TRUE
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#widget_class "*Panel*" style "panel"
|
||||
widget "*PanelWidget*" style "panel"
|
||||
widget "*PanelApplet*" style "panel"
|
||||
widget "*fast-user-switch*" style "panel" # workaround for Fast User Switch applet
|
||||
class "PanelApp*" style "panel"
|
||||
class "PanelToplevel*" style "panel"
|
||||
#widget_class "*Mail*" style "panel"
|
||||
widget_class "*notif*" style "panel"
|
||||
|
||||
#widget_class "*?anel*utton" style "panel_task_button" # causing problems to monodevelop
|
||||
widget "*task*" style "panel_task_button"
|
||||
widget "*.tasklist-button" style "panel_task_button"
|
||||
widget "*PanelApplet*TaskTitle*" style "panel_task_button"
|
@ -1,74 +0,0 @@
|
||||
style "theme-panel" = "murrine-dark"
|
||||
{
|
||||
xthickness = 1
|
||||
ythickness = 0
|
||||
|
||||
bg[NORMAL] = "#212936"
|
||||
bg[ACTIVE] = "#091720"
|
||||
bg[PRELIGHT] = "#16364d"
|
||||
|
||||
fg[NORMAL] = @selected_fg_color
|
||||
fg[PRELIGHT] = @selected_fg_color
|
||||
fg[ACTIVE] = @selected_fg_color
|
||||
|
||||
text[NORMAL] = @selected_fg_color
|
||||
text[PRELIGHT] = @selected_fg_color
|
||||
text[ACTIVE] = @selected_fg_color
|
||||
|
||||
engine "murrine" {
|
||||
#border_shades = { 1.3, 0.9 }
|
||||
contrast = 0.0
|
||||
roundness = 0
|
||||
glowstyle = 0
|
||||
glow_shade = 1.4
|
||||
glazestyle = 2
|
||||
trough_border_shades = { 3.0, 2.5 } # improve visibility in panel-plugins using the progressbar (xfce4-timer-plugin)
|
||||
}
|
||||
}
|
||||
|
||||
style "theme-panel-text"
|
||||
{
|
||||
fg[NORMAL] = @selected_fg_color
|
||||
fg[PRELIGHT] = @selected_fg_color
|
||||
fg[ACTIVE] = @selected_fg_color
|
||||
|
||||
text[NORMAL] = @selected_fg_color
|
||||
text[PRELIGHT] = @selected_fg_color
|
||||
text[ACTIVE] = @selected_fg_color
|
||||
}
|
||||
|
||||
style "theme-main-menu-text" = "theme-panel-text"
|
||||
{
|
||||
fg[PRELIGHT] = @selected_fg_color
|
||||
text[PRELIGHT] = @selected_fg_color
|
||||
}
|
||||
|
||||
widget "*PanelWidget*" style "theme-panel"
|
||||
widget "*PanelApplet*" style "theme-panel"
|
||||
widget "*fast-user-switch*" style "theme-panel"
|
||||
widget "*CPUFreq*Applet*" style "theme-panel"
|
||||
widget "*indicator-applet*" style "theme-panel"
|
||||
class "PanelApp*" style "theme-panel"
|
||||
class "PanelToplevel*" style "theme-panel"
|
||||
widget_class "*PanelToplevel*" style "theme-panel"
|
||||
widget_class "*notif*" style "theme-panel"
|
||||
widget_class "*Notif*" style "theme-panel"
|
||||
widget_class "*Tray*" style "theme-panel"
|
||||
widget_class "*tray*" style "theme-panel"
|
||||
widget_class "*computertemp*" style "theme-panel"
|
||||
widget_class "*Applet*Tomboy*" style "theme-panel"
|
||||
widget_class "*Applet*Netstatus*" style "theme-panel"
|
||||
|
||||
# Fixes for tooltip text in some apps.
|
||||
widget_class "*Notif*Beagle*" style "theme-panel"
|
||||
widget_class "*Notif*Brasero*" style "theme-panel"
|
||||
|
||||
# XFCE panel theming.
|
||||
widget "*Xfce*Panel*" style "theme-panel"
|
||||
class "*Xfce*Panel*" style "theme-panel"
|
||||
|
||||
# Make sure panel text color doesn't change
|
||||
widget_class "*Panel*MenuBar*" style "theme-main-menu-text"
|
||||
widget_class "*Panel*<GtkMenuBar>*" style "theme-main-menu-text"
|
||||
widget "*.clock-applet-button.*" style "theme-panel-text"
|
||||
widget "*PanelApplet*" style "theme-panel-text"
|
After Width: | Height: | Size: 142 B |
After Width: | Height: | Size: 243 B |
After Width: | Height: | Size: 178 B |
After Width: | Height: | Size: 178 B |
After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 373 B After Width: | Height: | Size: 373 B |
Before Width: | Height: | Size: 373 B After Width: | Height: | Size: 373 B |
Before Width: | Height: | Size: 142 B After Width: | Height: | Size: 142 B |
Before Width: | Height: | Size: 142 B After Width: | Height: | Size: 142 B |
After Width: | Height: | Size: 3.9 KiB |
After Width: | Height: | Size: 363 B |
After Width: | Height: | Size: 371 B |
After Width: | Height: | Size: 166 B |
@ -0,0 +1,160 @@
|
||||
style "theme-panel"
|
||||
{
|
||||
xthickness = 4 # The spacing (padding) inside and between applets. Add a lower value for a more compact look.
|
||||
ythickness = 0
|
||||
|
||||
#bg_pixmap[NORMAL] = "/Panel/panel-bg.png" # Disable for normal panel backgrounds.
|
||||
|
||||
fg[NORMAL] = "#f5f5f5"
|
||||
fg[PRELIGHT] = "#ffffff"
|
||||
fg[ACTIVE] = "#f5f5f5"
|
||||
text[NORMAL] = "#f5f5f5"
|
||||
text[PRELIGHT] = "#ffffff"
|
||||
text[ACTIVE] = "#f5f5f5"
|
||||
|
||||
engine "pixmap" {
|
||||
image {
|
||||
function = BOX
|
||||
recolorable = TRUE
|
||||
state = NORMAL
|
||||
}
|
||||
image {
|
||||
function = BOX
|
||||
recolorable = TRUE
|
||||
state = PRELIGHT
|
||||
file = "Panel/panel-button-hover.png"
|
||||
border = { 4, 4, 1, 1 }
|
||||
stretch = TRUE
|
||||
}
|
||||
image {
|
||||
function = BOX
|
||||
recolorable = TRUE
|
||||
state = ACTIVE
|
||||
file = "Panel/panel-button-active.png"
|
||||
border = { 4, 4, 1, 1 }
|
||||
stretch = TRUE
|
||||
}
|
||||
image {
|
||||
function = BOX
|
||||
recolorable = TRUE
|
||||
state = SELECTED
|
||||
file = "Panel/panel-button-active.png"
|
||||
border = { 4, 4, 1, 1 }
|
||||
stretch = TRUE
|
||||
}
|
||||
image {
|
||||
function = BOX
|
||||
recolorable = TRUE
|
||||
state = INSENSITIVE
|
||||
}
|
||||
image {
|
||||
function = ARROW
|
||||
recolorable = TRUE
|
||||
arrow_direction = DOWN
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
style "theme-panel-light"
|
||||
{
|
||||
xthickness = 1
|
||||
ythickness = 0
|
||||
|
||||
fg[NORMAL] = @fg_color
|
||||
|
||||
engine "murrine" {
|
||||
textstyle = 0
|
||||
roundness = 0
|
||||
}
|
||||
}
|
||||
|
||||
style "theme-panel-text"
|
||||
{
|
||||
fg[NORMAL] = "#f5f5f5"
|
||||
fg[PRELIGHT] = "#ffffff"
|
||||
fg[ACTIVE] = "#f5f5f5"
|
||||
text[NORMAL] = "#f5f5f5"
|
||||
text[PRELIGHT] = "#ffffff"
|
||||
text[ACTIVE] = "#f5f5f5"
|
||||
}
|
||||
|
||||
style "theme-main-menu-text" = "theme-panel-text"
|
||||
{
|
||||
fg[PRELIGHT] = "#ffffff"
|
||||
text[PRELIGHT] = "#ffffff"
|
||||
}
|
||||
|
||||
style "theme-panel-handle"
|
||||
{
|
||||
engine "pixmap" {
|
||||
image {
|
||||
function = HANDLE
|
||||
}
|
||||
image {
|
||||
function = HANDLE
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
widget "*PanelWidget*" style "theme-panel"
|
||||
widget "*PanelApplet*" style "theme-panel"
|
||||
widget "*fast-user-switch*" style "theme-panel"
|
||||
widget "*CPUFreq*Applet*" style "theme-panel"
|
||||
widget "*indicator-applet*" style "theme-panel"
|
||||
class "PanelApp*" style "theme-panel"
|
||||
class "PanelToplevel*" style "theme-panel"
|
||||
widget_class "*PanelToplevel*" style "theme-panel"
|
||||
widget_class "*notif*" style "theme-panel"
|
||||
widget_class "*Notif*" style "theme-panel"
|
||||
widget_class "*Tray*" style "theme-panel"
|
||||
widget_class "*tray*" style "theme-panel"
|
||||
widget_class "*computertemp*" style "theme-panel"
|
||||
widget_class "*Applet*Tomboy*" style "theme-panel"
|
||||
widget_class "*Applet*Netstatus*" style "theme-panel"
|
||||
|
||||
# Fixes for tooltip text in some apps.
|
||||
widget_class "*Notif*Beagle*" style "theme-panel-light"
|
||||
widget_class "*Notif*Brasero*" style "theme-panel-light"
|
||||
|
||||
# XFCE panel theming.
|
||||
widget "*Xfce*Panel*" style "theme-panel"
|
||||
class "*Xfce*Panel*" style "theme-panel"
|
||||
|
||||
# lxpanel and fbpanel
|
||||
widget "*.tclock.*" style "theme-panel"
|
||||
widget "*.taskbar.*" style "theme-panel"
|
||||
widget_class "*GtkBgbox*" style "theme-panel"
|
||||
|
||||
# Make sure panel text color doesn't change
|
||||
widget_class "*Panel*MenuBar*" style "theme-main-menu-text"
|
||||
widget_class "*Panel*<GtkMenuBar>*" style "theme-main-menu-text"
|
||||
widget "*.clock-applet-button.*" style "theme-panel-text"
|
||||
widget "*PanelApplet*" style "theme-panel-text"
|
||||
|
||||
# Hide ugly handle
|
||||
class "PanelAppletFrame" style:highest "theme-panel-handle"
|
||||
|
||||
# The following removes the arrows from the panel
|
||||
|
||||
style "panel-arrow-remove" {
|
||||
engine "pixmap" {
|
||||
image {
|
||||
function = ARROW
|
||||
recolorable = TRUE
|
||||
overlay_file = "Panel/arrow-blank.png"
|
||||
overlay_border = {2,2,2,2}
|
||||
overlay_stretch = FALSE
|
||||
arrow_direction = UP
|
||||
}
|
||||
image {
|
||||
function = ARROW
|
||||
recolorable = TRUE
|
||||
overlay_file = "Panel/arrow-blank.png"
|
||||
overlay_border = {2,2,2,2}
|
||||
overlay_stretch = FALSE
|
||||
arrow_direction = DOWN
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
widget_class "*PanelToplevel*" style "panel-arrow-remove"
|
@ -0,0 +1,50 @@
|
||||
### This style handles the dark toolbars. Some ugly workarounds in use may cause some bugs. (But hopefully not.) :P ###
|
||||
|
||||
style "pixbuf-toolbar" = "murrine-thin"
|
||||
{
|
||||
bg[NORMAL] = @bg_color
|
||||
fg[NORMAL] = @base_color
|
||||
text[NORMAL] = @base_color
|
||||
|
||||
engine "pixmap" {
|
||||
image {
|
||||
function = BOX
|
||||
file = "widgets/Others/toolbar.png"
|
||||
border = { 1, 1, 0, 37 }
|
||||
stretch = TRUE
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
# Makes the text in a dark toolbar light.
|
||||
style "dark-toolbutton" {
|
||||
fg[NORMAL] = @base_color
|
||||
fg[PRELIGHT] = @text_color
|
||||
fg[ACTIVE] = @bg_color
|
||||
fg[SELECTED] = @bg_color
|
||||
fg[INSENSITIVE] = shade (0.95, @base_color)
|
||||
|
||||
engine "murrine" { textstyle = 0 }
|
||||
}
|
||||
|
||||
# Invisible toolbar separator
|
||||
style "murrine-toolseparator" {
|
||||
xthickness = 0
|
||||
ythickness = 0
|
||||
|
||||
engine "pixmap" {
|
||||
image {
|
||||
function = BOX
|
||||
file = "widgets/Others/null.png"
|
||||
border = { 2, 2, 2, 2 }
|
||||
stretch = TRUE
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
class "*GtkToolbar*" style "pixbuf-toolbar"
|
||||
widget_class "*ToolButton*" style "dark-toolbutton"
|
||||
widget_class "*GtkToolbar*GtkLabel*" style "dark-toolbutton"
|
||||
widget_class "*GtkToolbar*GtkEntry*" style "dark-toolbutton"
|
||||
class "GtkSeparatorToolItem" style "murrine-toolseparator"
|
||||
|
@ -0,0 +1,379 @@
|
||||
/***************
|
||||
* Progressbar *
|
||||
***************/
|
||||
/* progress component */
|
||||
.progressbar,
|
||||
.progressbar row,
|
||||
.progressbar row:hover,
|
||||
.progressbar row:selected,
|
||||
.progressbar row:selected:focused {
|
||||
background-image: -gtk-gradient (linear,
|
||||
left top, left bottom,
|
||||
from (@progressbar_background_a),
|
||||
to (@progressbar_background_b));
|
||||
|
||||
border-radius: 0;
|
||||
border-style: solid;
|
||||
border-width: 1;
|
||||
border-color: @progressbar_border;
|
||||
-unico-inner-stroke-style: custom;
|
||||
-unico-inner-stroke-gradient: -gtk-gradient (linear,
|
||||
left top, left bottom,
|
||||
from (alpha (@theme_base_color, 0.5)),
|
||||
to (alpha (shade (@button_bg_color, 1.26), 0.0)));
|
||||
}
|
||||
|
||||
.progressbar.vertical,
|
||||
.progressbar.vertical row,
|
||||
.progressbar.vertical row:hover,
|
||||
.progressbar.vertical row:selected,
|
||||
.progressbar.vertical row:selected:focused {
|
||||
background-image: -gtk-gradient (linear,
|
||||
left top, right top,
|
||||
from (@progressbar_background_a),
|
||||
to (@progressbar_background_b));
|
||||
|
||||
border-radius: 0;
|
||||
border-style: solid;
|
||||
border-width: 1;
|
||||
border-color: @progressbar_border;
|
||||
-unico-inner-stroke-style: custom;
|
||||
-unico-inner-stroke-gradient: -gtk-gradient (linear,
|
||||
left top, right top,
|
||||
from (alpha (@theme_base_color, 0.5)),
|
||||
to (alpha (shade (@button_bg_color, 1.26), 0.0)));
|
||||
}
|
||||
|
||||
/* through component */
|
||||
GtkProgressBar,
|
||||
.trough row {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
GtkProgressBar.trough,
|
||||
.trough row,
|
||||
.trough row:hover {
|
||||
background-image: -gtk-gradient (linear,
|
||||
left top, left bottom,
|
||||
from (@progressbar_through_a),
|
||||
to (@progressbar_through_b));
|
||||
|
||||
border-width: 1;
|
||||
border-style: solid;
|
||||
border-radius: 0;
|
||||
border-color: shade (@progressbar_through_border, 1.0);
|
||||
}
|
||||
|
||||
GtkProgressBar.trough.vertical,
|
||||
.trough.vertical row,
|
||||
.trough.vertical row:hover {
|
||||
background-image: -gtk-gradient (linear,
|
||||
left top, right top,
|
||||
from (@progressbar_through_a),
|
||||
to (@progressbar_through_b));
|
||||
|
||||
border-width: 1;
|
||||
border-style: solid;
|
||||
border-radius: 0;
|
||||
border-color: shade (@progressbar_through_border, 1.0);
|
||||
}
|
||||
|
||||
.trough row:selected,
|
||||
.trough row:selected:focused {
|
||||
background-image: -gtk-gradient (linear,
|
||||
left top, left bottom,
|
||||
from (mix (@trough_bg_color_a, @theme_selected_bg_color, 0.25)),
|
||||
to (mix (@trough_bg_color_b, @theme_selected_bg_color, 0.25)));
|
||||
}
|
||||
|
||||
.trough.vertical row:selected,
|
||||
.trough.vertical row:selected:focused {
|
||||
background-image: -gtk-gradient (linear,
|
||||
left top, right top,
|
||||
from (mix (@trough_bg_color_a, @theme_selected_bg_color, 0.25)),
|
||||
to (mix (@trough_bg_color_b, @theme_selected_bg_color, 0.25)));
|
||||
}
|
||||
|
||||
/*************
|
||||
* Scrollbar *
|
||||
*************/
|
||||
/* Using the adwaita engine to fix a small consistency bug */
|
||||
.scrollbar {
|
||||
engine: adwaita;
|
||||
background-image: none;
|
||||
border-style: solid;
|
||||
-GtkRange-trough-border: 1;
|
||||
-GtkRange-arrow-scaling: 0.444;
|
||||
-GtkRange-slider-width: 11;
|
||||
-GtkRange-stepper-size: 0;
|
||||
-GtkScrollbar-min-slider-length: 30;
|
||||
-GtkRange-stepper-spacing: 0;
|
||||
-GtkRange-trough-under-steppers: 1;
|
||||
-unico-inner-stroke-style: none;
|
||||
}
|
||||
|
||||
/* Through */
|
||||
.scrollbar.trough.vertical {
|
||||
engine: adwaita;
|
||||
background-image: -gtk-gradient (linear,
|
||||
left top, right top,
|
||||
from (shade (@trough_bg_color_b, 0.99)),
|
||||
to (@trough_bg_color_a));
|
||||
background-color: shade (@theme_bg_color, 0.882);
|
||||
border-width: 0;
|
||||
border-radius: 0;
|
||||
-adwaita-border-gradient: -gtk-gradient (linear,
|
||||
left top, right top,
|
||||
from (alpha (@scrollslider_gradient_a, 1.00)),
|
||||
to (alpha (@scrollslider_gradient_a, 0.00)));
|
||||
border-width: 1;
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
.scrollbar.trough.horizontal {
|
||||
engine: adwaita;
|
||||
background-image: -gtk-gradient (linear,
|
||||
left top, left bottom,
|
||||
from (shade (@trough_bg_color_b, 0.99)),
|
||||
to (@trough_bg_color_a));
|
||||
background-color: shade (@theme_bg_color, 0.882);
|
||||
border-width: 0;
|
||||
border-radius: 0;
|
||||
-adwaita-border-gradient: -gtk-gradient (linear,
|
||||
left top, left bottom,
|
||||
from (alpha (@scrollslider_gradient_a, 1.00)),
|
||||
to (alpha (@scrollslider_gradient_a, 0.00)));
|
||||
border-width: 1;
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
/* Sliders and buttons */
|
||||
.scrollbar.slider.vertical,
|
||||
.scrollbar.button.vertical {
|
||||
engine: adwaita;
|
||||
background-image: -gtk-gradient (linear,
|
||||
left top, right top,
|
||||
from (@scrollslider_gradient_a),
|
||||
to (@scrollslider_gradient_b));
|
||||
background-color: @theme_base_color;
|
||||
border-color: @scrollslider_border;
|
||||
border-radius: 10;
|
||||
border-width: 1;
|
||||
}
|
||||
|
||||
.scrollbar.slider.vertical:prelight {
|
||||
engine: adwaita;
|
||||
background-image: -gtk-gradient (linear,
|
||||
left top, right top,
|
||||
from (shade (@scrollslider_gradient_a, 0.90)),
|
||||
to (shade (@scrollslider_gradient_b, 0.90)));
|
||||
background-color: @theme_base_color;
|
||||
border-color: shade (@scrollslider_border, 0.90);
|
||||
}
|
||||
|
||||
.scrollbar.slider.vertical:prelight:active {
|
||||
engine: adwaita;
|
||||
background-image: -gtk-gradient (linear,
|
||||
left top, right top,
|
||||
from (shade (@scrollslider_gradient_a, 0.90)),
|
||||
to (shade (@scrollslider_gradient_b, 0.90)));
|
||||
background-color: @theme_base_color;
|
||||
border-color: shade (@scrollslider_border, 0.90);
|
||||
}
|
||||
|
||||
.scrollbar.slider.horizontal,
|
||||
.scrollbar.button.horizontal {
|
||||
engine: adwaita;
|
||||
background-image: -gtk-gradient (linear,
|
||||
left top, left bottom,
|
||||
from (@scrollslider_gradient_a),
|
||||
to (@scrollslider_gradient_b));
|
||||
background-color: @theme_base_color;
|
||||
border-color: @scrollslider_border;
|
||||
border-radius: 10;
|
||||
border-width: 1;
|
||||
}
|
||||
|
||||
.scrollbar.slider.horizontal:prelight {
|
||||
engine: adwaita;
|
||||
background-image: -gtk-gradient (linear,
|
||||
left top, left bottom,
|
||||
from (shade (@scrollslider_gradient_a, 0.90)),
|
||||
to (shade (@scrollslider_gradient_b, 0.90)));
|
||||
background-color: @theme_base_color;
|
||||
border-color: shade (@scrollslider_border, 0.90);
|
||||
}
|
||||
|
||||
.scrollbar.slider.horizontal:prelight:active {
|
||||
engine: adwaita;
|
||||
background-image: -gtk-gradient (linear,
|
||||
left top, left bottom,
|
||||
from (shade (@scrollslider_gradient_a, 0.90)),
|
||||
to (shade (@scrollslider_gradient_b, 0.90)));
|
||||
background-color: @theme_base_color;
|
||||
border-color: shade (@scrollslider_border, 0.90);
|
||||
}
|
||||
|
||||
.scrollbar.slider:insensitive {
|
||||
engine: adwaita;
|
||||
background-color: @theme_base_color;
|
||||
}
|
||||
|
||||
.scrollbar.trough:insensitive {
|
||||
engine: adwaita;
|
||||
background-color: shade (@theme_bg_color, 0.882);
|
||||
}
|
||||
|
||||
/************
|
||||
* Toolbars *
|
||||
************/
|
||||
.primary-toolbar.toolbar {
|
||||
background-image: -gtk-gradient (linear,
|
||||
left top, left bottom,
|
||||
from (@toolbar_gradient_base),
|
||||
to (@toolbar_gradient_final));
|
||||
-unico-border-gradient: -gtk-gradient (linear, left top, left bottom,
|
||||
from (alpha (@toolbar_border, 0.0)),
|
||||
to (alpha (@toolbar_border, 1.0)));
|
||||
border-style: solid;
|
||||
border-width: 1;
|
||||
-GtkWidget-window-dragging: true;
|
||||
padding: 2;
|
||||
}
|
||||
|
||||
.toolbar {
|
||||
border-style: solid;
|
||||
border-color: @theme_bg_color;
|
||||
border-width: 0;
|
||||
border-radius: 0;
|
||||
padding: 1;
|
||||
}
|
||||
|
||||
.toolbar:insensitive {
|
||||
color: alpha (@theme_fg_color, 0.6);
|
||||
}
|
||||
|
||||
/* Toolbar buttons */
|
||||
|
||||
.primary-toolbar.toolbar.button {
|
||||
padding: 0 2;
|
||||
border-style: none;
|
||||
border-width: 1;
|
||||
border-radius: 2;
|
||||
background-image: -gtk-gradient (linear,
|
||||
left top, left bottom,
|
||||
from (alpha (@button_gradient_color_a, 0.0)),
|
||||
to (alpha (@button_gradient_color_b, 0.0)));
|
||||
-unico-inner-stroke-style: none;
|
||||
-unico-outer-stroke-style: none;
|
||||
}
|
||||
|
||||
.primary-toolbar.toolbar.button:insensitive {
|
||||
border-style: none;
|
||||
border-width: 0;
|
||||
color: @insensitive_fg_color;
|
||||
background-image: none;
|
||||
background-color: alpha (@theme_base_color, 0.0);
|
||||
-GtkWidget-focus-line-width: 0;
|
||||
}
|
||||
|
||||
.primary-toolbar.toolbar.button:hover {
|
||||
border-style: none;
|
||||
background-image: -gtk-gradient (linear,
|
||||
left top, left bottom,
|
||||
from (alpha (@button_hover_gradient_color_a, 0.60)),
|
||||
to (alpha (@button_hover_gradient_color_b, 0.60)));
|
||||
border-radius: 2;
|
||||
-unico-border-gradient: -gtk-gradient (linear,
|
||||
left top, left bottom,
|
||||
from (shade (@theme_border_color_a, 1.10)),
|
||||
to (shade (@theme_border_color_b, 1.10)));
|
||||
}
|
||||
|
||||
.primary-toolbar.toolbar.button:active {
|
||||
background-image: -gtk-gradient (linear,
|
||||
left top, left bottom,
|
||||
from (shade (@button_active_gradient_color_a, 1.00)),
|
||||
to (shade (@button_active_gradient_color_b, 1.00)));
|
||||
border-color: @highlighted_border;
|
||||
border-style: solid;
|
||||
-unico-border-gradient: -gtk-gradient (linear,
|
||||
left top, left bottom,
|
||||
from (shade (@theme_border_color_b, 1.00)),
|
||||
to (shade (@theme_border_color_a, 1.00)));
|
||||
color: @theme_fg_color;
|
||||
}
|
||||
|
||||
.primary-toolbar.toolbar.button:active:hover {
|
||||
background-image: -gtk-gradient (linear,
|
||||
left top, left bottom,
|
||||
from (shade (@button_active_gradient_color_a, 1.10)),
|
||||
to (shade (@button_active_gradient_color_b, 1.10)));
|
||||
border-color: @highlighted_border;
|
||||
border-style: solid;
|
||||
-unico-border-gradient: -gtk-gradient (linear,
|
||||
left top, left bottom,
|
||||
from (shade (@theme_border_color_b, 1.10)),
|
||||
to (shade (@theme_border_color_a, 1.10)));
|
||||
color: @theme_fg_color;
|
||||
}
|
||||
|
||||
.primary-toolbar.toolbar.button:active:insensitive {
|
||||
border-color: @insensitive_border_color;
|
||||
-unico-border-gradient: none;
|
||||
background-image: none;
|
||||
-unico-inner-stroke-style: none;
|
||||
}
|
||||
|
||||
.primary-toolbar.toolbar.raised.button {
|
||||
border-width: 1;
|
||||
border-style: solid;
|
||||
|
||||
background-image: -gtk-gradient (linear,
|
||||
left top, left bottom,
|
||||
from (@button_gradient_color_a),
|
||||
to (@button_gradient_color_b));
|
||||
|
||||
-unico-border-gradient: -gtk-gradient (linear,
|
||||
left top, left bottom,
|
||||
from (shade (@theme_border_color_a, 1.00)),
|
||||
to (shade (@theme_border_color_b, 1.00)));
|
||||
}
|
||||
|
||||
.primary-toolbar.toolbar.raised.button:insensitive {
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.primary-toolbar.toolbar.raised.button:hover {
|
||||
border-color: @button_border;
|
||||
background-image: -gtk-gradient (linear,
|
||||
left top, left bottom,
|
||||
from (@button_hover_gradient_color_a),
|
||||
to (@button_hover_gradient_color_b));
|
||||
|
||||
-unico-border-gradient: -gtk-gradient (linear,
|
||||
left top, left bottom,
|
||||
from (shade (@theme_border_color_a, 1.10)),
|
||||
to (shade (@theme_border_color_b, 1.10)));
|
||||
border-width: 1;
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
.primary-toolbar.toolbar.raised.button:hover:active,
|
||||
.primary-toolbar.toolbar.raised.button:active {
|
||||
background-image: -gtk-gradient (linear,
|
||||
left top, left bottom,
|
||||
from (@button_active_gradient_color_a),
|
||||
to (alpha (@button_active_gradient_color_b, 0.13)));
|
||||
background-color: @theme_base_color;
|
||||
|
||||
border-color: @highlighted_border;
|
||||
border-width: 1;
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
.primary-toolbar.toolbar.raised.button:insensitive:active {
|
||||
border-style: solid;
|
||||
border-width: 1;
|
||||
background-image: none;
|
||||
}
|
@ -0,0 +1,336 @@
|
||||
/***********
|
||||
* Buttons *
|
||||
***********/
|
||||
GtkScale.slider,
|
||||
.button,
|
||||
.toolbar .button {
|
||||
border-radius: 2;
|
||||
text-shadow: 0 1 alpha (shade (@button_bg_color, 1.25), 0.4);
|
||||
background-image: -gtk-gradient (linear,
|
||||
left top, left bottom,
|
||||
from (@button_gradient_color_a),
|
||||
to (@button_gradient_color_b));
|
||||
|
||||
-unico-border-gradient: -gtk-gradient (linear,
|
||||
left top, left bottom,
|
||||
from (@theme_border_color_a),
|
||||
to (@theme_border_color_b));
|
||||
|
||||
-unico-inner-stroke-style: custom;
|
||||
-unico-inner-stroke-color: alpha (shade (@theme_bg_color, 1.26), 0.0);
|
||||
}
|
||||
|
||||
.button:hover,
|
||||
.toolbar.button:hover {
|
||||
background-image: -gtk-gradient (linear,
|
||||
left top, left bottom,
|
||||
from (@button_hover_gradient_color_a),
|
||||
to (@button_hover_gradient_color_b));
|
||||
|
||||
-unico-border-gradient: -gtk-gradient (linear,
|
||||
left top, left bottom,
|
||||
from (shade (@theme_border_color_a, 1.10)),
|
||||
to (shade (@theme_border_color_b, 1.10)));
|
||||
}
|
||||
|
||||
.button:active,
|
||||
.toolbar .button:active,
|
||||
.button:hover:active,
|
||||
.toolbar.button:hover:active {
|
||||
background-image: -gtk-gradient (linear,
|
||||
left top, left bottom,
|
||||
from (shade (@button_active_gradient_color_a, 1.00)),
|
||||
to (shade (@button_active_gradient_color_b, 1.00)));
|
||||
|
||||
-unico-border-gradient: -gtk-gradient (linear, left top, left bottom,
|
||||
from (shade (@theme_border_color_b, 1.00)),
|
||||
to (shade (@theme_border_color_a, 1.00)));
|
||||
-unico-inner-stroke-style: custom;
|
||||
-unico-inner-stroke-gradient: -gtk-gradient (linear,
|
||||
left top, left bottom,
|
||||
from (alpha (@theme_fg_color, 0.2)),
|
||||
to (alpha (shade (@button_bg_color, 1.26), 0.0)));
|
||||
}
|
||||
|
||||
.button:insensitive {
|
||||
text-shadow: 0 1 alpha (shade (@button_bg_color, 1.25), 0.4);
|
||||
background-image: -gtk-gradient (linear, left top, left bottom,
|
||||
from (shade (@button_insensitive_bg_color, 1.04)),
|
||||
to (shade (@button_insensitive_bg_color, 0.96)));
|
||||
|
||||
-unico-border-gradient: -gtk-gradient (linear, left top, left bottom,
|
||||
from (shade (@button_insensitive_bg_color, 0.8)),
|
||||
to (shade (@button_insensitive_bg_color, 0.8)));
|
||||
}
|
||||
|
||||
.button:insensitive:active {
|
||||
background-image: -gtk-gradient (linear, left top, left bottom,
|
||||
from (shade (@button_insensitive_bg_color, 0.97)),
|
||||
to (shade (@button_insensitive_bg_color, 1.0)));
|
||||
|
||||
-unico-inner-stroke-style: custom;
|
||||
-unico-inner-stroke-color: alpha (shade (@button_insensitive_bg_color, 0.9), 0.2);
|
||||
}
|
||||
|
||||
GtkScale.slider {
|
||||
}
|
||||
|
||||
/****************
|
||||
* Checkbuttons *
|
||||
****************/
|
||||
.check,
|
||||
.check row,
|
||||
.radio,
|
||||
.radio row {
|
||||
background-image: -gtk-gradient (linear, left top, left bottom,
|
||||
from (shade (@theme_base_color, 0.96)),
|
||||
color-stop (0.10, shade (@theme_base_color, 0.98)),
|
||||
to (@theme_base_color));
|
||||
|
||||
-unico-border-gradient: -gtk-gradient (linear, left top, left bottom,
|
||||
from (shade (@theme_bg_color, 0.68)),
|
||||
to (shade (@theme_bg_color, 0.68)));
|
||||
-unico-inner-stroke-style: custom;
|
||||
-unico-inner-stroke-color: alpha (shade (@theme_base_color, 0.1), 0.02);
|
||||
}
|
||||
|
||||
.check,
|
||||
.check row {
|
||||
border-radius: 3;
|
||||
}
|
||||
|
||||
.radio,
|
||||
.radio row {
|
||||
border-radius: 10;
|
||||
}
|
||||
|
||||
.check:active,
|
||||
.check row:selected:active,
|
||||
.check row:selected:focused:active,
|
||||
.notebook .check:active,
|
||||
.notebook .radio:active,
|
||||
.radio:active,
|
||||
.radio row:selected:active,
|
||||
.radio row:selected:focused:active {
|
||||
background-image: -gtk-gradient (linear, left top, left bottom,
|
||||
from (shade (@theme_selected_bg_color, 1.1)),
|
||||
to (shade (@theme_selected_bg_color, 0.9)));
|
||||
|
||||
-unico-bullet-color: shade (@theme_selected_fg_color, 1.0);
|
||||
-unico-bullet-outline-color: shade (@theme_selected_bg_color, 0.6);
|
||||
-unico-border-gradient: -gtk-gradient (linear, left top, left bottom,
|
||||
from (shade (@theme_selected_bg_color, 0.7)),
|
||||
to (shade (@theme_selected_bg_color, 0.7)));
|
||||
-unico-inner-stroke-style: custom;
|
||||
-unico-inner-stroke-color: alpha (shade (@theme_selected_bg_color, 1.56), 0.4);
|
||||
-unico-outer-stroke-style: custom;
|
||||
-unico-outer-stroke-gradient: -gtk-gradient (linear, left top, left bottom,
|
||||
from (alpha (shade (@theme_bg_color, 0.05), 0.02)),
|
||||
to (alpha (shade (@theme_bg_color, 0.05), 0.08)));
|
||||
}
|
||||
|
||||
.check:insensitive,
|
||||
.radio:insensitive {
|
||||
background-image: none;
|
||||
background-color: shade (@theme_bg_color, 0.96);
|
||||
}
|
||||
|
||||
.check:insensitive:active,
|
||||
.radio:insensitive:active {
|
||||
background-image: -gtk-gradient (linear, left top, left bottom,
|
||||
from (shade (@theme_bg_color, 0.96)),
|
||||
to (shade (@theme_bg_color, 0.9)));
|
||||
|
||||
-unico-bullet-color: shade (@theme_bg_color, 0.6);
|
||||
-unico-bullet-outline-color: shade (@theme_bg_color, 1.0);
|
||||
-unico-border-gradient: -gtk-gradient (linear, left top, left bottom,
|
||||
from (shade (@theme_bg_color, 0.8)),
|
||||
to (shade (@theme_bg_color, 0.7)));
|
||||
-unico-inner-stroke-style: custom;
|
||||
-unico-inner-stroke-gradient: none;
|
||||
-unico-inner-stroke-color: alpha (shade (@theme_bg_color, 1.26), 0.2);
|
||||
}
|
||||
|
||||
/************
|
||||
* Treeviews *
|
||||
************/
|
||||
column-header .button {
|
||||
border-radius: 0;
|
||||
padding: -1 2;
|
||||
background-image: -gtk-gradient (linear,
|
||||
left top, left bottom,
|
||||
from (shade (@listview_header_gradient_a,1.00)),
|
||||
to (shade (@listview_header_gradient_b,1.00)));
|
||||
-unico-inner-stroke-style: none;
|
||||
-unico-outer-stroke-style: none;
|
||||
-unico-border-gradient: -gtk-gradient (linear, left top, left bottom,
|
||||
from (alpha (@listview_border, 0.0)),
|
||||
to (alpha (@listview_border, 1.0)));
|
||||
border-width: 1;
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
column-header .button:prelight {
|
||||
background-image: -gtk-gradient (linear,
|
||||
left top, left bottom,
|
||||
from (shade (@listview_header_gradient_a,1.10)),
|
||||
to (shade (@listview_header_gradient_b,1.10)));
|
||||
-unico-inner-stroke-style: none;
|
||||
-unico-outer-stroke-style: none;
|
||||
-unico-border-gradient: -gtk-gradient (linear, left top, left bottom,
|
||||
from (alpha (@listview_border, 0.0)),
|
||||
to (alpha (@listview_border, 1.0)));
|
||||
}
|
||||
|
||||
/* Treeview */
|
||||
GtkTreeView.separator {
|
||||
background-color: darker (@theme_bg_color);
|
||||
}
|
||||
|
||||
/* Row */
|
||||
row:hover {
|
||||
border-width: 0;
|
||||
background-color: alpha (@theme_base_color, 0.0);
|
||||
}
|
||||
|
||||
row:insensitive {
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
row:selected:focused {
|
||||
border-width: 1;
|
||||
border-style: solid;
|
||||
background-image: -gtk-gradient (linear,
|
||||
left top, left bottom,
|
||||
from (shade (@menuitem_background_a, 1.00)),
|
||||
to (shade (@menuitem_background_b, 1.00)));
|
||||
background-color: @theme_selected_bg_color;
|
||||
-unico-border-gradient: -gtk-gradient (linear, left top, left bottom,
|
||||
from (alpha (shade (@menuitem_background_b, 0.86), 1.0)),
|
||||
color-stop (0.09, alpha (@theme_selected_bg_color, 0.0)),
|
||||
to (alpha (@theme_selected_bg_color, 0.0)));
|
||||
}
|
||||
|
||||
row:selected {
|
||||
border-width: 1;
|
||||
border-style: solid;
|
||||
background-image: -gtk-gradient (linear,
|
||||
left top, left bottom,
|
||||
from (shade (@menuitem_background_a, 1.00)),
|
||||
to (shade (@menuitem_background_b, 1.00)));
|
||||
background-color: @theme_selected_bg_color;
|
||||
-unico-border-gradient: -gtk-gradient (linear, left top, left bottom,
|
||||
from (alpha (shade (@menuitem_background_b, 0.86), 1.0)),
|
||||
color-stop (0.09, alpha (@theme_selected_bg_color, 0.0)),
|
||||
to (alpha (@theme_selected_bg_color, 0.0)));
|
||||
}
|
||||
|
||||
/************
|
||||
* GtkScale *
|
||||
************/
|
||||
GtkScale {
|
||||
-GtkScale-slider-length: 10;
|
||||
-GtkRange-slider-width: 17;
|
||||
-GtkRange-trough-border: 1;
|
||||
|
||||
border-radius: 8;
|
||||
-unico-border-gradient: -gtk-gradient (linear, left top, left bottom,
|
||||
from (shade (@theme_bg_color, 0.8)),
|
||||
to (shade (@theme_bg_color, 0.8)));
|
||||
}
|
||||
|
||||
GtkScale.trough {
|
||||
background-image: -gtk-gradient (linear, left top, left bottom,
|
||||
from (shade (@theme_bg_color, 0.92)),
|
||||
to (shade (@theme_bg_color, 0.96)));
|
||||
}
|
||||
|
||||
/***************
|
||||
* Spinbuttons *
|
||||
***************/
|
||||
GtkSpinButton.button {
|
||||
}
|
||||
|
||||
GtkSpinButton.button:insensitive {
|
||||
}
|
||||
|
||||
/************
|
||||
* Switches *
|
||||
************/
|
||||
GtkSwitch {
|
||||
border-radius: 2;
|
||||
background-image: -gtk-gradient (linear,
|
||||
left top, left bottom,
|
||||
from (@button_gradient_color_a),
|
||||
to (@button_gradient_color_b));
|
||||
|
||||
-unico-border-gradient: -gtk-gradient (linear,
|
||||
left top, left bottom,
|
||||
from (@theme_border_color_a),
|
||||
to (@theme_border_color_b));
|
||||
|
||||
-unico-inner-stroke-style: custom;
|
||||
-unico-inner-stroke-gradient: -gtk-gradient (linear,
|
||||
left top, left bottom,
|
||||
from (alpha (@theme_base_color, 0.9)),
|
||||
to (alpha (shade (@button_bg_color, 1.26), 0.0)));
|
||||
}
|
||||
|
||||
GtkSwitch.trough {
|
||||
background-image: -gtk-gradient (linear,
|
||||
left top, left bottom,
|
||||
from (shade (@progressbar_through_a, 1.0)),
|
||||
to (shade (@progressbar_through_b, 1.0)));
|
||||
|
||||
-unico-border-gradient: -gtk-gradient (linear, left top, left bottom,
|
||||
from (shade (@theme_border_color_b, 1.00)),
|
||||
to (shade (@theme_border_color_a, 1.00)));
|
||||
-unico-inner-stroke-style: custom;
|
||||
-unico-inner-stroke-gradient: -gtk-gradient (linear,
|
||||
left top, left bottom,
|
||||
from (alpha (@theme_fg_color, 0.2)),
|
||||
to (alpha (shade (@button_bg_color, 1.26), 0.0)));
|
||||
}
|
||||
|
||||
GtkSwitch.trough:active {
|
||||
background-image: -gtk-gradient (linear,
|
||||
left top, left bottom,
|
||||
from (shade (@theme_selected_bg_color, 0.9)),
|
||||
to (shade (@theme_selected_bg_color, 1.0)));
|
||||
|
||||
-unico-border-gradient: -gtk-gradient (linear, left top, left bottom,
|
||||
from (shade (@theme_border_color_b, 1.00)),
|
||||
to (shade (@theme_border_color_a, 1.00)));
|
||||
-unico-inner-stroke-style: custom;
|
||||
-unico-inner-stroke-gradient: -gtk-gradient (linear,
|
||||
left top, left bottom,
|
||||
from (alpha (shade (@theme_selected_bg_color, 0.6),0.2)),
|
||||
to (alpha (shade (@theme_selected_bg_color, 1.26), 0.0)));
|
||||
color: @theme_base_color;
|
||||
}
|
||||
|
||||
/*******************
|
||||
* Notebook & Tabs *
|
||||
*******************/
|
||||
.notebook {
|
||||
padding: 2;
|
||||
border-radius: 2;
|
||||
background-color: shade (@theme_bg_color, 1.1);
|
||||
-unico-border-gradient: -gtk-gradient (linear, left top, left bottom,
|
||||
from (shade (@theme_bg_color, 0.8)),
|
||||
to (shade (@theme_bg_color, 0.8)));
|
||||
}
|
||||
|
||||
.notebook tab {
|
||||
border-radius: 2;
|
||||
padding: 2 3 0;
|
||||
background-image: -gtk-gradient (linear, left top, left bottom,
|
||||
from (shade (@theme_bg_color, 1.0)),
|
||||
to (shade (@theme_bg_color, 0.97)));
|
||||
}
|
||||
|
||||
.notebook tab:active {
|
||||
background-image: -gtk-gradient (linear, left top, left bottom,
|
||||
from (shade (@theme_bg_color, 1.2)),
|
||||
to (shade (@theme_bg_color, 1.1)));
|
||||
}
|
@ -0,0 +1,127 @@
|
||||
/***********
|
||||
* Borders *
|
||||
***********/
|
||||
/* border and inner stroke */
|
||||
.button,
|
||||
.frame,
|
||||
.notebook {
|
||||
-unico-border-gradient: -gtk-gradient (linear, left top, left bottom,
|
||||
from (shade (@theme_bg_color, 0.7)),
|
||||
to (shade (@theme_bg_color, 0.7)));
|
||||
-unico-inner-stroke-style: custom;
|
||||
-unico-inner-stroke-color: alpha (shade (@theme_bg_color, 1.26), 0.4);
|
||||
}
|
||||
|
||||
.button:insensitive,
|
||||
.frame:insensitive,
|
||||
.notebook:insensitive {
|
||||
-unico-border-gradient: -gtk-gradient (linear, left top, left bottom,
|
||||
from (shade (@theme_bg_color, 0.8)),
|
||||
to (shade (@theme_bg_color, 0.8)));
|
||||
}
|
||||
|
||||
/* inset */
|
||||
.button:active,
|
||||
.button:insensitive,
|
||||
.check,
|
||||
.entry,
|
||||
.radio {
|
||||
-unico-outer-stroke-style: custom;
|
||||
-unico-outer-stroke-gradient: -gtk-gradient (linear, left top, left bottom,
|
||||
from (alpha (shade (@theme_bg_color, 0.9), 0.6)),
|
||||
to (alpha (shade (@theme_bg_color, 1.05), 0.6)));
|
||||
}
|
||||
|
||||
/* shadow */
|
||||
.button,
|
||||
.primary-toolbar.toolbar.raised.button,
|
||||
.check:active,
|
||||
.frame,
|
||||
.notebook .button,
|
||||
.notebook,
|
||||
.radio:active {
|
||||
-unico-outer-stroke-style: custom;
|
||||
-unico-outer-stroke-gradient: -gtk-gradient (linear, left top, left bottom,
|
||||
from (alpha (shade (@theme_bg_color, 0.05), 0.05)),
|
||||
to (alpha (shade (@theme_bg_color, 0.05), 0.09)));
|
||||
}
|
||||
|
||||
/* frame */
|
||||
.frame {
|
||||
border-radius: 0;
|
||||
-unico-border-gradient: -gtk-gradient (linear, left top, left bottom,
|
||||
from (shade (@theme_bg_color, 0.8)),
|
||||
to (shade (@theme_bg_color, 0.8)));
|
||||
}
|
||||
|
||||
/* GtkScrolledWindow */
|
||||
GtkScrolledWindow.frame {
|
||||
border-style: solid;
|
||||
border-color: @internal_element_color;
|
||||
border-width: 1;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
/****************
|
||||
* Text Entries *
|
||||
****************/
|
||||
.entry,
|
||||
.toolbar.entry {
|
||||
background-color: @theme_base_color;
|
||||
background-image: none;
|
||||
border-radius: 2;
|
||||
border-width: 1;
|
||||
border-style: solid;
|
||||
-unico-border-gradient: -gtk-gradient (linear,
|
||||
left top, left bottom,
|
||||
from (shade (@theme_border_color_b, 1.00)),
|
||||
to (shade (@theme_border_color_a, 1.00)));
|
||||
padding: 2;
|
||||
}
|
||||
|
||||
.entry:focused {
|
||||
border-color: @theme_selected_bg_color;
|
||||
-unico-border-gradient: none;
|
||||
}
|
||||
|
||||
.entry:insensitive {
|
||||
background-color: @insensitive_bg_color;
|
||||
-unico-border-gradient: -gtk-gradient (linear,
|
||||
left top, left bottom,
|
||||
from (shade (@inactive_frame_border_a, 1.00)),
|
||||
to (shade (@inactive_frame_border_b, 1.00)));
|
||||
}
|
||||
|
||||
.entry.progressbar {
|
||||
background-color: @theme_selected_bg_color;
|
||||
color: @theme_selected_fg_color;
|
||||
border-width: 1;
|
||||
border-radius: 1;
|
||||
border-color: @progressbar_border;
|
||||
}
|
||||
|
||||
/**************
|
||||
* Separators *
|
||||
**************/
|
||||
GtkSeparator {
|
||||
border-style: solid;
|
||||
border-color: shade (@theme_bg_color, 0.9);
|
||||
-unico-border-gradient: none;
|
||||
-unico-inner-stroke-style: custom;
|
||||
-unico-inner-stroke-color: alpha (shade (@theme_bg_color, 1.26), 0.3);
|
||||
}
|
||||
|
||||
.button GtkSeparator {
|
||||
border-style: solid;
|
||||
border-color: shade (@button_bg_color, 0.9);
|
||||
-unico-inner-stroke-style: custom;
|
||||
-unico-inner-stroke-color: alpha (shade (@button_bg_color, 1.26), 0.3);
|
||||
}
|
||||
|
||||
.menuitem.separator {
|
||||
border-style: solid;
|
||||
border-color: alpha (@theme_bg_color, 0.45);
|
||||
-unico-border-gradient: none;
|
||||
-unico-inner-stroke-style: custom;
|
||||
-unico-inner-stroke-color: alpha (shade (@bg_color, 1.26), 0.3);
|
||||
}
|
@ -0,0 +1,89 @@
|
||||
/*********
|
||||
* Menus *
|
||||
*********/
|
||||
.menu {
|
||||
padding: 0;
|
||||
background-image: none;
|
||||
background-color: @theme_base_color;
|
||||
border-color: @inactive_frame_color;
|
||||
color: @theme_fg_color;
|
||||
}
|
||||
|
||||
/* menuitem */
|
||||
.menuitem {
|
||||
padding: 2;
|
||||
border-width: 1;
|
||||
border-radius: 0;
|
||||
text-shadow: 0 1 alpha (shade (@button_bg_color, 1.25), 0.4);
|
||||
border-style: solid;
|
||||
color: @theme_fg_color;
|
||||
background-image: -gtk-gradient (linear, left top, left bottom,
|
||||
from (shade (@menuitem_background_a, 1.0)),
|
||||
to (shade (@menuitem_background_b, 1.0)));
|
||||
|
||||
-unico-bullet-color: @dark_fg_color;
|
||||
-unico-border-gradient: -gtk-gradient (linear, left top, left bottom,
|
||||
from (alpha (@theme_selected_bg_color, 0.0)),
|
||||
to (alpha (@theme_selected_bg_color, 0.0)));
|
||||
-unico-inner-stroke-style: none;
|
||||
}
|
||||
|
||||
.menuitem:prelight,
|
||||
.menuitem *:prelight {
|
||||
color: @selected_fg_color;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.menuitem:insensitive,
|
||||
.menuitem *:insensitive {
|
||||
color: mix (@theme_fg_color, @theme_bg_color, 0.5);
|
||||
text-shadow: 0 1 shade (@bg_color, 1.1);
|
||||
}
|
||||
|
||||
.menuitem.check:active,
|
||||
.menuitem.radio:active {
|
||||
color: @theme_fg_color;
|
||||
-unico-bullet-color: @theme_fg_color;
|
||||
}
|
||||
|
||||
.menuitem.check:active:prelight,
|
||||
.menuitem.radio:active:prelight {
|
||||
color: @selected_fg_color;
|
||||
-unico-bullet-color: @selected_fg_color;
|
||||
}
|
||||
|
||||
/* menubar */
|
||||
.menubar {
|
||||
-GtkWidget-window-dragging: true;
|
||||
color: @theme_fg_color;
|
||||
text-shadow: 0 1 alpha (shade (@button_bg_color, 1.25), 0.4);
|
||||
background-image: -gtk-gradient (linear,
|
||||
left top,
|
||||
left bottom,
|
||||
from (@toolbar_gradient_base),
|
||||
to (@toolbar_gradient_final));
|
||||
-unico-border-gradient: -gtk-gradient (linear, left top, left bottom,
|
||||
from (alpha (@toolbar_border, 0.0)),
|
||||
to (alpha (@toolbar_border, 1.0)));
|
||||
border-style: solid;
|
||||
border-width: 1;
|
||||
}
|
||||
|
||||
.menubar.menuitem {
|
||||
border-radius: 0;
|
||||
border-width: 1;
|
||||
}
|
||||
|
||||
.menubar.menuitem:prelight {
|
||||
color: @theme_fg_color;
|
||||
text-shadow: none;
|
||||
background-image: none;
|
||||
background-color: @theme_base_color;
|
||||
border-width: 1;
|
||||
border-color: @inactive_frame_color;
|
||||
border-style: solid;
|
||||
-unico-inner-stroke-style: none;
|
||||
-unico-border-gradient: -gtk-gradient (linear, left top, left bottom,
|
||||
from (alpha (@inactive_frame_color, 1.0)),
|
||||
to (alpha (@inactive_frame_color, 1.0)));
|
||||
}
|
@ -0,0 +1,185 @@
|
||||
/********
|
||||
* Misc *
|
||||
********/
|
||||
/* gnome-terminal */
|
||||
TerminalScreen {
|
||||
background-color: @theme_base_color;
|
||||
color: @theme_fg_color;
|
||||
-TerminalScreen-background-darkness: 0.95;
|
||||
}
|
||||
|
||||
/* GtkAssistant */
|
||||
GtkAssistant .sidebar .highlight {
|
||||
color: @theme_fg_color;
|
||||
font: bold;
|
||||
}
|
||||
|
||||
GtkAssistant .sidebar {
|
||||
padding: 12;
|
||||
border-width: 1;
|
||||
border-radius: 2;
|
||||
border-style: solid;
|
||||
border-color: @inactive_frame_color;
|
||||
color: mix (@theme_fg_color, @theme_bg_color, 0.40);
|
||||
background-color: shade (@theme_bg_color, 0.97);
|
||||
}
|
||||
|
||||
/* Sidebar */
|
||||
.sidebar,
|
||||
.sidebar.view {
|
||||
background-color: shade (@sidebar_color, 0.99);
|
||||
background-image: -gtk-gradient (linear,
|
||||
left top, right top,
|
||||
from (shade (@sidebar_color,1.00)),
|
||||
color-stop (0.98, shade (@sidebar_color, 1.00)),
|
||||
color-stop (0.99, shade (@sidebar_color, 1.00)),
|
||||
color-stop (1.00, shade (@sidebar_color, 0.86)),
|
||||
to (shade (@sidebar_color,1.00)));
|
||||
color: @theme_fg_color;
|
||||
}
|
||||
|
||||
.sidebar.menuitem:selected {
|
||||
background-color: shade (@theme_selected_bg_color, 0.99);
|
||||
color: @theme_fg_color;
|
||||
}
|
||||
|
||||
/* View */
|
||||
GtkViewport,
|
||||
GtkIconView {
|
||||
border-radius: 2;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
GtkIconView.view.cell:selected,
|
||||
GtkIconView.view.cell:selected:focused {
|
||||
background-color: @theme_selected_bg_color;
|
||||
border-radius: 2;
|
||||
}
|
||||
|
||||
.view {
|
||||
background-color: @theme_base_color;
|
||||
color: @theme_fg_color;
|
||||
border-radius: 0;
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
/* Calendars */
|
||||
GtkCalendar.view {
|
||||
border-radius: 2;
|
||||
border-style: solid;
|
||||
border-width: 1;
|
||||
padding: 2;
|
||||
}
|
||||
|
||||
GtkCalendar.header {
|
||||
border-radius: 0;
|
||||
background-image: -gtk-gradient (linear,
|
||||
left top,
|
||||
left bottom,
|
||||
from (shade (@theme_bg_color, 1.04)),
|
||||
to (shade (@theme_bg_color, 0.89)));
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
GtkCalendar.button {
|
||||
background-image: -gtk-gradient (linear,
|
||||
left top,
|
||||
left bottom,
|
||||
from (rgba (0, 0, 0, 0)),
|
||||
to (rgba (0, 0, 0, 0)));
|
||||
}
|
||||
|
||||
.highlight,
|
||||
GtkCalendar.highlight {
|
||||
background-color: @theme_selected_bg_color;
|
||||
color: @theme_selected_fg_color;
|
||||
border-radius: 0;
|
||||
padding: 0;
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
/**********************
|
||||
* Fallback Mode Panel
|
||||
**********************/
|
||||
PanelWidget,
|
||||
PanelApplet,
|
||||
PanelToplevel {
|
||||
background-color: @dark_bg_color;
|
||||
background-image: -gtk-gradient (linear, left top, left bottom,
|
||||
from (shade (@dark_bg_color, 1.05)),
|
||||
to (shade (@dark_bg_color, 1.05)));
|
||||
color: @dark_fg_color;
|
||||
border-radius: 0;
|
||||
-unico-inner-stroke-style: none;
|
||||
-unico-outer-stroke-style: none;
|
||||
text-shadow: none;
|
||||
padding: 0;
|
||||
border-width:0;
|
||||
}
|
||||
|
||||
PanelApplet > GtkMenuBar.menubar,
|
||||
.gnome-panel-menu-bar,
|
||||
PanelMenuBar.menubar,
|
||||
PanelApplet > GtkMenuBar.menubar.menuitem,
|
||||
PanelMenuBar.menubar.menuitem {
|
||||
background-color: @dark_bg_color;
|
||||
background-image: -gtk-gradient (linear, left top, left bottom,
|
||||
from (shade (@dark_bg_color, 1.05)),
|
||||
to (shade (@dark_bg_color, 1.05)));
|
||||
color: @dark_fg_color;
|
||||
text-shadow: none;/*0 -1 shade (@fg_color, 1.0);*/
|
||||
}
|
||||
|
||||
ClockBox {
|
||||
color: @dark_fg_color;
|
||||
text-shadow: 0 -1 shade (@fg_color, 1.0);
|
||||
}
|
||||
|
||||
PanelApplet > GtkMenuBar.menubar.menuitem:prelight,
|
||||
.gnome-panel-menu-bar.menuitem:prelight {
|
||||
}
|
||||
|
||||
PanelAppletFrame {
|
||||
background-color: @dark_bg_color;
|
||||
background-image: -gtk-gradient (linear, left top, left bottom,
|
||||
from (shade (@dark_bg_color, 1.05)),
|
||||
to (shade (@dark_bg_color, 1.05)));
|
||||
}
|
||||
|
||||
PanelApplet .button {
|
||||
background-color: @dark_bg_color;
|
||||
background-image: none;
|
||||
color: @dark_fg_color;
|
||||
border-radius: 0;
|
||||
-unico-inner-stroke-style: none;
|
||||
-unico-outer-stroke-style: none;
|
||||
text-shadow: none;
|
||||
border-width:0;
|
||||
background-image: -gtk-gradient (linear, left top, left bottom,
|
||||
from (shade (@dark_bg_color, 1.05)),
|
||||
to (shade (@dark_bg_color, 1.05)));
|
||||
}
|
||||
|
||||
PanelApplet .button:prelight:active,
|
||||
PanelApplet .button:active {
|
||||
background-color: shade (@dark_bg_color, 0.85);
|
||||
background-image: none;
|
||||
color: @dark_fg_color;
|
||||
}
|
||||
|
||||
PanelApplet .button :prelight {
|
||||
background-color: shade (@dark_bg_color, 1.2);
|
||||
background-image: none;
|
||||
color: @dark_fg_color;
|
||||
}
|
||||
|
||||
NaTrayApplet {
|
||||
}
|
||||
|
||||
WnckPager, WnckTasklist {
|
||||
background-color: @dark_bg_color;
|
||||
}
|
||||
|
||||
GsmFailWhaleDialog,
|
||||
GsmFailWhaleDialog * {
|
||||
}
|
@ -0,0 +1,156 @@
|
||||
* {
|
||||
-GtkButton-child-displacement-x: 1;
|
||||
-GtkButton-child-displacement-y: 1;
|
||||
-GtkButton-default-border: 0;
|
||||
-GtkButton-image-spacing: 0;
|
||||
-GtkButton-interior-focus: true;
|
||||
-GtkButton-inner-border: 3;
|
||||
-GtkCheckButton-indicator-size: 16;
|
||||
-GtkCheckMenuItem-indicator-size: 14;
|
||||
-GtkComboBox-arrow-scaling: 0.5;
|
||||
-GtkEntry-inner-border: 2;
|
||||
-GtkEntry-progress-border: 0;
|
||||
-GtkExpander-expander-size: 10;
|
||||
-GtkHTML-link-color: @link_color;
|
||||
-GtkIMHtml-hyperlink-color: @link_color;
|
||||
-GtkMenu-horizontal-padding: 0;
|
||||
-GtkMenu-vertical-padding: 0;
|
||||
-GtkMenuItem-arrow-scaling: 0.5;
|
||||
-GtkMenuBar-internal-padding: 0;
|
||||
-GtkNotebook-tab-overlap: -1;
|
||||
-GtkPaned-handle-size: 0;
|
||||
-GtkProgressBar-min-horizontal-bar-height: 10;
|
||||
-GtkProgressBar-min-vertical-bar-width: 10;
|
||||
-GtkRange-trough-border: 1;
|
||||
-GtkRange-slider-width: 11;
|
||||
-GtkRange-stepper-size: 13;
|
||||
-GtkRange-trough-under-steppers: 1;
|
||||
-GtkRange-stepper-spacing: 0;
|
||||
-GtkScale-trough-border: 0;
|
||||
-GtkScale-trough-side-details: 1;
|
||||
-GtkScrollbar-activate-slider: 1;
|
||||
-GtkScrollbar-trough-border: 0;
|
||||
-GtkScrollbar-slider-width: 11;
|
||||
-GtkScrollbar-min-slider-length: 30;
|
||||
-GtkScrollbar-has-forward-stepper: 0;
|
||||
-GtkScrollbar-has-backward-stepper: 0;
|
||||
-GtkScrollbar-has-secondary-forward-stepper: 0;
|
||||
-GtkScrollbar-has-secondary-backward-stepper: 0;
|
||||
-GtkScrolledWindow-scrollbar-spacing: 0;
|
||||
-GtkScrolledWindow-scrollbars-within-bevel: 1;
|
||||
-GtkSeparatorMenuItem-horizontal-padding: 0;
|
||||
-GtkTextView-error-underline-color: @error_color;
|
||||
-GtkToolButton-icon-spacing: 6;
|
||||
-GtkToolItemGroup-expander-size: 11;
|
||||
-GtkToolbar-internal-padding: 0;
|
||||
-GtkTreeView-expander-size: 8;
|
||||
-GtkTreeView-vertical-separator: 0;
|
||||
-GtkWidget-wide-separators: 1;
|
||||
-GtkWidget-separator-width: 2;
|
||||
-GtkWidget-separator-height: 2;
|
||||
-GtkWidget-focus-padding: 0;
|
||||
-GtkWidget-focus-line-width: 1;
|
||||
-GtkWidget-link-color: @link_color;
|
||||
-GtkWidget-visited-link-color: @link_color;
|
||||
-GtkWindow-resize-grip-width: 0;
|
||||
-GtkWindow-resize-grip-height: 0;
|
||||
-WnckTasklist-fade-overlay-rect: 0;
|
||||
|
||||
border-width: 1;
|
||||
padding: 1;
|
||||
|
||||
engine: unico;
|
||||
|
||||
-unico-inner-stroke-color: rgba (0, 0, 0, 0);
|
||||
-unico-focus-border-color: alpha (#fff, 0.0);
|
||||
-unico-focus-border-radius: 2;
|
||||
-unico-focus-fill-color: alpha (#fff, 0.0);
|
||||
-unico-focus-outer-stroke-color: alpha (#fff, 0.0);
|
||||
}
|
||||
|
||||
/***************
|
||||
* Base States *
|
||||
***************/
|
||||
|
||||
GtkWindow {
|
||||
color: @theme_fg_color;
|
||||
}
|
||||
|
||||
* {
|
||||
background-color: @theme_bg_color;
|
||||
-unico-inner-stroke-style: none;
|
||||
-unico-outer-stroke-style: none;
|
||||
}
|
||||
|
||||
*:hover {
|
||||
background-color: shade (@theme_bg_color, 1.02);
|
||||
color: @theme_fg_color;
|
||||
}
|
||||
|
||||
*:selected {
|
||||
background-color: @theme_selected_bg_color;
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
||||
|
||||
*:selected:focused {
|
||||
background-color: @theme_selected_bg_color;
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
||||
|
||||
*:insensitive {
|
||||
background-color: @insensitive_bg_color;
|
||||
color: @insensitive_fg_color;
|
||||
border-color: @insensitive_border_color;
|
||||
}
|
||||
|
||||
*:active {
|
||||
background-color: shade (@theme_bg_color, 0.915);
|
||||
}
|
||||
|
||||
.background {
|
||||
border-style: none;
|
||||
border-width: 0;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.tooltip {
|
||||
padding: 4 4;
|
||||
border-style: solid;
|
||||
border-width: 1;
|
||||
border-color: shade (@theme_tooltip_bg_color, 0.80);
|
||||
background-color: @theme_tooltip_bg_color;
|
||||
color: @theme_tooltip_fg_color;
|
||||
}
|
||||
|
||||
.grip {
|
||||
background-color: shade (@inactive_frame_color, 0.93);
|
||||
}
|
||||
|
||||
.rubberband {
|
||||
background-color: alpha (@theme_selected_bg_color, 0.35);
|
||||
border-color: @theme_selected_bg_color;
|
||||
border-style: solid;
|
||||
border-width: 1;
|
||||
border-radius: 2;
|
||||
}
|
||||
|
||||
.pane-separator {
|
||||
border-style: none;
|
||||
border-width: 0;
|
||||
color: shade (@inactive_frame_color, 0.80);
|
||||
}
|
||||
|
||||
.pane-separator:prelight,
|
||||
.pane-separator:selected {
|
||||
color: @theme_text_color;
|
||||
}
|
||||
|
||||
GtkStatusbar {
|
||||
padding: 5;
|
||||
color: @theme_fg_color;
|
||||
-GtkStatusbar-shadow-type: none;
|
||||
}
|
||||
|
||||
GtkStatusbar .frame {
|
||||
border-width: 0;
|
||||
}
|
@ -0,0 +1,89 @@
|
||||
/*
|
||||
AUTHOR: lassekongo83
|
||||
WEBSITE: http://lassekongo83.deviantart.com
|
||||
LICENSE: GPL
|
||||
DESCRIPTION: A minimalistic and usable theme made for gtk3 apps.
|
||||
*/
|
||||
|
||||
/* default color scheme */
|
||||
@define-color bg_color #dcdcdc;
|
||||
@define-color fg_color #3c3c3c;
|
||||
@define-color base_color #f7f7f7;
|
||||
@define-color text_color #3c3c3c;
|
||||
@define-color selected_bg_color #a2b8ca;
|
||||
@define-color selected_fg_color #ffffff;
|
||||
@define-color tooltip_bg_color #F5F5B5;
|
||||
@define-color tooltip_fg_color #3c3c3c;
|
||||
|
||||
/* other color schemes could simply override these */
|
||||
@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;
|
||||
|
||||
/* misc colors used by gtk+ */
|
||||
@define-color link_color #08c;
|
||||
@define-color warning_color #f57900;
|
||||
@define-color error_color #cc0000;
|
||||
@define-color success_color #4e9a06;
|
||||
|
||||
/* theme common colors */
|
||||
@define-color button_bg_color #e2e2e2;
|
||||
@define-color button_insensitive_bg_color mix (@button_bg_color, @theme_bg_color, 0.6);
|
||||
@define-color dark_bg_color #3c3b37;
|
||||
@define-color dark_fg_color #dfdbd2;
|
||||
|
||||
@define-color internal_element_color #afafaf;
|
||||
@define-color insensitive_bg_color #f5f5f5;
|
||||
@define-color insensitive_fg_color #a7a7a7;
|
||||
@define-color insensitive_border_color shade (@internal_element_color, 1.37);
|
||||
@define-color inactive_frame_color #c8c8c8;
|
||||
@define-color inactive_frame_border_a #8b8b8b;
|
||||
@define-color inactive_frame_border_b #c6c6c6;
|
||||
|
||||
@define-color trough_bg_color_a #efefef;
|
||||
@define-color trough_bg_color_b #e0e0e0;
|
||||
|
||||
@define-color toolbar_gradient_base #dcdcdc;
|
||||
@define-color toolbar_gradient_final #d1d1d1;
|
||||
@define-color toolbar_border #ccc;
|
||||
|
||||
@define-color button_gradient_color_a #fbfbfb;
|
||||
@define-color button_gradient_color_b #dedede;
|
||||
@define-color button_hover_gradient_color_a shade (@button_gradient_color_a, 1.10);
|
||||
@define-color button_hover_gradient_color_b shade (@button_gradient_color_b, 1.10);
|
||||
@define-color button_active_gradient_color_a shade (@button_gradient_color_b, 0.80);
|
||||
@define-color button_active_gradient_color_b shade (@button_gradient_color_a, 0.80);
|
||||
|
||||
@define-color progressbar_through_a #c7c7c7;
|
||||
@define-color progressbar_through_b #d7d7d7;
|
||||
@define-color progressbar_through_border #a3a3a3;
|
||||
@define-color progressbar_background_a #a2b8cb;
|
||||
@define-color progressbar_background_b #b5c8d7;
|
||||
@define-color progressbar_border #8298aa;
|
||||
|
||||
@define-color menuitem_background_a #8ba4b8;
|
||||
@define-color menuitem_background_b #7a94a9;
|
||||
|
||||
/* User defined for this theme */
|
||||
@define-color theme_border_color_a #afafaf;
|
||||
@define-color theme_border_color_b #7a7a7a;
|
||||
@define-color scrollslider_gradient_a #d8d8d8;
|
||||
@define-color scrollslider_gradient_b #bdbdbd;
|
||||
@define-color scrollslider_border #9a9a9a;
|
||||
@define-color listview_header_gradient_a #ececec;
|
||||
@define-color listview_header_gradient_b #d8d8d8;
|
||||
@define-color listview_border #cbcbcb;
|
||||
@define-color sidebar_color #e8e8e8;
|
||||
/* End user defined for this theme */
|
||||
|
||||
@import url("gtk-widgets.css");
|
||||
@import url("gtk-buttons.css");
|
||||
@import url("gtk-frames.css");
|
||||
@import url("gtk-bars.css");
|
||||
@import url("gtk-menus.css");
|
||||
@import url("gtk-misc.css");
|
@ -0,0 +1,4 @@
|
||||
[Settings]
|
||||
gtk-color-scheme = "base_color:#f7f7f7\nbg_color:#dcdcdc\ntooltip_bg_color:#F5F5B5\nselected_bg_color:#a2b8ca\ntext_color:#3c3c3c\nfg_color:#3c3c3c\ntooltip_fg_color:#000000\nselected_fg_color:#F5F5F5\nlink_color:#DD4814\nbg_color_dark:#c9c9c9\nfg_color_dark:#3c3c3c"
|
||||
gtk-auto-mnemonics = 1
|
||||
|
@ -0,0 +1,19 @@
|
||||
# Theme for Lubuntu Oneiric Ocelot
|
||||
# Author: 神癒礁湖 (Rafael Laguna)
|
||||
# Released under GPL. See COPYING for license.
|
||||
|
||||
[Desktop Entry]
|
||||
Type=X-GNOME-Metatheme
|
||||
Name=lubuntu
|
||||
Comment=Lubuntu desktop default theme
|
||||
Encoding=UTF-8
|
||||
|
||||
Name[ca_ES]=lubuntu
|
||||
|
||||
[X-GNOME-Metatheme]
|
||||
CursorSize=24
|
||||
GtkTheme=lubuntu
|
||||
MetacityTheme=lubuntu
|
||||
IconTheme=elementary-dark
|
||||
CursorTheme=DMZ-Black
|
||||
ButtonLayout=close,minimize,maximize:
|
@ -1,4 +1,5 @@
|
||||
#define bullet_width 7
|
||||
#define bullet_height 7
|
||||
#define bullet_width 9
|
||||
#define bullet_height 9
|
||||
static unsigned char bullet_bits[] = {
|
||||
0x00, 0x03, 0x0f, 0x3f, 0x0f, 0x03, 0x00 };
|
||||
0x00, 0x00, 0x08, 0x00, 0x18, 0x00, 0x38, 0x00, 0x38, 0x00, 0x18, 0x00,
|
||||
0x08, 0x00, 0x00, 0x00, 0x00, 0x00 };
|
||||
|
@ -1,5 +1,5 @@
|
||||
#define close_width 10
|
||||
#define close_height 10
|
||||
#define close_width 9
|
||||
#define close_height 9
|
||||
static unsigned char close_bits[] = {
|
||||
0x00, 0x00, 0x00, 0x00, 0x86, 0x01, 0xcc, 0x00, 0x78, 0x00, 0x30, 0x00,
|
||||
0x78, 0x00, 0xcc, 0x00, 0x86, 0x01, 0x00, 0x00 };
|
||||
0x00, 0x00, 0x44, 0x00, 0xee, 0x00, 0x7c, 0x00, 0x38, 0x00, 0x7c, 0x00,
|
||||
0xee, 0x00, 0x44, 0x00, 0x00, 0x00 };
|
||||
|
@ -1,5 +1,5 @@
|
||||
#define iconify_width 10
|
||||
#define iconify_height 10
|
||||
#define iconify_width 9
|
||||
#define iconify_height 9
|
||||
static unsigned char iconify_bits[] = {
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x86, 0x01, 0xcc, 0x00, 0x78, 0x00,
|
||||
0x30, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
|
||||
0x00, 0x00, 0x00, 0x00, 0xff, 0x00, 0x7e, 0x00, 0x3c, 0x00, 0x18, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
|
||||
|
@ -1,5 +1,5 @@
|
||||
#define max_width 10
|
||||
#define max_height 10
|
||||
#define max_width 9
|
||||
#define max_height 9
|
||||
static unsigned char max_bits[] = {
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x78, 0x00, 0xcc, 0x00,
|
||||
0x86, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
|
||||
0x00, 0x00, 0x00, 0x00, 0x18, 0x00, 0x3c, 0x00, 0x7e, 0x00, 0xff, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
|
||||
|
@ -1,5 +1,5 @@
|
||||
#define shade_width 9
|
||||
#define shade_height 9
|
||||
static unsigned char shade_bits[] = {
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x38, 0x00, 0x7c, 0x00,
|
||||
0xfe, 0x00, 0xff, 0x01, 0x83, 0x01 };
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0x00, 0xff, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
|
||||
|