- re-merge with ubuntu themes (version 14.04+16.10.20160720.laney1-0ubuntu1)ubuntu/bionic
parent
a87756eb1a
commit
098dc9e58f
@ -1,8 +1,3 @@
|
||||
- improve rc files
|
||||
- fix gnome / gtk3 scrollbars
|
||||
- fix progress bars
|
||||
- add more icons
|
||||
- more icon resolutions
|
||||
- re-merge with ubuntu themes
|
||||
- overall re-compress
|
||||
- gtk 3.20 compatibility
|
||||
- re-merge with ubuntu themes (version 14.04+16.10.20160720.laney1-0ubuntu1)
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -1,15 +1,39 @@
|
||||
# ==============================================================================
|
||||
# CHROMIUM SPECIFIC SETTINGS
|
||||
# ==============================================================================
|
||||
|
||||
style "chromium_toolbar_button" {
|
||||
engine "murrine" {
|
||||
roundness = 3
|
||||
textstyle = 0
|
||||
}
|
||||
}
|
||||
|
||||
style "chrome-gtk-frame"
|
||||
{
|
||||
ChromeGtkFrame::frame-color = "#dcdcdc"
|
||||
ChromeGtkFrame::inactive-frame-color = "#dcdcdc"
|
||||
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 = "#dcdcdc"
|
||||
ChromeGtkFrame::incognito-inactive-frame-color = "#dcdcdc"
|
||||
ChromeGtkFrame::incognito-frame-color = "#dfd7cf"
|
||||
ChromeGtkFrame::incognito-inactive-frame-color = "#dfd7cf"
|
||||
|
||||
ChromeGtkFrame::scrollbar-trough-color = "#dcdcdc"
|
||||
ChromeGtkFrame::scrollbar-slider-normal-color = "#b0b0b0"
|
||||
ChromeGtkFrame::scrollbar-slider-prelight-color = "#777777"
|
||||
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,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"
|
||||
|
@ -1,35 +0,0 @@
|
||||
########################################################################
|
||||
# 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"
|
||||
|
@ -1,154 +0,0 @@
|
||||
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"
|
@ -1,36 +0,0 @@
|
||||
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
|
||||
}
|
||||
}
|
@ -1,75 +0,0 @@
|
||||
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 }
|
||||
}
|
||||
}
|
@ -1,38 +0,0 @@
|
||||
##########################################################################
|
||||
# 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,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"
|
@ -1,25 +0,0 @@
|
||||
|
||||
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,8 @@
|
||||
/* Make the calendar focus ring appear around the selected day */
|
||||
calendar-view {
|
||||
outline-style: dashed;
|
||||
outline-color: @selected_bg_color;
|
||||
outline-width: 2px;
|
||||
-gtk-outline-radius: 8px;
|
||||
outline-offset: -4px;
|
||||
}
|
@ -1,23 +1,76 @@
|
||||
/* gnome-terminal */
|
||||
@define-color terminal_bg #300a24;
|
||||
|
||||
TerminalScreen {
|
||||
vte-terminal.terminal-screen {
|
||||
-TerminalScreen-background-darkness: 0.95;
|
||||
background-color: @terminal_bg;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
TerminalScreenContainer .scrollbar:hover:not(.slider),
|
||||
TerminalScreenContainer .scrollbar.dragging:not(.slider) {
|
||||
terminal-screen-container scrollbar:hover,
|
||||
terminal-screen-container scrollbar:active {
|
||||
background-color: alpha(@scrollbar_track_color, 0.4);
|
||||
border-radius: 1px;
|
||||
}
|
||||
|
||||
/* Since .hovering class is not working here, we always use the same radius */
|
||||
TerminalScreenContainer .scrollbar.slider.hovering,
|
||||
TerminalScreenContainer .scrollbar.slider.dragging {
|
||||
border-radius: 1px;
|
||||
terminal-screen-container {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
TerminalScreenContainer .scrollbar {
|
||||
notebook.terminal-notebook header {
|
||||
background-color: @dark_bg_color;
|
||||
border: none;
|
||||
}
|
||||
|
||||
|
||||
notebook.terminal-notebook header.top tab,
|
||||
notebook.terminal-notebook header.top tab:hover {
|
||||
background-color: shade(@bg_color, 0.75);
|
||||
border-width: 1px 1px 0px 1px;
|
||||
border-radius: 8px 8px 0px 0px;
|
||||
border-image: none;
|
||||
border-style: solid;
|
||||
border-color: @dark_bg_color;
|
||||
}
|
||||
|
||||
notebook.terminal-notebook header.top tab:checked {
|
||||
background-color: shade(@bg_color, 1.2);
|
||||
}
|
||||
|
||||
notebook.terminal-notebook tab button,
|
||||
notebook.terminal-notebook tab button:hover {
|
||||
background-color: transparent;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
notebook.terminal-notebook > header > box,
|
||||
notebook.terminal-notebook > header > box:hover {
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
notebook.terminal-notebook > header > box button,
|
||||
notebook.terminal-notebook > header > box button:hover,
|
||||
notebook.terminal-notebook > header > box button:hover:backdrop {
|
||||
background: inherit;
|
||||
border: inherit;
|
||||
padding: inherit;
|
||||
}
|
||||
|
||||
notebook.terminal-notebook > header > box > box > button:not(:last-child):hover,
|
||||
notebook.terminal-notebook > header > box > box > button:not(:last-child):hover:backdrop,
|
||||
notebook.terminal-notebook > header > box > box > button:not(:last-child) {
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
notebook.terminal-notebook > header > box button:hover,
|
||||
notebook.terminal-notebook > header > box button:hover:backdrop {
|
||||
color: shade (@bg_color, 0.9);
|
||||
}
|
||||
|
||||
notebook.terminal-notebook > header > box button {
|
||||
color: shade (@bg_color, 0.7);
|
||||
}
|
||||
|
||||
notebook.terminal-notebook > header > box button:backdrop {
|
||||
color: shade (@bg_color, 0.4);
|
||||
}
|
||||
|
@ -1,131 +0,0 @@
|
||||
/* 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;
|
||||
}
|
@ -1,23 +1,23 @@
|
||||
.menu .check {
|
||||
menu check {
|
||||
-gtk-icon-source: url("assets/check-menuitem-unselected.png");
|
||||
}
|
||||
|
||||
.menu .radio {
|
||||
menu radio {
|
||||
-gtk-icon-source: url("assets/check-menuitem-unselected.png");
|
||||
}
|
||||
|
||||
.menu .check:checked {
|
||||
menu check:checked {
|
||||
-gtk-icon-source: url("assets/check-menuitem-dark.png");
|
||||
}
|
||||
|
||||
.menu .check:checked:insensitive {
|
||||
menu check:checked:disabled {
|
||||
-gtk-icon-source: url("assets/check-menuitem-insensitive-dark.png");
|
||||
}
|
||||
|
||||
.menu .radio:checked {
|
||||
menu radio:checked {
|
||||
-gtk-icon-source: url("assets/radio-menuitem-dark.png");
|
||||
}
|
||||
|
||||
.menu .radio:checked:insensitive {
|
||||
menu radio:checked:disabled {
|
||||
-gtk-icon-source: url("assets/radio-menuitem-insensitive-dark.png");
|
||||
}
|
||||
|
@ -1,38 +1,37 @@
|
||||
|
||||
.primary-toolbar .entry,
|
||||
.menubar.toolbar .entry,
|
||||
.header-bar .entry {
|
||||
menubar toolbar entry,
|
||||
headerbar entry {
|
||||
border-image: url("assets/radiance-entry-toolbar.png") 10 12 10 12 / 10px 12px 10px 12px stretch;
|
||||
}
|
||||
|
||||
.primary-toolbar .entry:focus,
|
||||
.menubar.toolbar .entry:focus,
|
||||
.header-bar .entry:focus {
|
||||
primary-toolbar entry:focus,
|
||||
menubar toolbar entry:focus,
|
||||
headerbar entry:focus {
|
||||
border-image: url("assets/radiance-entry-toolbar-focused.png") 10 12 10 12 / 10px 12px 10px 12px stretch;
|
||||
}
|
||||
|
||||
.primary-toolbar GtkComboBox.combobox-entry .button,
|
||||
.primary-toolbar GtkComboBox.combobox-entry .button:focus:insensitive,
|
||||
.menubar.toolbar GtkComboBox.combobox-entry .button,
|
||||
.menubar.toolbar GtkComboBox.combobox-entry .button:focus:insensitive,
|
||||
.header-bar GtkComboBox.combobox-entry .button,
|
||||
.header-bar GtkComboBox.combobox-entry .button:focus:insensitive {
|
||||
.primary-toolbar combobox entry button,
|
||||
.primary-toolbar combobox entry button:focus:disabled,
|
||||
menubar toolbar combobox entry button,
|
||||
menubar toolbar combobox entry button:focus:disabled,
|
||||
headerbar combobox entry button,
|
||||
headerbar combobox entry button:focus:disabled {
|
||||
border-image: url("assets/radiance-combobox-button-toolbar.png") 10 12 10 1 / 10px 12px 10px 1px stretch;
|
||||
}
|
||||
|
||||
.primary-toolbar GtkComboBox.combobox-entry .button:focus,
|
||||
.menubar.toolbar GtkComboBox.combobox-entry .button:focus,
|
||||
.header-bar GtkComboBox.combobox-entry .button:focus {
|
||||
.primary-toolbar combobox entry button:focus,
|
||||
menubar toolbar combobox entry button:focus,
|
||||
headerbar combobox entry button:focus {
|
||||
border-image: url("assets/radiance-combobox-button-toolbar-focused.png") 10 12 10 1 / 10px 12px 10px 1px stretch;
|
||||
}
|
||||
|
||||
.primary-toolbar GtkComboBox.combobox-entry .button:focus:active:focus,
|
||||
.menubar.toolbar GtkComboBox.combobox-entry .button:focus:active:focus,
|
||||
.header-bar GtkComboBox.combobox-entry .button:focus:active:focus {
|
||||
.primary-toolbar combobox entry button:focus:active:focus,
|
||||
menubar toolbar combobox entry button:focus:active:focus,
|
||||
headerbar combobox entry button:focus:active:focus {
|
||||
border-image: url("assets/radiance-combobox-button-toolbar-pressed-focused.png") 10 12 10 1 / 10px 12px 10px 1px stretch;
|
||||
}
|
||||
|
||||
.menubar.menuitem:hover,
|
||||
menubar menuitem:hover,
|
||||
.menubar.menuitem:hover {
|
||||
border-color: #b8ab9c;
|
||||
}
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in new issue