mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
82 lines
1.8 KiB
Plaintext
82 lines
1.8 KiB
Plaintext
#
|
|
# Thunar
|
|
#
|
|
style "thunar-handle" { GtkPaned::handle-size = 2 }
|
|
|
|
style "dark-sidebar" {
|
|
GtkTreeView::odd_row_color = @dark_sidebar_bg
|
|
GtkTreeView::even_row_color = @dark_sidebar_bg
|
|
|
|
|
|
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"
|
|
|
|
#
|
|
# Workaround for colored entries
|
|
#
|
|
style "entry_border" {
|
|
|
|
xthickness = 7
|
|
ythickness = 5
|
|
|
|
engine "pixmap" {
|
|
|
|
image {
|
|
function = SHADOW
|
|
state = NORMAL
|
|
detail = "entry"
|
|
file = "assets/entry-border-bg.png"
|
|
border = {6, 6, 6, 6}
|
|
stretch = TRUE
|
|
}
|
|
|
|
image {
|
|
function = SHADOW
|
|
state = ACTIVE
|
|
detail = "entry"
|
|
file = "assets/entry-border-active-bg.png"
|
|
border = {6, 6, 6, 6}
|
|
stretch = TRUE
|
|
}
|
|
|
|
image {
|
|
function = FLAT_BOX
|
|
detail = "entry_bg"
|
|
state = NORMAL
|
|
overlay_file = "assets/null.png"
|
|
overlay_border = { 0, 0, 0, 0 }
|
|
overlay_stretch = TRUE
|
|
}
|
|
|
|
image {
|
|
function = FLAT_BOX
|
|
detail = "entry_bg"
|
|
state = ACTIVE
|
|
overlay_file = "assets/null.png"
|
|
overlay_border = { 0, 0, 0, 0 }
|
|
overlay_stretch = TRUE
|
|
}
|
|
}
|
|
}
|
|
|
|
# Mousepad search entry
|
|
widget_class "*MousepadSearchBar*.<GtkEntry>" style "entry_border"
|
|
|
|
# Hexchat input box
|
|
class "SexySpellEntry" style:highest "entry_border"
|