diff options
author | bionel <ionel.busuioc@gmail.com> | 2015-08-22 20:25:23 +0300 |
---|---|---|
committer | bionel <ionel.busuioc@gmail.com> | 2015-08-22 20:25:23 +0300 |
commit | b45aa479a32bc6c597fb07ea3f862fe8a7291b7b (patch) | |
tree | 773d85a0b04b710c64950ed402c8b050cae82e60 | |
parent | 1b70002f56b4e0c86e2700b693794d91155d93e8 (diff) |
fixing some errors2.0
-rw-r--r-- | Kogaion-daylight/gtk-2.0/app-styles/panel.rc | 27 | ||||
-rwxr-xr-x | Kogaion-daylight/gtk-2.0/app-styles/terminal.rc | 4 | ||||
-rwxr-xr-x | Kogaion-daylight/gtk-2.0/gtkrc | 26 | ||||
-rwxr-xr-x | Kogaion-nighttime/gtk-2.0/app-styles/terminal.rc | 4 | ||||
-rwxr-xr-x | Kogaion-nighttime/gtk-2.0/gtkrc | 26 |
5 files changed, 38 insertions, 49 deletions
diff --git a/Kogaion-daylight/gtk-2.0/app-styles/panel.rc b/Kogaion-daylight/gtk-2.0/app-styles/panel.rc index 923fa4d..d95e863 100644 --- a/Kogaion-daylight/gtk-2.0/app-styles/panel.rc +++ b/Kogaion-daylight/gtk-2.0/app-styles/panel.rc @@ -143,25 +143,14 @@ style "theme-main-menu-text" = "other-panel" style "theme-panel-handle" { - engine "pixmap" - { - image - { - function = HANDLE - file = "Panel/panel-handle.png" - border = { 0, 0, 0, 0 } - stretch = TRUE - orientation = VERTICAL - } - image - { - function = HANDLE - file = "Panel/panel-handle.png" - border = { 0, 0, 0, 0 } - stretch = TRUE - orientation = HORIZONTAL - } - } + engine "pixmap" { + image { + function = HANDLE + } + image { + function = HANDLE + } + } } # XFCE panel theming. diff --git a/Kogaion-daylight/gtk-2.0/app-styles/terminal.rc b/Kogaion-daylight/gtk-2.0/app-styles/terminal.rc index 204adec..bc11c6d 100755 --- a/Kogaion-daylight/gtk-2.0/app-styles/terminal.rc +++ b/Kogaion-daylight/gtk-2.0/app-styles/terminal.rc @@ -24,8 +24,8 @@ style "terminal-notebook" style "notebook-button" { xthickness = 0 ythickness = 0 - bg[ACTIVE] = shade (0.68, @sidebar_background) - bg[PRELIGHT] = shade (0.75, @sidebar_background) + bg[ACTIVE] = shade (0.68, @window_active_color) + bg[PRELIGHT] = shade (0.75, @window_active_color) engine "murrine" { gradient_shades = {1.00,1.00,1.00,1.00} diff --git a/Kogaion-daylight/gtk-2.0/gtkrc b/Kogaion-daylight/gtk-2.0/gtkrc index cf8c343..d836525 100755 --- a/Kogaion-daylight/gtk-2.0/gtkrc +++ b/Kogaion-daylight/gtk-2.0/gtkrc @@ -969,19 +969,19 @@ style "performance-fix" { widget "*OOoFixed*" style "performance-fix" # Openoffice/Libreoffice # For gvim scrollbars. -style "vim-scrollbar" = "scrollbar" { - GtkScrollbar ::slider_width = 16 - GtkScrollbar ::stepper_size = 16 - - engine "pixmap" { - image { - function = BOX - orientation = VERTICAL - file = "assets/scroll-background.png" - } - } -} -widget "vim-main-window.*Scrollbar*" style "vim-scrollbar" +#style "vim-scrollbar" = "scrollbar" { +# GtkScrollbar ::slider_width = 16 +# GtkScrollbar ::stepper_size = 16 + +# engine "pixmap" { +# image { +# function = BOX +# orientation = VERTICAL +# file = "assets/scroll-background.png" +# } +# } +#} +#widget "vim-main-window.*Scrollbar*" style "vim-scrollbar" # For Eclipse (swt) toolbars. widget "*swt*toolbar*" style "default" diff --git a/Kogaion-nighttime/gtk-2.0/app-styles/terminal.rc b/Kogaion-nighttime/gtk-2.0/app-styles/terminal.rc index 609aab5..4b24b7c 100755 --- a/Kogaion-nighttime/gtk-2.0/app-styles/terminal.rc +++ b/Kogaion-nighttime/gtk-2.0/app-styles/terminal.rc @@ -24,8 +24,8 @@ style "terminal-notebook" style "notebook-button" { xthickness = 0 ythickness = 0 - bg[ACTIVE] = shade (0.68, @sidebar_background) - bg[PRELIGHT] = shade (0.75, @sidebar_background) + bg[ACTIVE] = shade (0.68, @window_active_color) + bg[PRELIGHT] = shade (0.75, @window_active_color) engine "murrine" { gradient_shades = {1.00,1.00,1.00,1.00} diff --git a/Kogaion-nighttime/gtk-2.0/gtkrc b/Kogaion-nighttime/gtk-2.0/gtkrc index 3a6e577..a7c7dbe 100755 --- a/Kogaion-nighttime/gtk-2.0/gtkrc +++ b/Kogaion-nighttime/gtk-2.0/gtkrc @@ -969,19 +969,19 @@ style "performance-fix" { widget "*OOoFixed*" style "performance-fix" # Openoffice/Libreoffice # For gvim scrollbars. -style "vim-scrollbar" = "scrollbar" { - GtkScrollbar ::slider_width = 16 - GtkScrollbar ::stepper_size = 16 - - engine "pixmap" { - image { - function = BOX - orientation = VERTICAL - file = "assets/scroll-background.png" - } - } -} -widget "vim-main-window.*Scrollbar*" style "vim-scrollbar" +#style "vim-scrollbar" = "scrollbar" { +# GtkScrollbar ::slider_width = 16 +# GtkScrollbar ::stepper_size = 16 + +# engine "pixmap" { +# image { +# function = BOX +# orientation = VERTICAL +# file = "assets/scroll-background.png" +# } +# } +#} +#widget "vim-main-window.*Scrollbar*" style "vim-scrollbar" # For Eclipse (swt) toolbars. widget "*swt*toolbar*" style "default" |