diff options
Diffstat (limited to 'gtk-2.0')
-rw-r--r-- | gtk-2.0/apps.rc | 27 | ||||
-rw-r--r-- | gtk-2.0/gtkrc | 5 | ||||
-rw-r--r-- | gtk-2.0/panel.rc | 18 |
3 files changed, 39 insertions, 11 deletions
diff --git a/gtk-2.0/apps.rc b/gtk-2.0/apps.rc new file mode 100644 index 0000000..de154bd --- /dev/null +++ b/gtk-2.0/apps.rc @@ -0,0 +1,27 @@ +# +# Thunar +# +style "thunar-handle" { GtkPaned::handle-size = 2 } + +style "dark-sidebar" { + GtkTreeView::odd_row_color = "#3c4049" + GtkTreeView::even_row_color = "#3c4049" + + + base[NORMAL] = "#3c4049" + base[INSENSITIVE] = "#3c4049" + + text[NORMAL] = "#a8adb5" + text[ACTIVE] = @selected_fg_color + text[SELECTED] = @selected_fg_color +} + +style "thunar-frame" { + xthickness = 0 + ythickness = 0 +} + +widget_class "*ThunarWindow*.<GtkScrolledWindow>" style "thunar-frame" +widget_class "*ThunarShortcutsView*" style "dark-sidebar" +widget_class "*ThunarTreeView*" style "dark-sidebar" +widget_class "*ThunarWindow*.<GtkHPaned>" style "thunar-handle" diff --git a/gtk-2.0/gtkrc b/gtk-2.0/gtkrc index 4b93c4e..3013c73 100644 --- a/gtk-2.0/gtkrc +++ b/gtk-2.0/gtkrc @@ -4,7 +4,8 @@ gtk-icon-sizes = "gtk-button=16,16" # This makes button icons smaller. gtk-auto-mnemonics = 1 gtk-primary-button-warps-slider = 1 -include "panel.rc" # This includes the file that handles the panels. +include "apps.rc" +include "panel.rc" # This includes the file that handles the panels. style "default" { @@ -689,7 +690,7 @@ style "menubar" { bg[NORMAL] = "#e7e8eb" fg[NORMAL] = "#70788d" fg[SELECTED] = @selected_fg_color - fg[INSENSITIVE] = shade(0.8, "#70788d") + fg[INSENSITIVE] = shade(1.3, "#70788d") xthickness = 0 ythickness = 0 diff --git a/gtk-2.0/panel.rc b/gtk-2.0/panel.rc index e5baad0..9974b76 100644 --- a/gtk-2.0/panel.rc +++ b/gtk-2.0/panel.rc @@ -2,20 +2,20 @@ style "theme-panel" { ythickness = 0 - bg[NORMAL] = "#20242A" + bg[NORMAL] = "#25272d" bg[ACTIVE] = @selected_bg_color bg[PRELIGHT] = shade(1.1, @selected_bg_color) bg[SELECTED] = @selected_bg_color - fg[NORMAL] = "#edf5fb" + fg[NORMAL] = "#A8ADB5" fg[PRELIGHT] = @selected_fg_color fg[ACTIVE] = @selected_fg_color fg[SELECTED] = @selected_fg_color - text[NORMAL] = "#edf5fb" - text[PRELIGHT] = "#edf5fb" - text[ACTIVE] = "#edf5fb" - text[SELECTED] = "#edf5fb" + text[NORMAL] = "#A8ADB5" + text[PRELIGHT] = "#A8ADB5" + text[ACTIVE] = "#A8ADB5" + text[SELECTED] = "#A8ADB5" engine "murrine" { reliefstyle = 0 @@ -26,7 +26,7 @@ style "theme-panel" { gradient_shades = {1.0,1.0,1.0,1.0} textstyle = 0 contrast = 0.0 - textstyle = 1 + textstyle = 0 } } @@ -48,7 +48,7 @@ style "panelbuttons" { ythickness = 0 engine "murrine" { - textstyle = 1 + textstyle = 0 } } @@ -63,7 +63,7 @@ style "theme-panel-text" { text[ACTIVE] = "#edf5fb" engine "murrine" { - textstyle = 1 + textstyle = 0 text_shade = 0.2 } } |