Backup current artwork items to 1704 items, and prepare 1710 ones.

ubuntu/bionic
Julien Lavergne 7 years ago
parent 34aabba6ca
commit 846b85ac86

6
debian/changelog vendored

@ -1,3 +1,9 @@
lubuntu-artwork (0.67) UNRELEASED; urgency=medium
* Backup current artwork items to 1704 items, and prepare 1710 ones.
-- Julien Lavergne <gilir@ubuntu.com> Mon, 01 May 2017 17:29:56 +0200
lubuntu-artwork (0.66) zesty; urgency=medium
* debian/control:

15
debian/control vendored

@ -13,13 +13,26 @@ Vcs-Browser: http://bazaar.launchpad.net/~lubuntu-desktop/+junk/artwork/files
Package: lubuntu-artwork
Architecture: all
Depends: libnewt0.52 (>= 0.52.11-2ubuntu7),
lubuntu-artwork-17-04,
lubuntu-artwork-17-10,
lubuntu-lxpanel-icons,
${misc:Depends}
Description: artwork for Lubuntu
Artwork for Lubuntu, contained the wallpaper and others specific images and
logos.
Package: lubuntu-artwork-17-10
Architecture: all
Depends: gtk2-engines,
gtk2-engines-pixbuf,
gtk2-engines-murrine,
libnewt0.52 (>= 0.52.11-2ubuntu7),
${misc:Depends}
Description: artwork for Lubuntu - 17.10 version
Artwork for Lubuntu, contained the wallpaper and others specific images and
logos.
.
This package contains theme of Lubuntu 17.04.
Package: lubuntu-artwork-17-04
Architecture: all
Depends: gtk2-engines,

@ -1,3 +1,4 @@
usr/share/lubuntu/images/1704-*
usr/share/lubuntu/wallpapers/1704-*
usr/share/lxpanel/images/1704-*
usr/share/themes/Box10

@ -0,0 +1,3 @@
usr/share/lubuntu/images/1710-*
usr/share/lubuntu/wallpapers/1710-*
usr/share/lxpanel/images/1710-*

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

@ -1 +1 @@
1704-logout-banner.png
1710-logout-banner.png

@ -1 +1 @@
1704-lubuntu-logo.png
1710-lubuntu-logo.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 743 KiB

@ -1 +1 @@
1704-lubuntu-default-wallpaper.png
1710-lubuntu-default-wallpaper.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 234 B

@ -1 +1 @@
1704-lubuntu-background.png
1710-lubuntu-background.png

@ -4,7 +4,7 @@ Description=Text mode theme based on kubuntu-logo theme
ModuleName=ubuntu-text
[ubuntu-text]
title=Lubuntu 17.04
title=Lubuntu 17.10
black=0x0078C2
white=0xffffff
brown=0x009DFD

@ -0,0 +1,23 @@
# ==============================================================================
# BANSHEE SPECIFIC SETTINGS
# ==============================================================================
style "banshee_scrollbar" {
engine "murrine" {
roundness = 20
}
}
widget "__gtksharp_1*SeekSlider*" style "scale"
widget "__gtksharp_1*Player*croll*" style "banshee_scrollbar"
widget_class "__gtksharp_1*<GtkToolbar>*" style "default"
widget_class "__gtksharp_1*<GtkButton>*" style "button"
#widget_class "__gtksharp_1*<GtkScale>*" style "scale"

@ -0,0 +1,39 @@
# ==============================================================================
# CHROMIUM SPECIFIC SETTINGS
# ==============================================================================
style "chromium_toolbar_button" {
engine "murrine" {
roundness = 3
textstyle = 0
}
}
style "chrome-gtk-frame"
{
ChromeGtkFrame::frame-color = "#dfd7cf"
ChromeGtkFrame::inactive-frame-color = "#dfd7cf"
ChromeGtkFrame::frame-gradient-size = 16
ChromeGtkFrame::frame-gradient-color = shade (0.97, @bg_color)
ChromeGtkFrame::incognito-frame-color = "#dfd7cf"
ChromeGtkFrame::incognito-inactive-frame-color = "#dfd7cf"
ChromeGtkFrame::incognito-frame-gradient-size = 16
ChromeGtkFrame::incognito-frame-gradient-color = shade (0.97, @bg_color)
ChromeGtkFrame::scrollbar-trough-color = shade (0.912, @bg_color)
ChromeGtkFrame::scrollbar-slider-prelight-color = shade (1.04, @bg_color)
ChromeGtkFrame::scrollbar-slider-normal-color = @bg_color
}
class "ChromeGtkFrame" style "chrome-gtk-frame"
widget_class "*Chrom*Button*" style "chromium_toolbar_button"

@ -0,0 +1,33 @@
# ==============================================================================
# FIREFOX SPECIFIC SETTINGS
# ==============================================================================
style "ff-default" {
GtkCheckButton::indicator-size = 14
engine "murrine" {
reliefstyle = 0
}
}
style "ff-statusbar" {
}
#widget "MozillaGtkWidget*Toolbar*" style "theme-toolbar"
#widget "MozillaGtkWidget*Statusbar*" style "ff-statusbar"
widget "MozillaGtkWidget*" style "ff-default"
# ------------------------------------------------------------------------------
# Some Firefox (3.0/3.5) GTK widgets hierarchy (maybe useful for someone)
# ------------------------------------------------------------------------------
# Top toolbars (and maybe others)
#widget "MozillaGtkWidget.GtkFixed.GtkHandleBox.GtkToolbar" style "theme-dark-toolbar"
# Findbar entry, gecko (all html) entry
#widget "MozillaGtkWidget.GtkFixed.GtkEntry" style "theme-dark-entry"
# ALL buttons
#widget "MozillaGtkWidget.GtkFixed.GtkButton" style "theme-dark-button"

@ -0,0 +1,42 @@
# ==============================================================================
# GNOME TERMINAL SPECIFIC SETTINGS
# ==============================================================================
style "terminal_menubar"
{
engine "murrine" {
}
}
style "terminal_notebook"
{
engine "murrine" {
contrast = 1.0
}
}
style "terminal_scrollbar" = "scrollbar"
{
engine "murrine" {
}
}
style "terminal_screen"
{
text[NORMAL] = "#ffffff"
base[NORMAL] = "#300a24"
TerminalScreen::background-darkness = 0.95
}
#widget "*TerminalWindow*" style "terminal_window"
#widget "*TerminalWindow.*.*enu?ar" style "terminal_menubar"
widget "*TerminalWindow.*.GtkNotebook*" style "terminal_notebook"
#widget "*TerminalWindow.*.GtkNotebook.*.GtkVScrollbar*" style "terminal_scrollbar"
#widget "*TerminalWindow.*.GtkNotebook*utton*" style "terminal_button"
widget "*TerminalWindow.*.TerminalScreen*" style "terminal_screen"

