Add initial dotfiles
This commit is contained in:
157
.themes/ZorinGrey/gtk-2.0/apps.rc
Executable file
157
.themes/ZorinGrey/gtk-2.0/apps.rc
Executable 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] = @fg_color
|
||||
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
.themes/ZorinGrey/gtk-2.0/assets/arrow-down-insens.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/arrow-down-insens.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/arrow-down-prelight.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/arrow-down-prelight.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/arrow-down-small-insens.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/arrow-down-small-insens.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/arrow-down-small-prelight.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/arrow-down-small-prelight.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/arrow-down-small.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/arrow-down-small.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/arrow-down.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/arrow-down.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/arrow-left-insens.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/arrow-left-insens.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/arrow-left-prelight.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/arrow-left-prelight.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/arrow-left.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/arrow-left.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/arrow-right-insens.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/arrow-right-insens.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/arrow-right-prelight.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/arrow-right-prelight.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/arrow-right.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/arrow-right.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/arrow-up-insens.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/arrow-up-insens.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/arrow-up-prelight.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/arrow-up-prelight.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/arrow-up-small-insens.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/arrow-up-small-insens.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/arrow-up-small-prelight.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/arrow-up-small-prelight.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/arrow-up-small.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/arrow-up-small.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/arrow-up.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/arrow-up.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/button-active.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/button-active.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/button-hover.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/button-hover.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/button-insensitive.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/button-insensitive.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/button.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/button.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/checkbox-checked-insensitive.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/checkbox-checked-insensitive.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/checkbox-checked.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/checkbox-checked.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/checkbox-unchecked-insensitive.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/checkbox-unchecked-insensitive.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/checkbox-unchecked.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/checkbox-unchecked.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/combo-entry-border-focus-rtl.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/combo-entry-border-focus-rtl.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/combo-entry-border-focus.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/combo-entry-border-focus.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/combo-entry-border-rtl.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/combo-entry-border-rtl.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/combo-entry-border.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/combo-entry-border.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/combo-entry-button-active-rtl.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/combo-entry-button-active-rtl.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/combo-entry-button-active.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/combo-entry-button-active.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/combo-entry-button-insensitive-rtl.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/combo-entry-button-insensitive-rtl.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/combo-entry-button-insensitive.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/combo-entry-button-insensitive.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/combo-entry-button-rtl.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/combo-entry-button-rtl.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/combo-entry-button.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/combo-entry-button.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/combo-entry-focus-notebook-rtl.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/combo-entry-focus-notebook-rtl.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/combo-entry-focus-notebook.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/combo-entry-focus-notebook.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/combo-entry-focus-rtl.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/combo-entry-focus-rtl.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/combo-entry-focus.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/combo-entry-focus.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/combo-entry-insensitive-notebook.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/combo-entry-insensitive-notebook.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/combo-entry-insensitive-rtl.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/combo-entry-insensitive-rtl.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/combo-entry-insensitive.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/combo-entry-insensitive.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/combo-entry-notebook-rtl.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/combo-entry-notebook-rtl.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/combo-entry-notebook.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/combo-entry-notebook.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/combo-entry-rtl.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/combo-entry-rtl.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/combo-entry.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/combo-entry.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/down-background-disable-rtl.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/down-background-disable-rtl.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/down-background-disable.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/down-background-disable.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/down-background-rtl.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/down-background-rtl.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/down-background.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/down-background.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/entry-active-bg.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/entry-active-bg.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/entry-active-notebook.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/entry-active-notebook.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/entry-active-toolbar.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/entry-active-toolbar.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/entry-background-disabled.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/entry-background-disabled.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/entry-background.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/entry-background.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/entry-bg.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/entry-bg.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/entry-border-active-bg.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/entry-border-active-bg.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/entry-border-bg.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/entry-border-bg.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/entry-disabled-bg.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/entry-disabled-bg.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/entry-disabled-notebook.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/entry-disabled-notebook.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/entry-disabled-toolbar.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/entry-disabled-toolbar.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/entry-notebook.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/entry-notebook.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/entry-toolbar.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/entry-toolbar.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/focus-line.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/focus-line.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/frame-gap-end.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/frame-gap-end.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/frame-gap-start.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/frame-gap-start.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/frame.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/frame.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/handle-h.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/handle-h.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/handle-v.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/handle-v.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/inline-toolbar.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/inline-toolbar.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/line-h.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/line-h.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/line-v.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/line-v.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/menu-arrow-prelight.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/menu-arrow-prelight.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/menu-arrow.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/menu-arrow.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/menu-checkbox-checked-insensitive.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/menu-checkbox-checked-insensitive.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/menu-checkbox-checked-selected.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/menu-checkbox-checked-selected.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/menu-checkbox-checked.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/menu-checkbox-checked.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/menu-checkbox-unchecked-selected.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/menu-checkbox-unchecked-selected.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/menu-checkbox-unchecked.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/menu-checkbox-unchecked.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/menu-radio-checked-insensitive.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/menu-radio-checked-insensitive.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/menu-radio-checked-selected.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/menu-radio-checked-selected.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/menu-radio-checked.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/menu-radio-checked.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/menu-radio-unchecked-insensitive.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/menu-radio-unchecked-insensitive.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/menu-radio-unchecked-selected.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/menu-radio-unchecked-selected.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/menu-radio-unchecked.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/menu-radio-unchecked.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/menubar.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/menubar.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/menubar_button.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/menubar_button.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/menuitem.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/menuitem.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/minus.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/minus.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/notebook-gap-horiz.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/notebook-gap-horiz.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/notebook-gap-vert.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/notebook-gap-vert.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/notebook.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/notebook.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/null.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/null.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/pathbar_button_active.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/pathbar_button_active.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/pathbar_button_prelight.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/pathbar_button_prelight.png
(Stored with Git LFS)
Executable file
Binary file not shown.
BIN
.themes/ZorinGrey/gtk-2.0/assets/plus.png
(Stored with Git LFS)
Executable file
BIN
.themes/ZorinGrey/gtk-2.0/assets/plus.png
(Stored with Git LFS)
Executable file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user