Merge branch 'sleekbr' into beryllium

Merge in Sleekmason's Dragon theme
This commit is contained in:
John Crawley 2022-04-21 15:05:48 +09:00
commit 20edb7ca1e
66 changed files with 6307 additions and 0 deletions

723
themes/Dragon/gtk-2.0/gtkrc Normal file
View file

@ -0,0 +1,723 @@
# Evolve GTK Theme
gtk_color_scheme = "base_color:#18191A\nbg_color:#151617\ntooltip_bg_color:#18191A\nselected_bg_color:#3D4345\ntext_color:#C3D4D4\nfg_color:#C3D4D1\ntooltip_fg_color:#C3D4D1\nselected_fg_color:#C3D4D4\nmenubar_bg_color:#151617\nmenubar_fg_color:#C3D4D1\ntoolbar_bg_color:#151617\ntoolbar_fg_color:#C3D4D4\nmenu_bg_color:#151617\nmenu_fg_color:#C3D4D4\npanel_bg_color:#151617\npanel_fg_color:#C3D4D4\nlink_color:#3D4345"
gtk-icon-sizes = "panel=16,16:gtk-button=16,16" # Icon sizes
gtk-button-images = 0 # Disables icons in buttons
gtk-toolbar-style = 1 # Enables text in toolbar
gtk-auto-mnemonics = 1 # Disables ugly lines under menu items
# Default Style
style "evolve-default" {
xthickness = 1
ythickness = 1
GtkArrow::arrow-scaling= 0.5
GtkButton::child-displacement-x = 0
GtkButton::child-displacement-y = 0
GtkButton::default-border = { 0, 0, 0, 0 }
GtkCheckButton::indicator-size = 15
# The following line hints to gecko (and possibly other appliations)
# that the entry should be drawn transparently on the canvas.
# Without this, gecko will fill in the background of the entry.
GtkEntry::honors-transparent-bg-hint = 1
GtkEntry::state-hint = 0
GtkExpander::expander-size = 16
GtkImage::x-ayatana-indicator-dynamic = 1
GtkMenu::horizontal-padding = 0
GtkMenu::vertical-padding = 0
GtkMenuBar::internal-padding = 0
GtkMenuBar::window-dragging = 1
GtkMenuBar::shadow-type = GTK_SHADOW_NONE
GtkMenuItem::arrow-scaling= 0.5
GtkPaned::handle-size = 1
GtkProgressBar::min-horizontal-bar-height = 10
GtkProgressBar::min-vertical-bar-width = 10
GtkRange::trough-border = 0
GtkRange::slider-width = 15
GtkRange::stepper-size = 15
GtkRange::stepper_spacing = 0
GtkRange::trough-under-steppers = 1
GtkScale::slider-length = 14
GtkScale::slider-width = 14
GtkScale::trough-side-details = 1
GtkScrollbar::activate-slider = 1
GtkScrollbar::has-backward-stepper = 0
GtkScrollbar::has-forward-stepper = 0
GtkScrollbar::has-secondary-backward-stepper = 0
GtkScrollbar::has-secondary-forward-stepper = 0
GtkScrollbar::min-slider-length = 100
GtkScrollbar::slider-width = 9
GtkScrollbar::trough-border = 3
GtkScrolledWindow::scrollbar-spacing = 0
GtkScrolledWindow::scrollbars-within-bevel = 1
GtkToolbar::internal-padding = 0
GtkTreeView::expander-size = 11
GtkTreeView::vertical-separator = 0
GtkWidget::focus-padding = 2
GtkWidget::new-tooltip-style = 0
GtkWidget::wide-separators = 1
GtkWidget::separator-width = 1
GtkWidget::separator-height = 1
GtkWindow::resize-grip-height = 0
GtkWindow::resize-grip-width = 0
WnckTasklist::fade-overlay-rect = 0
GtkWidget::link-color = @link_color
GtkWidget::visited-link-color = @text_color
fg[NORMAL] = @fg_color
fg[PRELIGHT] = @fg_color
fg[SELECTED] = @selected_fg_color
fg[ACTIVE] = @fg_color
fg[INSENSITIVE] = mix (0.5, @bg_color, @fg_color)
bg[NORMAL] = @bg_color
bg[PRELIGHT] = shade (1.02, @bg_color)
bg[SELECTED] = @selected_bg_color
bg[INSENSITIVE] = @bg_color
bg[ACTIVE] = shade (0.9, @bg_color)
base[NORMAL] = @base_color
base[PRELIGHT] = shade (0.95, @bg_color)
base[ACTIVE] = @selected_bg_color
base[SELECTED] = @selected_bg_color
base[INSENSITIVE] = @bg_color
text[NORMAL] = @text_color
text[PRELIGHT] = @text_color
text[ACTIVE] = @selected_fg_color
text[SELECTED] = @selected_fg_color
text[INSENSITIVE] = mix (0.5, @bg_color, @text_color)
engine "murrine" {
animation = FALSE
arrowstyle = 1 # 0 = normal arrows, 1 = filled arrows
colorize_scrollbar = FALSE
comboboxstyle = 0 # 0 = normal combobox, 1 = colorized combobox below arrow
contrast = 1.0
focusstyle = 3 # 0 = none, 1 = grey dotted, 2 = colored with fill, 3 = colored glow
glazestyle = 0 # 0 = flat highlight, 1 = curved highlight, 2 = concave, 3 = top curved highlight, 4 = beryl highlight
glowstyle = 1
gradient_shades = { 1.2, 1.1, 1.1, 0.97 }
highlight_shade = 1.0
lightborder_shade = 1.0
lightborderstyle = 0 # 0 = lightborder on top side, 1 = lightborder on all sides
listviewheaderstyle = 1 # 0 = flat, 1 = glassy, 2 = raised
listviewstyle = 0 # 0 = none, 1 = dotted, 2 = line
menubaritemstyle = 1 # 0 = menuitem look, 1 = button look
menubarstyle = 0 # 0 = flat, 1 = glassy, 2 = gradient, 3 = striped
menuitemstyle = 0 # 0 = flat, 1 = glassy, 2 = striped
menustyle = 0 # 0 = none, 1 = vertical striped
progressbarstyle = 0 # 0 = none, 1 = diagonal striped, 2 = vertical striped
reliefstyle = 0 # 0 = flat, 1 = inset, 2 = shadow, 3 = shadow with gradient, 4 = stronger shadow with gradient
roundness = 2
scrollbarstyle = 0 # 0 = none, 1 = circles, 2 = handles, 3 = diagonal stripes, 4 = diagonal stripes and handles, 5 = horizontal stripes, 6 = horizontal stripes and handles
sliderstyle = 0 # 0 = none, 1 = handles
stepperstyle = 0 # 0 = standard, 1 = integrated stepper handles
toolbarstyle = 1 # 0 = flat, 1 = glassy, 2 = gradient
}
}
style "evolve-wide" {
xthickness = 2
ythickness = 2
}
style "evolve-wider" {
xthickness = 3
ythickness = 3
}
# Notebook
style "evolve-notebook-bg" {
bg[NORMAL] = shade (1.1, @bg_color)
bg[ACTIVE] = shade (0.9, @bg_color)
engine "murrine" {
border_shades = { 0.9, 0.9 }
}
}
style "evolve-notebook" = "evolve-notebook-bg" {
xthickness = 2
ythickness = 2
engine "murrine" {
roundness = 2
}
}
# Various Standard Widgets
style "evolve-button" = "evolve-wider" {
bg[NORMAL] = @bg_color
bg[PRELIGHT] = shade (1.1, @bg_color)
bg[ACTIVE] = shade (0.82, @bg_color)
engine "murrine" {
roundness = 2
glazestyle = 0
highlight_shade = 1.0
}
}
style "evolve-scrollbar" = "evolve-button" {
bg[NORMAL] = @bg_color
bg[PRELIGHT] = shade (0.8, @bg_color)
bg[ACTIVE] = shade (1.4, @selected_bg_color)
engine "murrine" {
roundness = 4
border_shades = { 1.4, 1.4 }
gradient_shades = { 0.7, 0.7, 0.7, 0.7 }
trough_shades = { 1.0, 1.0 }
trough_border_shades = { 1.2, 1.2 }
lightborder_shade = 1.0
lightborderstyle = 0
}
}
style "evolve-overlay-scrollbar" {
bg[ACTIVE] = shade (0.8, @bg_color)
bg[INSENSITIVE] = shade (0.97, @bg_color)
base[SELECTED] = shade (0.6, @base_color)
base[INSENSITIVE] = shade (0.85, @base_color)
}
style "evolve-scale" = "evolve-default" {
bg[NORMAL] = @bg_color
bg[ACTIVE] = @bg_color
bg[SELECTED] = shade (1.0, @selected_bg_color)
bg[INSENSITIVE] = shade (0.95, @bg_color)
engine "murrine" {
roundness = 7
border_shades = { 1.0, 1.0 }
trough_shades = { 1.1, 1.2 }
trough_border_shades = { 0.9, 0.9 }
}
}
style "evolve-progressbar" = "evolve-default" {
xthickness = 0
ythickness = 0
bg[NORMAL] = @bg_color
bg[PRELIGHT] = shade (1.04, @bg_color)
bg[ACTIVE] = shade (1.14, @bg_color)
fg[PRELIGHT] = shade (0.9, @selected_fg_color)
engine "murrine" {
roundness = 2
border_shades = { 1.2, 1.2 }
gradient_shades = { 1.1, 1.0, 1.0, 0.9 }
trough_border_shades = { 0.9, 0.9 }
}
}
style "evolve-treeview-header" = "evolve-button" {
xthickness = 2
ythickness = 1
engine "murrine" {
roundness = 0
}
}
style "evolve-treeview" {
engine "murrine" {
roundness = 0
}
}
style "evolve-frame-title" {
fg[NORMAL] = lighter (@fg_color)
}
style "evolve-tooltips" = "evolve-wider" {
xthickness = 5
ythickness = 5
bg[NORMAL] = @bg_color
fg[NORMAL] = @fg_color
bg[SELECTED] = @bg_color
engine "murrine" {
textstyle = 0
roundness = 2
rgba = FALSE
}
}
style "evolve-spinbutton" = "evolve-button" {
xthickness = 4
engine "murrine" {
}
}
style "evolve-radiocheck" = "evolve-default" {
text[NORMAL] = shade (0.8, @selected_bg_color)
text[PRELIGHT] = shade (0.8, @selected_bg_color)
bg[SELECTED] = @base_color
}
style "evolve-entry" = "evolve-wider" {
bg[SELECTED] = mix (0.5, @selected_bg_color, @base_color)
engine "murrine" {
border_shades = { 1.2, 1.2 }
}
}
style "metacity-frame" = "evolve-default" {
bg[SELECTED] = @selected_bg_color
}
style "evolve-statusbar" { }
style "evolve-comboboxentry" = "evolve-entry" { }
style "evolve-hscale" = "evolve-scale" { }
style "evolve-vscale" = "evolve-scale" { }
style "evolve-hscrollbar" = "evolve-scrollbar" { }
style "evolve-vscrollbar" = "evolve-scrollbar" { }
# Menus
style "evolve-menu" {
ythickness = 0
xthickness = 0
bg[SELECTED] = @selected_bg_color
bg[NORMAL] = shade (1.0, @menu_bg_color)
bg[PRELIGHT] = @selected_bg_color
bg[ACTIVE] = shade (1.40, @menu_bg_color)
bg[INSENSITIVE] = shade (1.40, @menu_bg_color)
fg[NORMAL] = @menu_fg_color
fg[PRELIGHT] = @selected_fg_color
fg[SELECTED] = @selected_fg_color
fg[ACTIVE] = @selected_fg_color
fg[INSENSITIVE] = mix (0.35, shade (0.75, @menu_bg_color), @menu_fg_color)
text[NORMAL] = @text_color
text[PRELIGHT] = @selected_fg_color
text[SELECTED] = @selected_fg_color
text[ACTIVE] = @selected_fg_color
text[INSENSITIVE] = mix (0.85, shade (0.75, @menu_bg_color), @menu_fg_color)
engine "murrine" {
roundness = 0
}
}
style "evolve-menu-item" = "evolve-wider" {
bg[SELECTED] = @selected_bg_color
bg[PRELIGHT] = @selected_bg_color
fg[NORMAL] = @menu_fg_color # Fix for XFCE menu text
fg[PRELIGHT] = @selected_fg_color
fg[SELECTED] = @selected_fg_color
engine "murrine" {
textstyle = 0
border_shades = { 1.4, 1.4 }
}
}
style "evolve-separator-menu-item" {
xthickness = 1
ythickness = 1
GtkSeparatorMenuItem::horizontal-padding = 0
}
style "evolve-menubar" = "evolve-default" {
ythickness = 0
bg[SELECTED] = @selected_bg_color
bg[NORMAL] = @menubar_bg_color
bg[PRELIGHT] = @selected_bg_color
bg[ACTIVE] = shade (1.40, @menubar_bg_color)
bg[INSENSITIVE] = shade (1.40, @menubar_bg_color)
fg[NORMAL] = @menubar_fg_color
fg[PRELIGHT] = @selected_fg_color
fg[SELECTED] = @selected_fg_color
fg[ACTIVE] = @selected_fg_color
fg[INSENSITIVE] = mix (1.05, shade (1.05, @menubar_bg_color), @menubar_fg_color)
engine "murrine" {
roundness = 0
}
}
style "evolve-menubaritem" {
xthickness = 3
ythickness = 3
engine "murrine" {
roundness = 0
}
}
# Toolbars
style "evolve-toolbar" = "evolve-default" {
bg[NORMAL] = @toolbar_bg_color
bg[PRELIGHT] = shade (1.02, @toolbar_bg_color)
bg[SELECTED] = @selected_bg_color
bg[INSENSITIVE] = @toolbar_bg_color
bg[ACTIVE] = shade (0.9, @toolbar_bg_color)
fg[NORMAL] = @toolbar_fg_color
fg[PRELIGHT] = @toolbar_fg_color
fg[SELECTED] = @selected_fg_color
fg[ACTIVE] = @toolbar_fg_color
fg[INSENSITIVE] = mix (0.5, @toolbar_bg_color, @toolbar_fg_color)
engine "murrine" {
gradient_shades = { 1.00, 0.95, 0.94, 0.90 }
}
}
style "evolve-toolbutton" = "evolve-button" {
bg[NORMAL] = @toolbar_bg_color
bg[PRELIGHT] = shade (1.02, @toolbar_bg_color)
bg[SELECTED] = @selected_bg_color
bg[INSENSITIVE] = @toolbar_bg_color
bg[ACTIVE] = shade (0.9, @toolbar_bg_color)
fg[NORMAL] = @toolbar_fg_color
fg[PRELIGHT] = @toolbar_fg_color
fg[SELECTED] = @selected_fg_color
fg[ACTIVE] = @toolbar_fg_color
fg[INSENSITIVE] = mix (0.5, @toolbar_bg_color, @toolbar_fg_color)
engine "murrine" {
}
}
class "GtkToolbar" style "evolve-toolbar"
class "GtkHandleBox" style "evolve-toolbar"
# Panels
style "evolve-panel" {
xthickness = 1
ythickness = 0
bg[NORMAL] = @bg_color
bg[PRELIGHT] = shade (1.1, @bg_color)
bg[ACTIVE] = shade (0.9, @bg_color)
bg[SELECTED] = shade (0.97, @bg_color)
fg[NORMAL] = @fg_color
fg[PRELIGHT] = @fg_color
fg[SELECTED] = @fg_color
fg[ACTIVE] = @fg_color
text[NORMAL] = @text_color
text[PRELIGHT] = @text_color
text[SELECTED] = @text_color
text[ACTIVE] = @text_color
engine "murrine" {
roundness = 0
}
}
widget "*PanelWidget*" style "evolve-panel"
widget "*PanelApplet*" style "evolve-panel"
widget "*fast-user-switch*" style "evolve-panel"
widget "*CPUFreq*Applet*" style "evolve-panel"
widget "*indicator-applet*" style "evolve-panel"
class "PanelApp*" style "evolve-panel"
class "PanelToplevel*" style "evolve-panel"
widget_class "*PanelToplevel*" style "evolve-panel"
widget_class "*notif*" style "evolve-panel"
widget_class "*Notif*" style "evolve-panel"
widget_class "*Tray*" style "evolve-panel"
widget_class "*tray*" style "evolve-panel"
widget_class "*computertemp*" style "evolve-panel"
widget_class "*Applet*Tomboy*" style "evolve-panel"
widget_class "*Applet*Netstatus*" style "evolve-panel"
widget "*gdm-user-switch-menubar*" style "evolve-panel"
style "bold-panel-item" {
font_name = "Bold"
engine "murrine" {
roundness = 0
}
}
widget "*Panel*MenuBar*" style "bold-panel-item"
widget "*gimmie*" style "bold-panel-item"
# widget_class "*Mail*" style "evolve-panel" # Disabled to fix Evolution bug
# class "*Panel*" style "evolve-panel" # Disabled to fix bug
# XFCE Styles
style "xfce-header" {
bg[NORMAL] = shade (0.9, @bg_color)
base[NORMAL] = shade (1.18, @bg_color)
}
style "xfdesktop-windowlist" {
bg[NORMAL] = @base_color
fg[INSENSITIVE] = shade (0.95, @base_color)
text[INSENSITIVE] = shade (0.95, @base_color)
}
style "xfdesktop-icon-view" {
XfdesktopIconView::label-alpha = 20
XfdesktopIconView::selected-label-alpha = 80
XfdesktopIconView::shadow-color = @tooltip_bg_color
XfdesktopIconView::selected-shadow-color = @tooltip_bg_color
XfdesktopIconView::shadow-x-offset = 1
XfdesktopIconView::selected-shadow-x-offset = 1
XfdesktopIconView::shadow-y-offset = 1
XfdesktopIconView::selected-shadow-y-offset = 1
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
engine "murrine"
{
}
}
style "xfwm-tabwin" {
Xfwm4TabwinWidget::border-width = 1
Xfwm4TabwinWidget::icon-size = 64
engine "murrine" {
focusstyle = 0
}
}
style "xfsm-logout" {
engine "murrine" {
}
}
style "thunar-sidepane"
{
base[NORMAL] = shade (0.9,@base_color)
base[INSENSITIVE] = shade (0.9,@base_color)
bg[NORMAL] = shade (0.92,@base_color)
bg[PRELIGHT] = shade (1.5,@selected_bg_color)
}
style "workspace-switcher" = "evolve-panel" {
bg[SELECTED] = mix (0.3, shade (1.35,@selected_bg_color), shade (0.9,@base_color))
}
widget_class "*ThunarShortcutsView*" style "thunar-sidepane"
widget_class "*ThunarTreeView*" style "thunar-sidepane"
widget_class "*GtkFileChooserWidget.GtkFileChooserDefault.GtkVBox.GtkHPaned.GtkVBox.GtkScrolledWindow.GtkTreeView*" style "thunar-sidepane"
widget "*Xfce*Panel*" style "evolve-panel"
class "*Xfce*Panel*" style "evolve-panel"
widget "*WnckPager*" style "workspace-switcher"
widget_class "*XfceHeading*" style "xfce-header"
widget_class "*XfceDesktop*" style "xfdesktop-windowlist"
widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view"
widget "xfwm4-tabwin*" style "xfwm-tabwin"
widget_class "*XfsmLogoutDialog*" style "xfsm-logout"
# Google Chrome/Chromium Styles (requires 9.0.597 or newer)
style "chromium-toolbar-button" {
engine "murrine" {
roundness = 2
textstyle = 0
}
}
style "chrome-gtk-frame" {
ChromeGtkFrame::frame-color = @bg_color
ChromeGtkFrame::inactive-frame-color = @bg_color
ChromeGtkFrame::frame-gradient-size = 16
ChromeGtkFrame::frame-gradient-color = @bg_color
ChromeGtkFrame::incognito-frame-color = shade (0.97, @bg_color)
ChromeGtkFrame::incognito-inactive-frame-color = shade (0.97, @bg_color)
ChromeGtkFrame::incognito-frame-gradient-size = 16
ChromeGtkFrame::incognito-frame-gradient-color = shade (0.97, @bg_color)
ChromeGtkFrame::scrollbar-trough-color = shade (0.97, @bg_color)
ChromeGtkFrame::scrollbar-slider-prelight-color = shade (1.02, @bg_color)
ChromeGtkFrame::scrollbar-slider-normal-color = shade (1.12, @bg_color)
}
class "ChromeGtkFrame" style "chrome-gtk-frame"
widget_class "*Chrom*Button*" style "chromium-toolbar-button"
# General Style Application
class "GtkWidget" style "evolve-default"
class "GtkFrame" style "evolve-wide"
class "MetaFrames" style "metacity-frame"
class "GtkSeparator" style "evolve-wide"
class "GtkWindow" style "metacity-frame"
class "GtkCalendar" style "evolve-wide"
class "GtkSpinButton" style "evolve-spinbutton"
class "GtkScale" style "evolve-scale"
class "GtkVScale" style "evolve-vscale"
class "GtkHScale" style "evolve-hscale"
class "GtkScrollbar" style "evolve-scrollbar"
class "GtkVScrollbar" style "evolve-vscrollbar"
class "GtkHScrollbar" style "evolve-hscrollbar"
class "GtkRadio*" style "evolve-radiocheck"
class "GtkCheck*" style "evolve-radiocheck"
class "GtkEntry" style "evolve-entry"
widget_class "*<GtkNotebook>" style "evolve-notebook"
widget_class "*<GtkNotebook>*<GtkEventBox>" style "evolve-notebook-bg"
widget_class "*<GtkNotebook>*<GtkDrawingArea>" style "evolve-notebook-bg"
widget_class "*<GtkNotebook>*<GtkLayout>" style "evolve-notebook-bg"
widget_class "*.GtkNotebook.*.GtkViewport" style "evolve-notebook"
widget_class "*<GtkButton>" style "evolve-button"
widget_class "*<GtkStatusbar>*" style "evolve-statusbar"
widget_class "*<GtkProgress>" style "evolve-progressbar"
widget_class "*<GtkProgressBar>" style "evolve-progressbar"
widget_class "*<GtkComboBoxEntry>*" style "evolve-comboboxentry"
widget_class "*<GtkCombo>*" style "evolve-comboboxentry"
widget_class "*<GtkMenu>*" style "evolve-menu"
widget_class "*<GtkMenuItem>*" style "evolve-menu-item"
widget_class "*<GtkSeparatorMenuItem>*" style "evolve-separator-menu-item"
widget_class "*Menu*.*Sepa*" style "evolve-separator-menu-item"
widget_class "*<GtkMenuBar>*" style "evolve-menubar"
widget_class "*<GtkMenuBar>*<GtkMenuItem>*" style "evolve-menubaritem"
widget_class "*GtkToolButton*" style "evolve-toolbutton"
widget_class "*GtkToggleToolButton*" style "evolve-toolbutton"
widget_class "*GtkMenuToolButton*" style "evolve-toolbutton"
widget_class "*GtkToolbar*Button" style "evolve-toolbutton"
widget_class "*.<GtkFrame>.<GtkLabel>" style "evolve-frame-title"
widget_class "*.<GtkTreeView>*" style "evolve-treeview"
widget_class "*.<GtkTreeView>.<GtkButton>" style "evolve-treeview-header"
widget_class "*.<GtkCTree>.<GtkButton>" style "evolve-treeview-header"
widget_class "*.<GtkList>.<GtkButton>" style "evolve-treeview-header"
widget_class "*.<GtkCList>.<GtkButton>" style "evolve-treeview-header"
widget "gtk-tooltip*" style "evolve-tooltips"
widget_class "*<GtkScrolledWindow>*<OsScrollbar>" style "evolve-overlay-scrollbar"
# Workarounds and Non-Standard Styling
style "text-is-fg-color-workaround" {
text[NORMAL] = @text_color
text[PRELIGHT] = @fg_color
text[SELECTED] = @selected_fg_color
text[ACTIVE] = @fg_color
text[INSENSITIVE] = mix (0.85, shade (0.75, @bg_color), @fg_color)
}
widget_class "*.<GtkComboBox>.<GtkCellView>" style "text-is-fg-color-workaround"
style "fg-is-text-color-workaround" {
fg[NORMAL] = @text_color
fg[PRELIGHT] = @text_color
fg[ACTIVE] = @selected_fg_color
fg[SELECTED] = @selected_fg_color
fg[INSENSITIVE] = darker (@fg_color)
}
widget_class "*<GtkListItem>*" style "fg-is-text-color-workaround"
widget_class "*<GtkCList>" style "fg-is-text-color-workaround"
widget_class "*<EelEditableLabel>" style "fg-is-text-color-workaround"
style "evolve-evo-new-button-workaround" {
engine "murrine" {
toolbarstyle = 0
}
}
widget_class "EShellWindow.GtkVBox.BonoboDock.BonoboDockBand.BonoboDockItem*" style "evolve-evo-new-button-workaround"
style "inkscape-toolbar-fix" {
engine "murrine" {
gradient_shades = { 1.0, 1.0, 1.0, 1.0 }
highlight_shade = 1.0
}
}
#widget "*GtkHandleBox*" style "inkscape-toolbar-fix"
#widget "*HandleBox*CommandsToolbar*" style "inkscape-toolbar-fix"
#widget "*HandleBox*SnapToolbar*" style "inkscape-toolbar-fix"
widget "*HandleBox*SelectToolbar*" style "inkscape-toolbar-fix"
widget "*HandleBox*NodeToolbar*" style "inkscape-toolbar-fix"
widget "*HandleBox*TweakToolbar*" style "inkscape-toolbar-fix"
widget "*HandleBox*ZoomToolbar*" style "inkscape-toolbar-fix"
widget "*HandleBox*StarToolbar*" style "inkscape-toolbar-fix"
widget "*HandleBox*RectToolbar*" style "inkscape-toolbar-fix"
widget "*HandleBox*3DBoxToolbar*" style "inkscape-toolbar-fix"
widget "*HandleBox*ArcToolbar*" style "inkscape-toolbar-fix"
widget "*HandleBox*SpiralToolbar*" style "inkscape-toolbar-fix"
widget "*HandleBox*PencilToolbar*" style "inkscape-toolbar-fix"
widget "*HandleBox*PenToolbar*" style "inkscape-toolbar-fix"
widget "*HandleBox*CalligraphyToolbar*" style "inkscape-toolbar-fix"
widget "*HandleBox*EraserToolbar*" style "inkscape-toolbar-fix"
widget "*HandleBox*LPEToolToolbar*" style "inkscape-toolbar-fix"
widget "*HandleBox*DropperToolbar*" style "inkscape-toolbar-fix"
widget "*HandleBox*ConnectorToolbar*" style "inkscape-toolbar-fix"
widget "*HandleBox*PaintbucketToolbar*" style "inkscape-toolbar-fix"
# Performance Fixes
style "performance-fix" {
engine "murrine" {
textstyle = 0
}
}
widget_class "*gtkmm__GtkWindow*" style "performance-fix" # Inkscape
widget_class "*GimpDisplayShell*" style "performance-fix" # Gimp
widget_class "*GimpToolbox*" style "performance-fix"
widget_class "*GimpMenuDock*" style "performance-fix"
widget "*OOoFixed*" style "performance-fix" # Openoffice/Libreoffice
widget_class "*MozContainer*" style "performance-fix" # Firefox (Not sure if this one does anything though.)

