OSDN Git Service

added kvantum theme
[pacbang-linux/pacbang-gtk-theme.git] / gtk / BoxFlatRed / gtk-2.0 / apps.rc
1
2 ########### FILE MANAGERS ##############
3
4 style "thunar-handle" { GtkPaned::handle-size = 2 }
5
6 style "dark-sidebar" {
7   GtkTreeView::odd_row_color = @dark_sidebar_bg
8   GtkTreeView::even_row_color = @dark_sidebar_bg
9
10
11   base[NORMAL] = @dark_sidebar_bg
12   base[INSENSITIVE] = @dark_sidebar_bg
13
14   text[NORMAL] = "#C3C3C3"
15   text[ACTIVE] = @selected_fg_color
16   text[SELECTED] = @selected_fg_color
17 }
18
19 style "thunar-frame" {
20   xthickness = 0
21   ythickness = 0
22 }
23
24 # Thunar
25 widget_class "*ThunarWindow*.<GtkScrolledWindow>"       style "thunar-frame"
26 widget_class "*ThunarShortcutsView*"                    style "dark-sidebar"
27 widget_class "*ThunarTreeView*"                         style "dark-sidebar"
28 widget_class "*ThunarWindow*.<GtkHPaned>"               style "thunar-handle"
29
30 # Caja
31 widget_class "*CajaSidePane*"                           style "dark-sidebar"
32
33
34
35 ####### TERMINAL ################
36
37 style "terminal_screen"
38 {
39     text[NORMAL] = "#ffffff"
40     base[NORMAL] = "#3f3f3f"
41
42     TerminalScreen::background-darkness = 0.9
43 }
44
45 widget "*TerminalWindow.*.TerminalScreen*" style "terminal_screen"