@ -0,0 +1,357 @@
########################################################################
# Entry
########################################################################
style "entry"
{
GtkWidget::interior_focus = 0
GtkEntry::inner-border = {1, 1, 1, 1}
engine "pixmap"
{
### Entry ###
image
{
function = SHADOW
detail = "entry"
file = "images/entry.png"
border = {2, 2, 2, 2}
stretch = TRUE
}
### Focus ###
image
{
function = FOCUS
detail = "entry"
file = "images/entry-active.png"
border = {2, 2, 2, 2}
stretch = TRUE
}
}
}
class "GtkEntry*" style "entry"
########################################################################
# Panel
########################################################################
style "theme-panel"
{
xthickness = 4
ythickness = 0
bg_pixmap[NORMAL] = "images/panel-bg.png"
fg[NORMAL] = "#000000"
fg[PRELIGHT] = "#ffffff"
fg[ACTIVE] = "#f5f5f5"
text[NORMAL] = "#000000"
text[PRELIGHT] = "#ffffff"
text[ACTIVE] = "#f5f5f5"
engine "pixmap" {
image {
function = BOX
recolorable = TRUE
state = NORMAL
}
image {
function = BOX
recolorable = TRUE
state = PRELIGHT
file = "images/panel-button-hover.png"
border = { 4, 4, 1, 1 }
stretch = TRUE
}
image {
function = BOX
recolorable = TRUE
state = ACTIVE
file = "images/panel-button-active.png"
border = { 4, 4, 1, 1 }
stretch = TRUE
}
image {
function = BOX
recolorable = TRUE
state = SELECTED
file = "images/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
}
style "theme-panel-text"
{
fg[NORMAL] = "#000000"
fg[PRELIGHT] = "#333333"
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 = "images/arrow-blank.png"
overlay_border = {2,2,2,2}
overlay_stretch = FALSE
arrow_direction = UP
}
image {
function = ARROW
recolorable = TRUE
overlay_file = "images/arrow-blank.png"
overlay_border = {2,2,2,2}
overlay_stretch = FALSE
arrow_direction = DOWN
}
}
}
widget_class "*PanelToplevel*" style "panel-arrow-remove"
########################################################################
# Menu
########################################################################
style "dark"
{
bg[NORMAL] = "#e0e0e0"
bg[PRELIGHT] = shade (1.05, "#e0e0e0")
bg[SELECTED] = @selected_bg_color
bg[ACTIVE] = shade (0.95, "#e0e0e0")
bg[INSENSITIVE] = "#e0e0e0"
}
style "menubar" = "dark" {
# those two lines were added to fix firefox's menubar item text
bg[SELECTED] = "#8FB2CF"
fg[SELECTED] = @selected_fg_color
engine "murrine" {
textstyle = 1
text_shade = 1.23
gradient_shades = {1.0, 1.0, 1.0, 1.0}
lightborder_shade = 1.0
}
}
style "menubar_item" = "menu_item" {
bg[PRELIGHT] = "#8FB2CF"
fg[PRELIGHT] = @selected_fg_color
engine "murrine" {
gradient_shades = {1.00, 1.0, 1.0, 1.0}
# glowstyle = 5
border_shades = { 1.0, 1.0 }
glow_shade = 1.00
lightborderstyle = 3
lightborder_shade = 1.2
roundness = 4
}
}
########################################################################
# Scrollbar
########################################################################
style "default" {
GtkScrollbar ::has-backward-stepper = 0
GtkScrollbar ::has-forward-stepper = 1
GtkScrollbar ::min-slider-length = 30
GtkScrollbar ::slider-width = 9
GtkScrollbar ::trough-border = 3
GtkScrollbar ::activate-slider = 0
GtkScrollbar ::trough-side-details = 0
GtkScrollbar ::stepper-size = 1
GtkScrolledWindow ::scrollbar-spacing = 0
GtkScrolledWindow ::scrollbars-within-bevel = 1
}
style "scrollbar" {
bg[SELECTED] = shade (0.70, @base_color) # color indicador
bg[NORMAL] = shade (0.90, @bg_color) # color borde indicador
fg[NORMAL] = shade (1.00, @base_color)
fg[PRELIGHT] = shade (1.00, @base_color)
fg[ACTIVE] = shade (1.00, @base_color)
fg[SELECTED] = shade (1.00, @base_color)
fg[INSENSITIVE] = shade (1.00, @base_color)
engine "murrine" {
roundness = 10
gradient_shades = {1.0,1.0,1.0,1.0}
highlight_shade = 1.0
glow_shade = 1.0
#reliefstyle = 0
prelight_shade = .75
gradient_colors = FALSE
lightborder_shade = 1.0
lightborderstyle = 0
trough_shades = {1.05, 1.13}
border_shades = {1.32, 1.32}
contrast = 0.00
colorize_scrollbar = TRUE
scrollbarstyle = 0
}
}
style "hscrollbar" {
}
style "vscrollbar" {
}
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)
}
style "scale" = "button" {
bg[NORMAL] = @bg_color
bg[PRELIGHT] = shade (1.06, @bg_color)
bg[ACTIVE] = shade (0.94, @bg_color)
engine "murrine" {
contrast = 0.6
border_shades = {0.9, 0.8}
roundness = 5
lightborder_shade = 1.32
gradient_shades = {1.1, 1.0, 1.0, 0.8}
handlestyle = 2
trough_border_shades = {0.9, 1.4}
glow_shade = 1.0
# reliefstyle = 2
# shadow_shades = { 1.0, 0.9 }
}
}
########################################################################
# Toolbar
########################################################################
##########################################################################
# Toolbar
##########################################################################
style "toolbar" {
engine "pixmap"
{
image
{
function = BOX
recolorable = TRUE
file = "images/toolbar.png"
border = {1,1,1,1}
stretch = TRUE
}
image
{
function = HANDLE
overlay_file = "images/handle-horiz.png"
overlay_stretch = FALSE
orientation = HORIZONTAL
}
image
{
function = HANDLE
overlay_file = "images/handle-vert.png"
overlay_stretch = FALSE
orientation = VERTICAL
}
}
}
class "*Toolbar*" style "toolbar"
class "*Handle*" style "toolbar"
class "*Paned*" style "toolbar"

@ -0,0 +1,95 @@
style "caja-window-base" { bg[NORMAL] = @base_color }
style "caja-sidebar" = "murrine-sidebar" {
GtkTreeView::horizontal_separator = 15
GtkTreeView::vertical_separator = 2
text[NORMAL] = @fg_color
base[NORMAL] = @sidepane_color
GtkTreeView::odd_row_color = "#E3E3E3"
GtkTreeView::even_row_color = "#E3E3E3"
}
style "caja-view" {
xthickness = 0
ythickness = 0
}
style "caja-handle" {
GtkPaned::handle-size = 1
engine "pixmap" {
# for the thin gray line separating the sidepane and viewpane
image {
function = HANDLE
recolorable = TRUE
file = "images/handle-vert.png"
stretch = TRUE
border = { 0, 0, 0, 0 }
}
}
}
style "caja-statusbar"
{
bg[NORMAL] = @base_color
base[NORMAL] = @base_color
fg[NORMAL] = shade (1.2, @fg_color)
engine "murrine" {}
}
style "caja-location"
{
xthickness = 0
ythickness = 0
bg[NORMAL] = @base_color
engine "pixmap" {
image
{
function = FLAT_BOX
recolorable = TRUE
file = "../images/extra-widget.png"
state = NORMAL
stretch = TRUE
border = { 0, 0, 1, 0 }
}
}
}
style "caja-pathbar"
{
#bg[NORMAL] = @bg_color
}
############################################
# CAJA
# Order of assignment is important
#############################################
widget_class "*CajaSidePane.*" style "caja-sidebar"
widget_class "*Caja*Places*Sidebar*" style "caja-sidebar"
widget_class "*Caja*Side*.GtkWidget" style "caja-sidebar"
widget_class "*Caja*Side*Title*" style "caja-sidebar"
#widget "*CajaNavigationWindow" style "caja-window-base"
#widget_class "*Caja*Scrollbar" style "murrine-scrollbar"
#widget_class "*CajaSidePane.*Scrollbar" style:highest "murrine-scrollbar"
widget_class "*Caja*Statusbar*" style "caja-statusbar"
widget "*Caja*Splitter" style "caja-handle"
widget_class "*Caja*View*" style "caja-view"
#widget_class "*Caja*Notebook" style "murrine-notebook"
#widget_class "*Caja*<GtkTreeView>.<GtkButton>" style "murrine-treeview-header"
#widget_class "*Caja*<GtkCTree>.<GtkButton>" style "murrine-treeview-header"
#widget_class "*Caja*<GtkList>.<GtkButton>" style "murrine-treeview-header"
#widget_class "*Caja*<GtkCList>.<GtkButton>" style "murrine-treeview-header"
widget_class "*CajaPathBar*" style "caja-pathbar"
widget "*.caja-extra-view-widget" style "caja-location"