View file

@ -0,0 +1,155 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
sodipodi:docname="bullet-symbolic.svg"
inkscape:export-filename="/home/sam/dev/RESOURCES/gnome-icon-theme-symbolic/src/gnome-stencils.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"
height="14"
id="svg7384"
version="1.1"
inkscape:version="0.91 r13725"
width="14">
<metadata
id="metadata90">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title>Gnome Symbolic Icon Theme</dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<sodipodi:namedview
inkscape:bbox-nodes="true"
inkscape:bbox-paths="true"
bordercolor="#666666"
borderopacity="1"
inkscape:current-layer="layer9"
inkscape:cx="9.6493349"
inkscape:cy="5.5864571"
gridtolerance="10"
inkscape:guide-bbox="true"
guidetolerance="10"
id="namedview88"
inkscape:object-nodes="true"
inkscape:object-paths="false"
objecttolerance="10"
pagecolor="#3a3b39"
inkscape:pageopacity="1"
inkscape:pageshadow="2"
showborder="true"
showgrid="false"
showguides="true"
inkscape:snap-bbox="true"
inkscape:snap-bbox-midpoints="false"
inkscape:snap-global="true"
inkscape:snap-grids="true"
inkscape:snap-nodes="false"
inkscape:snap-others="false"
inkscape:snap-to-guides="true"
inkscape:window-height="1016"
inkscape:window-maximized="1"
inkscape:window-width="1920"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:zoom="22.005438"
inkscape:showpageshadow="false">
<inkscape:grid
dotted="false"
empspacing="2"
enabled="true"
id="grid4866"
originx="-139.99995"
originy="120"
snapvisiblegridlinesonly="true"
spacingx="1px"
spacingy="1px"
type="xygrid"
visible="true" />
</sodipodi:namedview>
<title
id="title9167">Gnome Symbolic Icon Theme</title>
<defs
id="defs7386">
<linearGradient
gradientTransform="matrix(-2.7365795,0.28202934,-0.18908311,-0.99988321,239.54008,-879.45557)"
id="linearGradient19282"
osb:paint="solid">
<stop
id="stop19284"
offset="0"
style="stop-color:#666666;stop-opacity:1;" />
</linearGradient>
</defs>
<g
inkscape:groupmode="layer"
id="layer9"
inkscape:label="status"
style="display:inline"
transform="translate(-381.00015,-339)">
<path
inkscape:connector-curvature="0"
d="m 388.00015,343.01754 c -1.64587,0 -2.98246,1.33658 -2.98246,2.98246 0,1.64587 1.33659,2.98246 2.98246,2.98246 1.64587,0 2.98246,-1.33659 2.98246,-2.98246 0,-1.64588 -1.33659,-2.98246 -2.98246,-2.98246 z"
id="path9555"
sodipodi:nodetypes="csssc"
style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';text-indent:0pt;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#bebebe;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78125;marker:none" />
</g>
<g
inkscape:groupmode="layer"
id="layer10"
inkscape:label="devices"
style="display:inline"
transform="translate(-381.00015,-339)" />
<g
inkscape:groupmode="layer"
id="layer11"
inkscape:label="apps"
transform="translate(-381.00015,-339)" />
<g
inkscape:groupmode="layer"
id="layer13"
inkscape:label="places"
style="display:inline"
transform="translate(-381.00015,-339)" />
<g
inkscape:groupmode="layer"
id="layer14"
inkscape:label="mimetypes"
transform="translate(-381.00015,-339)" />
<g
inkscape:groupmode="layer"
id="layer15"
inkscape:label="emblems"
style="display:inline"
transform="translate(-381.00015,-339)" />
<g
inkscape:groupmode="layer"
id="g71291"
inkscape:label="emotes"
style="display:inline"
transform="translate(-381.00015,-339)" />
<g
inkscape:groupmode="layer"
id="g4953"
inkscape:label="categories"
style="display:inline"
transform="translate(-381.00015,-339)" />
<g
inkscape:groupmode="layer"
id="layer12"
inkscape:label="actions"
style="display:inline"
transform="translate(-381.00015,-339)" />
</svg>

