1
0
mirror of https://github.com/horst3180/arc-theme.git synced 2024-09-28 22:10:43 +00:00
horst3180_arc-theme/common/gtk-2.0/apps.rc

84 lines
1.8 KiB
Plaintext
Raw Normal View History

#
# Thunar
#
style "thunar-handle" { GtkPaned::handle-size = 2 }
style "dark-sidebar" {
2015-07-08 19:30:55 +00:00
GtkTreeView::odd_row_color = @dark_sidebar_bg
GtkTreeView::even_row_color = @dark_sidebar_bg
2015-07-08 19:30:55 +00:00
base[NORMAL] = @dark_sidebar_bg
base[INSENSITIVE] = @dark_sidebar_bg
text[NORMAL] = "#BAC3CF"
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"
2016-05-30 20:35:54 +00:00
#
2016-06-01 11:12:26 +00:00
# Workaround for colored entries
2016-05-30 20:35:54 +00:00
#
style "entry_border" {
2016-06-01 11:12:26 +00:00
xthickness = 7
ythickness = 5
2016-05-30 20:35:54 +00:00
engine "pixmap" {
image {
function = SHADOW
state = NORMAL
2016-06-01 11:12:26 +00:00
detail = "entry"
2016-05-30 20:35:54 +00:00
file = "assets/entry-border-bg.png"
2016-06-01 11:12:26 +00:00
border = {6, 6, 6, 6}
2016-05-30 20:35:54 +00:00
stretch = TRUE
}
image {
function = SHADOW
state = ACTIVE
2016-06-01 11:12:26 +00:00
detail = "entry"
2016-05-30 20:35:54 +00:00
file = "assets/entry-border-active-bg.png"
2016-06-01 11:12:26 +00:00
border = {6, 6, 6, 6}
2016-05-30 20:35:54 +00:00
stretch = TRUE
}
image {
function = FLAT_BOX
2016-06-02 10:33:43 +00:00
state = ACTIVE
detail = "entry_bg"
file = "assets/null.png"
2016-05-30 20:35:54 +00:00
}
image {
function = FLAT_BOX
2016-06-02 10:33:43 +00:00
state = INSENSITIVE
detail = "entry_bg"
file = "assets/null.png"
}
image {
function = FLAT_BOX
detail = "entry_bg"
file = "assets/null.png"
2016-05-30 20:35:54 +00:00
}
}
}
2016-06-01 11:12:26 +00:00
# Mousepad search entry
2016-05-30 20:35:54 +00:00
widget_class "*MousepadSearchBar*.<GtkEntry>" style "entry_border"
2016-06-01 11:12:26 +00:00
# Hexchat input box
class "SexySpellEntry" style:highest "entry_border"