summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbionel <ionel.busuioc@gmail.com>2015-08-09 21:06:22 +0300
committerbionel <ionel.busuioc@gmail.com>2015-08-09 21:06:22 +0300
commit6214ab4ec3ff3e2d3630999f4b61de7bedf1d299 (patch)
treeb3e360d17b45d7e3571001868a1b863daa8f216b
parent4279a7789be46bcd952d5b26bdf81ae4e385f7cc (diff)
update
-rwxr-xr-xKogaion-daylight/gtk-2.0/app-styles/panel1.rc158
-rwxr-xr-xKogaion-nighttime/gtk-2.0/app-styles/panel (copy).rc101
-rw-r--r--to_review13
3 files changed, 1 insertions, 271 deletions
diff --git a/Kogaion-daylight/gtk-2.0/app-styles/panel1.rc b/Kogaion-daylight/gtk-2.0/app-styles/panel1.rc
deleted file mode 100755
index 51d7430..0000000
--- a/Kogaion-daylight/gtk-2.0/app-styles/panel1.rc
+++ /dev/null
@@ -1,158 +0,0 @@
-style "theme-panel"
-{
- xthickness = 2
- ythickness = 2
-
- bg_pixmap[NORMAL] = "/Panel/panel-bg.png"
- bg[NORMAL] = @window_active_color # mate-panel need it
-
- fg[NORMAL] = @bg_color
- fg[PRELIGHT] = @fg_color
-
- text[NORMAL] = @fg_color
- text[PRELIGHT] = @text_color
-
- engine "pixmap" {
- image {
- function = BOX
- recolorable = TRUE
- state = NORMAL
- file = "Panel/panel-button-inactive.png"
- border = { 4, 4, 1, 1 }
- stretch = TRUE
- }
- image {
- function = BOX
- recolorable = TRUE
- state = PRELIGHT
- file = "Panel/panel-button-hover.png"
- border = { 4, 4, 1, 1 }
- stretch = TRUE
- }
- image {
- function = BOX
- recolorable = TRUE
- state = ACTIVE
- file = "Panel/panel-button-active.png"
- border = { 4, 4, 1, 1 }
- stretch = TRUE
- }
- image {
- function = BOX
- recolorable = TRUE
- state = SELECTED
- file = "Panel/panel-button-active.png"
- border = { 4, 4, 1, 1 }
- stretch = TRUE
- }
- image {
- function = BOX
- recolorable = TRUE
- state = INSENSITIVE
- }
- }
-}
-
-}
-
-style "theme-panel-text"
-{
- fg[NORMAL] = @bg_color
- fg[PRELIGHT] = @fg_color
- fg[ACTIVE] = @bg_color
-
- text[NORMAL] = @fg_color
- text[PRELIGHT] = @fg_color
- text[ACTIVE] = @base_color
-}
-
-style "panel-entry"
-{
- 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 (1.4, @selected_bg_color)
-}
-
-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"
-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"
-
-# Fix gtk-entries in the panel
-#class "GtkEntry" style "test"
-#class "*SexyIconEntry*" style:highest "test" # fixes dict-plugin
-#widget "*xfce4-verve-plugin*GtkEntry" style:highest "test" # 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"
-
-# Hide ugly handle
-class "PanelAppletFrame" style:highest "theme-panel-handle"
-
-# dark menus
-#widget_class "*<GtkMenu>*" style "test"
-#widget_class "*<GtkMenuItem>*" style "test"
-#widget_class "*<GtkMenuItem>.*.<GtkCalendar>" style "test"
-#widget_class "*<GtkMenuItem>.*.<GtkEntry>" style "panel-entry"
-#widget_class "*<GtkMenuItem>.*.<GtkScale>" style "test"
-#widget_class "*<GtkMenuBar>*" style "test"
-#widget "*.gtk-combobox-popup-menu.*" style "test"
-
-# dark bg and black text for gdm's panel
-#widget_class "*GdmGreeterPanel*" style "panel-entry"
-#widget "*GdmClockWidget*" style "test"
diff --git a/Kogaion-nighttime/gtk-2.0/app-styles/panel (copy).rc b/Kogaion-nighttime/gtk-2.0/app-styles/panel (copy).rc
deleted file mode 100755
index 1d00ae3..0000000
--- a/Kogaion-nighttime/gtk-2.0/app-styles/panel (copy).rc
+++ /dev/null
@@ -1,101 +0,0 @@
-style "theme-panel"
-{
- xthickness = 2
- ythickness = 2
-
- bg_pixmap[NORMAL] = "/Panel/panel-bg.png"
- bg[NORMAL] = @window_active_color # mate-panel need it
-
- fg[NORMAL] = lighter(@fg_color)
- fg[PRELIGHT] = @fg_color
-
- text[NORMAL] = @fg_color
- text[PRELIGHT] = @text_color
-}
-
-style "theme-panel-text"
-{
- fg[NORMAL] = lighter(@fg_color)
- fg[PRELIGHT] = @fg_color
- fg[ACTIVE] = lighter(@fg_color)
-
- text[NORMAL] = @fg_color
- text[PRELIGHT] = @fg_color
- text[ACTIVE] = @base_color
-}
-
-style "panel-entry"
-{
- 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 (1.4, @selected_bg_color)
-}
-
-widget "*PanelWidget*" style "theme-panel"
-widget "*PanelApplet*" style "theme-panel"
-widget "*fast-user-switch*" style "theme-panel"
-widget "*CPUFreq*Applet*" style "theme-panel"
-widget "*indicator-applet*" style "theme-panel"
-class "PanelApp*" style "theme-panel"
-class "PanelToplevel*" style "theme-panel"
-widget_class "*PanelToplevel*" style "theme-panel"
-widget_class "*notif*" style "theme-panel"
-widget_class "*Notif*" style "theme-panel"
-widget_class "*Tray*" style "theme-panel"
-widget_class "*tray*" style "theme-panel"
-widget_class "*computertemp*" style "theme-panel"
-widget_class "*Applet*Tomboy*" style "theme-panel"
-widget_class "*Applet*Netstatus*" style "theme-panel"
-
-# Fixes for tooltip text in some apps.
-widget_class "*Notif*Beagle*" style "theme-panel"
-widget_class "*Notif*Brasero*" style "theme-panel"
-
-# XFCE panel theming.
-widget "*Xfce*Panel*" style "theme-panel"
-class "*Xfce*Panel*" style "theme-panel"
-widget "*WnckPager*" style "workspace-switcher"
-
-# Fix gtk-entries in the panel
-#class "GtkEntry" style "test"
-#class "*SexyIconEntry*" style:highest "test" # fixes dict-plugin
-#widget "*xfce4-verve-plugin*GtkEntry" style:highest "test" # 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"
-
-# dark menus
-#widget_class "*<GtkMenu>*" style "test"
-#widget_class "*<GtkMenuItem>*" style "test"
-#widget_class "*<GtkMenuItem>.*.<GtkCalendar>" style "test"
-#widget_class "*<GtkMenuItem>.*.<GtkEntry>" style "panel-entry"
-#widget_class "*<GtkMenuItem>.*.<GtkScale>" style "test"
-#widget_class "*<GtkMenuBar>*" style "test"
-#widget "*.gtk-combobox-popup-menu.*" style "test"
-
-# dark bg and black text for gdm's panel
-#widget_class "*GdmGreeterPanel*" style "panel-entry"
-#widget "*GdmClockWidget*" style "test"
diff --git a/to_review b/to_review
index 6e07dcd..5141898 100644
--- a/to_review
+++ b/to_review
@@ -2,17 +2,6 @@
style "handle" { }
class "GtkPaned" style "handle"
-#L307
-style "menubar" {
-
-#L555
-# toolbar separator
-
-#L567
-# This style is there to modify the separator menu items. The goals are:
-
L#625
-style "treeview_header" {
+style "treeview_header" { MUST FIX
-L#678
-style "separator" = "wide" {