After

Width:  |  Height:  |  Size: 5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 147 B

View file

@ -0,0 +1,155 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
sodipodi:docname="check-symbolic.svg"
inkscape:export-filename="/home/ochosi/Nerdstuff/shimmer/Greybird/gtk-3.0/assets/check-symbolic.symbolic.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"
height="14"
id="svg7384"
version="1.1"
inkscape:version="0.91 r13725"
width="14">
<metadata
id="metadata90">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title>Gnome Symbolic Icon Theme</dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<sodipodi:namedview
inkscape:bbox-nodes="true"
inkscape:bbox-paths="true"
bordercolor="#666666"
borderopacity="1"
inkscape:current-layer="layer9"
inkscape:cx="-26.663463"
inkscape:cy="8.7102604"
gridtolerance="10"
inkscape:guide-bbox="true"
guidetolerance="10"
id="namedview88"
inkscape:object-nodes="true"
inkscape:object-paths="false"
objecttolerance="10"
pagecolor="#ffffff"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
showborder="true"
showgrid="false"
showguides="true"
inkscape:snap-bbox="true"
inkscape:snap-bbox-midpoints="false"
inkscape:snap-global="true"
inkscape:snap-grids="true"
inkscape:snap-nodes="false"
inkscape:snap-others="false"
inkscape:snap-to-guides="true"
inkscape:window-height="1029"
inkscape:window-maximized="1"
inkscape:window-width="1920"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:zoom="15.238496"
inkscape:showpageshadow="false">
<inkscape:grid
dotted="false"
empspacing="2"
enabled="true"
id="grid4866"
originx="-159.99995"
originy="120"
snapvisiblegridlinesonly="true"
spacingx="1px"
spacingy="1px"
type="xygrid"
visible="true" />
</sodipodi:namedview>
<title
id="title9167">Gnome Symbolic Icon Theme</title>
<defs
id="defs7386">
<linearGradient
gradientTransform="matrix(-2.7365795,0.28202934,-0.18908311,-0.99988321,239.54008,-879.45557)"
id="linearGradient19282"
osb:paint="solid">
<stop
id="stop19284"
offset="0"
style="stop-color:#666666;stop-opacity:1;" />
</linearGradient>
</defs>
<g
inkscape:groupmode="layer"
id="layer9"
inkscape:label="status"
style="display:inline;opacity:1"
transform="translate(-401.00015,-339)">
<path
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#bebebe;fill-opacity:1;stroke:none;stroke-width:3;marker:none;enable-background:accumulate"
d="m 415.00015,339.98047 -6.5,6.39453 -3.39686,-3.19999 -1.66564,2.51874 5.0625,4.93125 6.5,-7.98356 z"
id="path8913-6-7-1-5-1"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccc" />
</g>
<g
inkscape:groupmode="layer"
id="layer10"
inkscape:label="devices"
style="display:inline"
transform="translate(-401.00015,-339)" />
<g
inkscape:groupmode="layer"
id="layer11"
inkscape:label="apps"
transform="translate(-401.00015,-339)" />
<g
inkscape:groupmode="layer"
id="layer13"
inkscape:label="places"
style="display:inline"
transform="translate(-401.00015,-339)" />
<g
inkscape:groupmode="layer"
id="layer14"
inkscape:label="mimetypes"
transform="translate(-401.00015,-339)" />
<g
inkscape:groupmode="layer"
id="layer15"
inkscape:label="emblems"
style="display:inline"
transform="translate(-401.00015,-339)" />
<g
inkscape:groupmode="layer"
id="g71291"
inkscape:label="emotes"
style="display:inline"
transform="translate(-401.00015,-339)" />
<g
inkscape:groupmode="layer"
id="g4953"
inkscape:label="categories"
style="display:inline"
transform="translate(-401.00015,-339)" />
<g
inkscape:groupmode="layer"
id="layer12"
inkscape:label="actions"
style="display:inline"
transform="translate(-401.00015,-339)" />
</svg>

