Initial commit
50
gtk-2.0/apps/chrome.rc
Executable file
@ -0,0 +1,50 @@
|
||||
# ==============================================================================
|
||||
# CHROME/-UIM SPECIFIC SETTINGS
|
||||
# ==============================================================================
|
||||
|
||||
# Chromium lets us define some colours and settings for better integration
|
||||
|
||||
style "chrome-gtk-frame"
|
||||
{
|
||||
ChromeGtkFrame::frame-color = @wm_color
|
||||
ChromeGtkFrame::inactive-frame-color = @unfocused_wm_color
|
||||
|
||||
ChromeGtkFrame::frame-gradient-size = 16
|
||||
ChromeGtkFrame::frame-gradient-color = shade(1.07, @wm_color)
|
||||
|
||||
ChromeGtkFrame::incognito-frame-color = shade(0.85, @wm_color)
|
||||
ChromeGtkFrame::incognito-inactive-frame-color = @wm_color
|
||||
|
||||
ChromeGtkFrame::incognito-frame-gradient-color = @wm_color
|
||||
|
||||
ChromeGtkFrame::scrollbar-trough-color = shade(0.912, @wm_color)
|
||||
ChromeGtkFrame::scrollbar-slider-prelight-color = shade(1.04, @wm_color)
|
||||
ChromeGtkFrame::scrollbar-slider-normal-color = @wm_color
|
||||
}
|
||||
|
||||
class "ChromeGtkFrame" style "chrome-gtk-frame"
|
||||
|
||||
# Chromium uses base as the fill colour of its own entries
|
||||
# This would be fine but Gtk+ uses it to fill the surrounding space, so its set to bg
|
||||
# That results in Chromium using it for the fill, so we need to handle that
|
||||
|
||||
style "chrome_entry" {
|
||||
base[NORMAL] = @base_color
|
||||
base[INSENSITIVE] = @base_color
|
||||
}
|
||||
|
||||
widget_class "*Chrom*<GtkEntry>" style "chrome_entry"
|
||||
|
||||
# Chrome Menu item background
|
||||
|
||||
style "chrome_menu_item"
|
||||
{
|
||||
bg[SELECTED] = @wm_color
|
||||
}
|
||||
|
||||
widget_class "*<GtkCustomMenu>*<GtkCustomMenuItem>*" style "chrome_menu_item"
|
||||
|
||||
|
||||
# Chrome buttons
|
||||
|
||||
widget_class "*Chrom*Button*" style "button"
|
83
gtk-2.0/apps/gimp.rc
Executable file
@ -0,0 +1,83 @@
|
||||
# ==============================================================================
|
||||
# GIMP SPECIFIC SETTINGS
|
||||
# ==============================================================================
|
||||
|
||||
# TODO: This could really look nicer
|
||||
style "gimp_spin_scale" {
|
||||
|
||||
# Spin background
|
||||
bg[NORMAL] = @base_color
|
||||
|
||||
engine "pixmap" {
|
||||
|
||||
image {
|
||||
function = BOX
|
||||
state = NORMAL
|
||||
detail = "spinbutton_up"
|
||||
overlay_file = "assets/spin-up.png"
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
|
||||
image {
|
||||
function = BOX
|
||||
state = PRELIGHT
|
||||
detail = "spinbutton_up"
|
||||
overlay_file = "assets/spin-up.png"
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
|
||||
image {
|
||||
function = BOX
|
||||
state = ACTIVE
|
||||
detail = "spinbutton_up"
|
||||
overlay_file = "assets/spin-up.png"
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
|
||||
image {
|
||||
function = BOX
|
||||
state = INSENSITIVE
|
||||
detail = "spinbutton_up"
|
||||
overlay_file = "assets/spin-up-insensitive.png"
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
|
||||
image {
|
||||
function = BOX
|
||||
state = NORMAL
|
||||
detail = "spinbutton_down"
|
||||
overlay_file = "assets/spin-down.png"
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
|
||||
image {
|
||||
function = BOX
|
||||
state = PRELIGHT
|
||||
detail = "spinbutton_down"
|
||||
overlay_file = "assets/spin-down.png"
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
|
||||
image {
|
||||
function = BOX
|
||||
state = ACTIVE
|
||||
detail = "spinbutton_down"
|
||||
overlay_file = "assets/spin-down.png"
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
|
||||
image {
|
||||
function = BOX
|
||||
state = INSENSITIVE
|
||||
detail = "spinbutton_down"
|
||||
overlay_file = "assets/spin-down-insensitive.png"
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
# Disable spin button assets for GimpSpinScale
|
||||
class "GimpSpinScale" style "gimp_spin_scale"
|
12
gtk-2.0/apps/libreoffice.rc
Executable file
@ -0,0 +1,12 @@
|
||||
# ==============================================================================
|
||||
# OPEN/LIBREOFFICE SPECIFIC SETTINGS
|
||||
# ==============================================================================
|
||||
|
||||
style "ooo_stepper_hack"
|
||||
{
|
||||
GtkScrollbar::stepper-size = 13
|
||||
GtkScrollbar::has-backward-stepper = 1
|
||||
GtkScrollbar::has-forward-stepper = 1
|
||||
}
|
||||
|
||||
widget "*openoffice-toplevel*" style "ooo_stepper_hack"
|
48
gtk-2.0/apps/terminal.rc
Executable file
@ -0,0 +1,48 @@
|
||||
# ==============================================================================
|
||||
# GNOME TERMINAL SPECIFIC SETTINGS
|
||||
# ==============================================================================
|
||||
|
||||
style "terminal_window" = "dark" {
|
||||
}
|
||||
|
||||
style "terminal_menubar"
|
||||
{
|
||||
|
||||
engine "murrine" {
|
||||
}
|
||||
}
|
||||
|
||||
style "terminal_notebook" = "dark"
|
||||
{
|
||||
fg[ACTIVE] = mix (0.8, "#DADBDB", "#DADBDB")
|
||||
|
||||
engine "murrine" {
|
||||
}
|
||||
}
|
||||
|
||||
style "terminal_scrollbar" = "scrollbar"
|
||||
{
|
||||
bg[NORMAL] = "#263238"
|
||||
bg[PRELIGHT] = shade(1.08, "#263238")
|
||||
bg[ACTIVE] = shade(0.94, "#263238")
|
||||
bg[SELECTED] = shade(1.0, @selected_bg_color)
|
||||
bg[INSENSITIVE] = "#263238"
|
||||
|
||||
engine "murrine" {
|
||||
}
|
||||
}
|
||||
|
||||
style "terminal_screen"
|
||||
{
|
||||
text[NORMAL] = "#DADBDB"
|
||||
base[NORMAL] = "#384952"
|
||||
|
||||
TerminalScreen::background-darkness = 0.95
|
||||
}
|
||||
|
||||
widget "*TerminalWindow*" style "terminal_window"
|
||||
#widget "*TerminalWindow.*.*enu?ar" style "terminal_menubar"
|
||||
widget "*TerminalWindow.*.GtkNotebook*" style "terminal_notebook"
|
||||
widget "*TerminalWindow.*.GtkNotebook.*.GtkVScrollbar*" style "terminal_scrollbar"
|
||||
#widget "*TerminalWindow.*.GtkNotebook*utton*" style "terminal_button"
|
||||
widget "*TerminalWindow.*.TerminalScreen*" style "terminal_screen"
|
13
gtk-2.0/apps/thunar.rc
Executable file
@ -0,0 +1,13 @@
|
||||
# ==============================================================================
|
||||
# THUNAR SPECIFIC SETTINGS
|
||||
# ==============================================================================
|
||||
|
||||
style "sidepane" {
|
||||
base[NORMAL] = @bg_color
|
||||
base[INSENSITIVE] = mix(0.4, shade(1.35, @selected_bg_color), shade(0.9, @base_color))
|
||||
bg[NORMAL] = @bg_color
|
||||
text[NORMAL] = mix(0.9, @fg_color, @bg_color)
|
||||
}
|
||||
|
||||
widget_class "*ThunarShortcutsView*" style "sidepane"
|
||||
widget_class "*ThunarTreeView*" style "sidepane"
|
89
gtk-2.0/apps/xfce.rc
Executable file
@ -0,0 +1,89 @@
|
||||
style "theme-panel" = "dark" {
|
||||
xthickness = 1
|
||||
ythickness = 1
|
||||
}
|
||||
|
||||
style "xfdesktop-icon-view" {
|
||||
XfdesktopIconView::label-alpha = 0
|
||||
XfdesktopIconView::selected-label-alpha = 80
|
||||
XfdesktopIconView::shadow-x-offset = 0
|
||||
XfdesktopIconView::shadow-y-offset = 0
|
||||
XfdesktopIconView::selected-shadow-x-offset = 0
|
||||
XfdesktopIconView::selected-shadow-y-offset = 0
|
||||
XfdesktopIconView::shadow-color = @tooltip_bg_color
|
||||
XfdesktopIconView::selected-shadow-color = @tooltip_bg_color
|
||||
XfdesktopIconView::cell-spacing = 2
|
||||
XfdesktopIconView::cell-padding = 6
|
||||
XfdesktopIconView::cell-text-width-proportion = 1.9
|
||||
|
||||
fg[NORMAL] = shade (0.9, @selected_fg_color)
|
||||
fg[ACTIVE] = @selected_fg_color
|
||||
|
||||
}
|
||||
|
||||
style "theme-panel-text" = "dark" {
|
||||
}
|
||||
|
||||
style "panel-entry" = "dark" {
|
||||
}
|
||||
|
||||
style "theme-main-menu-text" = "theme-panel-text"
|
||||
{
|
||||
fg[PRELIGHT] = "#ffffff"
|
||||
text[PRELIGHT] = "#ffffff"
|
||||
}
|
||||
|
||||
style "workspace-switcher" = "dark"
|
||||
{
|
||||
bg[SELECTED] = shade (0.8, @selected_bg_color)
|
||||
}
|
||||
|
||||
style "window-buttons" = "dark" {
|
||||
|
||||
}
|
||||
|
||||
style "indicator" = "theme-panel"
|
||||
{
|
||||
xthickness = 0
|
||||
ythickness = 0
|
||||
}
|
||||
|
||||
widget "*PanelWidget*" style "theme-panel"
|
||||
widget "*PanelApplet*" style "theme-panel"
|
||||
widget "*fast-user-switch*" style "theme-panel"
|
||||
widget "*CPUFreq*Applet*" style "theme-panel"
|
||||
class "PanelApp*" style "theme-panel"
|
||||
class "PanelToplevel*" style "theme-panel"
|
||||
widget_class "*PanelToplevel*" style "theme-panel"
|
||||
widget_class "*notif*" style "theme-panel"
|
||||
widget_class "*Notif*" style "theme-panel"
|
||||
widget_class "*Tray*" style "theme-panel"
|
||||
widget_class "*tray*" style "theme-panel"
|
||||
widget_class "*computertemp*" style "theme-panel"
|
||||
widget_class "*Applet*Tomboy*" style "theme-panel"
|
||||
widget_class "*Applet*Netstatus*" style "theme-panel"
|
||||
|
||||
# Fixes for tooltip text in some apps.
|
||||
widget_class "*Notif*Beagle*" style "theme-panel"
|
||||
widget_class "*Notif*Brasero*" style "theme-panel"
|
||||
|
||||
# XFCE panel theming.
|
||||
widget "*Xfce*Panel*" style "theme-panel"
|
||||
class "*Xfce*Panel*" style "theme-panel"
|
||||
widget "*WnckPager*" style "workspace-switcher"
|
||||
widget "*XfdesktopIconView*" style "xfdesktop-icon-view"
|
||||
|
||||
# Fix gtk-entries in the panel
|
||||
class "*SexyIconEntry*" style:highest "entry" # fixes dict-plugin
|
||||
widget "*xfce4-verve-plugin*GtkEntry" style:highest "entry" # fixes verve-plugin
|
||||
|
||||
# Make sure panel text color doesn't change
|
||||
widget_class "*Panel*MenuBar*" style "theme-main-menu-text"
|
||||
widget_class "*Panel*<GtkMenuBar>*" style "theme-main-menu-text"
|
||||
widget "*.clock-applet-button.*" style "theme-panel-text"
|
||||
widget "*PanelApplet*" style "theme-panel-text"
|
||||
|
||||
# Override general panel-style with specific plugin-styles
|
||||
widget "*indicator-applet*" style "indicator"
|
||||
widget "*indicator-button*" style "indicator"
|
||||
#widget "*XfceTasklist*" style "dark_button"
|
4848
gtk-2.0/assets.svg
Executable file
After Width: | Height: | Size: 196 KiB |
146
gtk-2.0/assets.txt
Executable file
@ -0,0 +1,146 @@
|
||||
menu-checkbox
|
||||
menu-checkbox-hover
|
||||
menu-checkbox-insensitive
|
||||
menu-checkbox-checked
|
||||
menu-checkbox-checked-hover
|
||||
menu-checkbox-checked-insensitive
|
||||
menu-checkbox-mixed
|
||||
menu-checkbox-mixed-hover
|
||||
menu-checkbox-mixed-insensitive
|
||||
menu-radio
|
||||
menu-radio-hover
|
||||
menu-radio-insensitive
|
||||
menu-radio-checked
|
||||
menu-radio-checked-hover
|
||||
menu-radio-checked-insensitive
|
||||
menu-radio-mixed
|
||||
menu-radio-mixed-hover
|
||||
menu-radio-mixed-insensitive
|
||||
menu-pan-left
|
||||
menu-pan-left-hover
|
||||
menu-pan-left-insensitive
|
||||
menu-pan-right
|
||||
menu-pan-right-hover
|
||||
menu-pan-right-insensitive
|
||||
menu-pan-up
|
||||
menu-pan-up-insensitive
|
||||
menu-pan-down
|
||||
menu-pan-down-insensitive
|
||||
button
|
||||
button-hover
|
||||
button-active
|
||||
button-insensitive
|
||||
toolbar-button-hover
|
||||
toolbar-button-active
|
||||
combo-entry-ltr-entry
|
||||
combo-entry-ltr-entry-active
|
||||
combo-entry-ltr-entry-insensitive
|
||||
combo-entry-ltr-button
|
||||
combo-entry-ltr-button-hover
|
||||
combo-entry-ltr-button-active
|
||||
combo-entry-ltr-button-insensitive
|
||||
combo-entry-rtl-entry
|
||||
combo-entry-rtl-entry-active
|
||||
combo-entry-rtl-entry-insensitive
|
||||
combo-entry-rtl-button
|
||||
combo-entry-rtl-button-hover
|
||||
combo-entry-rtl-button-active
|
||||
combo-entry-rtl-button-insensitive
|
||||
entry
|
||||
entry-active
|
||||
entry-insensitive
|
||||
entry-background
|
||||
entry-background-insensitive
|
||||
border
|
||||
frame
|
||||
frame-inline
|
||||
frame-notebook
|
||||
line
|
||||
focus
|
||||
handle
|
||||
handle-horz
|
||||
handle-vert
|
||||
menu-border
|
||||
menubar-item-active
|
||||
notebook-entry
|
||||
notebook-entry-active
|
||||
notebook-entry-insensitive
|
||||
notebook-combo-entry-ltr-entry
|
||||
notebook-combo-entry-ltr-entry-active
|
||||
notebook-combo-entry-ltr-entry-insensitive
|
||||
notebook-combo-entry-rtl-entry
|
||||
notebook-combo-entry-rtl-entry-active
|
||||
notebook-combo-entry-rtl-entry-insensitive
|
||||
pan-left
|
||||
pan-left-semi
|
||||
pan-left-insensitive
|
||||
pan-right
|
||||
pan-right-semi
|
||||
pan-right-insensitive
|
||||
pan-up
|
||||
pan-up-insensitive
|
||||
pan-down
|
||||
pan-down-insensitive
|
||||
progressbar-horz
|
||||
progressbar-horz-trough
|
||||
progressbar-vert
|
||||
progressbar-vert-trough
|
||||
scrollbar-horz-slider
|
||||
scrollbar-horz-slider-hover
|
||||
scrollbar-horz-slider-active
|
||||
scrollbar-horz-trough
|
||||
scrollbar-vert-slider
|
||||
scrollbar-vert-slider-hover
|
||||
scrollbar-vert-slider-active
|
||||
scrollbar-vert-trough
|
||||
scrollbar-vert-slider-rtl
|
||||
scrollbar-vert-slider-hover-rtl
|
||||
scrollbar-vert-slider-active-rtl
|
||||
scrollbar-vert-trough-rtl
|
||||
spin-ltr-down
|
||||
spin-ltr-down-hover
|
||||
spin-ltr-down-active
|
||||
spin-ltr-down-insensitive
|
||||
spin-ltr-up
|
||||
spin-ltr-up-hover
|
||||
spin-ltr-up-active
|
||||
spin-ltr-up-insensitive
|
||||
spin-rtl-down
|
||||
spin-rtl-down-hover
|
||||
spin-rtl-down-active
|
||||
spin-rtl-down-insensitive
|
||||
spin-rtl-up
|
||||
spin-rtl-up-hover
|
||||
spin-rtl-up-active
|
||||
spin-rtl-up-insensitive
|
||||
spin-up
|
||||
spin-down
|
||||
spin-up-insensitive
|
||||
spin-down-insensitive
|
||||
scale-slider
|
||||
scale-slider-hover
|
||||
scale-slider-active
|
||||
scale-slider-insensitive
|
||||
scale-horz-focus
|
||||
scale-horz-trough
|
||||
scale-horz-trough-active
|
||||
scale-vert-trough
|
||||
scale-vert-trough-active
|
||||
tab-left
|
||||
tab-left-active
|
||||
tab-right
|
||||
tab-right-active
|
||||
tab-up
|
||||
tab-up-active
|
||||
tab-down
|
||||
tab-down-active
|
||||
tab-horz-gap
|
||||
tab-vert-gap
|
||||
treeview-pan-up
|
||||
treeview-pan-up-hover
|
||||
treeview-pan-up-active
|
||||
treeview-pan-down
|
||||
treeview-pan-down-hover
|
||||
treeview-pan-down-active
|
||||
treeview-separator-ltr
|
||||
treeview-separator-rtl
|
BIN
gtk-2.0/assets/border.png
Normal file
After Width: | Height: | Size: 290 B |
BIN
gtk-2.0/assets/button-active.png
Normal file
After Width: | Height: | Size: 348 B |
BIN
gtk-2.0/assets/button-hover.png
Normal file
After Width: | Height: | Size: 373 B |
BIN
gtk-2.0/assets/button-insensitive.png
Normal file
After Width: | Height: | Size: 420 B |
BIN
gtk-2.0/assets/button.png
Normal file
After Width: | Height: | Size: 395 B |
1
gtk-2.0/assets/checkbox-checked-active.png
Symbolic link
@ -0,0 +1 @@
|
||||
../../assets/checkbox-checked-active.png
|
1
gtk-2.0/assets/checkbox-checked-hover.png
Symbolic link
@ -0,0 +1 @@
|
||||
../../assets/checkbox-checked-hover.png
|
1
gtk-2.0/assets/checkbox-checked-insensitive.png
Symbolic link
@ -0,0 +1 @@
|
||||
../../assets/checkbox-checked-insensitive.png
|
1
gtk-2.0/assets/checkbox-checked.png
Symbolic link
@ -0,0 +1 @@
|
||||
../../assets/checkbox-checked.png
|
1
gtk-2.0/assets/checkbox-mixed-active.png
Symbolic link
@ -0,0 +1 @@
|
||||
../../assets/checkbox-mixed-active.png
|
1
gtk-2.0/assets/checkbox-mixed-hover.png
Symbolic link
@ -0,0 +1 @@
|
||||
../../assets/checkbox-mixed-hover.png
|
1
gtk-2.0/assets/checkbox-mixed-insensitive.png
Symbolic link
@ -0,0 +1 @@
|
||||
../../assets/checkbox-mixed-insensitive.png
|
1
gtk-2.0/assets/checkbox-mixed.png
Symbolic link
@ -0,0 +1 @@
|
||||
../../assets/checkbox-mixed.png
|
1
gtk-2.0/assets/checkbox-unchecked-active.png
Symbolic link
@ -0,0 +1 @@
|
||||
../../assets/checkbox-unchecked-active.png
|
1
gtk-2.0/assets/checkbox-unchecked-hover.png
Symbolic link
@ -0,0 +1 @@
|
||||
../../assets/checkbox-unchecked-hover.png
|
1
gtk-2.0/assets/checkbox-unchecked-insensitive.png
Symbolic link
@ -0,0 +1 @@
|
||||
../../assets/checkbox-unchecked-insensitive.png
|
1
gtk-2.0/assets/checkbox-unchecked.png
Symbolic link
@ -0,0 +1 @@
|
||||
../../assets/checkbox-unchecked.png
|
BIN
gtk-2.0/assets/combo-entry-ltr-button-active.png
Normal file
After Width: | Height: | Size: 378 B |
BIN
gtk-2.0/assets/combo-entry-ltr-button-hover.png
Normal file
After Width: | Height: | Size: 367 B |
BIN
gtk-2.0/assets/combo-entry-ltr-button-insensitive.png
Normal file
After Width: | Height: | Size: 374 B |
BIN
gtk-2.0/assets/combo-entry-ltr-button.png
Normal file
After Width: | Height: | Size: 367 B |
BIN
gtk-2.0/assets/combo-entry-ltr-entry-active.png
Normal file
After Width: | Height: | Size: 370 B |
BIN
gtk-2.0/assets/combo-entry-ltr-entry-insensitive.png
Normal file
After Width: | Height: | Size: 368 B |
BIN
gtk-2.0/assets/combo-entry-ltr-entry.png
Normal file
After Width: | Height: | Size: 368 B |
BIN
gtk-2.0/assets/combo-entry-rtl-button-active.png
Normal file
After Width: | Height: | Size: 378 B |
BIN
gtk-2.0/assets/combo-entry-rtl-button-hover.png
Normal file
After Width: | Height: | Size: 369 B |
BIN
gtk-2.0/assets/combo-entry-rtl-button-insensitive.png
Normal file
After Width: | Height: | Size: 374 B |
BIN
gtk-2.0/assets/combo-entry-rtl-button.png
Normal file
After Width: | Height: | Size: 369 B |
BIN
gtk-2.0/assets/combo-entry-rtl-entry-active.png
Normal file
After Width: | Height: | Size: 376 B |
BIN
gtk-2.0/assets/combo-entry-rtl-entry-insensitive.png
Normal file
After Width: | Height: | Size: 376 B |
BIN
gtk-2.0/assets/combo-entry-rtl-entry.png
Normal file
After Width: | Height: | Size: 403 B |
BIN
gtk-2.0/assets/entry-active.png
Normal file
After Width: | Height: | Size: 374 B |
BIN
gtk-2.0/assets/entry-background-insensitive.png
Normal file
After Width: | Height: | Size: 302 B |
BIN
gtk-2.0/assets/entry-background.png
Normal file
After Width: | Height: | Size: 302 B |
BIN
gtk-2.0/assets/entry-insensitive.png
Normal file
After Width: | Height: | Size: 357 B |
BIN
gtk-2.0/assets/entry.png
Normal file
After Width: | Height: | Size: 369 B |
BIN
gtk-2.0/assets/focus.png
Normal file
After Width: | Height: | Size: 314 B |
BIN
gtk-2.0/assets/frame-inline.png
Normal file
After Width: | Height: | Size: 307 B |
BIN
gtk-2.0/assets/frame-notebook.png
Normal file
After Width: | Height: | Size: 310 B |
BIN
gtk-2.0/assets/frame.png
Normal file
After Width: | Height: | Size: 310 B |
BIN
gtk-2.0/assets/handle-horz.png
Normal file
After Width: | Height: | Size: 296 B |
BIN
gtk-2.0/assets/handle-vert.png
Normal file
After Width: | Height: | Size: 295 B |
BIN
gtk-2.0/assets/handle.png
Normal file
After Width: | Height: | Size: 305 B |
BIN
gtk-2.0/assets/line.png
Normal file
After Width: | Height: | Size: 289 B |
BIN
gtk-2.0/assets/menu-border.png
Normal file
After Width: | Height: | Size: 310 B |
BIN
gtk-2.0/assets/menu-checkbox-checked-hover.png
Normal file
After Width: | Height: | Size: 402 B |
BIN
gtk-2.0/assets/menu-checkbox-checked-insensitive.png
Normal file
After Width: | Height: | Size: 509 B |
BIN
gtk-2.0/assets/menu-checkbox-checked.png
Normal file
After Width: | Height: | Size: 509 B |
BIN
gtk-2.0/assets/menu-checkbox-hover.png
Normal file
After Width: | Height: | Size: 363 B |
BIN
gtk-2.0/assets/menu-checkbox-insensitive.png
Normal file
After Width: | Height: | Size: 380 B |
BIN
gtk-2.0/assets/menu-checkbox-mixed-hover.png
Normal file
After Width: | Height: | Size: 366 B |
BIN
gtk-2.0/assets/menu-checkbox-mixed-insensitive.png
Normal file
After Width: | Height: | Size: 380 B |
BIN
gtk-2.0/assets/menu-checkbox-mixed.png
Normal file
After Width: | Height: | Size: 375 B |
BIN
gtk-2.0/assets/menu-checkbox.png
Normal file
After Width: | Height: | Size: 363 B |
BIN
gtk-2.0/assets/menu-pan-down-insensitive.png
Normal file
After Width: | Height: | Size: 347 B |
BIN
gtk-2.0/assets/menu-pan-down.png
Normal file
After Width: | Height: | Size: 328 B |
BIN
gtk-2.0/assets/menu-pan-left-hover.png
Normal file
After Width: | Height: | Size: 344 B |
BIN
gtk-2.0/assets/menu-pan-left-insensitive.png
Normal file
After Width: | Height: | Size: 351 B |
BIN
gtk-2.0/assets/menu-pan-left.png
Normal file
After Width: | Height: | Size: 344 B |
BIN
gtk-2.0/assets/menu-pan-right-hover.png
Normal file
After Width: | Height: | Size: 344 B |
BIN
gtk-2.0/assets/menu-pan-right-insensitive.png
Normal file
After Width: | Height: | Size: 354 B |
BIN
gtk-2.0/assets/menu-pan-right.png
Normal file
After Width: | Height: | Size: 344 B |
BIN
gtk-2.0/assets/menu-pan-up-insensitive.png
Normal file
After Width: | Height: | Size: 348 B |
BIN
gtk-2.0/assets/menu-pan-up.png
Normal file
After Width: | Height: | Size: 324 B |
BIN
gtk-2.0/assets/menu-radio-checked-hover.png
Normal file
After Width: | Height: | Size: 540 B |
BIN
gtk-2.0/assets/menu-radio-checked-insensitive.png
Normal file
After Width: | Height: | Size: 540 B |
BIN
gtk-2.0/assets/menu-radio-checked.png
Normal file
After Width: | Height: | Size: 540 B |
BIN
gtk-2.0/assets/menu-radio-hover.png
Normal file
After Width: | Height: | Size: 501 B |
BIN
gtk-2.0/assets/menu-radio-insensitive.png
Normal file
After Width: | Height: | Size: 569 B |
BIN
gtk-2.0/assets/menu-radio-mixed-hover.png
Normal file
After Width: | Height: | Size: 450 B |
BIN
gtk-2.0/assets/menu-radio-mixed-insensitive.png
Normal file
After Width: | Height: | Size: 486 B |
BIN
gtk-2.0/assets/menu-radio-mixed.png
Normal file
After Width: | Height: | Size: 450 B |
BIN
gtk-2.0/assets/menu-radio.png
Normal file
After Width: | Height: | Size: 501 B |
BIN
gtk-2.0/assets/menubar-item-active.png
Normal file
After Width: | Height: | Size: 301 B |
BIN
gtk-2.0/assets/notebook-combo-entry-ltr-entry-active.png
Normal file
After Width: | Height: | Size: 346 B |
BIN
gtk-2.0/assets/notebook-combo-entry-ltr-entry-insensitive.png
Normal file
After Width: | Height: | Size: 350 B |
BIN
gtk-2.0/assets/notebook-combo-entry-ltr-entry.png
Normal file
After Width: | Height: | Size: 358 B |
BIN
gtk-2.0/assets/notebook-combo-entry-rtl-entry-active.png
Normal file
After Width: | Height: | Size: 353 B |
BIN
gtk-2.0/assets/notebook-combo-entry-rtl-entry-insensitive.png
Normal file
After Width: | Height: | Size: 353 B |
BIN
gtk-2.0/assets/notebook-combo-entry-rtl-entry.png
Normal file
After Width: | Height: | Size: 354 B |
BIN
gtk-2.0/assets/notebook-entry-active.png
Normal file
After Width: | Height: | Size: 374 B |
BIN
gtk-2.0/assets/notebook-entry-insensitive.png
Normal file
After Width: | Height: | Size: 357 B |
BIN
gtk-2.0/assets/notebook-entry.png
Normal file
After Width: | Height: | Size: 369 B |
BIN
gtk-2.0/assets/pan-down-insensitive.png
Normal file
After Width: | Height: | Size: 347 B |
BIN
gtk-2.0/assets/pan-down.png
Normal file
After Width: | Height: | Size: 328 B |
BIN
gtk-2.0/assets/pan-left-insensitive.png
Normal file
After Width: | Height: | Size: 351 B |
BIN
gtk-2.0/assets/pan-left-semi.png
Normal file
After Width: | Height: | Size: 326 B |
BIN
gtk-2.0/assets/pan-left.png
Normal file
After Width: | Height: | Size: 343 B |
BIN
gtk-2.0/assets/pan-right-insensitive.png
Normal file
After Width: | Height: | Size: 354 B |
BIN
gtk-2.0/assets/pan-right-semi.png
Normal file
After Width: | Height: | Size: 325 B |
BIN
gtk-2.0/assets/pan-right.png
Normal file
After Width: | Height: | Size: 344 B |
BIN
gtk-2.0/assets/pan-up-insensitive.png
Normal file
After Width: | Height: | Size: 348 B |