added a dark portion to the gtk2 theme

This commit is contained in:
Sam Hewitt 2016-05-25 18:52:16 -04:00
parent c35c9c82e4
commit dea5f97b12
225 changed files with 6518 additions and 361 deletions

View File

@ -3,7 +3,6 @@
# ==============================================================================
# Chromium lets us define some colours and settings for better integration
class "ChromeGtkFrame" style "chrome-gtk-frame"
style "chrome-gtk-frame"
{
@ -23,27 +22,28 @@ style "chrome-gtk-frame"
ChromeGtkFrame::scrollbar-slider-normal-color = @wm_color
}
class "ChromeGtkFrame" style "chrome-gtk-frame"
# Chromium uses base as the fill colour of its own entries
# This would be fine but Gtk+ uses it to fill the surrounding space, so its set to bg
# That results in Chromium using it for the fill, so we need to handle that
widget_class "*Chrom*<GtkEntry>" style "chrome_entry"
style "chrome_entry" {
base[NORMAL] = @base_color
base[INSENSITIVE] = @base_color
}
widget_class "*Chrom*<GtkEntry>" style "chrome_entry"
# Chrome Menu item background
widget_class "*<GtkCustomMenu>*<GtkCustomMenuItem>*" style "chrome_menu_item"
style "chrome_menu_item"
{
bg[SELECTED] = @wm_color
}
widget_class "*<GtkCustomMenu>*<GtkCustomMenuItem>*" style "chrome_menu_item"
# Chrome buttons

View File

@ -1,17 +0,0 @@
# ==============================================================================
# ECLIPSE SPECIFIC SETTINGS
# ==============================================================================
style "eclipse-tooltips"
{
xthickness = 8
ythickness = 4
bg[NORMAL] = shade(1.05, @bg_color)
fg[NORMAL] = @text_color
bg[SELECTED] = shade(1.05, @bg_color)
}
# Eclipse/SWT
widget "gtk-tooltips*" style "eclipse-tooltips"
widget "*swt-toolbar-flat" style "null"

View File

@ -1,26 +0,0 @@
# ==============================================================================
# FIREFOX SPECIFIC SETTINGS
# ==============================================================================
style "ff-default" {
GtkCheckButton::indicator-size = 14
}
widget "MozillaGtkWidget*Toolbar*" style "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"

View File

@ -9,52 +9,4 @@ style "ooo_stepper_hack"
GtkScrollbar::has-forward-stepper = 1
}
style "libreoffice_entry"
{
engine "pixmap"
{
image
{
function = FLAT_BOX
detail = "entry_bg"
state = NORMAL
overlay_file = "Entry/entry-border-fill-solid.png"
overlay_border = { 0, 0, 0, 0 }
overlay_stretch = TRUE
}
image
{
function = FLAT_BOX
detail = "entry_bg"
state = ACTIVE
overlay_file = "Entry/entry-border-fill-solid.png"
overlay_border = { 0, 0, 0, 0 }
overlay_stretch = TRUE
}
image
{
function = SHADOW
detail = "entry"
state = NORMAL
shadow = IN
file = "Entry/entry-border-bg-solid.png"
border = { 4, 4, 4, 4 }
stretch = TRUE
}
image
{
function = SHADOW
detail = "entry"
state = ACTIVE
file = "Entry/entry-border-active-bg-solid.png"
border = { 4, 4, 4, 4 }
stretch = TRUE
}
}
}
widget "*openoffice-toplevel*" style "ooo_stepper_hack"
widget "*openoffice-toplevel*GtkEntry" style "libreoffice_entry"
widget "*openoffice-toplevel*GtkSpinButton" style "libreoffice_entry"
widget "*libreoffice-toplevel*GtkEntry" style "libreoffice_entry"
widget "*libreoffice-toplevel*GtkSpinButton" style "libreoffice_entry"
widget "*openoffice-toplevel*" style "ooo_stepper_hack"

View File