After

Width:  |  Height:  |  Size: 5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 324 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 346 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 352 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 583 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 577 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 614 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 577 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 346 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 388 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 385 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 381 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 346 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 352 B

View file

@ -0,0 +1,153 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
sodipodi:docname="dash-symbolic.svg"
inkscape:export-filename="/home/sam/dev/RESOURCES/gnome-icon-theme-symbolic/src/gnome-stencils.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"
height="14"
id="svg7384"
version="1.1"
inkscape:version="0.91 r13725"
width="14">
<metadata
id="metadata90">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title>Gnome Symbolic Icon Theme</dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<sodipodi:namedview
inkscape:bbox-nodes="true"
inkscape:bbox-paths="true"
bordercolor="#666666"
borderopacity="1"
inkscape:current-layer="layer9"
inkscape:cx="6.8118913"
inkscape:cy="7.9276321"
gridtolerance="10"
inkscape:guide-bbox="true"
guidetolerance="10"
id="namedview88"
inkscape:object-nodes="true"
inkscape:object-paths="false"
objecttolerance="10"
pagecolor="#3a3b39"
inkscape:pageopacity="1"
inkscape:pageshadow="2"
showborder="true"
showgrid="false"
showguides="true"
inkscape:snap-bbox="true"
inkscape:snap-bbox-midpoints="false"
inkscape:snap-global="true"
inkscape:snap-grids="true"
inkscape:snap-nodes="false"
inkscape:snap-others="false"
inkscape:snap-to-guides="true"
inkscape:window-height="1016"
inkscape:window-maximized="1"
inkscape:window-width="1920"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:zoom="25.058754"
inkscape:showpageshadow="false">
<inkscape:grid
dotted="false"
empspacing="2"
enabled="true"
id="grid4866"
originx="-159.99995"
originy="140"
snapvisiblegridlinesonly="true"
spacingx="1px"
spacingy="1px"
type="xygrid"
visible="true" />
</sodipodi:namedview>
<title
id="title9167">Gnome Symbolic Icon Theme</title>
<defs
id="defs7386">
<linearGradient
gradientTransform="matrix(-2.7365795,0.28202934,-0.18908311,-0.99988321,239.54008,-879.45557)"
id="linearGradient19282"
osb:paint="solid">
<stop
id="stop19284"
offset="0"
style="stop-color:#666666;stop-opacity:1;" />
</linearGradient>
</defs>
<g
inkscape:groupmode="layer"
id="layer9"
inkscape:label="status"
style="display:inline"
transform="translate(-401.00015,-359)">
<path
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#bebebe;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
d="m 405.00021,364 5.99999,0 c 1.108,0 2,0.892 2,2 0,1.108 -0.892,2 -2,2 l -5.99999,0 c -1.108,0 -2,-0.892 -2,-2 0,-1.108 0.892,-2 2,-2 z"
id="rect3346" />
</g>
<g
inkscape:groupmode="layer"
id="layer10"
inkscape:label="devices"
style="display:inline"
transform="translate(-401.00015,-359)" />
<g
inkscape:groupmode="layer"
id="layer11"
inkscape:label="apps"
transform="translate(-401.00015,-359)" />
<g
inkscape:groupmode="layer"
id="layer13"
inkscape:label="places"
style="display:inline"
transform="translate(-401.00015,-359)" />
<g
inkscape:groupmode="layer"
id="layer14"
inkscape:label="mimetypes"
transform="translate(-401.00015,-359)" />
<g
inkscape:groupmode="layer"
id="layer15"
inkscape:label="emblems"
style="display:inline"
transform="translate(-401.00015,-359)" />
<g
inkscape:groupmode="layer"
id="g71291"
inkscape:label="emotes"
style="display:inline"
transform="translate(-401.00015,-359)" />
<g
inkscape:groupmode="layer"
id="g4953"
inkscape:label="categories"
style="display:inline"
transform="translate(-401.00015,-359)" />
<g
inkscape:groupmode="layer"
id="layer12"
inkscape:label="actions"
style="display:inline"
transform="translate(-401.00015,-359)" />
</svg>

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 130 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 330 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 285 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 363 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 367 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 158 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 167 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 168 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 167 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 181 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 205 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 148 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 151 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 583 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 563 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 578 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 643 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 631 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 625 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 527 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 542 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 187 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 337 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 245 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 252 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 229 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 223 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 222 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 170 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 167 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 183 B

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1 @@
@import url("gtk-contained.css");