@ -0,0 +1,11 @@
# ==============================================================================
# NAUTILUS SPECIFIC SETTINGS
# ==============================================================================
style "nautilus_info_pane" {
bg[NORMAL] = @bg_color
}
widget_class "*Nautilus*<GtkNotebook>*<GtkEventBox>" style "nautilus_info_pane"
widget_class "*Nautilus*<GtkButton>" style "notebook_button"
widget_class "*Nautilus*<GtkButton>*<GtkLabel>" style "notebook_button"

@ -0,0 +1,59 @@
style "pcmanfm-sidebar" {
GtkTreeView::even_row_color = @sidepane_color
}
style "pcmanfm-handle" {
GtkPaned::handle-size = 2
engine "pixmap" {
image { function = HANDLE
recolorable = FALSE
file = "../images/handle-vert.png"
stretch = TRUE
border = { 0, 0, 0, 0 } }
}
}
style "pcmanfm-notebook" {
xthickness = 1
ythickness = 1
}
style "pcman-padding" {
xthickness = 3
ythickness = 3
}
style "treeview" {
engine "clearlooks" {
hint = "treeview"
}
}
style "treeview_header" = "default" {
xthickness = 2
ythickness = 1
engine "clearlooks" {
hint = "treeview-header"
}
}
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"
widget_class "*.<GtkTreeView>*" style "treeview"
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 "*.<GtkComboBox>.<GtkCellView>" style "text_is_fg_color_workaround"
widget "*.gtk-combobox-popup-menu.*" style "menuitem_text_is_fg_color_workaround"
widget_class "*<GtkListItem>*" style "fg_is_text_color_workaround"
widget_class "*<GtkCList>" style "fg_is_text_color_workaround"
widget_class "*<EelEditableLabel>" style "fg_is_text_color_workaround"
widget_class "*.<ETable>.<ECanvas>" style "treeview_header"
widget_class "*.<ETree>.<ECanvas>" style "treeview_header"

@ -0,0 +1,70 @@
style "thunar-sidepane"
{
GtkTreeView::vertical-separator = 2
base[NORMAL] = @sidepane_color
base[INSENSITIVE] = @bg_color
text[NORMAL] = mix (0.7, @text_color, @base_color)
text[ACTIVE] = @selected_fg_color
text[SELECTED] = @selected_fg_color
engine "pixmap" {
image {
function = FLAT_BOX
state = SELECTED
recolorable = TRUE
file = "/images/sidebar_active.png"
border = { 0, 0, 0, 0 }
stretch = TRUE
}
image {
function = FOCUS
recolorable = TRUE
file = "/images/sidebar_active.png"
border = { 0, 0, 0, 0 }
stretch = TRUE
}
}
}
style "thunar-handle" {
GtkPaned::handle-size = 1
engine "pixmap" {
image { function = HANDLE file = "/images/handle.png" stretch = TRUE border = { 0, 0, 0, 0 } }
}
}
style "thunar-statusbar" {
bg[NORMAL] = @base_color
engine "pixmap" {
image {
function = RESIZE_GRIP
recolorable = FALSE
detail = "statusbar"
overlay_file = "/images/null.png"
overlay_border = {0,0,0,0 }
overlay_stretch = FALSE
}
}
}
style "thunar-location" {
ThunarLocationButtons::spacing = 0
}
style "thunar-frame" {
xthickness = 0
ythickness = 0
}
widget_class "*ThunarLocationEntry*" style "entry"
widget_class "*ThunarWindow*.<GtkScrolledWindow>" style "thunar-frame"
widget_class "*ThunarLocationButtons*" style "thunar-location"
widget_class "*ThunarShortcutsView*" style "thunar-sidepane"
widget_class "*ThunarTreeView*" style "thunar-sidepane"
widget_class "*ThunarWindow*.<GtkHPaned>" style "thunar-handle"
widget_class "*ThunarStatusbar*" style "thunar-statusbar"