@ -1,162 +0,0 @@
style "theme-panel" = "default"
{
xthickness = 1
ythickness = 1
bg[NORMAL] = @panel_bg_color
bg[ACTIVE] = @panel_bg_color
bg[PRELIGHT] = shade (0.85, @selected_bg_color)
bg[SELECTED] = shade (0.65, @selected_bg_color)
fg[NORMAL] = shade (0.9, @panel_fg_color)
fg[PRELIGHT] = "#FFFFFF"
fg[ACTIVE] = shade (0.9, @panel_fg_color)
fg[SELECTED] = shade (0.9, @panel_fg_color)
text[NORMAL] = shade (0.9, @panel_fg_color)
text[PRELIGHT] = "#FFFFFF"
text[ACTIVE] = shade (0.9, @panel_fg_color)
text[SELECTED] = shade (0.9, @panel_fg_color)
engine "murrine" {
roundness = 0
glowstyle = 0
glazestyle = 0
textstyle = 1
text_shade = 0.2
}
}
style "xfdesktop-icon-view"
{
XfdesktopIconView::label-alpha = 0
XfdesktopIconView::selected-label-alpha = 80
XfdesktopIconView::shadow-x-offset = 1
XfdesktopIconView::shadow-y-offset = 1
XfdesktopIconView::selected-shadow-x-offset = 1
XfdesktopIconView::selected-shadow-y-offset = 1
XfdesktopIconView::shadow-color = @tooltip_bg_color
XfdesktopIconView::selected-shadow-color = @tooltip_bg_color
XfdesktopIconView::cell-spacing = 2
XfdesktopIconView::cell-padding = 6
XfdesktopIconView::cell-text-width-proportion = 1.9
fg[NORMAL] = shade (0.9, @selected_fg_color)
fg[ACTIVE] = @selected_fg_color
engine "murrine"
{
}
}
style "theme-panel-text"
{
fg[NORMAL] = @panel_fg_color
fg[PRELIGHT] = @panel_fg_color
fg[ACTIVE] = @panel_fg_color
text[NORMAL] = @panel_fg_color
text[PRELIGHT] = @panel_fg_color
text[ACTIVE] = @panel_fg_color
engine "murrine" {
textstyle = 1
text_shade = 0.2
}
}
style "panel-entry" = "dark"
{
fg[NORMAL] = @text_color
fg[PRELIGHT] = @text_color
fg[ACTIVE] = @text_color
fg[SELECTED] = @text_color
fg[INSENSITIVE] = @text_color
text[NORMAL] = @text_color
text[PRELIGHT] = @text_color
text[ACTIVE] = @text_color
text[SELECTED] = @text_color
text[INSENSITIVE] = @text_color
}
style "theme-main-menu-text" = "theme-panel-text"
{
fg[PRELIGHT] = "#ffffff"
text[PRELIGHT] = "#ffffff"
}
style "workspace-switcher" = "theme-panel"
{
bg[SELECTED] = shade (0.8, @selected_bg_color)
}
style "window-buttons" = "theme-panel"
{
xthickness = 3
ythickness = 3
bg[ACTIVE] = shade (0.65, @selected_bg_color)
bg[PRELIGHT] = shade (0.85, @selected_bg_color)
bg[SELECTED] = shade (0.85, @selected_bg_color)
fg[NORMAL] = shade (0.7, @base_color)
fg[ACTIVE] = @base_color
fg[PRELIGHT] = @base_color
engine "murrine" {
contrast = 0.0
gradient_shades = { 1.0, 0.9, 0.8, 0.7 }
roundness = 1
reliefstyle = 0
textstyle = 1
text_shade = 0.2
}
}
style "indicator" = "theme-panel"
{
xthickness = 0
ythickness = 0
}
widget "*PanelWidget*" style "theme-panel"
widget "*PanelApplet*" style "theme-panel"
widget "*fast-user-switch*" style "theme-panel"
widget "*CPUFreq*Applet*" style "theme-panel"
class "PanelApp*" style "theme-panel"
class "PanelToplevel*" style "theme-panel"
widget_class "*PanelToplevel*" style "theme-panel"
widget_class "*notif*" style "theme-panel"
widget_class "*Notif*" style "theme-panel"
widget_class "*Tray*" style "theme-panel"
widget_class "*tray*" style "theme-panel"
widget_class "*computertemp*" style "theme-panel"
widget_class "*Applet*Tomboy*" style "theme-panel"
widget_class "*Applet*Netstatus*" style "theme-panel"
# Fixes for tooltip text in some apps.
widget_class "*Notif*Beagle*" style "theme-panel"
widget_class "*Notif*Brasero*" style "theme-panel"
# XFCE panel theming.
widget "*Xfce*Panel*" style "theme-panel"
class "*Xfce*Panel*" style "theme-panel"
widget "*WnckPager*" style "workspace-switcher"
widget "*XfdesktopIconView*" style "xfdesktop-icon-view"
# Fix gtk-entries in the panel
class "*SexyIconEntry*" style:highest "entry" # fixes dict-plugin
widget "*xfce4-verve-plugin*GtkEntry" style:highest "entry" # fixes verve-plugin
# 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"
# Override general panel-style with specific plugin-styles
widget "*indicator-applet*" style "indicator"
widget "*indicator-button*" style "indicator"
widget "*XfceTasklist*" style "window-buttons"

View File

@ -40,9 +40,9 @@ style "terminal_screen"
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 "scrollbar_dark"
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"
widget "*TerminalWindow.*.TerminalScreen*" style "terminal_screen"

View File

@ -1,8 +0,0 @@
# ==============================================================================
# APPLICATION SPECIFIC SETTINGS
# ==============================================================================
# Xchat special cases
widget "*xchat-inputbox" style "entry"

