From b45aa479a32bc6c597fb07ea3f862fe8a7291b7b Mon Sep 17 00:00:00 2001 From: bionel Date: Sat, 22 Aug 2015 20:25:23 +0300 Subject: fixing some errors --- Kogaion-daylight/gtk-2.0/app-styles/panel.rc | 27 ++++++++----------------- Kogaion-daylight/gtk-2.0/app-styles/terminal.rc | 4 ++-- 2 files changed, 10 insertions(+), 21 deletions(-) (limited to 'Kogaion-daylight/gtk-2.0/app-styles') 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} -- cgit v1.2.3