@ -0,0 +1,684 @@
gtk-color-scheme = "base_color:#ffffff\nfg_color:#4c4c4c\ntooltip_fg_color:#ffffff\nselected_bg_color:#8FB2CF\nselected_fg_color:#FFFFFF\ntext_color:#3C3C3C\nbg_color:#F2F1F0\ntooltip_bg_color:#000000\nlink_color:#148add"
gtk_color_scheme = "sidepane_color:#dae0e6"
gtk_color_scheme = "sidebar_color:#dae0e6"
gtk-icon-sizes = "panel-menu=22,22:gtk-button=16,16"
gtk-auto-mnemonics = 1
gtk-alternative-sort-arrows = 1
style "default" {
xthickness = 1
ythickness = 1
#######################
# Style Properties
#######################
GtkButton::child-displacement-x = 1
GtkButton::child-displacement-y = 1
GtkButton::default-border = { 0, 0, 0, 0 }
GtkCheckButton::indicator-size = 16
GtkPaned::handle-size = 6
GtkRange::trough-border = 0
GtkRange::slider-width = 14
GtkRange::stepper-size = 13
GtkRange::trough-under-steppers = 1
GtkScale::trough-border = 0
GtkScale::slider-width = 23
GtkScale::slider-length = 14
GtkScale::trough-side-details = 1
GtkScrollbar::activate-slider = 1
GtkScrollbar::trough-border = 0
GtkScrollbar::slider-width = 13
GtkScrollbar::min-slider-length = 31
GtkMenuBar::internal-padding = 0
GtkMenuBar::shadow-type = GTK_SHADOW_NONE
GtkExpander::expander-size = 11
GtkToolbar::internal-padding = 1
GtkToolbar::shadow-type = GTK_SHADOW_NONE
GtkTreeView::expander-size = 7
GtkTreeView::vertical-separator = 0
# GtkTreeView::odd-row-color = shade (0.96, @base_color)
GtkNotebook::tab-overlap = -1
GtkMenu::horizontal-padding = 0
GtkMenu::vertical-padding = 3
WnckTasklist::fade-overlay-rect = 0
# The following line hints to gecko (and possibly other appliations)
# that the entry should be drawn transparently on the canvas.
# Without this, gecko will fill in the background of the entry.
GtkEntry::honors-transparent-bg-hint = 1
GtkEntry::state-hint = 0
GtkEntry::progress-border = { 2, 2, 2, 2 }
GtkProgressBar::min-horizontal-bar-height = 14
GtkProgressBar::min-vertical-bar-width = 14
GtkImage::x-ayatana-indicator-dynamic = 1
GtkMenuBar::window-dragging = 1
GtkWidget::link-color = @link_color
GtkWidget::visited-link-color = @text_color
####################
# Color Definitions
####################
bg[NORMAL] = @bg_color
bg[PRELIGHT] = shade (1.02, @bg_color)
bg[SELECTED] = @selected_bg_color
bg[INSENSITIVE] = shade (0.95, @bg_color)
bg[ACTIVE] = shade (0.9, @bg_color)
fg[NORMAL] = @fg_color
fg[PRELIGHT] = @fg_color
fg[SELECTED] = @selected_fg_color
fg[INSENSITIVE] = darker (@bg_color)
fg[ACTIVE] = @fg_color
text[NORMAL] = @text_color
text[PRELIGHT] = @text_color
text[SELECTED] = @selected_fg_color
text[INSENSITIVE] = shade (0.8, @bg_color)
text[ACTIVE] = darker (@text_color)
base[NORMAL] = @base_color
base[PRELIGHT] = shade (0.98, @bg_color)
base[SELECTED] = @selected_bg_color
base[INSENSITIVE] = shade (0.97, @bg_color)
base[ACTIVE] = shade (0.94, @bg_color)
engine "murrine" {
contrast = 0.6
arrowstyle = 2
reliefstyle = 3
highlight_shade = 1.0
glazestyle = 0
default_button_color = shade (1.1, @selected_bg_color)
gradient_shades = {1.1, 1.0, 1.0, 0.9}
roundness = 3
lightborder_shade = 1.26
lightborderstyle = 1
listviewstyle = 2
progressbarstyle = 0
colorize_scrollbar = FALSE
menubaritemstyle = 1
menubarstyle = 1
menustyle = 0
focusstyle = 3
handlestyle = 1
sliderstyle = 3
scrollbarstyle = 2
stepperstyle = 3
# rgba = TRUE
}
}
style "dark"
{
bg[NORMAL] = "#dfd7cf"
bg[PRELIGHT] = shade (1.05, "#dfd7cf")
bg[SELECTED] = @selected_bg_color
bg[ACTIVE] = shade (0.95, "#dfd7cf")
bg[INSENSITIVE] = "#dfd7cf"
}
style "wide" {
xthickness = 2
ythickness = 2
}
style "wider" {
xthickness = 3
ythickness = 3
}
style "entry" {
xthickness = 3
ythickness = 3
engine "murrine" {
}
}
style "vscale" {
}
style "hscale" {
}
style "button" {
xthickness = 3
ythickness = 3
bg[NORMAL] = shade (1.03, @bg_color)
bg[PRELIGHT] = shade (1.06, @bg_color)
bg[ACTIVE] = shade (0.96, @bg_color)
bg[INSENSITIVE] = @bg_color
fg[INSENSITIVE] = "#9c9c9c"
engine "murrine" {
#contrast = 1.0
textstyle = 1
border_shades = {1.01, 0.8}
reliefstyle = 0
shadow_shades = {1.0, 1.1}
glowstyle = 5
glow_shade = 1.02
lightborder_shade = 1.32
# lightborderstyle = 0
#text_shade = 1.04
}
}
style "notebook_button" = "button" {
}
style "spinbutton" = "notebook_button" {
xthickness = 4
engine "murrine" {
}
}
style "scrollbar" = "button" {
xthickness = 2
ythickness = 2
bg[NORMAL] = @bg_color
bg[PRELIGHT] = shade (1.04, @bg_color)
bg[ACTIVE] = shade (0.96, @bg_color)
engine "murrine"
{
border_shades = {0.95, 0.90}
roundness = 20
contrast = 1.0
trough_shades = {0.92, 0.98}
lightborder_shade = 1.3
glowstyle = 5
glow_shade = 1.02
gradient_shades = {1.2, 1.0, 1.0, 0.86}
trough_border_shades = {0.9, 0.98}
}
}
style "hscrollbar" {
}
style "vscrollbar" {
}
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)
}
style "scale" = "button" {
bg[NORMAL] = @bg_color
bg[PRELIGHT] = shade (1.06, @bg_color)
bg[ACTIVE] = shade (0.94, @bg_color)
engine "murrine" {
contrast = 0.6
border_shades = {0.9, 0.8}
roundness = 5
lightborder_shade = 1.32
gradient_shades = {1.1, 1.0, 1.0, 0.8}
handlestyle = 2
trough_border_shades = {0.9, 1.4}
glow_shade = 1.0
# reliefstyle = 2
# shadow_shades = { 1.0, 0.9 }
}
}
style "notebook_bg" {
bg[NORMAL] = shade (1.02, @bg_color)
bg[ACTIVE] = shade (0.97, @bg_color)
fg[ACTIVE] = mix (0.8, @fg_color, shade (0.97, @bg_color))
}
# The color is changed by the notebook_bg style, this style
# changes the x/ythickness
style "notebook" {
xthickness = 2
ythickness = 2
engine "murrine" {
roundness = 3
contrast = 0.8
focusstyle = 2
lightborder_shade = 1.16
gradient_shades = {1.1, 1.0, 1.0, 0.68}
}
}
style "statusbar" {
engine "murrine" {
contrast = 1.2
}
}
style "comboboxentry" = "notebook_button" {
xthickness = 3
ythickness = 3
engine "murrine" {
textstyle = 1
glowstyle = 5
glow_shade = 1.02
}
}
style "menubar" = "dark" {
# those two lines were added to fix firefox's menubar item text
bg[SELECTED] = @bg_color
fg[SELECTED] = @fg_color
engine "murrine" {
textstyle = 1
text_shade = 1.23
gradient_shades = {1.0, 1.0, 1.0, 1.0}
lightborder_shade = 1.0
}
}
style "toolbar" {
engine "murrine" {
textstyle = 1
text_shade = 1.32
lightborder_shade = 1.0
}
}
style "toolbar-button" = "notebook_button" {
engine "murrine" {
}
}
style "menu" {
xthickness = 0
ythickness = 0
engine "murrine"
{
reliefstyle = 0
roundness = 0
}
}
style "menu_item" = "menu" {
xthickness = 2
ythickness = 3
fg[PRELIGHT] = @selected_fg_color
engine "murrine"
{
glowstyle = 5
glow_shade = 1.1
# lightborder_shade = 1.0
# border_shades = { 1.5, 1.3 }
roundness = 0
}
}
style "menubar_item" = "menu_item" {
bg[PRELIGHT] = @bg_color
fg[PRELIGHT] = @fg_color
engine "murrine" {
gradient_shades = {1.00, 1.0, 1.0, 1.0}
# glowstyle = 5
border_shades = { 1.0, 1.0 }
glow_shade = 1.00
lightborderstyle = 3
lightborder_shade = 1.2
roundness = 4
}
}
style "scale_menu_item" = "scale" {
engine "murrine" {
roundness = 20
lightborder_shade = 1.32
reliefstyle = 0
}
}
# This style is there to modify the separator menu items. The goals are:
# 1. Get a specific height.
# 2. The line should go to the edges (ie. no border at the left/right)
style "separator_menu_item" {
xthickness = 1
ythickness = 0
GtkSeparatorMenuItem::horizontal-padding = 0
GtkWidget::wide-separators = 1
GtkWidget::separator-width = 1
GtkWidget::separator-height = 7
engine "murrine" {
contrast = 0.5
separatorstyle = 0
}
}
style "separator_tool_item" {
xthickness = 0
ythickness = 1
GtkVSeparator::vertical-padding = 0
GtkWidget::wide-separators = 1
GtkWidget::separator-width = 7
GtkWidget::separator-height = 1
engine "murrine" {
contrast = 0.5
separatorstyle = 0
}
}
style "frame_title" {
fg[NORMAL] = lighter (@fg_color)
}
style "treeview" {
engine "murrine"
{
roundness = 2
lightborder_shade = 1.1
gradient_shades = {1.04, 1.0, 1.0, 0.96}
}
}
style "progressbar" {
xthickness = 1
ythickness = 1
bg[ACTIVE] = shade (0.94, @bg_color)
#bg[SELECTED] = "#cdcdcd"
fg[PRELIGHT] = @selected_fg_color
engine "murrine" {
#trough_shades = {0.98, 1.02}
roundness = 8
lightborderstyle = 1
lightborder_shade = 1.26
border_shades = {0.95, 0.85}
gradient_shades = {1.1, 1.0, 1.0, 0.9}
trough_border_shades = {0.9, 1.4}
}
}
style "progressbar_menu_item" = "progressbar" {
engine "murrine" {
roundness = 0
}
}
# This style is based on the default style, so that the colors from the button
# style are overriden again.
style "treeview_header" = "notebook_button" {
xthickness = 2
ythickness = 1
engine "murrine" {
glazestyle = 1
contrast = 0.8
lightborder_shade = 1.16
textstyle = 1
glow_shade = 1.0
}
}
style "treeview_header_scrolled" = "treeview_header" {
}
style "scrolledwindow" {
engine "murrine" {
contrast = 0.6
}
}
style "radiocheck" = "button" {
text[NORMAL] = shade (0.535, @selected_bg_color)
text[PRELIGHT] = shade(1.06, shade (0.535, @selected_bg_color))
bg[NORMAL] = shade (0.92, @bg_color)
bg[PRELIGHT] = mix (0.2, @selected_bg_color, shade(1.1, @bg_color))
fg[INSENSITIVE] = darker (@bg_color)
fg[ACTIVE] = @fg_color
engine "murrine" {
reliefstyle = 3
gradient_shades = {1.2, 1.0, 1.0, 0.9}
shadow_shades = {0.6, 0.5}
textstyle = 0
}
}
style "tooltips" {
xthickness = 4
ythickness = 4
bg[NORMAL] = @tooltip_bg_color
fg[NORMAL] = @tooltip_fg_color
bg[SELECTED] = "#000000"
engine "murrine" {
rgba = TRUE
}
}
style "infobar" {
engine "murrine" {
}
}
style "nautilus_location" {
bg[NORMAL] = mix (0.60, shade (1.05, @bg_color), @selected_bg_color)
}
style "calendar" {
xthickness = 0
ythickness = 0
engine "murrine" {
roundness = 0
}
}
style "calendar_menu_item" = "calendar" {
# base[NORMAL] = "#c5bfb7"
}
style "soundfix"
{
}
# Wrokaround style for places where the text color is used instead of the fg color.
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)
}
# Workaround style for menus where the text color is used instead of the fg color.
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] = "#99958b"
}
# Workaround style for places where the fg color is used instead of the text color.
style "fg_is_text_color_workaround" {
fg[NORMAL] = @text_color
fg[PRELIGHT] = @text_color
fg[SELECTED] = @selected_fg_color
fg[ACTIVE] = @selected_fg_color
fg[INSENSITIVE] = darker (@bg_color)
}
# Style to set the toolbar to use a flat style. This is because the "New" button in
# Evolution is not drawn transparent. So if there is a gradient in the background it will
# look really wrong.
# See http://bugzilla.gnome.org/show_bug.cgi?id=446953.
style "evo_new_button_workaround" {
}
###############################################################################
# The following part of the gtkrc applies the different styles to the widgets.
###############################################################################
# The default style is applied to every widget
class "GtkWidget" style "default"
class "GtkSeparator" style "wide"
class "GtkFrame" style "wide"
class "GtkCalendar" style "wide"
class "GtkEntry" style "entry"
class "GtkSpinButton" style "spinbutton"
class "GtkScale" style "scale"
class "GtkVScale" style "vscale"
class "GtkHScale" style "hscale"
class "GtkScrollbar" style "scrollbar"
class "GtkHScrollbar" style "hscrollbar"
class "GtkVScrollbar" style "vscrollbar"
class "GtkCalendar" style "calendar"
class "GtkInfoBar" style "infobar"
# General matching follows. The order is choosen so that the right styles override
# each other. EG. progressbar needs to be more important than the menu match.
widget_class "*<GtkNotebook>" style "notebook_bg"
# This is not perfect, it could be done better.
# (That is modify *every* widget in the notebook, and change those back that
# we really don't want changed)
widget_class "*<GtkNotebook>*<GtkEventBox>" style "notebook_bg"
widget_class "*<GtkNotebook>*<GtkDrawingArea>" style "notebook_bg"
widget_class "*<GtkNotebook>*<GtkLayout>" style "notebook_bg"
widget_class "*<GtkNotebook>*<GtkLabel>" style "notebook_bg"
widget_class "*<GtkToolbar>*" style "toolbar"
widget_class "*<GtkScrolledWindow>*" style "scrolledwindow"
widget_class "*<GtkButton>" style "button"
widget_class "*<GtkButton>*<GtkLabel>" style "button"
widget_class "*<GtkToolbar>.*.<GtkButton>*" style "notebook_button"
widget_class "*<GtkNotebook>" style "notebook"
widget_class "*<GtkStatusbar>" style "statusbar"
widget_class "*<GtkSpinButton>*" style "spinbutton"
widget_class "*<GtkNotebook>*<GtkButton>" style "notebook_button"
widget_class "*<GtkNotebook>*<GtkButton>*<GtkLabel>" style "notebook_button"
widget_class "*<GtkRadioButton>*" style "radiocheck"
widget_class "*<GtkCheckButton>*" style "radiocheck"
widget_class "*<GtkComboBoxEntry>*" style "comboboxentry"
widget_class "*<GtkCombo>*" style "comboboxentry"
widget_class "*<GtkMenuBar>*" style "menubar"
widget_class "*<GtkMenu>*" style "menu"
widget_class "*<GtkMenuItem>*" style "menu_item"
widget_class "*<GtkSeparatorMenuItem>*" style "separator_menu_item"
widget_class "*<GtkSeparatorToolItem>*" style "separator_tool_item"
widget_class "*<GtkMenuBar>*<GtkMenuItem>*" style "menubar_item"
widget_class "*.<GtkFrame>.<GtkLabel>" style "frame_title"
widget_class "*.<GtkTreeView>*" style "treeview"
widget_class "*<GtkProgress>" style "progressbar"
widget_class "*<GtkMenuItem>.*.<GtkProgressBar>" style "progressbar_menu_item"
widget_class "*<GtkMenuItem>.*.<GtkScale>" style "scale_menu_item"
widget_class "*<GtkMenuItem>.*.<GtkCalendar>" style "calendar_menu_item"
# Treeview headers (and similar stock GTK+ widgets)
widget_class "*.<GtkScrolledWindow>*<GtkTreeView>*" style "treeview_header_scrolled"
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 "*.<GtkTreeView>.<GtkButton>.*<GtkLabel>" style "treeview_header"
widget_class "*.<GtkCTree>.<GtkButton>.*<GtkLabel>" style "treeview_header"
widget_class "*.<GtkList>.<GtkButton>.*<GtkLabel>" style "treeview_header"
widget_class "*.<GtkCList>.<GtkButton>.*<GtkLabel>" style "treeview_header"
# Overlay scrollbar
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"
##########################################################################
# Following are special cases and workarounds for issues in applications.
##########################################################################
# Workaround for the evolution ETable (bug #527532)
widget_class "*.ETable.ECanvas" style "treeview_header"
# Workaround for the evolution ETree
widget_class "*.ETree.ECanvas" style "treeview_header"
# Special 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 this work around assumes that the combobox is _not_ in appears-as-list mode.
widget_class "*.<GtkComboBox>.<GtkCellView>" style "text_is_fg_color_workaround"
# This is the part of the workaround that fixes the menus
widget "*.gtk-combobox-popup-menu.*" style "menuitem_text_is_fg_color_workaround"
# Work around the usage of GtkLabel inside GtkListItems to display text.
# This breaks because the label is shown on a background that is based on the base color.
widget_class "*<GtkListItem>*" style "fg_is_text_color_workaround"
# GtkCList also uses the fg color to draw text on top of the base colors.
widget_class "*<GtkCList>" style "fg_is_text_color_workaround"
# Nautilus when renaming files, and maybe other places.
widget_class "*<EelEditableLabel>" style "fg_is_text_color_workaround"
# Work around for ubuntu's lucid sound indicator
widget "ido-offscreen-scale" style "soundfix"
# Thickness for indicator menu items
widget "*IdoEntryMenuItem*" style "wide"
# See the documentation of the style.
widget_class "EShellWindow.GtkVBox.BonoboDock.BonoboDockBand.BonoboDockItem*" style "evo_new_button_workaround"
# Includes
#include "apps/banshee.rc"
include "apps/chromium.rc"
include "apps/ff.rc"
include "apps/gnome-terminal.rc"
include "apps/nautilus.rc"
# Lubuntu specific
include "apps/lubuntu.rc"
include "apps/pcmanfm.rc"
# XFCE specific
#include "apps/xfce4-notifyd.rc"
include "apps/thunar.rc"
# MATE specific
include "apps/mate-caja.rc"