View File

@ -1,34 +1,9 @@
style "theme-panel" = "dark"
{
style "theme-panel" = "dark" {
xthickness = 1
ythickness = 1
bg[NORMAL] = @panel_bg_color
bg[ACTIVE] = @panel_bg_color
bg[PRELIGHT] = shade (0.85, @selected_bg_color)
bg[SELECTED] = shade (0.65, @selected_bg_color)
fg[NORMAL] = shade (0.9, @base_color)
fg[PRELIGHT] = @base_color
fg[ACTIVE] = shade (0.9, @base_color)
fg[SELECTED] = shade (0.9, @base_color)
text[NORMAL] = shade (0.9, @base_color)
text[PRELIGHT] = @base_color
text[ACTIVE] = shade (0.9, @base_color)
text[SELECTED] = shade (0.9, @base_color)
engine "murrine" {
roundness = 0
glowstyle = 0
glazestyle = 0
textstyle = 1
text_shade = 0.2
}
}
style "xfdesktop-icon-view"
{
style "xfdesktop-icon-view" {
XfdesktopIconView::label-alpha = 0
XfdesktopIconView::selected-label-alpha = 80
XfdesktopIconView::shadow-x-offset = 1
@ -44,41 +19,12 @@ style "xfdesktop-icon-view"
fg[NORMAL] = shade (0.9, @selected_fg_color)
fg[ACTIVE] = @selected_fg_color
engine "murrine"
{
}
}
style "theme-panel-text"
{
fg[NORMAL] = @base_color
fg[PRELIGHT] = "#ffffff"
fg[ACTIVE] = @base_color
text[NORMAL] = @base_color
text[PRELIGHT] = "#ffffff"
text[ACTIVE] = @base_color
engine "murrine" {
textstyle = 1
text_shade = 0.2
}
style "theme-panel-text" = "dark" {
}
style "panel-entry" = "dark"
{
fg[NORMAL] = @text_color
fg[PRELIGHT] = @text_color
fg[ACTIVE] = @text_color
fg[SELECTED] = @text_color
fg[INSENSITIVE] = @text_color
text[NORMAL] = @text_color
text[PRELIGHT] = @text_color
text[ACTIVE] = @text_color
text[SELECTED] = @text_color
text[INSENSITIVE] = @text_color
style "panel-entry" = "dark" {
}
style "theme-main-menu-text" = "theme-panel-text"
@ -87,32 +33,13 @@ style "theme-main-menu-text" = "theme-panel-text"
text[PRELIGHT] = "#ffffff"
}
style "workspace-switcher" = "theme-panel"
style "workspace-switcher" = "dark"
{
bg[SELECTED] = shade (0.8, @selected_bg_color)
}
style "window-buttons" = "theme-panel"
{
xthickness = 3
ythickness = 3
style "window-buttons" = "dark" {
bg[ACTIVE] = shade (0.65, @selected_bg_color)
bg[PRELIGHT] = shade (0.85, @selected_bg_color)
bg[SELECTED] = shade (0.85, @selected_bg_color)
fg[NORMAL] = shade (0.7, @base_color)
fg[ACTIVE] = @base_color
fg[PRELIGHT] = @base_color
engine "murrine" {
contrast = 0.0
gradient_shades = { 1.0, 0.9, 0.8, 0.7 }
roundness = 1
reliefstyle = 0
textstyle = 1
text_shade = 0.2
}
}
style "indicator" = "theme-panel"
@ -159,4 +86,4 @@ widget "*PanelApplet*" style "theme-panel-text"
# Override general panel-style with specific plugin-styles
widget "*indicator-applet*" style "indicator"
widget "*indicator-button*" style "indicator"
widget "*XfceTasklist*" style "window-buttons"
widget "*XfceTasklist*" style "dark_button"

Binary file not shown.

After

Width:  |  Height:  |  Size: 300 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 554 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 557 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 583 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 458 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 492 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 506 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 508 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 416 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 525 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 485 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 386 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 471 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 504 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 515 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 419 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 514 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 511 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 418 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 570 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 346 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 313 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 531 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 409 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 325 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 321 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 318 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 321 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 315 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 307 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 306 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 312 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 394 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 487 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 387 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 392 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 503 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 392 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 570 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 531 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 409 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 366 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 366 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 366 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 363 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 344 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 374 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 374 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 341 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 356 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 358 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 352 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 386 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 356 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 388 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 494 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 379 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 396 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 809 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 780 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 794 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 582 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 376 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 392 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 406 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 406 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 406 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 304 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 405 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 411 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 405 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 405 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 411 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 411 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 303 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 303 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 362 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 363 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 426 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 432 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 439 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 388 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 439 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 447 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 450 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 385 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 430 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 429 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 432 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 389 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 415 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 420 B

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