import themes
157
Mabox-Cyberpunk-Neon/gtk-2.0/apps.rc
Normal file
@ -0,0 +1,157 @@
|
|||||||
|
#
|
||||||
|
# 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] = "#ea00d9"
|
||||||
|
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
|
||||||
|
state = ACTIVE
|
||||||
|
detail = "entry_bg"
|
||||||
|
file = "assets/null.png"
|
||||||
|
}
|
||||||
|
|
||||||
|
image {
|
||||||
|
function = FLAT_BOX
|
||||||
|
state = INSENSITIVE
|
||||||
|
detail = "entry_bg"
|
||||||
|
file = "assets/null.png"
|
||||||
|
}
|
||||||
|
|
||||||
|
image {
|
||||||
|
function = FLAT_BOX
|
||||||
|
detail = "entry_bg"
|
||||||
|
file = "assets/null.png"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
style "combobox_entry_border" = "combobox_entry" {
|
||||||
|
|
||||||
|
engine "pixmap" {
|
||||||
|
|
||||||
|
image {
|
||||||
|
function = SHADOW
|
||||||
|
detail = "entry"
|
||||||
|
state = NORMAL
|
||||||
|
shadow = IN
|
||||||
|
file = "assets/combo-entry-border.png"
|
||||||
|
border = { 4, 4, 12, 12 }
|
||||||
|
stretch = TRUE
|
||||||
|
direction = LTR
|
||||||
|
}
|
||||||
|
|
||||||
|
image {
|
||||||
|
function = SHADOW
|
||||||
|
detail = "entry"
|
||||||
|
state = ACTIVE
|
||||||
|
file = "assets/combo-entry-border-focus.png"
|
||||||
|
border = { 4, 4, 12, 12 }
|
||||||
|
stretch = TRUE
|
||||||
|
direction = LTR
|
||||||
|
}
|
||||||
|
|
||||||
|
image {
|
||||||
|
function = SHADOW
|
||||||
|
detail = "entry"
|
||||||
|
state = NORMAL
|
||||||
|
shadow = IN
|
||||||
|
file = "assets/combo-entry-border-rtl.png"
|
||||||
|
border = { 4, 4, 12, 12 }
|
||||||
|
stretch = TRUE
|
||||||
|
direction = RTL
|
||||||
|
}
|
||||||
|
|
||||||
|
image {
|
||||||
|
function = SHADOW
|
||||||
|
detail = "entry"
|
||||||
|
state = ACTIVE
|
||||||
|
file = "assets/combo-entry-border-focus-rtl.png"
|
||||||
|
border = { 4, 4, 12, 12 }
|
||||||
|
stretch = TRUE
|
||||||
|
direction = RTL
|
||||||
|
}
|
||||||
|
|
||||||
|
image {
|
||||||
|
function = FLAT_BOX
|
||||||
|
state = INSENSITIVE
|
||||||
|
detail = "entry_bg"
|
||||||
|
file = "assets/null.png"
|
||||||
|
}
|
||||||
|
|
||||||
|
image {
|
||||||
|
function = FLAT_BOX
|
||||||
|
detail = "entry_bg"
|
||||||
|
file = "assets/null.png"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
# Mousepad search entry
|
||||||
|
widget_class "*MousepadSearchBar*.<GtkEntry>" style "entry_border"
|
||||||
|
|
||||||
|
# Mousepad find and replace
|
||||||
|
widget_class "*MousepadReplaceDialog*.<GtkEntry>" style "entry_border"
|
||||||
|
|
||||||
|
# Thunar bulk rename
|
||||||
|
widget_class "*ThunarRenamerDialog*.<GtkEntry>" style "entry_border"
|
||||||
|
|
||||||
|
# Hexchat input box
|
||||||
|
class "SexySpellEntry" style:highest "entry_border"
|
||||||
|
|
||||||
|
# Geany search entries
|
||||||
|
widget "*GeanyToolbar.*geany-search-entry-no-match*" style "entry_border"
|
||||||
|
widget "*GeanyToolbar.*GtkEntry*" style "entry_border"
|
||||||
|
|
||||||
|
widget "GeanyDialogSearch.*GtkComboBoxEntry*.*geany-search-entry-no-match*" style "combobox_entry_border"
|
BIN
Mabox-Cyberpunk-Neon/gtk-2.0/assets/arrow-down-insens.png
Normal file
After Width: | Height: | Size: 248 B |
BIN
Mabox-Cyberpunk-Neon/gtk-2.0/assets/arrow-down-prelight.png
Normal file
After Width: | Height: | Size: 244 B |
BIN
Mabox-Cyberpunk-Neon/gtk-2.0/assets/arrow-down-small-insens.png
Normal file
After Width: | Height: | Size: 219 B |
After Width: | Height: | Size: 219 B |
BIN
Mabox-Cyberpunk-Neon/gtk-2.0/assets/arrow-down-small.png
Normal file
After Width: | Height: | Size: 218 B |
BIN
Mabox-Cyberpunk-Neon/gtk-2.0/assets/arrow-down.png
Normal file
After Width: | Height: | Size: 243 B |
BIN
Mabox-Cyberpunk-Neon/gtk-2.0/assets/arrow-left-insens.png
Normal file
After Width: | Height: | Size: 245 B |
BIN
Mabox-Cyberpunk-Neon/gtk-2.0/assets/arrow-left-prelight.png
Normal file
After Width: | Height: | Size: 246 B |
BIN
Mabox-Cyberpunk-Neon/gtk-2.0/assets/arrow-left.png
Normal file
After Width: | Height: | Size: 239 B |
BIN
Mabox-Cyberpunk-Neon/gtk-2.0/assets/arrow-right-insens.png
Normal file
After Width: | Height: | Size: 248 B |
BIN
Mabox-Cyberpunk-Neon/gtk-2.0/assets/arrow-right-prelight.png
Normal file
After Width: | Height: | Size: 243 B |
BIN
Mabox-Cyberpunk-Neon/gtk-2.0/assets/arrow-right.png
Normal file
After Width: | Height: | Size: 238 B |
BIN
Mabox-Cyberpunk-Neon/gtk-2.0/assets/arrow-up-insens.png
Normal file
After Width: | Height: | Size: 247 B |
BIN
Mabox-Cyberpunk-Neon/gtk-2.0/assets/arrow-up-prelight.png
Normal file
After Width: | Height: | Size: 239 B |
BIN
Mabox-Cyberpunk-Neon/gtk-2.0/assets/arrow-up-small-insens.png
Normal file
After Width: | Height: | Size: 218 B |
BIN
Mabox-Cyberpunk-Neon/gtk-2.0/assets/arrow-up-small-prelight.png
Normal file
After Width: | Height: | Size: 218 B |
BIN
Mabox-Cyberpunk-Neon/gtk-2.0/assets/arrow-up-small.png
Normal file
After Width: | Height: | Size: 218 B |
BIN
Mabox-Cyberpunk-Neon/gtk-2.0/assets/arrow-up.png
Normal file
After Width: | Height: | Size: 237 B |
BIN
Mabox-Cyberpunk-Neon/gtk-2.0/assets/button-active.png
Normal file
After Width: | Height: | Size: 199 B |
BIN
Mabox-Cyberpunk-Neon/gtk-2.0/assets/button-hover.png
Normal file
After Width: | Height: | Size: 217 B |
BIN
Mabox-Cyberpunk-Neon/gtk-2.0/assets/button-insensitive.png
Normal file
After Width: | Height: | Size: 217 B |
BIN
Mabox-Cyberpunk-Neon/gtk-2.0/assets/button.png
Normal file
After Width: | Height: | Size: 217 B |
After Width: | Height: | Size: 293 B |
BIN
Mabox-Cyberpunk-Neon/gtk-2.0/assets/checkbox-checked.png
Normal file
After Width: | Height: | Size: 293 B |
After Width: | Height: | Size: 190 B |
BIN
Mabox-Cyberpunk-Neon/gtk-2.0/assets/checkbox-unchecked.png
Normal file
After Width: | Height: | Size: 192 B |
After Width: | Height: | Size: 181 B |
BIN
Mabox-Cyberpunk-Neon/gtk-2.0/assets/combo-entry-border-focus.png
Normal file
After Width: | Height: | Size: 173 B |
BIN
Mabox-Cyberpunk-Neon/gtk-2.0/assets/combo-entry-border-rtl.png
Normal file
After Width: | Height: | Size: 187 B |
BIN
Mabox-Cyberpunk-Neon/gtk-2.0/assets/combo-entry-border.png
Normal file
After Width: | Height: | Size: 178 B |
After Width: | Height: | Size: 168 B |
After Width: | Height: | Size: 159 B |
After Width: | Height: | Size: 170 B |
After Width: | Height: | Size: 181 B |
BIN
Mabox-Cyberpunk-Neon/gtk-2.0/assets/combo-entry-button-rtl.png
Normal file
After Width: | Height: | Size: 170 B |
BIN
Mabox-Cyberpunk-Neon/gtk-2.0/assets/combo-entry-button.png
Normal file
After Width: | Height: | Size: 181 B |
After Width: | Height: | Size: 168 B |
After Width: | Height: | Size: 163 B |
BIN
Mabox-Cyberpunk-Neon/gtk-2.0/assets/combo-entry-focus-rtl.png
Normal file
After Width: | Height: | Size: 174 B |
BIN
Mabox-Cyberpunk-Neon/gtk-2.0/assets/combo-entry-focus.png
Normal file
After Width: | Height: | Size: 171 B |
After Width: | Height: | Size: 170 B |
After Width: | Height: | Size: 171 B |
After Width: | Height: | Size: 171 B |
BIN
Mabox-Cyberpunk-Neon/gtk-2.0/assets/combo-entry-insensitive.png
Normal file
After Width: | Height: | Size: 164 B |
BIN
Mabox-Cyberpunk-Neon/gtk-2.0/assets/combo-entry-notebook-rtl.png
Normal file
After Width: | Height: | Size: 170 B |
BIN
Mabox-Cyberpunk-Neon/gtk-2.0/assets/combo-entry-notebook.png
Normal file
After Width: | Height: | Size: 165 B |
BIN
Mabox-Cyberpunk-Neon/gtk-2.0/assets/combo-entry-rtl.png
Normal file
After Width: | Height: | Size: 173 B |
BIN
Mabox-Cyberpunk-Neon/gtk-2.0/assets/combo-entry.png
Normal file
After Width: | Height: | Size: 171 B |
After Width: | Height: | Size: 147 B |
BIN
Mabox-Cyberpunk-Neon/gtk-2.0/assets/down-background-disable.png
Normal file
After Width: | Height: | Size: 152 B |
BIN
Mabox-Cyberpunk-Neon/gtk-2.0/assets/down-background-rtl.png
Normal file
After Width: | Height: | Size: 146 B |
BIN
Mabox-Cyberpunk-Neon/gtk-2.0/assets/down-background.png
Normal file
After Width: | Height: | Size: 152 B |
BIN
Mabox-Cyberpunk-Neon/gtk-2.0/assets/entry-active-bg.png
Normal file
After Width: | Height: | Size: 179 B |
BIN
Mabox-Cyberpunk-Neon/gtk-2.0/assets/entry-active-notebook.png
Normal file
After Width: | Height: | Size: 172 B |
BIN
Mabox-Cyberpunk-Neon/gtk-2.0/assets/entry-active-toolbar.png
Normal file
After Width: | Height: | Size: 172 B |
After Width: | Height: | Size: 79 B |
BIN
Mabox-Cyberpunk-Neon/gtk-2.0/assets/entry-background.png
Normal file
After Width: | Height: | Size: 79 B |
BIN
Mabox-Cyberpunk-Neon/gtk-2.0/assets/entry-bg.png
Normal file
After Width: | Height: | Size: 194 B |
BIN
Mabox-Cyberpunk-Neon/gtk-2.0/assets/entry-border-active-bg.png
Normal file
After Width: | Height: | Size: 218 B |
BIN
Mabox-Cyberpunk-Neon/gtk-2.0/assets/entry-border-bg.png
Normal file
After Width: | Height: | Size: 227 B |
BIN
Mabox-Cyberpunk-Neon/gtk-2.0/assets/entry-disabled-bg.png
Normal file
After Width: | Height: | Size: 161 B |
BIN
Mabox-Cyberpunk-Neon/gtk-2.0/assets/entry-disabled-notebook.png
Normal file
After Width: | Height: | Size: 174 B |
BIN
Mabox-Cyberpunk-Neon/gtk-2.0/assets/entry-disabled-toolbar.png
Normal file
After Width: | Height: | Size: 174 B |
BIN
Mabox-Cyberpunk-Neon/gtk-2.0/assets/entry-notebook.png
Normal file
After Width: | Height: | Size: 173 B |
BIN
Mabox-Cyberpunk-Neon/gtk-2.0/assets/entry-toolbar.png
Normal file
After Width: | Height: | Size: 173 B |
BIN
Mabox-Cyberpunk-Neon/gtk-2.0/assets/focus-line.png
Normal file
After Width: | Height: | Size: 89 B |
BIN
Mabox-Cyberpunk-Neon/gtk-2.0/assets/frame-gap-end.png
Normal file
After Width: | Height: | Size: 79 B |
BIN
Mabox-Cyberpunk-Neon/gtk-2.0/assets/frame-gap-start.png
Normal file
After Width: | Height: | Size: 79 B |
BIN
Mabox-Cyberpunk-Neon/gtk-2.0/assets/frame.png
Normal file
After Width: | Height: | Size: 89 B |
BIN
Mabox-Cyberpunk-Neon/gtk-2.0/assets/handle-h.png
Normal file
After Width: | Height: | Size: 94 B |
BIN
Mabox-Cyberpunk-Neon/gtk-2.0/assets/handle-v.png
Normal file
After Width: | Height: | Size: 101 B |
BIN
Mabox-Cyberpunk-Neon/gtk-2.0/assets/inline-toolbar.png
Normal file
After Width: | Height: | Size: 93 B |
BIN
Mabox-Cyberpunk-Neon/gtk-2.0/assets/line-h.png
Normal file
After Width: | Height: | Size: 79 B |
BIN
Mabox-Cyberpunk-Neon/gtk-2.0/assets/line-v.png
Normal file
After Width: | Height: | Size: 79 B |
BIN
Mabox-Cyberpunk-Neon/gtk-2.0/assets/menu-arrow-prelight.png
Normal file
After Width: | Height: | Size: 192 B |
BIN
Mabox-Cyberpunk-Neon/gtk-2.0/assets/menu-arrow.png
Normal file
After Width: | Height: | Size: 189 B |
After Width: | Height: | Size: 291 B |
After Width: | Height: | Size: 251 B |
BIN
Mabox-Cyberpunk-Neon/gtk-2.0/assets/menu-checkbox-checked.png
Normal file
After Width: | Height: | Size: 254 B |
After Width: | Height: | Size: 165 B |
After Width: | Height: | Size: 166 B |
BIN
Mabox-Cyberpunk-Neon/gtk-2.0/assets/menu-checkbox-unchecked.png
Normal file
After Width: | Height: | Size: 163 B |
After Width: | Height: | Size: 311 B |
After Width: | Height: | Size: 304 B |
BIN
Mabox-Cyberpunk-Neon/gtk-2.0/assets/menu-radio-checked.png
Normal file
After Width: | Height: | Size: 304 B |
After Width: | Height: | Size: 370 B |
After Width: | Height: | Size: 365 B |
BIN
Mabox-Cyberpunk-Neon/gtk-2.0/assets/menu-radio-unchecked.png
Normal file
After Width: | Height: | Size: 404 B |
BIN
Mabox-Cyberpunk-Neon/gtk-2.0/assets/menubar.png
Normal file
After Width: | Height: | Size: 92 B |
BIN
Mabox-Cyberpunk-Neon/gtk-2.0/assets/menubar_button.png
Normal file
After Width: | Height: | Size: 83 B |
BIN
Mabox-Cyberpunk-Neon/gtk-2.0/assets/menuitem.png
Normal file
After Width: | Height: | Size: 83 B |
BIN
Mabox-Cyberpunk-Neon/gtk-2.0/assets/minus.png
Normal file
After Width: | Height: | Size: 206 B |
BIN
Mabox-Cyberpunk-Neon/gtk-2.0/assets/notebook-gap-horiz.png
Normal file
After Width: | Height: | Size: 81 B |
BIN
Mabox-Cyberpunk-Neon/gtk-2.0/assets/notebook-gap-vert.png
Normal file
After Width: | Height: | Size: 80 B |
BIN
Mabox-Cyberpunk-Neon/gtk-2.0/assets/notebook.png
Normal file
After Width: | Height: | Size: 92 B |
BIN
Mabox-Cyberpunk-Neon/gtk-2.0/assets/null.png
Normal file
After Width: | Height: | Size: 79 B |
BIN
Mabox-Cyberpunk-Neon/gtk-2.0/assets/plus.png
Normal file
After Width: | Height: | Size: 181 B |
BIN
Mabox-Cyberpunk-Neon/gtk-2.0/assets/progressbar.png
Normal file
After Width: | Height: | Size: 194 B |
BIN
Mabox-Cyberpunk-Neon/gtk-2.0/assets/progressbar_v.png
Normal file
After Width: | Height: | Size: 191 B |