View file

@ -0,0 +1,4 @@
[Settings]
gtk_color_scheme = "base_color:#18191A\nbg_color:#151617\ntooltip_bg_color:#18191A\nselected_bg_color:#3D4345\ntext_color:#C3D4D4\nfg_color:#C3D4D1\ntooltip_fg_color:#C3D4D1\nselected_fg_color:#C3D4D4\nmenubar_bg_color:#151617\nmenubar_fg_color:#C3D4D1\ntoolbar_bg_color:#151617\ntoolbar_fg_color:#C3D4D4\nmenu_bg_color:#151617\nmenu_fg_color:#C3D4D4\npanel_bg_color:#151617\npanel_fg_color:#C3D4D4\nlink_color:#3D4345"
gtk-auto-mnemonics = 1
gtk-visible-focus = automatic

12
themes/Dragon/index.theme Normal file
View file

@ -0,0 +1,12 @@
[Desktop Entry]
Type=X-GNOME-Metatheme
Name=Dragon
Comment=Dragon based off Greybird theme
Encoding=UTF-8
[X-GNOME-Metatheme]
GtkTheme=Dragon
MetacityTheme=Dragon
IconTheme=Adwaita
CursorTheme=Adwaita
ButtonLayout=:minimize,maximize,close

View file

@ -0,0 +1,4 @@
#define close_width 8
#define close_height 8
static unsigned char close_bits[] = {
0xc3, 0xe7, 0x7e, 0x3c, 0x3c, 0x7e, 0xe7, 0xc3 };

