Beginnings of Pyglet support
|
After Width: | Height: | Size: 245 B |
|
After Width: | Height: | Size: 240 B |
|
After Width: | Height: | Size: 1010 B |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 1008 B |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 724 B |
|
After Width: | Height: | Size: 723 B |
|
After Width: | Height: | Size: 527 B |
|
After Width: | Height: | Size: 526 B |
|
After Width: | Height: | Size: 687 B |
|
After Width: | Height: | Size: 536 B |
|
After Width: | Height: | Size: 675 B |
|
After Width: | Height: | Size: 558 B |
|
After Width: | Height: | Size: 340 B |
|
After Width: | Height: | Size: 426 B |
|
After Width: | Height: | Size: 484 B |
|
After Width: | Height: | Size: 544 B |
|
After Width: | Height: | Size: 201 B |
|
After Width: | Height: | Size: 191 B |
|
After Width: | Height: | Size: 285 B |
|
After Width: | Height: | Size: 253 B |
|
After Width: | Height: | Size: 149 B |
|
After Width: | Height: | Size: 149 B |
|
After Width: | Height: | Size: 231 B |
|
After Width: | Height: | Size: 204 B |
|
After Width: | Height: | Size: 201 B |
|
After Width: | Height: | Size: 164 B |
|
After Width: | Height: | Size: 160 B |
|
After Width: | Height: | Size: 2.8 KiB |
|
After Width: | Height: | Size: 261 B |
|
After Width: | Height: | Size: 198 B |
|
After Width: | Height: | Size: 263 B |
|
After Width: | Height: | Size: 247 B |
|
|
@ -0,0 +1,47 @@
|
|||
style "cardapio"
|
||||
{
|
||||
xthickness = 3
|
||||
ythickness = 3
|
||||
|
||||
base[NORMAL] = @bg_color
|
||||
|
||||
engine "pixmap"
|
||||
{
|
||||
image
|
||||
{
|
||||
function = FLAT_BOX
|
||||
recolorable = TRUE
|
||||
file = "Fixes/statusbar-10.png"
|
||||
border = { 0, 0, 0, 0}
|
||||
stretch = TRUE
|
||||
}
|
||||
image
|
||||
{
|
||||
function = SHADOW
|
||||
shadow = IN
|
||||
recolorable = TRUE
|
||||
file = "Shadows/shadow-etched-in.png"
|
||||
border = { 5, 5, 5, 6}
|
||||
stretch = TRUE
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
style "cardapio-entry"
|
||||
{
|
||||
engine "pixmap"
|
||||
{
|
||||
image
|
||||
{
|
||||
function = FLAT_BOX
|
||||
recolorable = TRUE
|
||||
file = "Fixes/white.png"
|
||||
border = { 0, 0, 0, 0}
|
||||
stretch = TRUE
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
widget "CardapioWindow.*" style "cardapio"
|
||||
widget "CardapioWindow.MainWindowBorder" style "shadows-fix"
|
||||
widget "CardapioWindow.*Entry*" style "cardapio-entry"
|
||||
|
|
@ -0,0 +1,89 @@
|
|||
|
||||
style "chrome-toolbar"
|
||||
{
|
||||
engine "pixmap"
|
||||
{
|
||||
image
|
||||
{
|
||||
function = FLAT_BOX
|
||||
recolorable = TRUE
|
||||
file = "chrome/toolbar.png"
|
||||
border = { 0, 0, 0, 0}
|
||||
stretch = TRUE
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
style "chrome-bookmarks"
|
||||
{
|
||||
engine "pixmap"
|
||||
{
|
||||
image
|
||||
{
|
||||
function = FLAT_BOX
|
||||
recolorable = TRUE
|
||||
file = "chrome/bookmarks.png"
|
||||
border = { 0, 0, 0, 3}
|
||||
stretch = TRUE
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
style "chrome-entry" = "entry"
|
||||
{
|
||||
GtkWidget::interior_focus = 1
|
||||
GtkEntry::inner_border = { 0, 0, 0, 0}
|
||||
|
||||
engine "pixmap"
|
||||
{
|
||||
# Text-entry
|
||||
image
|
||||
{
|
||||
function = BOX
|
||||
recolorable = TRUE
|
||||
shadow = OUT
|
||||
state = NORMAL
|
||||
file = "Apps/chrome/chrome-entry.png"
|
||||
border = { 4, 4, 5, 4}
|
||||
stretch = TRUE
|
||||
}
|
||||
# Text-entry
|
||||
image
|
||||
{
|
||||
function = SHADOW
|
||||
detail = "entry"
|
||||
shadow = IN
|
||||
recolorable = TRUE
|
||||
file = "Apps/chrome/chrome-entry.png"
|
||||
border = { 4, 4, 5, 4}
|
||||
stretch = TRUE
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
style "chrome-statusbar"
|
||||
{
|
||||
engine "pixmap"
|
||||
{
|
||||
image
|
||||
{
|
||||
function = FLAT_BOX
|
||||
recolorable = TRUE
|
||||
file = "Apps/chrome/chrome-statusbar.png"
|
||||
border = { 0, 0, 0, 0}
|
||||
stretch = TRUE
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
widget "GtkWindow.chrome-custom-frame-border.*.chrome-toolbar" style "chrome-toolbar"
|
||||
|
||||
widget "GtkWindow.chrome-custom-frame-border.*.chrome-toolbar.*-button" style "toolbutton"
|
||||
widget "GtkWindow.chrome-custom-frame-border.*.chrome-toolbar.*chrome-app-menu" style "toolbutton"
|
||||
|
||||
widget "GtkWindow.chrome-custom-frame-border.*.chrome-bookmark-bar*chrome-bookmark-bar-other-bookmarks" style "toolbutton"
|
||||
|
||||
widget "GtkWindow.chrome-custom-frame-border.*.chrome-bookmark-bar" style "chrome-bookmarks"
|
||||
widget "GtkWindow.chrome-custom-frame-border.*.chrome-find-in-page-entry" style "chrome-entry"
|
||||
widget_class "GtkEntry" style "chrome-entry"
|
||||
widget "GtkWindow.chrome-custom-frame-border.*GtkExpandedContainer.GtkEventBox.GtkVBox.GtkEventBox" style:highest "chrome-statusbar"
|
||||
|
After Width: | Height: | Size: 190 B |
|
After Width: | Height: | Size: 185 B |
|
After Width: | Height: | Size: 327 B |
|
After Width: | Height: | Size: 996 B |
|
After Width: | Height: | Size: 903 B |
|
After Width: | Height: | Size: 531 B |
|
After Width: | Height: | Size: 156 B |
|
After Width: | Height: | Size: 171 B |
|
|
@ -0,0 +1,18 @@
|
|||
style "deluge-shadow"
|
||||
{
|
||||
engine "pixmap"
|
||||
{
|
||||
image
|
||||
{
|
||||
function = SHADOW
|
||||
shadow = OUT
|
||||
recolorable = TRUE
|
||||
file = "Shadows/shadow-in.png"
|
||||
border = { 4, 4, 6, 6}
|
||||
stretch = TRUE
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
widget "main_window.vbox1.alignment1.vpaned.hpaned.scrolledwindow1" style "deluge-shadow"
|
||||
widget "dialog_add_torrent.dialog-vbox1.vpaned1.notebook1.scrolledwindow2" style "deluge-shadow"
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
style "terminal_screen"
|
||||
{
|
||||
text[NORMAL] = "#f0f0f0"
|
||||
base[NORMAL] = "#5a5a5a"
|
||||
|
||||
TerminalScreen::background-darkness = 0.95
|
||||
}
|
||||
|
||||
widget "*TerminalWindow.*.TerminalScreen*" style "terminal_screen"
|
||||
|
|
@ -0,0 +1,40 @@
|
|||
widget_class "GtkWindow.*.Widgets+inputBox" style "text-view"
|
||||
#widget_class "GtkWindow.GtkVBox.GtkNotebook.GtkVBox.GtkVPaned.GtkHBox.GtkHPaned.GtkVBox.GtkScrolledWindow*" style "im-entry-fix"
|
||||
widget_class "GtkWindow.*.GtkNotebook.*.GtkScrolledWindow*" style "text-view"
|
||||
|
||||
style "emesene-button" = "button"
|
||||
{
|
||||
engine "pixmap"
|
||||
{
|
||||
image
|
||||
{
|
||||
function = FOCUS
|
||||
recolorable = TRUE
|
||||
file = "Fixes/none.png"
|
||||
border = { 0, 0, 0, 0}
|
||||
stretch = TRUE
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
widget_class "MainWindow+MainWindow.GtkVBox.GtkVBox.GtkHBox.GtkHBox.GtkVBox.GtkHBox.GtkButton" style "emesene-button"
|
||||
|
||||
|
||||
style "button-wide"
|
||||
{
|
||||
GtkButton::inner-border = {0,0,0,0}
|
||||
}
|
||||
|
||||
widget "GtkWindow.GtkVBox.GtkNotebook.GtkVBox.GtkVBox.GtkStatusbar.GtkFrame.GtkHBox.GtkHBox.GtkToggleButton*" style "button-wide"
|
||||
#xchat
|
||||
widget "GtkWindow.GtkTable.GtkVBox.GtkHPaned.GtkHPaned.GtkNotebook.GtkVBox.GtkHBox.GtkHBox.GtkToggleButton*" style "button-wide"
|
||||
|
||||
style "emesene-connect" = "default"
|
||||
{
|
||||
fg[NORMAL] = "#e0e0e0"
|
||||
fg[ACTIVE] = "#e0e0e0"
|
||||
fg[SELECTED] = "#e0e0e0"
|
||||
fg[PRELIGHT] = "#f0f0f0"
|
||||
}
|
||||
|
||||
widget "GtkWindow.GtkVBox.GtkNotebook.GtkVBox.GtkVPaned.GtkHBox.GtkHPaned.GtkVBox.GtkEventBox*" style "emesene-connect"
|
||||
|
|
@ -0,0 +1,46 @@
|
|||
style "inkscape-spin" = "spinbutton"
|
||||
{
|
||||
xthickness = 3
|
||||
ythickness = 3
|
||||
}
|
||||
|
||||
style "inkscape-statusbar" = "shadows-fix"
|
||||
{
|
||||
xthickness = 0
|
||||
ythickness = 0
|
||||
|
||||
engine "pixmap"
|
||||
{
|
||||
image
|
||||
{
|
||||
function = RESIZE_GRIP
|
||||
recolorable = TRUE
|
||||
detail = "statusbar"
|
||||
overlay_file = "Handles/resize_grip.png"
|
||||
overlay_border = { 0, 0, 0, 0}
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
image
|
||||
{
|
||||
function = FLAT_BOX
|
||||
recolorable = TRUE
|
||||
#state = PRELIGHT
|
||||
file = "Fixes/none.png"
|
||||
border = { 0, 0, 0, 0}
|
||||
stretch = TRUE
|
||||
}
|
||||
image
|
||||
{
|
||||
function = SHADOW
|
||||
detail = "entry"
|
||||
shadow = IN
|
||||
recolorable = TRUE
|
||||
file = "Entry/text-entry.png"
|
||||
border = { 4, 4, 5, 4}
|
||||
stretch = TRUE
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
widget_class "gtkmm__GtkWindow.SPDesktopWidget.*<GtkStatusbar>*" style:highest "inkscape-statusbar"
|
||||
#widget_class "gtkmm__GtkWindow.SPDesktopWidget.*<GtkStatusbar>*<GtkEventBox>.GtkTable.*" style:highest "inkscape-spin"
|
||||
|
|
@ -0,0 +1,221 @@
|
|||
style "mint-base"
|
||||
{
|
||||
engine "pixmap"
|
||||
{
|
||||
image
|
||||
{
|
||||
function = FLAT_BOX
|
||||
recolorable = TRUE
|
||||
file = "Menu/opera-menu.png"
|
||||
border = { 1, 1, 1, 1}
|
||||
stretch = TRUE
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
style "mint-trans"
|
||||
{
|
||||
bg_pixmap[NORMAL] = "Fixes/none.png"
|
||||
|
||||
engine "pixmap"
|
||||
{
|
||||
image
|
||||
{
|
||||
function = FLAT_BOX
|
||||
recolorable = TRUE
|
||||
file = "Fixes/none.png"
|
||||
border = { 1, 1, 1, 1}
|
||||
stretch = TRUE
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
style "mint-base-dark"
|
||||
{
|
||||
engine "pixmap"
|
||||
{
|
||||
image
|
||||
{
|
||||
function = FLAT_BOX
|
||||
recolorable = TRUE
|
||||
file = "Menu/opera-menu-dark.png"
|
||||
border = { 1, 1, 1, 1}
|
||||
stretch = TRUE
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
style "mint-dark" = "panel-dark-text"
|
||||
{
|
||||
bg[NORMAL] = "#3a3a3a"
|
||||
engine "pixmap"
|
||||
{
|
||||
image
|
||||
{
|
||||
function = VLINE
|
||||
recolorable = TRUE
|
||||
file = "Lines/line-v-dark.png"
|
||||
border = { 0, 0, 0, 0}
|
||||
stretch = TRUE
|
||||
}
|
||||
image
|
||||
{
|
||||
function = HLINE
|
||||
recolorable = TRUE
|
||||
file = "Lines/line-h-dark.png"
|
||||
border = { 0, 0, 0, 0}
|
||||
stretch = TRUE
|
||||
}
|
||||
image
|
||||
{
|
||||
function = FLAT_BOX
|
||||
file = "Fixes/mint.png"
|
||||
border = { 0, 0, 0, 0}
|
||||
stretch = TRUE
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
style "mint"
|
||||
{
|
||||
fg[PRELIGHT] = @selected_fg_color
|
||||
fg[SELECTED] = @selected_fg_color
|
||||
fg[ACTIVE] = @selected_fg_color
|
||||
fg[INSENSITIVE] = darker (@bg_color)
|
||||
|
||||
|
||||
engine "pixmap"
|
||||
{
|
||||
image
|
||||
{
|
||||
function = FOCUS
|
||||
|
||||
}
|
||||
# Menuitem background (mouse over)
|
||||
image
|
||||
{
|
||||
function = BOX
|
||||
recolorable = TRUE
|
||||
file = "Menu/menuitem.png"
|
||||
border = { 12, 12, 8, 8}
|
||||
stretch = TRUE
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
style "mint-squared"
|
||||
{
|
||||
fg[PRELIGHT] = @selected_fg_color
|
||||
fg[SELECTED] = @selected_fg_color
|
||||
fg[ACTIVE] = @fg_color
|
||||
fg[INSENSITIVE] = darker (@bg_color)
|
||||
|
||||
|
||||
engine "pixmap"
|
||||
{
|
||||
image
|
||||
{
|
||||
function = FOCUS
|
||||
|
||||
}
|
||||
# Menuitem background (mouse over)
|
||||
image
|
||||
{
|
||||
function = BOX
|
||||
recolorable = TRUE
|
||||
file = "Menu/menuitem-squared.png"
|
||||
border = { 5, 5, 6, 6}
|
||||
stretch = TRUE
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
style "mint-simple"
|
||||
{
|
||||
fg[PRELIGHT] = @selected_fg_color
|
||||
fg[SELECTED] = @selected_fg_color
|
||||
fg[ACTIVE] = @fg_color
|
||||
fg[INSENSITIVE] = darker (@bg_color)
|
||||
|
||||
|
||||
engine "pixmap"
|
||||
{
|
||||
image
|
||||
{
|
||||
function = FOCUS
|
||||
|
||||
}
|
||||
# Menuitem background (mouse over)
|
||||
image
|
||||
{
|
||||
function = BOX
|
||||
recolorable = TRUE
|
||||
file = "Handles/list-header-highlight.png"
|
||||
border = { 2, 2, 2, 2}
|
||||
stretch = TRUE
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
style "mint-dark-round"
|
||||
{
|
||||
engine "pixmap"
|
||||
{
|
||||
image
|
||||
{
|
||||
function = FOCUS
|
||||
|
||||
}
|
||||
# Menuitem background (mouse over)
|
||||
image
|
||||
{
|
||||
function = BOX
|
||||
recolorable = TRUE
|
||||
file = "Menu/dark-round-menu-item.png"
|
||||
border = { 12, 12, 8, 8}
|
||||
stretch = TRUE
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
style "mint-dark-squared"
|
||||
{
|
||||
engine "pixmap"
|
||||
{
|
||||
image
|
||||
{
|
||||
function = FOCUS
|
||||
|
||||
}
|
||||
# Menuitem background (mouse over)
|
||||
image
|
||||
{
|
||||
function = BOX
|
||||
recolorable = TRUE
|
||||
file = "Menu/dark-squared-menu-item.png"
|
||||
border = { 5, 5, 6, 6}
|
||||
stretch = TRUE
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
style "mint-entry"
|
||||
{
|
||||
engine "pixmap"
|
||||
{
|
||||
# Menuitem background (mouse over)
|
||||
image
|
||||
{
|
||||
function = FLAT_BOX
|
||||
recolorable = TRUE
|
||||
file = "Fixes/white.png"
|
||||
border = { 0, 0, 0, 0}
|
||||
stretch = TRUE
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
widget "mintmenu" style "mint-base"
|
||||
widget "mintmenu.border.paneholder.*viewport?*" style "mint-trans"
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
style "mozilla"
|
||||
{
|
||||
bg_pixmap[NORMAL] = "Apps/mozilla/mozilla-bg.png"
|
||||
}
|
||||
|
||||
#widget "MozillaGtkWidget" style "mozilla"
|
||||
|
||||
style "mozilla-toolbar"
|
||||
{
|
||||
engine "pixmap"
|
||||
{
|
||||
image
|
||||
{
|
||||
function = BOX
|
||||
recolorable = TRUE
|
||||
file = "Fixes/gradient.png"
|
||||
border = { 0, 0, 240, 0}
|
||||
stretch = TRUE
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#widget "MozillaGtkWidget.GtkFixed.GtkHandleBox.GtkToolbar" style "mozilla-toolbar"
|
||||
|
After Width: | Height: | Size: 170 B |
|
After Width: | Height: | Size: 245 B |
|
After Width: | Height: | Size: 303 B |
|
After Width: | Height: | Size: 891 B |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 175 B |
|
After Width: | Height: | Size: 691 B |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 801 B |
|
After Width: | Height: | Size: 718 B |
|
After Width: | Height: | Size: 2.8 KiB |
|
After Width: | Height: | Size: 2.8 KiB |
|
After Width: | Height: | Size: 2.8 KiB |
|
After Width: | Height: | Size: 2.7 KiB |
|
After Width: | Height: | Size: 790 B |
|
After Width: | Height: | Size: 212 B |
BIN
Themes/Default/gtk-2.0/Apps/nautilus-elementary (copy)/slider-horiz-prelight.png
Executable file
|
After Width: | Height: | Size: 949 B |
|
After Width: | Height: | Size: 738 B |
|
After Width: | Height: | Size: 2.7 KiB |
|
After Width: | Height: | Size: 205 B |
|
After Width: | Height: | Size: 228 B |
|
After Width: | Height: | Size: 244 B |
|
After Width: | Height: | Size: 891 B |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 380 B |
|
After Width: | Height: | Size: 365 B |
|
After Width: | Height: | Size: 362 B |
|
After Width: | Height: | Size: 548 B |
|
After Width: | Height: | Size: 175 B |
|
After Width: | Height: | Size: 691 B |
|
After Width: | Height: | Size: 1.2 KiB |