From 1aec35117619bef64fc74b53594018e46e805f9e Mon Sep 17 00:00:00 2001 From: bionel Date: Tue, 4 Aug 2015 16:55:48 +0300 Subject: fixed entry, sidepanel improved, fixed terminal and some others --- Kogaion-nighttime/gtk-2.0/apps/terminal.rc | 30 ++++++------------------------ Kogaion-nighttime/gtk-2.0/apps/thunar.rc | 6 +++--- 2 files changed, 9 insertions(+), 27 deletions(-) (limited to 'Kogaion-nighttime/gtk-2.0/apps') diff --git a/Kogaion-nighttime/gtk-2.0/apps/terminal.rc b/Kogaion-nighttime/gtk-2.0/apps/terminal.rc index aa48c5f..609aab5 100755 --- a/Kogaion-nighttime/gtk-2.0/apps/terminal.rc +++ b/Kogaion-nighttime/gtk-2.0/apps/terminal.rc @@ -1,39 +1,23 @@ style "terminal" { - bg[NORMAL] = @bg_color - bg[ACTIVE] = @bg_color + bg[NORMAL] = @bg_color + bg[ACTIVE] = @bg_color bg[PRELIGHT] = @bg_color bg[SELECTED] = @bg_color base[NORMAL] = @bg_color } -style "terminal-scrollbar" = "scrollbar" -{ - -} - style "terminal-notebook" { - bg[NORMAL] = shade( 0.85, @sidebar_background) - bg[ACTIVE] = shade( 0.70, @sidebar_background) - fg[NORMAL] = shade (0.80, @text_color) # text selected tab - fg[ACTIVE] = shade( 0.28, @sidebar_background) # text unselected tab + bg[NORMAL] = darker(@window_active_color) # bg selected tab + bg[ACTIVE] = @window_active_color + fg[NORMAL] = @fg_color # text selected tab + fg[ACTIVE] = @bg_color engine "murrine" { - gradient_shades = {1.00,0.96,0.92,0.88} - highlight_shade = 1.03 - roundness = 0 contrast = 0.0 - - ## things that don't work: - #glow_shade = 0.8 - #glowstyle = 2 - #focusstyle = 3 - #glazestyle = 3 - #border_shades = { 0.45, 2.5 } - #prelight_shade = 1.5 } } @@ -54,6 +38,4 @@ class "*TerminalWindow" style "terminal" widget_class "TerminalWindow*GtkNotebook" style "terminal-notebook" widget_class "TerminalWindow**" style "terminal-notebook" widget_class "TerminalWindow**" style "notebook-button" -# widget "*TerminalWindow.*.GtkVScrollbar" style "terminal-scrollbar" - diff --git a/Kogaion-nighttime/gtk-2.0/apps/thunar.rc b/Kogaion-nighttime/gtk-2.0/apps/thunar.rc index 8e6ef55..33df678 100755 --- a/Kogaion-nighttime/gtk-2.0/apps/thunar.rc +++ b/Kogaion-nighttime/gtk-2.0/apps/thunar.rc @@ -13,14 +13,14 @@ class "ThunarLocationButtons" style "thunar-location-buttons" style "sidepane" { - base[NORMAL] = @sidebar_background # backgroung - bg[NORMAL] = shade (0.91, @base_color) + base[NORMAL] = mix (0.5, @sidebar_background, @bg_color) # backgroung + bg[NORMAL] = shade (0.91, @base_color) bg[PRELIGHT] = @fg_color engine "murrine" { # gradient_shades = {1.00, 1.05, 1.05, 1.10} - contrast = 0.80 + contrast = 0.80 } } -- cgit v1.2.3