View file

@ -0,0 +1,5 @@
#define close_pressed_width 10
#define close_pressed_height 10
static unsigned char close_pressed_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x0c, 0x03, 0x9c, 0x03, 0xf8, 0x01, 0xf0, 0x00,
0xf0, 0x00, 0xf8, 0x01, 0x9c, 0x03, 0x0c, 0x03 };

View file

@ -0,0 +1,4 @@
#define desk_width 8
#define desk_height 8
static unsigned char desk_bits[] = {
0x00, 0x00, 0x48, 0x78, 0x7f, 0x78, 0x48, 0x00 };

View file

@ -0,0 +1,4 @@
#define desk_toggled_width 8
#define desk_toggled_height 8
static unsigned char desk_toggled_bits[] = {
0x00, 0x66, 0x66, 0x00, 0x00, 0x66, 0x66, 0x00 };

View file

@ -0,0 +1,4 @@
#define iconify_width 8
#define iconify_height 8
static unsigned char iconify_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff };

View file

@ -0,0 +1,5 @@
#define iconify_pressed_width 10
#define iconify_pressed_height 10
static unsigned char iconify_pressed_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0xfc, 0x03, 0xfc, 0x03 };

View file

@ -0,0 +1,4 @@
#define max_width 8
#define max_height 8
static unsigned char max_bits[] = {
0xff, 0xff, 0x81, 0x81, 0x81, 0x81, 0x81, 0xff };