Binary file not shown.

After

Width:  |  Height:  |  Size: 195 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 373 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 195 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 178 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 205 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 142 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 242 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 171 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 164 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 168 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 142 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 234 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 627 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 647 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 109 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 341 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 502 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 875 B

@ -0,0 +1,25 @@
BaobabWindow GtkGrid {
background-color: @bg_color;
}
BaobabLocationList GtkGrid {
background-color: transparent;
}
.baobab-toolbar.toolbar {
border-color: shade (@bg_color, 0.9);
border-style: solid;
border-width: 0 0 1px 0;
border-radius: 0;
}
.cell.baobab-level-cell,
.cell.baobab-level-cell:hover,
.cell.baobab-level-cell:selected,
.cell.baobab-level-cell:selected:hover {
border-color: alpha (black, 0.06);
border-width: 1px;
border-style: solid;
background-color: @base_color;
}

@ -0,0 +1,41 @@
/**************
* GNOME Crap *
*************/
ApDocView, /* Abiword */
EogScrollView, /* Eog */
CheeseThumbView /* Cheese */
{
-EogScrollView-shadow-type: none;
}
CcNetworkPanel GtkNotebook > .frame {
border: none;
}
/********
* Geary *
********/
ConversationListView {
-GtkWidget-focus-line-width: 1px;
-GtkTreeView-grid-line-width: 0;
}
ConversationListView.view.cell {
border-style: solid;
border-width: 0 0 1px 0;
border-color: alpha (#000, 0.2);
}
ConversationListView.view.cell:selected:focus {
border-style: solid;
border-width: 0 0 1px 0;
border-color: shade (@colorAccent, 0.8);
}
/* for overlay-scrollbars */
ComposerWidget {
background-color: @bg_color;
}

@ -0,0 +1,170 @@
@define-color notebook_tab_gradient_b shade (@bg_color, 0.98);
GeditWindow .pane-separator,
GeditWindow .pane-separator:hover {
}
GeditPanel.title GtkLabel {
}
GeditDocumentsPanel .view {
}
GeditDocumentsPanel .view:backdrop {
}
GeditWindow .notebook {
border-radius: 1px;
}
GeditPanel .notebook {
border-radius: 1px;
}
GeditPanel .notebook tab,
GeditWindow .notebook tab {
border-radius: 3px;
}
GeditViewFrame .gedit-search-slider {
background-color: @base_color;
padding: 6px;
border-color: shade (@notebook_tab_gradient_b, 0.80);
border-radius: 0 0 3px 3px;
border-width: 0 1px 1px 1px;
border-style: solid;
}
GeditViewFrame .gedit-search-slider .not-found {
color: @error_fg_color;
background-image: none;
background-color: @error_bg_color;
}
GeditViewFrame .gedit-search-slider .not-found:selected {
background-color: @selected_bg_color;
color: @selected_fg_color;
}
GeditFileBrowserWidget .toolbar {
background-color: @bg_color;
border: none;
padding-bottom: 3px;
}
.gedit-search-entry-occurrences-tag {
background-color: transparent;
color: @backdrop_text_color;
margin: 2px;
padding: 2px;
}
/* Things from Adwaita start here...*/
GeditOpenDocumentSelector .open-document-selector-treeview:prelight {
background-color: alpha(@selected_bg_color, 0.4);
}
/* Only normal state is handle */
.open-document-selector-path-label {
color: @backdrop_text_color;
font-size: smaller;
}
.gedit-document-panel-group-row,
.gedit-document-panel-group-row:hover {
border-top: 1px solid shade(@bg_color, 0.90);
background-color: shade(@bg_color,0.95);
}
.gedit-document-panel-document-row:hover {
background-color: shade(@bg_color,1.1);
}
.gedit-document-panel-document-row:selected,
.gedit-document-panel-document-row:selected:hover {
background-color: @selected_bg_color;
}
/* sidepane close button styling (copied from the gtk tab close button) */
.gedit-document-panel .list-row .button {
color: transparent;
border-image: none;
background-image: none;
background-color: transparent;
border-radius: 3px;
border-style: solid;
border-color: transparent;
border-width: 1px;
padding: 1px;
icon-shadow: none;
}
.gedit-document-panel .prelight-row .button {
color: black;
border-color: transparent;
}
.gedit-document-panel .prelight-row:selected .button {
color: white;
}
.gedit-document-panel .prelight-row .button:backdrop {
color: black;
}
.gedit-document-panel-placeholder-row {
border: none;
background-color: mix(@bg_color, @selected_bg_color, 0.20);
}
GeditStatusbar {
border-top: 1px solid @borders;
}
GeditStatusbar .button.flat {
border-radius: 0;
border-bottom: none;
}
.notebook GeditCloseButton.button GtkImage {
padding: 1px;
}
.notebook GeditCloseButton.button {
background-color: transparent;
background-image: none;
border-image: none;
border-radius: 3px;
}
.gedit-document-panel-document-row {
padding: 5px;
}
.notebook GeditCloseButton.button:prelight{
border-color: shade(@bg_color,0.65);
}
.notebook GeditTabLabel.active-page GeditCloseButton.button:prelight{
border-color: darker(@bg_color);
}
.notebook GeditCloseButton:backdrop.button:prelight{
border-color: shade(@bg_color,0.75);
border-image: none;
border-style: solid;
background-color: transparent;
}
.notebook GeditTabLabel.active-page GeditCloseButton:backdrop.button:prelight{
border-color: shade(@bg_color,0.85);
border-image: none;
border-style: solid;
background-color: transparent;
}

@ -0,0 +1,8 @@
GladeEditor GtkContainer {
background-color: @bg_color
}
GladeWindow GtkGrid {
background-color: @bg_color
}

@ -0,0 +1,97 @@
/* Fallback Mode Panel */
PanelWidget :backdrop,
PanelApplet :backdrop,
PanelToplevel :backdrop,
PanelWidget,
PanelApplet,
PanelToplevel {
border-image: none;
color: @dark_fg_color;
}
PanelWidget,
PanelApplet,
PanelToplevel {
background-image: -gtk-gradient (linear, left top, left bottom,
from (shade (@dark_bg_color, 1.15)),
to (shade (@dark_bg_color, 0.95)));
}
PanelApplet {
border-width: 0;
}
PanelSeparator:backdrop,
PanelSeparator {
border-width: 0;
background-image: -gtk-gradient (linear, left top, left bottom,
from (shade (@dark_bg_color, 1.15)),
to (shade (@dark_bg_color, 0.95)));
color: @dark_fg_color;
}
.gnome-panel-menu-bar,
PanelApplet > GtkMenuBar.menubar,
PanelApplet > GtkMenuBar.menubar.menuitem,
PanelMenuBar.menubar,
PanelMenuBar.menubar.menuitem {
-PanelMenuBar-icon-visible: true;
background-image: -gtk-gradient (linear, left top, left bottom,
from (shade (@dark_bg_color, 1.15)),
to (shade (@dark_bg_color, 0.95)));
}
PanelAppletFrame {
background-color: @dark_bg_color;
background-image: -gtk-gradient (linear, left top, left bottom,
from (shade (@dark_bg_color, 1.15)),
to (shade (@dark_bg_color, 0.95)));
border-width: 0;
}
PanelApplet .button:backdrop,
PanelApplet .button {
-GtkButton-inner-border: 2;
border-image: none;
background-image: -gtk-gradient (linear, left top, left bottom,
from (shade (@dark_bg_color, 1.15)),
to (shade (@dark_bg_color, 0.95)));
border-color: alpha (shade (@dark_bg_color, 0.9), 0.6);
border-left-color: alpha (shade (@dark_bg_color, 1.2), 0.6);
border-radius: 0;
border-width: 0 1px 0 1px;
text-shadow: none;
}
PanelApplet .button:active:prelight:backdrop,
PanelApplet .button:active:prelight,
PanelApplet .button:active:backdrop,
PanelApplet .button:active {
border-image: none;
background-image: -gtk-gradient (linear, left top, left bottom,
from (shade (@dark_bg_color, 0.7)),
to (shade (@dark_bg_color, 0.8)));
border-color: shade (@dark_bg_color, 0.7);
}
PanelApplet .button:prelight:backdrop,
PanelApplet .button:prelight {
border-image: none;
background-image: -gtk-gradient (linear, left top, left bottom,
from (shade (@dark_bg_color, 1.3)),
to (shade (@dark_bg_color, 1.1)));
border-color: alpha (shade (@dark_bg_color, 0.9), 0.6);
border-left-color: alpha (shade (@dark_bg_color, 1.2), 0.8);
}
ClockBox {
text-shadow: 0 1px shade (@dark_bg_color, 1.08);
}
WnckPager, WnckTasklist {
background-color: @dark_bg_color;
}

@ -0,0 +1,4 @@
/* LP: #1045602 */
LogviewWindow .view.dim-label, .dim-label {
color: @info_fg_color;
}

@ -0,0 +1,23 @@
/* gnome-terminal */
@define-color terminal_bg #300a24;
TerminalScreen {
-TerminalScreen-background-darkness: 0.95;
background-color: @terminal_bg;
color: #fff;
}
TerminalScreenContainer .scrollbar:hover:not(.slider),
TerminalScreenContainer .scrollbar.dragging:not(.slider) {
background-color: alpha(@scrollbar_track_color, 0.4);
}
/* Since .hovering class is not working here, we always use the same radius */
TerminalScreenContainer .scrollbar.slider.hovering,
TerminalScreenContainer .scrollbar.slider.dragging {
border-radius: 1px;
}
TerminalScreenContainer .scrollbar {
background-color: transparent;
}

@ -0,0 +1,121 @@
.nautilus-canvas-item {
border-radius: 5px;
}
.nautilus-canvas-item.dim-label,
.nautilus-list-dim-label {
color: mix (@theme_fg_color, @theme_bg_color, 0.50);
}
.nautilus-canvas-item.dim-label:selected,
.nautilus-list-dim-label:selected {
color: mix (@theme_selected_fg_color, @theme_selected_bg_color, 0.20);
}
.nautilus-desktop.nautilus-canvas-item {
color: @theme_selected_fg_color;
text-shadow: 1px 1px black;
}
.nautilus-desktop.nautilus-canvas-item:active {
color: @theme_text_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;
}
.nautilus-desktop.nautilus-canvas-item:selected:backdrop {
color: @theme_unfocused_selected_fg_color;
}
.nautilus-circular-button {
border-radius: 20px;
outline-radius: 20px;
}
/* Toolbar */
/* Here we use the .button background-image colors from Adwaita, but ligthen them,
* since is not possible to use lighten () in common css. */
@keyframes needs_attention_keyframes {
0% {background-image: linear-gradient(to bottom, #fafafa, #ededed 40%, #e0e0e0); border-color: @borders; }
/* can't do animation-direction, so holding the color on two keyframes */
30% {background-image: linear-gradient(to bottom, @theme_base_color); border-color: @theme_fg_color; }
90% {background-image: linear-gradient(to bottom, @theme_base_color); border-color: @theme_fg_color; }
100% {background-image: linear-gradient(to bottom, #fafafa, #ededed 40%, #e0e0e0); border-color: @borders; }
}
.nautilus-operations-button-needs-attention {
animation: needs_attention_keyframes 2s ease-in-out;
}
.nautilus-operations-button-needs-attention-multiple {
animation: needs_attention_keyframes 3s ease-in-out;
animation-iteration-count: 3;
}
/* Floating status bar */
.floating-bar {
padding: 2px;
background-color: @theme_base_color;
border-width: 1px;
border-style: solid solid none;
border-color: @borders;
border-radius: 3px 3px 0 0;
}
.floating-bar.bottom.left { /* axes left border and border radius */
border-left-style: none;
border-top-left-radius: 0;
}
.floating-bar.bottom.right { /* axes right border and border radius */
border-right-style: none;
border-top-right-radius: 0;
}
.floating-bar:backdrop {
background-color: @theme_unfocused_base_color;
border-color: @unfocused_borders;
}
.floating-bar .button {
padding: 4px;
}
.search-bar {
box-shadow: none;
}
@define-color disk_space_unknown #888a85;
@define-color disk_space_used #729fcf;
@define-color disk_space_free #eeeeec;
.disk-space-display {
border-style: solid;
border-width: 2px;
}
.disk-space-display.unknown {
background-color: @disk_space_unknown;
border-color: shade(@disk_space_unknown, 0.7);
}
.disk-space-display.used {
background-color: @disk_space_used;
border-color: shade(@disk_space_used, 0.7);
}
.disk-space-display.free {
background-color: @disk_space_free;
border-color: shade(@disk_space_free, 0.7);
}
/* View */
NautilusListView .view {
border-bottom: 1px solid @theme_bg_color;
}

@ -0,0 +1,3 @@
.action-bar {
background-color: @bg_color;
}

@ -0,0 +1,94 @@
.lightdm.menu {
background-image: none;
background-color: alpha (black, 0.6);
border-color: alpha (white, 0.2);
border-radius: 4px;
padding: 1px;
color: white;
}
.lightdm-combo .menu {
background-color: shade (@dark_bg_color, 1.08);
border-radius: 0px;
padding: 0px;
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: 5px;
padding: 7px;
color: white;
text-shadow: none;
}
.lightdm.button,
.lightdm.button:hover,
.lightdm.button:active,
.lightdm.button:active:focused,
.lightdm.entry,
.lightdm.entry:hover,
.lightdm.entry:active,
.lightdm.entry:active:focused {
background-image: none;
border-image: none;
}
.lightdm.button:focused,
.lightdm.entry:focused {
border-color: alpha (white, 0.9);
border-width: 1px;
border-style: solid;
color: white;
}
.lightdm.entry:selected {
background-color: alpha (white, 0.2);
}
@keyframes dashentry_spinner {
to { -gtk-icon-transform: rotate(1turn); }
}
.lightdm.entry:active {
-gtk-icon-source: -gtk-icontheme("process-working-symbolic");
animation: dashentry_spinner 1s infinite linear;
}
.lightdm.option-button {
padding: 2px;
background: none;
border: 0;
}
.lightdm.toggle-button {
background: none;
border-width: 0;
}
.lightdm.toggle-button.selected {
background-color: alpha (black, 0.3);
border-width: 1px;
}

@ -0,0 +1,131 @@
/* Decorations */
UnityDecoration {
-UnityDecoration-extents: 28px 0 0 0;
-UnityDecoration-input-extents: 10px;
-UnityDecoration-shadow-offset-x: 1px;
-UnityDecoration-shadow-offset-y: 5px;
-UnityDecoration-active-shadow-color: rgba (0, 0, 0, 0.78);
-UnityDecoration-active-shadow-radius: 30px;
-UnityDecoration-inactive-shadow-color: rgba (0, 0, 0, 0.3);
-UnityDecoration-inactive-shadow-radius: 25px;
-UnityDecoration-glow-size: 10px;
-UnityDecoration-glow-color: rgb (221, 72, 20);
-UnityDecoration-title-indent: 10px;
-UnityDecoration-title-fade: 35px;
-UnityDecoration-title-alignment: 0.0;
}
UnityDecoration.top {
border: 1px solid rgba (85, 40, 0, 0.04); /* shade (@dark_bg_color) (shade (#edebe6, 1.06) */
border-bottom-width: 0;
border-radius: 6px 6px 0 0;
padding: 1px 6px 0 6px;
box-shadow: inset 0 0 transparent, inset 0 0 transparent,
inset 0 1px shade (#edebe6, 1.065), inset 0 0 transparent;
background-color: transparent;
background-clip: border-box;
background-image: -gtk-gradient (linear, left top, left bottom,
from (shade (#edebe6, 1.06)),
to (@dark_bg_color));
color: shade (@dark_bg_color, 0.4);
text-shadow: 1px 0 shade (@dark_bg_color, 1.06), -1px 0 shade (@dark_bg_color, 1.06),
0 1px shade (@dark_bg_color, 1.06), 0 -1px shade (@dark_bg_color, 1.06);
}
UnityDecoration.top:backdrop {
border: 1px solid rgba (110, 27, 0, 0.04); /* shade @dark_bg_color - shade (#edebe6, 0.96) */
border-bottom-width: 0;
background-color: transparent;
background-clip: border-box;
background-image: -gtk-gradient (linear, left top, left bottom,
from (shade (#edebe6, 0.96)),
to (@dark_bg_color));
box-shadow: inset 0 0 transparent, inset 0 0 transparent,
inset 0 1px shade (#edebe6, 0.97), inset 0 0 transparent;
color: #a39e9a;
text-shadow: 1px 0 1px shade (@dark_bg_color, 1.08), -1px 0 1px shade (@dark_bg_color, 1.08),
0 1px 1px shade (@dark_bg_color, 1.08), 0 -1px 1px shade (@dark_bg_color, 1.08);
}
UnityDecoration.left,
UnityDecoration.right {
background-color: shade (@bg_color, 0.7);
background-size: 1px 70px;
background-repeat: repeat-x;
/* start color: mix of the top border color and bg-image gradient end */
background-image: -gtk-gradient (linear, left top, left bottom,
color-stop (0, #a89686),
color-stop (0.5, #a89686),
color-stop (1, shade (@bg_color, 0.7)));
}
UnityDecoration.left:backdrop,
UnityDecoration.right:backdrop {
/* start color: mix of the top border color and bg-image gradient end */
background-image: -gtk-gradient (linear, left top, left bottom,
color-stop (0, #b5a395),
color-stop (0.5, #b5a395),
color-stop (1, shade (@bg_color, 0.7)));
}
UnityDecoration.bottom {
background-image: none;
background-color: shade (@bg_color, 0.7);
}
/* Panel Style */
UnityPanelWidget,
.unity-panel {
background-image: -gtk-gradient (linear, left top, left bottom,
from (shade (#edebe6, 1.06)),
to (@dark_bg_color));
border-top-color: shade (#edebe6, 1.08);
border-style: solid;
border-width: 1px 0 0 0;
color: shade (@dark_bg_color, 0.4);
text-shadow: 1px 0 shade (@dark_bg_color, 1.06), -1px 0 shade (@dark_bg_color, 1.06),
0 1px shade (@dark_bg_color, 1.06), 0 -1px shade (@dark_bg_color, 1.06);
}
UnityPanelWidget:backdrop,
.unity-panel:backdrop {
color: #a39e9a;
}
.unity-panel.menubar,
.unity-panel .menubar {
}
.unity-panel.menuitem,
.unity-panel .menuitem {
border-width: 1px 1px 0 1px;
icon-shadow: 0 -1px shade (@dark_bg_color, 1.06);
}
.unity-panel.menubar.menuitem:hover,
.unity-panel.menubar .menuitem *:hover {
background-image: -gtk-gradient (linear, left top, left bottom,
from (shade (@dark_bg_color, 1.5)),
to (shade (@dark_bg_color, 1.02)));
}
@keyframes playbackmenuitem_spinner {
to { -gtk-icon-transform: rotate(1turn); }
}
.menu IdoPlaybackMenuItem.menuitem:active {
-gtk-icon-source: -gtk-icontheme("process-working-symbolic");
animation: playbackmenuitem_spinner 1s infinite linear;
color: @selected_bg_color;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 748 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 909 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 799 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 448 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 909 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 713 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 611 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 848 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 468 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 290 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 301 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 499 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 599 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 544 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 608 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 420 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 420 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 639 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 753 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 698 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 498 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 295 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 299 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 445 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 531 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 599 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 361 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 495 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 357 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 466 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 527 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 675 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 455 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 285 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 332 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 497 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 598 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 528 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 524 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 304 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 355 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 554 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 658 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 609 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 495 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 323 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 367 B

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save