Import Upstream version 19.04
|
@ -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,11 @@
|
|||
# ==============================================================================
|
||||
# CAJA SPECIFIC SETTINGS
|
||||
# ==============================================================================
|
||||
|
||||
style "caja_info_pane" {
|
||||
bg[NORMAL] = @bg_color
|
||||
}
|
||||
|
||||
widget_class "*Caja*<GtkNotebook>*<GtkEventBox>" style "caja_info_pane"
|
||||
widget_class "*Caja*<GtkButton>" style "notebook_button"
|
||||
widget_class "*Caja*<GtkButton>*<GtkLabel>" style "notebook_button"
|
|
@ -0,0 +1,39 @@
|
|||
# ==============================================================================
|
||||
# CHROMIUM SPECIFIC SETTINGS
|
||||
# ==============================================================================
|
||||
|
||||
style "chromium_toolbar_button" {
|
||||
engine "murrine" {
|
||||
roundness = 3
|
||||
textstyle = 0
|
||||
}
|
||||
}
|
||||
|
||||
style "chrome-gtk-frame"
|
||||
{
|
||||
ChromeGtkFrame::frame-color = "#3c3b37"
|
||||
ChromeGtkFrame::inactive-frame-color = "#3c3b37"
|
||||
|
||||
ChromeGtkFrame::frame-gradient-size = 16
|
||||
ChromeGtkFrame::frame-gradient-color = "#5c5b56"
|
||||
|
||||
ChromeGtkFrame::incognito-frame-color = lighter ("#3c3b37")
|
||||
ChromeGtkFrame::incognito-inactive-frame-color = lighter ("#3c3b37")
|
||||
|
||||
ChromeGtkFrame::incognito-frame-gradient-size = 16
|
||||
ChromeGtkFrame::incognito-frame-gradient-color = "#5c5b56"
|
||||
|
||||
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,30 @@
|
|||
# ==============================================================================
|
||||
# FIREFOX SPECIFIC SETTINGS
|
||||
# ==============================================================================
|
||||
|
||||
style "ff-default" {
|
||||
GtkCheckButton::indicator-size = 14
|
||||
|
||||
engine "murrine" {
|
||||
reliefstyle = 0
|
||||
}
|
||||
}
|
||||
|
||||
#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,52 @@
|
|||
# ==============================================================================
|
||||
# GNOME TERMINAL SPECIFIC SETTINGS
|
||||
# ==============================================================================
|
||||
|
||||
style "terminal_window" = "dark" {
|
||||
}
|
||||
|
||||
style "terminal_menubar"
|
||||
{
|
||||
engine "murrine" {
|
||||
}
|
||||
}
|
||||
|
||||
style "terminal_notebook" = "dark"
|
||||
{
|
||||
fg[ACTIVE] = mix (0.8, "#dfdbd2", "#3c3b37")
|
||||
|
||||
engine "murrine" {
|
||||
}
|
||||
}
|
||||
|
||||
style "terminal_scrollbar" = "scrollbar"
|
||||
{
|
||||
bg[NORMAL] = "#3c3b37"
|
||||
bg[PRELIGHT] = shade(1.08, "#3c3b37")
|
||||
bg[ACTIVE] = shade(0.94, "#3c3b37")
|
||||
bg[SELECTED] = shade(1.0, @selected_bg_color)
|
||||
bg[INSENSITIVE] = "#3c3b37"
|
||||
|
||||
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,29 @@
|
|||
# Panel specific settings for correct theming on MATE
|
||||
|
||||
style "panel" = "dark"
|
||||
{
|
||||
xthickness = 0
|
||||
ythickness = 0
|
||||
|
||||
engine "murrine" {
|
||||
colorize_scrollbar = TRUE
|
||||
}
|
||||
}
|
||||
|
||||
style "panel_default" = "dark"
|
||||
{
|
||||
engine "murrine" {
|
||||
colorize_scrollbar = TRUE
|
||||
}
|
||||
}
|
||||
|
||||
widget "*Panel" style "panel"
|
||||
widget "*PanelWidget*" style "panel"
|
||||
widget "*PanelApplet*" style "panel" # workaround for right click menu corrupted bg
|
||||
widget "*fast-user-switch*" style "panel" # workaround for Fast User Switch applet
|
||||
widget "*CPUFreqApplet*" style "panel" # workaround for CpuFreq Applet
|
||||
class "PanelApp*" style "panel"
|
||||
class "PanelToplevel*" style "panel"
|
||||
widget_class "*notif*" style "panel"
|
||||
widget_class "*PanelApplet*" style "panel_default" # workaround for right click menu corrupted bg
|
||||
widget_class "*Tray*" style "panel" # workaround for StarDict, gnubiff... tray icon bg
|
|
@ -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,739 @@
|
|||
gtk-color-scheme = "base_color:#ffffff\nfg_color:#4c4c4c\ntooltip_fg_color:#ffffff\nselected_bg_color:#f07746\nselected_fg_color:#FFFFFF\ntext_color:#3C3C3C\nbg_color:#F2F1F0\ntooltip_bg_color:#000000\nlink_color:#DD4814"
|
||||
|
||||
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
|
||||
|
||||
GtkScrolledWindow::scrollbar-spacing = 0
|
||||
GtkScrolledWindow::scrollbars-within-bevel = 0
|
||||
|
||||
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 = 4
|
||||
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"
|
||||
{
|
||||
color["bg_color_dark"] = "#3c3b37"
|
||||
color["fg_color_dark"] = "#dfdbd2"
|
||||
color["selected_fg_color_dark"] = "#ffffff"
|
||||
|
||||
fg[NORMAL] = @fg_color_dark
|
||||
fg[PRELIGHT] = shade (1.15, @fg_color_dark)
|
||||
fg[ACTIVE] = @fg_color_dark
|
||||
fg[SELECTED] = @selected_fg_color_dark
|
||||
fg[INSENSITIVE] = shade (0.5, @fg_color_dark)
|
||||
|
||||
bg[NORMAL] = @bg_color_dark
|
||||
bg[ACTIVE] = shade (0.8, @bg_color_dark)
|
||||
bg[SELECTED] = @selected_bg_color
|
||||
bg[PRELIGHT] = shade (1.0, "#4D4C48")
|
||||
bg[INSENSITIVE] = shade (0.85, @bg_color_dark)
|
||||
|
||||
text[NORMAL] = @fg_color_dark
|
||||
text[PRELIGHT] = shade (1.15, @fg_color_dark)
|
||||
text[SELECTED] = @selected_fg_color_dark
|
||||
text[ACTIVE] = @fg_color_dark
|
||||
text[INSENSITIVE] = mix (0.5, @bg_color, @bg_color_dark)
|
||||
}
|
||||
|
||||
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.07, "#cdcdcd")
|
||||
# bg[PRELIGHT] = shade (1.09, "#cdcdcd")
|
||||
# bg[ACTIVE] = shade (1.0, "#cdcdcd")
|
||||
# bg[INSENSITIVE] = mix (0.25, @bg_color, "#e2e1e1")
|
||||
# fg[INSENSITIVE] = "#9c9c9c"
|
||||
#
|
||||
# engine "murrine" {
|
||||
# #contrast = 1.0
|
||||
# border_shades = {1.04, 0.82}
|
||||
# reliefstyle = 5
|
||||
# shadow_shades = {1.02, 1.1}
|
||||
# textstyle = 1
|
||||
# glowstyle = 5
|
||||
# glow_shade = 1.1
|
||||
# #text_shade = 1.04
|
||||
# }
|
||||
#}
|
||||
|
||||
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" {
|
||||
engine "murrine" {
|
||||
textstyle = 2
|
||||
text_shade = 0.33
|
||||
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" = "dark" {
|
||||
xthickness = 0
|
||||
ythickness = 0
|
||||
|
||||
engine "murrine"
|
||||
{
|
||||
roundness = 0
|
||||
}
|
||||
}
|
||||
|
||||
style "menu_item" = "menu" {
|
||||
xthickness = 2
|
||||
ythickness = 3
|
||||
|
||||
fg[PRELIGHT] = @selected_fg_color
|
||||
|
||||
engine "murrine"
|
||||
{
|
||||
glowstyle = 5
|
||||
glow_shade = 1.1
|
||||
border_shades = {0.95, 0.85}
|
||||
}
|
||||
}
|
||||
|
||||
style "menubar_item" = "menu" {
|
||||
xthickness = 2
|
||||
ythickness = 3
|
||||
|
||||
engine "murrine" {
|
||||
gradient_shades = {1.1, 1.0, 1.0, 0.88}
|
||||
glowstyle = 5
|
||||
glow_shade = 1.0
|
||||
border_shades = {1.0, 0.9}
|
||||
lightborderstyle = 3
|
||||
lightborder_shade = 1.26
|
||||
}
|
||||
}
|
||||
|
||||
style "scale_menu_item" = "scale" {
|
||||
GtkScale::slider-width = 21
|
||||
GtkScale::slider-length = 13
|
||||
|
||||
bg[ACTIVE] = shade(0.98, "#4D4C48")
|
||||
bg[INSENSITIVE] = shade (0.9, @bg_color)
|
||||
|
||||
engine "murrine" {
|
||||
roundness = 20
|
||||
border_shades = {1.4, 1.4}
|
||||
reliefstyle = 0
|
||||
lightborder_shade = 1.36
|
||||
}
|
||||
}
|
||||
|
||||
# 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.6
|
||||
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.6
|
||||
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)
|
||||
fg[PRELIGHT] = @selected_fg_color
|
||||
#bg[SELECTED] = "#cdcdcd"
|
||||
|
||||
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" {
|
||||
bg[ACTIVE] = shade(0.98, "#4D4C48")
|
||||
|
||||
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 "caja_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] = "#605E58"
|
||||
base[ACTIVE] = "#4b4944"
|
||||
}
|
||||
|
||||
style "iconview" {
|
||||
engine "murrine" {
|
||||
roundness = 6
|
||||
border_shades = {1.16, 1.0}
|
||||
glow_shade = 1.1
|
||||
glowstyle = 5
|
||||
}
|
||||
}
|
||||
|
||||
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 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"
|
||||
class "GtkIconView" style "iconview"
|
||||
|
||||
# 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"
|
||||
|
||||
# Special case the caja-extra-view-widget
|
||||
# ToDo: A more generic approach for all applications that have a widget like this.
|
||||
widget "*.caja-extra-view-widget" style : highest "caja_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"
|
||||
|
||||
# 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/Caja 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"
|
||||
|
||||
# Various performance fixes if murrine textstyle is on by default in the theme.
|
||||
style "performance-fix" {
|
||||
engine "murrine" {
|
||||
textstyle = 0
|
||||
contrast = 0.5
|
||||
}
|
||||
}
|
||||
|
||||
widget_class "*gtkmm__GtkWindow*" style "performance-fix" # Inkscape
|
||||
widget_class "*GimpDisplayShell*" style "performance-fix" # Gimp
|
||||
widget_class "*GimpToolbox*" style "performance-fix"
|
||||
widget_class "*GimpMenuDock*" style "performance-fix"
|
||||
widget "*OOoFixed*" style "performance-fix" # Openoffice/Libreoffice
|
||||
widget_class "*MozContainer*" style "performance-fix" # Firefox (Not sure if this one does anything though.)
|
||||
|
||||
# Includes
|
||||
#include "apps/banshee.rc"
|
||||
include "apps/chromium.rc"
|
||||
include "apps/ff.rc"
|
||||
include "apps/gnome-terminal.rc"
|
||||
include "apps/nautilus.rc"
|
||||
include "apps/caja.rc"
|
||||
include "apps/mate-panel.rc"
|
|
@ -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,16 @@
|
|||
/* Hide the white corners. Calendar sets a background colour for the whole window. */
|
||||
GcalWindow { background-color: transparent; }
|
||||
|
||||
/* Make the calendar focus ring appear around the selected day */
|
||||
.calendar-view {
|
||||
outline-style: dashed;
|
||||
outline-color: @selected_bg_color;
|
||||
outline-width: 2px;
|
||||
outline-radius: 8px;
|
||||
outline-offset: -4px;
|
||||
}
|
||||
|
||||
/* Give pop-down lists the same selected bg colour as other menus. Fixes lp# 1558659 */
|
||||
.calendar-list :hover {
|
||||
background-color: @selected_bg_color;
|
||||
}
|
|
@ -0,0 +1,169 @@
|
|||
@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,667 @@
|
|||
@define-color nautilus_cluebar_color #729fcf;
|
||||
|
||||
@define-color documents_selection_toolbar_a #8e9c80;
|
||||
@define-color documents_selection_toolbar_b #4f6838;
|
||||
@define-color documents_selection_toolbar_border #3e7b05;
|
||||
|
||||
@define-color documents_selection_button_a #7fc141;
|
||||
@define-color documents_selection_button_b #47850d;
|
||||
@define-color documents_selection_button_c #4e9a06;
|
||||
|
||||
@define-color documents_emblem_bg #3465a4;
|
||||
@define-color documents_collection_bg #d3d7cf;
|
||||
|
||||
@define-color documents_osd_toolbar_a alpha(#242424, 0.80);
|
||||
@define-color documents_osd_toolbar_b alpha(#101010, 0.80);
|
||||
@define-color documents_osd_toolbar_c alpha(#262626, 0.80);
|
||||
|
||||
@define-color documents_osd_button_a @theme_base_color;
|
||||
@define-color documents_osd_button_b #525252;
|
||||
@define-color documents_osd_button_inset #9f9f9f;
|
||||
|
||||
@define-color documents_osd_fg #bebebe;
|
||||
|
||||
/****************
|
||||
* Applications *
|
||||
****************/
|
||||
ApDocView, /* Abiword */
|
||||
EogScrollView, /* Eog */
|
||||
CheeseThumbView /* Cheese */
|
||||
{
|
||||
background-color: @chrome_bg_color;
|
||||
-EogScrollView-shadow-type: none;
|
||||
}
|
||||
|
||||
/* gnome-terminal */
|
||||
TerminalScreen {
|
||||
background-color: @theme_base_color;
|
||||
color: @theme_fg_color;
|
||||
-TerminalScreen-background-darkness: 0.95;
|
||||
}
|
||||
|
||||
TerminalWindow GtkNotebook.notebook {
|
||||
border-bottom-width: 0;
|
||||
border-right-width: 0;
|
||||
border-left-width: 0;
|
||||
}
|
||||
|
||||
/* nautilus */
|
||||
.nautilus-canvas-item {
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.nautilus-inactive-pane .nautilus-canvas-item:selected {
|
||||
background-color: @theme_unfocused_selected_bg_color;
|
||||
color: @theme_unfocused_selected_fg_color;
|
||||
}
|
||||
|
||||
.nautilus-desktop.nautilus-canvas-item {
|
||||
color: @theme_bg_color;
|
||||
text-shadow: 1 1 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;
|
||||
}
|
||||
|
||||
NautilusTrashBar.info,
|
||||
NautilusXContentBar.info,
|
||||
NautilusSearchBar.info,
|
||||
NautilusQueryEditor.info {
|
||||
background-color: @nautilus_cluebar_color;
|
||||
color: @theme_base_color;
|
||||
|
||||
border-color: shade(@nautilus_cluebar_color, 0.85);
|
||||
}
|
||||
|
||||
.nautilus-cluebar-label {
|
||||
font: bold;
|
||||
color: @theme_base_color;
|
||||
text-shadow: 0 1 alpha(black, 0.15);
|
||||
}
|
||||
|
||||
.nautilus-cluebar-label:backdrop {
|
||||
font: bold;
|
||||
color: @theme_unfocused_fg_color;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
/* This will make the location entry tall as buttons.
|
||||
Buttons are too tall btw, then it's ugly */
|
||||
/*NautilusLocationEntry.entry {
|
||||
-GtkEntry-inner-border: 9;
|
||||
}*/
|
||||
|
||||
NautilusLocationEntry.entry {
|
||||
padding-left: 4px;
|
||||
padding-right: 4px;
|
||||
}
|
||||
|
||||
|
||||
NautilusSearchBar .entry,
|
||||
NautilusSearchBar .entry:focus {
|
||||
border-image: none;
|
||||
border-color: darker(@nautilus_cluebar_color);
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
padding-left: 4px;
|
||||
padding-right: 4px;
|
||||
|
||||
-GtkEntry-inner-border: 3;
|
||||
}
|
||||
|
||||
NautilusWindow .sidebar .frame {
|
||||
border-width: 1px 0 0 0;
|
||||
border-style: solid;
|
||||
border-color: @borders;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
NautilusWindow > GtkGrid > .pane-separator {
|
||||
border-width: 1px 1px 0 0;
|
||||
border-style: solid;
|
||||
border-color: @borders;
|
||||
}
|
||||
|
||||
NautilusWindow > GtkGrid > .pane-separator,
|
||||
NautilusWindow > GtkGrid > .pane-separator:hover {
|
||||
border-width: 1px 1px 0 0;
|
||||
border-style: solid;
|
||||
border-color: @borders;
|
||||
background-color: @sidebar_bg;
|
||||
color: shade (@theme_bg_color, 0.9);
|
||||
}
|
||||
|
||||
NautilusWindow > GtkGrid > .pane-separator:backdrop,
|
||||
NautilusWindow > GtkGrid > .pane-separator:hover:backdrop {
|
||||
border-width: 1px 1px 0 0;
|
||||
border-style: solid;
|
||||
border-color: @unfocused_borders;
|
||||
background-color: @sidebar_bg_unfocused;
|
||||
color: shade (@theme_bg_color, 0.9);
|
||||
}
|
||||
|
||||
NautilusNotebook.notebook {
|
||||
border-right-width: 0;
|
||||
border-left-width: 0;
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
|
||||
/* gedit */
|
||||
|
||||
GeditWindow .pane-separator,
|
||||
GeditWindow .pane-separator:hover {
|
||||
border-width: 0 1px 1px 1px;
|
||||
border-style: solid;
|
||||
border-color: @borders;
|
||||
background-color: shade(@theme_bg_color, 0.95);
|
||||
color: @borders;
|
||||
}
|
||||
|
||||
GeditPanel .toolbar {
|
||||
border-style: none;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
GeditWindow .sidebar {
|
||||
background-color: @theme_base_color;
|
||||
border-width: 0 0 1px 0;
|
||||
border-style: solid;
|
||||
border-color: @borders;
|
||||
|
||||
}
|
||||
|
||||
GeditPanel .notebook {
|
||||
padding: 2px;
|
||||
border-width: 1px 0;
|
||||
}
|
||||
|
||||
GeditWindow .notebook {
|
||||
border-width: 1px 0;
|
||||
}
|
||||
|
||||
GeditPanel .notebook tab,
|
||||
GeditWindow .notebook tab {
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
/* gnome-documents */
|
||||
.documents-dropdown,
|
||||
.documents-dropdown .view {
|
||||
background-color: shade (@theme_bg_color, 1.02);
|
||||
}
|
||||
|
||||
.documents-dropdown .frame {
|
||||
border-width: 0 1px 1px 1px;
|
||||
border-style: solid;
|
||||
border-radius: 0 0 5px 5px;
|
||||
}
|
||||
|
||||
.documents-dropdown .radio,
|
||||
.documents-dropdown .radio:focused,
|
||||
.documents-dropdown .radio:selected {
|
||||
background-image: none;
|
||||
background-color: alpha(@theme_base_color, 0.0);
|
||||
}
|
||||
|
||||
.documents-dropdown .radio:active,
|
||||
.documents-dropdown .radio:active:focused,
|
||||
.documents-dropdown .radio:active:prelight {
|
||||
background-image: url("assets/sidebar-radio-checked.svg");
|
||||
}
|
||||
|
||||
.documents-dropdown .radio:prelight {
|
||||
background-image: url("assets/sidebar-radio-prelight.svg");
|
||||
}
|
||||
|
||||
.documents-dropdown .radio:active:selected,
|
||||
.documents-dropdown .radio:active:selected:focused {
|
||||
background-image: url("assets/sidebar-radio-selected.svg");
|
||||
}
|
||||
|
||||
.documents-dropdown .radio:selected:prelight,
|
||||
.documents-dropdown .radio:selected:focused {
|
||||
background-image: url("assets/sidebar-radio-selected-prelight.svg");
|
||||
}
|
||||
|
||||
.documents-load-more.button {
|
||||
border-image-width: 0 2 2 2;
|
||||
border-width: 0 1px 1px 1px;
|
||||
}
|
||||
|
||||
.documents-scrolledwin.frame {
|
||||
border-width: 1px 0;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.documents-main-view.view {
|
||||
background-color: #f1f2f1;
|
||||
}
|
||||
|
||||
.documents-selection-mode.toolbar {
|
||||
background-image: -gtk-gradient(linear, left top, left bottom,
|
||||
from(@documents_selection_toolbar_a),
|
||||
to(@documents_selection_toolbar_b));
|
||||
color: @theme_base_color;
|
||||
border-width: 1px 0 0 0;
|
||||
border-color: @documents_selection_toolbar_border;
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
.documents-selection-mode.toolbar .dim-label {
|
||||
color: alpha(@theme_base_color, 0.50);
|
||||
}
|
||||
|
||||
.documents-selection-mode.toolbar .button {
|
||||
background-image: -gtk-gradient(linear, left top, left bottom,
|
||||
from(@documents_selection_button_a),
|
||||
color-stop(0.83, @documents_selection_button_b),
|
||||
to(@documents_selection_button_c));
|
||||
|
||||
border-color: @documents_selection_toolbar_border;
|
||||
border-image: none;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
|
||||
color: @theme_base_color;
|
||||
|
||||
text-shadow: none;
|
||||
icon-shadow: none;
|
||||
}
|
||||
|
||||
.documents-selection-mode.toolbar .button:hover {
|
||||
background-image: -gtk-gradient(linear, left top, left bottom,
|
||||
from(shade(@documents_selection_button_a, 1.20)),
|
||||
color-stop(0.83, shade(@documents_selection_button_b, 1.10)),
|
||||
to(shade(@documents_selection_button_c, 1.10)));
|
||||
}
|
||||
|
||||
.documents-selection-mode.toolbar .button:active,
|
||||
.documents-selection-mode.toolbar .button:hover:active {
|
||||
background-image: -gtk-gradient(linear, left top, left bottom,
|
||||
from(@documents_selection_button_b),
|
||||
to(shade(@documents_selection_button_a, 0.90)));
|
||||
|
||||
border-color: @documents_selection_toolbar_border;
|
||||
border-image: none;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
}
|
||||
|
||||
.documents-selection-mode.toolbar .button *:hover {
|
||||
color: @theme_base_color;
|
||||
}
|
||||
|
||||
.documents-icon-bg {
|
||||
background-color: @documents_emblem_bg;
|
||||
border-radius: 4px;
|
||||
|
||||
color: @theme_base_color;
|
||||
}
|
||||
|
||||
.documents-collection-icon {
|
||||
background-color: @documents_collection_bg;
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
.documents-osd {
|
||||
background-image: none;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.documents-osd .toolbar {
|
||||
padding: 16px;
|
||||
border-style: none;
|
||||
border-radius: 5px;
|
||||
border-width: 0;
|
||||
|
||||
background-image: -gtk-gradient(linear, left top, left bottom,
|
||||
from(@documents_osd_toolbar_a),
|
||||
color-stop(0.63, @documents_osd_toolbar_b),
|
||||
to(@documents_osd_toolbar_c));
|
||||
color: @documents_osd_fg;
|
||||
|
||||
-GtkToolbar-button-relief: normal;
|
||||
}
|
||||
|
||||
.documents-osd .toolbar .button {
|
||||
padding: 4px;
|
||||
|
||||
background-image: -gtk-gradient(linear, left top, left bottom,
|
||||
from(alpha(@documents_osd_button_a, 0.16)),
|
||||
color-stop(0.68, alpha(@documents_osd_button_b, 0.05)),
|
||||
to(alpha(@documents_osd_button_a, 0.12)));
|
||||
border-width: 1px 0;
|
||||
border-style: solid;
|
||||
border-image: none;
|
||||
border-color: alpha(@documents_osd_button_a, 0.50);
|
||||
border-radius: 0;
|
||||
|
||||
color: @documents_osd_fg;
|
||||
|
||||
text-shadow: none;
|
||||
icon-shadow: none;
|
||||
box-shadow: -1 0 inset @documents_osd_button_inset;
|
||||
}
|
||||
|
||||
.documents-osd .toolbar .button,
|
||||
.documents-osd .toolbar .button:prelight,
|
||||
.documents-osd .toolbar .button:active {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.documents-osd .toolbar .button:nth-child(first) {
|
||||
border-radius: 4px 0 0 4px;
|
||||
border-left-width: 1px;
|
||||
box-shadow: -1 0 inset @documents_osd_button_inset;
|
||||
}
|
||||
|
||||
.documents-osd .toolbar .button:nth-child(last) {
|
||||
box-shadow: none;
|
||||
border-radius: 0 4px 4px 0;
|
||||
border-right-width: 1px;
|
||||
}
|
||||
|
||||
.documents-osd .toolbar .button:only-child {
|
||||
border-width: 1px;
|
||||
border-radius: 4px;
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
.documents-osd .toolbar .separator {
|
||||
color: @documents_osd_button_inset;
|
||||
}
|
||||
|
||||
.documents-osd .toolbar .button:hover {
|
||||
background-image: -gtk-gradient(linear, left top, left bottom,
|
||||
from(alpha(@documents_osd_button_a, 0.28)),
|
||||
color-stop(0.68, alpha(@documents_osd_button_b, 0.14)),
|
||||
to(alpha(@documents_osd_button_a, 0.14)));
|
||||
}
|
||||
|
||||
.documents-osd .toolbar .button *:hover {
|
||||
color: shade(@documents_osd_fg, 1.20);
|
||||
}
|
||||
|
||||
.documents-osd .toolbar .button:active,
|
||||
.documents-osd .toolbar .button:active:hover {
|
||||
background-image: -gtk-gradient(linear, left top, left bottom,
|
||||
from(alpha(@documents_osd_button_b, 0.18)),
|
||||
color-stop(0.68, alpha(@documents_osd_button_a, 0.23)),
|
||||
to(alpha(@documents_osd_button_b, 0.17)));
|
||||
}
|
||||
|
||||
.documents-osd .toolbar .button.favorite,
|
||||
.documents-osd .toolbar .button.favorite *:hover {
|
||||
color: shade(@theme_selected_bg_color, 1.20);
|
||||
}
|
||||
|
||||
.documents-entry-tag {
|
||||
background-color: @documents_emblem_bg;
|
||||
color: @theme_base_color;
|
||||
|
||||
border-radius: 4px;
|
||||
border-width: 0;
|
||||
|
||||
margin: 2px;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.documents-entry-tag:hover {
|
||||
background-color: shade(@documents_emblem_bg, 1.10);
|
||||
color: @theme_base_color;
|
||||
}
|
||||
|
||||
.documents-entry-tag.button,
|
||||
.documents-entry-tag.button:hover,
|
||||
.documents-entry-tag.button:active,
|
||||
.documents-entry-tag.button:active:hover {
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
border-image: none;
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
.documents-entry-tag.button:hover {
|
||||
color: shade(@documents_emblem_bg, 2.10);
|
||||
}
|
||||
|
||||
/* epiphany */
|
||||
|
||||
/* EphyToolbar.toolbar {
|
||||
border-bottom: 1 solid @borders;
|
||||
}
|
||||
|
||||
EphyToolbar.toolbar:backdrop {
|
||||
border-bottom: 1 solid @unfocused_borders;
|
||||
}
|
||||
*/
|
||||
|
||||
EphyToolbar .entry,
|
||||
EphyToolbar .entry:focus,
|
||||
EphyToolbar .entry:backdrop {
|
||||
border-image-width: 3 0 4 3;
|
||||
border-width: 1px 0 2px 1px;
|
||||
border-bottom-right-radius: 0;
|
||||
border-top-right-radius: 0;
|
||||
padding-left: 4px;
|
||||
padding-right: 4px;
|
||||
}
|
||||
|
||||
EphyToolbar .entry:focus {
|
||||
box-shadow: 1 2 inset alpha(@theme_selected_bg_color, 0.1),
|
||||
1 1 inset alpha(@theme_selected_bg_color, 0.1),
|
||||
0 -1 inset alpha(@theme_selected_bg_color, 0.2);
|
||||
}
|
||||
|
||||
EphyToolbar .location-entry .button {
|
||||
color: @internal_element_color;
|
||||
-GtkButton-child-displacement-y: 0;
|
||||
}
|
||||
|
||||
EphyToolbar .location-entry .button:last-child {
|
||||
border-image: url("borders/generic-border.svg") 3 3 4 3 / 3 3 4 0 stretch;
|
||||
border-width: 1px 1px 2px 0;
|
||||
border-bottom-left-radius: 0;
|
||||
border-top-left-radius: 0;
|
||||
padding-left: 4px;
|
||||
padding-right: 2px;
|
||||
}
|
||||
|
||||
EphyToolbar .location-entry .button,
|
||||
EphyToolbar .location-entry .button:hover,
|
||||
EphyToolbar .location-entry .button:focus {
|
||||
icon-shadow: none;
|
||||
background-image: -gtk-gradient(linear,
|
||||
left top, left bottom,
|
||||
from(@entry_background_a),
|
||||
to(@entry_background_b));
|
||||
box-shadow: 1 0 inset @inset_dark_color,
|
||||
0 1 inset @entry_inset,
|
||||
0 2 inset alpha(@entry_inset, 0.4);
|
||||
}
|
||||
|
||||
EphyToolbar .location-entry .button:active,
|
||||
EphyToolbar .location-entry .button:active:hover {
|
||||
background-image: -gtk-gradient(linear, left top, left bottom,
|
||||
from(shade(@entry_background_a, 0.9)),
|
||||
to(@entry_background_b));
|
||||
box-shadow: 1 0 inset @inset_dark_color,
|
||||
0 1 inset @entry_inset,
|
||||
0 2 inset alpha(@entry_inset, 0.4);
|
||||
}
|
||||
|
||||
EphyToolbar .location-entry .button:hover,
|
||||
EphyToolbar .location-entry .button:focus,
|
||||
EphyToolbar .location-entry .button:active,
|
||||
EphyToolbar .location-entry .button *:active {
|
||||
color: @theme_text_color;
|
||||
}
|
||||
|
||||
EphyToolbar .location-entry .button:backdrop,
|
||||
EphyToolbar .location-entry .button:hover:backdrop {
|
||||
background-image: none;
|
||||
background-color: mix (@base_color, @bg_color, 0.4);
|
||||
border-radius: 3px;
|
||||
border-width: 1px 1px 2px 0;
|
||||
}
|
||||
|
||||
EphyNotebook.notebook {
|
||||
border-width: 1px 0 1px 0;
|
||||
}
|
||||
|
||||
EphyNotebook.notebook tab {
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
EphyToolbar.toolbar .button {
|
||||
padding-left: 4px;
|
||||
padding-right: 4px;
|
||||
}
|
||||
|
||||
#ephy-page-menu-button.active-menu {
|
||||
background-image: none;
|
||||
background-color: @bg_color;
|
||||
|
||||
border-image: none;
|
||||
border-color: @bg_color;
|
||||
border-radius: 4px 4px 0 0;
|
||||
}
|
||||
|
||||
/* Gnome Contacts */
|
||||
|
||||
/* Line at top in contacts pane, similar to .documents-scrolledwin.frame */
|
||||
.contacts-content.frame {
|
||||
border-width: 1px 0 0 0;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
/* Background color in contacts pane, similar to .documents-main-view.view */
|
||||
.contacts-main-view.view {
|
||||
background-color: #f1f2f1;
|
||||
}
|
||||
|
||||
.contacts-suggestion {
|
||||
background-color: #434343;
|
||||
color: #ffffff;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
/* Border on the right in the left menu toolbar */
|
||||
.contacts-left-toolbar.toolbar.menubar {
|
||||
border-width: 0 1px 0 0;
|
||||
border-style: solid;
|
||||
border-color: @borders;
|
||||
}
|
||||
|
||||
/* Sidebar with line at top and the left */
|
||||
ContactsWindow .sidebar.frame {
|
||||
border-width: 1px 1px 0 0;
|
||||
border-style: solid;
|
||||
border-color: @borders;
|
||||
border-image: none;
|
||||
border-radius: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.contacts-avatar-frame.frame {
|
||||
border-width: 1px 1px 0 1px;
|
||||
border-style: solid;
|
||||
border-color: @borders;
|
||||
border-image: none;
|
||||
border-radius: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/* Primary toolbar with no line at top to avoid conflicts with frame border */
|
||||
ContactsWindow .primary-toolbar.toolbar {
|
||||
border-width: 0 0 1px 0;
|
||||
}
|
||||
|
||||
ContactsWindow .sidebar .view {
|
||||
background-color: #ebebeb;
|
||||
}
|
||||
ContactsWindow .sidebar .view:selected,
|
||||
ContactsWindow .sidebar .view:selected:focus {
|
||||
background-color: @selected_bg_color;
|
||||
}
|
||||
|
||||
.contacts-button:active {
|
||||
border-color: #000000;
|
||||
border-image: none;
|
||||
}
|
||||
|
||||
.contacts-entry {
|
||||
box-shadow: none;
|
||||
border-image: none;
|
||||
border-width: 1px;
|
||||
border-radius: 4px;
|
||||
border-style: solid;
|
||||
border-color: #bbbeb7;
|
||||
background-image: none;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
.contacts-entry:selected,
|
||||
.contacts-entry:selected:focus {
|
||||
background-color: @selected_bg_color;
|
||||
color: @selected_fg_color;
|
||||
}
|
||||
|
||||
.contacts-entry.contacts-postal-entry {
|
||||
border-radius: 0 0 0 0;
|
||||
border-width: 1px 1px 0 1px;
|
||||
}
|
||||
|
||||
.contacts-entry.contacts-postal-entry:nth-child(first) {
|
||||
border-radius: 4px 4px 0 0;
|
||||
}
|
||||
|
||||
.contacts-entry.contacts-postal-entry:nth-child(last) {
|
||||
border-radius: 0 0 4px 4px;
|
||||
border-width: 1px;
|
||||
}
|
||||
|
||||
.button.contacts-square {
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.contacts-combo .button {
|
||||
border-image: none;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-color: #bbbeb7;
|
||||
background-image: none;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
.contacts-notification {
|
||||
border-style: solid;
|
||||
border-color: #949486;
|
||||
border-width: 0 1px 1px 1px;
|
||||
border-radius: 0 0 5px 5px;
|
||||
padding: 8px;
|
||||
background-color: #d8d8d8;
|
||||
background-image: -gtk-gradient (linear, left top, left bottom,
|
||||
from (rgba (0, 0, 0, 0.15)),
|
||||
color-stop (0.15, rgba (0, 0, 0, 0.04)),
|
||||
to (rgba (0, 0, 0, 0.0)));
|
||||
}
|
||||
|
||||
/* Gucharmap */
|
||||
GucharmapChartable:active,
|
||||
GucharmapChartable:focus,
|
||||
GucharmapChartable:selected {
|
||||
background-color: @theme_selected_bg_color;
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
|
@ -0,0 +1,118 @@
|
|||
/* 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.5)),
|
||||
to (shade (@dark_bg_color, 1.05)));
|
||||
}
|
||||
|
||||
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.5)),
|
||||
to (shade (@dark_bg_color, 1.05)));
|
||||
|
||||
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.5)),
|
||||
to (shade (@dark_bg_color, 1.05)));
|
||||
}
|
||||
|
||||
PanelAppletFrame {
|
||||
background-color: @dark_bg_color;
|
||||
background-image: -gtk-gradient (linear, left top, left bottom,
|
||||
from (shade (@dark_bg_color, 1.5)),
|
||||
to (shade (@dark_bg_color, 1.05)));
|
||||
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.5)),
|
||||
to (shade (@dark_bg_color, 1.05)));
|
||||
border-color: alpha (shade (@dark_bg_color, 1.0), 0.6);
|
||||
border-left-color: alpha (shade (@dark_bg_color, 1.5), 0.3);
|
||||
border-radius: 0;
|
||||
border-width: 0 1px 0 1px;
|
||||
|
||||
color: @dark_fg_color;
|
||||
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.85)),
|
||||
to (shade (@dark_bg_color, 1.0)));
|
||||
border-color: shade (@dark_bg_color, 0.9);
|
||||
}
|
||||
|
||||
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.7)),
|
||||
to (shade (@dark_bg_color, 1.25)));
|
||||
border-color: alpha (shade (@dark_bg_color, 1.0), 0.6);
|
||||
border-left-color: alpha (shade (@dark_bg_color, 1.5), 0.4);
|
||||
}
|
||||
|
||||
PanelApplet .button:checked {
|
||||
background-image: -gtk-gradient (linear, left top, left bottom,
|
||||
from (shade (@dark_bg_color, 0.95)),
|
||||
to (shade (@dark_bg_color, 1.1)));
|
||||
}
|
||||
|
||||
PanelApplet .button:checked:prelight {
|
||||
background-image: -gtk-gradient (linear, left top, left bottom,
|
||||
from (shade (@dark_bg_color, 1.15)),
|
||||
to (shade (@dark_bg_color, 1.3)));
|
||||
}
|
||||
|
||||
PanelApplet .button:checked:prelight:active {
|
||||
border-image: none;
|
||||
background-image: -gtk-gradient (linear, left top, left bottom,
|
||||
from (shade (@dark_bg_color, 0.75)),
|
||||
to (shade (@dark_bg_color, 0.9)));
|
||||
border-color: shade (@dark_bg_color, 0.8);
|
||||
}
|
||||
|
||||
ClockBox {
|
||||
text-shadow: 0 -1px shade (@dark_bg_color, 0.6);
|
||||
}
|
||||
|
||||
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,62 @@
|
|||
/* 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;
|
||||
}
|
||||
|
||||
TerminalNotebook.notebook.header {
|
||||
background-color: @dark_bg_color;
|
||||
border: none;
|
||||
}
|
||||
|
||||
|
||||
TerminalNotebook.notebook tab.top {
|
||||
background-color: shade(@bg_color, 0.7);
|
||||
border-width: 1px 1px 0px 1px;
|
||||
border-radius: 8px 8px 0px 0px;
|
||||
border-image: none;
|
||||
border-style: solid;
|
||||
border-color: @dark_bg_color;
|
||||
}
|
||||
|
||||
TerminalNotebook.notebook tab.top:active {
|
||||
background-color: @bg_color;
|
||||
border-image: none;
|
||||
}
|
||||
|
||||
TerminalNotebook.notebook tab .button {
|
||||
background-color: transparent;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
/* Match the actions bar. This is a hack and should be fixed in 3.20 */
|
||||
TerminalNotebook GtkBox.vertical {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.background TerminalNotebook GtkBox.vertical .button {
|
||||
border-image:none;
|
||||
border-color: transparent;
|
||||
border-width: 1px;
|
||||
border-radius: 5px;
|
||||
padding: 1px;
|
||||
}
|
||||
|
|
@ -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,133 @@
|
|||
/* 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.75);
|
||||
-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 (0, 3, 5, 0.03); /* shade (@dark_bg_color, 1.04) - shade (@dark_bg_color, 1.5) */
|
||||
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 (@dark_bg_color, 1.6), inset 0 0 transparent;
|
||||
|
||||
background-color: transparent;
|
||||
background-clip: border-box;
|
||||
background-image: -gtk-gradient (linear, left top, left bottom,
|
||||
from (shade (@dark_bg_color, 1.5)),
|
||||
to (shade (@dark_bg_color, 1.04)));
|
||||
|
||||
color: @dark_fg_color;
|
||||
text-shadow: 1px 0 #333, -1px 0 #333, 0 1px #333, 0 -1px #333;
|
||||
}
|
||||
|
||||
UnityDecoration.top:backdrop {
|
||||
border: 1px solid rgba (14, 13, 0, 0.03); /* @dark_bg_color - shade (#474642, 0.92) */;
|
||||
border-bottom-width: 0;
|
||||
background-color: transparent;
|
||||
background-clip: border-box;
|
||||
background-image: -gtk-gradient (linear, left top, left bottom,
|
||||
from (shade (#474642, 0.92)),
|
||||
to (@dark_bg_color));
|
||||
box-shadow: inset 0 0 transparent, inset 0 0 transparent,
|
||||
inset 0 1px #474642, inset 0 0 transparent;
|
||||
color: #807d78;
|
||||
}
|
||||
|
||||
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, #2b2a2a),
|
||||
color-stop (0.5, #2b2a2a),
|
||||
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, #373632),
|
||||
color-stop (0.5, #373632),
|
||||
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-color: transparent;
|
||||
background-image: -gtk-gradient (linear, left top, left bottom,
|
||||
from (shade (@dark_bg_color, 1.5)),
|
||||
to (shade (@dark_bg_color, 1.04)));
|
||||
border-top-color: shade (@dark_bg_color, 1.6);
|
||||
border-style: solid;
|
||||
border-width: 1px 0 0 0;
|
||||
|
||||
color: @dark_fg_color;
|
||||
text-shadow: 1px 0 #333, -1px 0 #333, 0 1px #333, 0 -1px #333;
|
||||
}
|
||||
|
||||
UnityPanelWidget:backdrop,
|
||||
.unity-panel:backdrop {
|
||||
color: #807d78;
|
||||
}
|
||||
|
||||
.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, 0.7);
|
||||
}
|
||||
|
||||
.unity-panel.menubar:backdrop,
|
||||
.unity-panel .menubar *:backdrop {
|
||||
color: @backdrop_dark_fg_color;
|
||||
}
|
||||
|
||||
.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.11)));
|
||||
}
|
||||
|
||||
|
||||
@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;
|
||||
}
|
After Width: | Height: | Size: 919 B |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 1.0 KiB |
After Width: | Height: | Size: 1.5 KiB |
After Width: | Height: | Size: 992 B |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 676 B |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 1.0 KiB |
After Width: | Height: | Size: 1.5 KiB |
After Width: | Height: | Size: 902 B |
After Width: | Height: | Size: 1.6 KiB |
After Width: | Height: | Size: 685 B |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 1.0 KiB |
After Width: | Height: | Size: 1.4 KiB |
After Width: | Height: | Size: 507 B |
After Width: | Height: | Size: 214 KiB |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 362 B |
After Width: | Height: | Size: 212 KiB |
After Width: | Height: | Size: 791 B |
After Width: | Height: | Size: 373 B |
After Width: | Height: | Size: 212 KiB |
After Width: | Height: | Size: 833 B |
After Width: | Height: | Size: 544 B |
After Width: | Height: | Size: 214 KiB |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 627 B |
After Width: | Height: | Size: 214 KiB |
After Width: | Height: | Size: 1.4 KiB |
After Width: | Height: | Size: 577 B |
After Width: | Height: | Size: 214 KiB |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 642 B |
After Width: | Height: | Size: 214 KiB |
After Width: | Height: | Size: 1.4 KiB |
After Width: | Height: | Size: 494 B |
After Width: | Height: | Size: 212 KiB |
After Width: | Height: | Size: 1022 B |
After Width: | Height: | Size: 498 B |
After Width: | Height: | Size: 212 KiB |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 676 B |
After Width: | Height: | Size: 214 KiB |
After Width: | Height: | Size: 1.6 KiB |
After Width: | Height: | Size: 779 B |
After Width: | Height: | Size: 214 KiB |
After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 723 B |
After Width: | Height: | Size: 214 KiB |
After Width: | Height: | Size: 1.5 KiB |
After Width: | Height: | Size: 529 B |
After Width: | Height: | Size: 213 KiB |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 366 B |
After Width: | Height: | Size: 212 KiB |
After Width: | Height: | Size: 841 B |
After Width: | Height: | Size: 373 B |
After Width: | Height: | Size: 212 KiB |
After Width: | Height: | Size: 829 B |
After Width: | Height: | Size: 494 B |
After Width: | Height: | Size: 213 KiB |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 566 B |
After Width: | Height: | Size: 213 KiB |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 627 B |
After Width: | Height: | Size: 213 KiB |
After Width: | Height: | Size: 1.4 KiB |
After Width: | Height: | Size: 476 B |
After Width: | Height: | Size: 815 B |
After Width: | Height: | Size: 596 B |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 483 B |
After Width: | Height: | Size: 825 B |
After Width: | Height: | Size: 563 B |
After Width: | Height: | Size: 1017 B |
After Width: | Height: | Size: 746 B |
After Width: | Height: | Size: 1.4 KiB |