View file

@ -0,0 +1,5 @@
#define max_pressed_width 10
#define max_pressed_height 10
static unsigned char max_pressed_bits[] = {
0x00, 0x00, 0x00, 0x00, 0xfc, 0x03, 0xfc, 0x03, 0x04, 0x02, 0x04, 0x02,
0x04, 0x02, 0x04, 0x02, 0x04, 0x02, 0xfc, 0x03 };

View file

@ -0,0 +1,4 @@
#define max_toggled_width 8
#define max_toggled_height 8
static unsigned char max_toggled_bits[] = {
0xfc, 0xfc, 0x84, 0x9f, 0x91, 0xf1, 0x11, 0x1f };

View file

@ -0,0 +1,4 @@
#define shade_width 8
#define shade_height 8
static unsigned char shade_bits[] = {
0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };

View file

@ -0,0 +1,5 @@
#define shade_pressed_width 10
#define shade_pressed_height 10
static unsigned char shade_pressed_bits[] = {
0x00, 0x00, 0x00, 0x00, 0xfc, 0x03, 0xfc, 0x03, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };

View file

@ -0,0 +1,95 @@
!! Dragonbox by sleekmason 04-09-2022
!! Based on Onyx-Citrus by Dana Jansens
!! Menu background
menu.items.bg: flat gradient vertical
menu.items.bg.color: #18191A
menu.items.bg.colorTo: #18191A
menu.separator.color: #2B3030
!! Menu text
menu.items.text.color: #C6D6D6
menu.items.justify: left
menu.items.disabled.text.color: #677070
!! Menu title
menu.title.bg: raised splitvertical gradient
menu.title.bg.color: #18191A
menu.title.bg.colorTo: #18191A
menu.title.text.color: #C6D6D6
menu.title.text.justify: center
!! Selected menu item
menu.items.active.bg: raised splitvertical gradient
menu.items.active.bg.color: #3C4244
menu.items.active.bg.colorTo: #3C4244
menu.items.active.text.color: #DFF0EF
!! Titlebar
window.active.title.bg: raised vertical gradient
window.active.title.bg.color: #34393B
window.active.title.bg.colorTo: #18191A
window.inactive.title.bg: flat splitvertical gradient
window.inactive.title.bg.color: #18191A
window.inactive.title.bg.colorTo: #18191A
!! Titlebar text
window.label.text.justify: center
window.active.label.bg: parentrelative
window.active.label.text.color: #C0D1D1
window.inactive.label.bg: parentrelative
window.inactive.label.text.color: #778082
!! Window buttons
window.*.button.*.bg: parentrelative
window.active.button.*.hover.bg: flat splitvertical gradient border
window.inactive.button.*.hover.bg: parentrelative
window.*.button.*.pressed.bg: flat splitvertical gradient border
window.active.button.*.hover.bg.color: #575757
window.active.button.*.hover.bg.colorTo: #575757
window.active.button.*.hover.bg.border.color: #202D2E
window.active.button.*.pressed.bg.color: #707070
window.active.button.*.pressed.bg.colorTo: #707070
window.active.button.*.pressed.image.color: #000000
window.active.button.*.pressed.bg.border.color: #000000
window.inactive.button.*.pressed.bg.color: #262626
window.inactive.button.*.pressed.bg.colorTo: #262626
window.inactive.button.*.pressed.image.color: #404040
window.inactive.button.*.pressed.bg.border.color: #545757
window.active.button.*.image.color: #B9C9C8
window.active.button.disabled.image.color: #436363
window.inactive.button.*.image.color: #7E888A
window.inactive.button.disabled.image.color: #436363
!! Borders
window.active.border.color: #1F2021
window.inactive.border.color: #1A1B1C
window.inactive.title.separator.color: #18181A
border.width: 1
padding.width: 1
window.handle.width: 3
window.active.client.color: #262626
window.inactive.client.color: #262626
window.client.padding.width: 1
window.client.padding.height: 1
menu.border.color: #262626
menu.overlap: 0
!! Handles
window.active.handle.bg: raised
window.active.handle.bg.color: #1F2021
window.active.grip.bg: parentrelative
window.inactive.handle.bg: raised
window.inactive.handle.bg.color: #161617
window.inactive.grip.bg: parentrelative
!! Font shadows
!! menu.items.font:shadow=y:shadowtint=30
!! On-screen displays
osd.bg: gradient vertical flat
osd.bg.color: #2D3333
osd.bg.colorTo: #222222