diff --git a/profile/airootfs/root/content/home/.cinnamon/backgrounds/user-folders.lst b/profile/airootfs/root/content/home/.cinnamon/backgrounds/user-folders.lst deleted file mode 100644 index 3dcafa4..0000000 --- a/profile/airootfs/root/content/home/.cinnamon/backgrounds/user-folders.lst +++ /dev/null @@ -1 +0,0 @@ -/home/user/Pictures diff --git a/profile/airootfs/root/content/home/.cinnamon/configs/calendar@cinnamon.org/13.json b/profile/airootfs/root/content/home/.cinnamon/configs/calendar@cinnamon.org/13.json deleted file mode 100644 index 41e5062..0000000 --- a/profile/airootfs/root/content/home/.cinnamon/configs/calendar@cinnamon.org/13.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "section1": { - "type": "section", - "description": "Display" - }, - "show-events": { - "type": "switch", - "default": true, - "description": "Show calendar events", - "tooltip": "Check this to display events in the calendar.", - "value": true - }, - "show-week-numbers": { - "type": "switch", - "default": false, - "description": "Show week numbers in calendar", - "tooltip": "Check this to show week numbers in the calendar.", - "value": false - }, - "use-custom-format": { - "type": "switch", - "default": false, - "description": "Use a custom date format", - "tooltip": "Check this to define a custom format for the date in the calendar applet.", - "value": false - }, - "custom-format": { - "type": "entry", - "default": "%A, %B %e, %H:%M", - "description": "Date format", - "dependency": "use-custom-format", - "tooltip": "Set your custom format here.", - "value": "%A, %B %e, %H:%M" - }, - "format-button": { - "type": "button", - "description": "Show information on date format syntax", - "dependency": "use-custom-format", - "callback": "on_custom_format_button_pressed", - "tooltip": "Click this button to know more about the syntax for date formats." - }, - "section2": { - "type": "section", - "description": "Keyboard shortcuts" - }, - "keyOpen": { - "type": "keybinding", - "description": "Show calendar", - "default": "c", - "tooltip": "Set keybinding(s) to show the calendar.", - "value": "c" - }, - "__md5__": "5ea063337a9b776b6c19825f31b2a320" -} \ No newline at end of file diff --git a/profile/airootfs/root/content/home/.cinnamon/configs/favorites@cinnamon.org/9.json b/profile/airootfs/root/content/home/.cinnamon/configs/favorites@cinnamon.org/9.json deleted file mode 100644 index ed51ca4..0000000 --- a/profile/airootfs/root/content/home/.cinnamon/configs/favorites@cinnamon.org/9.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "head": { - "type": "header", - "description": "Settings" - }, - "show-full-uri": { - "type": "switch", - "default": false, - "description": "Display full paths in the list", - "value": false - }, - "__md5__": "47cfb84ecf716b6b4756ccdac7f369e4" -} \ No newline at end of file diff --git a/profile/airootfs/root/content/home/.cinnamon/configs/grouped-window-list@cinnamon.org/2.json b/profile/airootfs/root/content/home/.cinnamon/configs/grouped-window-list@cinnamon.org/2.json deleted file mode 100644 index fa81d97..0000000 --- a/profile/airootfs/root/content/home/.cinnamon/configs/grouped-window-list@cinnamon.org/2.json +++ /dev/null @@ -1,356 +0,0 @@ -{ - "layout": { - "type": "layout", - "pages": [ - "generalPage", - "panelPage", - "thumbnailsPage", - "contextMenuPage" - ], - "generalPage": { - "type": "page", - "title": "General", - "sections": [ - "generalSection", - "hotKeysSection" - ] - }, - "panelPage": { - "type": "page", - "title": "Panel", - "sections": [ - "appButtonsSection" - ] - }, - "thumbnailsPage": { - "type": "page", - "title": "Thumbnails", - "sections": [ - "thumbnailsSection", - "hoverPeekSection" - ] - }, - "contextMenuPage": { - "type": "page", - "title": "Context Menu", - "sections": [ - "contextMenuSection" - ] - }, - "generalSection": { - "type": "section", - "title": "Behavior", - "keys": [ - "group-apps", - "scroll-behavior", - "left-click-action", - "middle-click-action", - "show-all-workspaces" - ] - }, - "appButtonsSection": { - "type": "section", - "title": "Application Buttons", - "keys": [ - "title-display", - "launcher-animation-effect", - "number-display", - "pinned-apps", - "enable-app-button-dragging" - ] - }, - "hotKeysSection": { - "type": "section", - "title": "Hot Keys", - "keys": [ - "cycleMenusHotkey", - "show-apps-order-hotkey", - "show-apps-order-timeout", - "super-num-hotkeys" - ] - }, - "thumbnailsSection": { - "type": "section", - "title": "Thumbnails", - "keys": [ - "thumbnail-scroll-behavior", - "show-thumbnails", - "animate-thumbnails", - "vertical-thumbnails", - "sort-thumbnails", - "highlight-last-focused-thumbnail", - "onclick-thumbnails", - "thumbnail-timeout", - "thumbnail-size" - ] - }, - "hoverPeekSection": { - "type": "section", - "title": "Hover Peek", - "keys": [ - "enable-hover-peek", - "hover-peek-time-in", - "hover-peek-time-out", - "hover-peek-opacity" - ] - }, - "contextMenuSection": { - "type": "section", - "title": "", - "keys": [ - "show-recent", - "autostart-menu-item", - "monitor-move-all-windows" - ] - } - }, - "number-display": { - "type": "checkbox", - "default": true, - "description": "Show window count numbers", - "value": true - }, - "title-display": { - "type": "combobox", - "default": 1, - "description": "Button label", - "options": { - "None": 1, - "Application name": 2, - "Window title": 3, - "Window title (only for the focused window)": 4 - }, - "value": 1 - }, - "scroll-behavior": { - "type": "combobox", - "default": 1, - "description": "Mouse wheel scroll action", - "options": { - "None": 1, - "Cycle apps": 2, - "Cycle windows": 3 - }, - "value": 1 - }, - "left-click-action": { - "type": "combobox", - "default": 2, - "description": "Left click action", - "options": { - "None": 1, - "Toggle activation of last focused window": 2, - "Cycle windows": 3 - }, - "value": 2 - }, - "middle-click-action": { - "type": "combobox", - "default": 3, - "description": "Middle click action", - "options": { - "None": 1, - "Launch new app instance": 2, - "Close last focused window in group": 3 - }, - "value": 3 - }, - "pinned-apps": { - "type": "generic", - "default": [ - "nemo.desktop", - "firefox.desktop", - "org.gnome.Terminal.desktop" - ], - "value": [ - "firefox.desktop", - "org.gnome.Terminal.desktop", - "nemo.desktop" - ] - }, - "group-apps": { - "type": "checkbox", - "default": true, - "description": "Group windows by application", - "value": true - }, - "show-all-workspaces": { - "type": "checkbox", - "default": false, - "description": "Show windows from all workspaces", - "value": false - }, - "enable-app-button-dragging": { - "type": "checkbox", - "default": true, - "description": "Enable app button dragging", - "value": true - }, - "launcher-animation-effect": { - "type": "combobox", - "default": 3, - "description": "Launcher animation", - "options": { - "None": 1, - "Fade": 2, - "Scale": 3 - }, - "value": 3 - }, - "cycleMenusHotkey": { - "type": "keybinding", - "default": "", - "description": "Global hotkey for cycling through thumbnail menus", - "value": "" - }, - "show-apps-order-hotkey": { - "type": "keybinding", - "default": "grave", - "description": "Global hotkey to show the order of apps", - "value": "grave" - }, - "show-apps-order-timeout": { - "type": "spinbutton", - "default": 2500, - "min": 100, - "max": 10000, - "step": 10, - "units": "milliseconds", - "description": "Duration of the apps order display on hotkey press", - "value": 2500 - }, - "super-num-hotkeys": { - "type": "checkbox", - "default": true, - "description": "Enable Super+ shortcut to switch/open apps", - "value": true - }, - "thumbnail-timeout": { - "dependency": "!onclick-thumbnails", - "type": "combobox", - "default": 250, - "description": "Delay before showing thumbnails", - "options": { - "50 ms": 50, - "250 ms": 250, - "500 ms": 500 - }, - "value": 250 - }, - "thumbnail-size": { - "type": "combobox", - "default": 6, - "description": "Thumbnail size", - "options": { - "Small": 3, - "Medium": 6, - "Large": 9, - "Largest": 12 - }, - "value": 6 - }, - "thumbnail-scroll-behavior": { - "type": "checkbox", - "default": false, - "description": "Cycle windows on mouse wheel scroll", - "value": false - }, - "show-thumbnails": { - "type": "checkbox", - "default": true, - "description": "Show thumbnails", - "value": true - }, - "animate-thumbnails": { - "type": "checkbox", - "default": false, - "description": "Animate thumbnails", - "value": false - }, - "vertical-thumbnails": { - "type": "checkbox", - "default": false, - "description": "Enable vertical thumbnails", - "value": false - }, - "sort-thumbnails": { - "type": "checkbox", - "default": false, - "description": "Sort thumbnails according to the last focused windows", - "value": false - }, - "highlight-last-focused-thumbnail": { - "type": "checkbox", - "default": true, - "description": "Highlight the thumbnail of the last focused window", - "value": true - }, - "onclick-thumbnails": { - "type": "checkbox", - "default": false, - "description": "Click to show thumbnails", - "value": false - }, - "show-recent": { - "type": "checkbox", - "default": true, - "description": "Show recent items", - "value": true - }, - "autostart-menu-item": { - "type": "checkbox", - "default": false, - "description": "Show autostart option", - "value": false - }, - "monitor-move-all-windows": { - "type": "checkbox", - "default": true, - "description": "Apply the monitor move option to all windows", - "tooltip": "When clicking \"Move to monitor\" in the context menu, this option will move all of an app's windows instead of just the last focused window from the app.", - "value": true - }, - "enable-hover-peek": { - "type": "checkbox", - "default": true, - "description": "Show the window when hovering its thumbnail", - "value": true - }, - "hover-peek-time-in": { - "dependency": "enable-hover-peek", - "type": "combobox", - "default": 300, - "description": "Window fade-in time", - "options": { - "150 ms": 150, - "300 ms": 300, - "450 ms": 450 - }, - "value": 300 - }, - "hover-peek-time-out": { - "dependency": "enable-hover-peek", - "type": "combobox", - "default": 0, - "description": "Window fade-out time", - "options": { - "None": 0, - "150 ms": 150, - "300 ms": 300, - "450 ms": 450 - }, - "value": 0 - }, - "hover-peek-opacity": { - "dependency": "enable-hover-peek", - "type": "spinbutton", - "default": 100, - "min": 0, - "max": 100, - "step": 1, - "units": "percent", - "description": "Window opacity", - "value": 100 - }, - "__md5__": "6f73ea938aeb5481595a809eb6cbe8e3" -} \ No newline at end of file diff --git a/profile/airootfs/root/content/home/.cinnamon/configs/menu@cinnamon.org/0.json b/profile/airootfs/root/content/home/.cinnamon/configs/menu@cinnamon.org/0.json deleted file mode 100644 index 230c9ca..0000000 --- a/profile/airootfs/root/content/home/.cinnamon/configs/menu@cinnamon.org/0.json +++ /dev/null @@ -1,267 +0,0 @@ -{ - "layout": { - "type": "layout", - "pages": [ - "panel", - "menu" - ], - "panel": { - "type": "page", - "title": "Panel", - "sections": [ - "panel-appear", - "panel-behave" - ] - }, - "menu": { - "type": "page", - "title": "Menu", - "sections": [ - "menu-layout", - "menu-behave" - ] - }, - "panel-appear": { - "type": "section", - "title": "Appearance", - "keys": [ - "menu-custom", - "menu-icon", - "menu-icon-size", - "menu-label" - ] - }, - "panel-behave": { - "type": "section", - "title": "Behavior", - "keys": [ - "overlay-key", - "activate-on-hover", - "hover-delay", - "force-show-panel", - "enable-animation" - ] - }, - "menu-layout": { - "type": "section", - "title": "Layout and content", - "keys": [ - "restrict-menu-height", - "menu-height", - "show-category-icons", - "category-icon-size", - "show-application-icons", - "application-icon-size", - "favbox-show", - "fav-icon-size", - "show-places", - "show-recents", - "menu-editor-button" - ] - }, - "menu-behave": { - "type": "section", - "title": "Behavior", - "keys": [ - "category-hover", - "enable-autoscroll", - "search-filesystem" - ] - } - }, - "overlay-key": { - "type": "keybinding", - "description": "Keyboard shortcut to open and close the menu", - "default": "Super_L::Super_R", - "value": "Super_L::Super_R" - }, - "menu-custom": { - "type": "switch", - "default": false, - "description": "Use a custom icon and label", - "tooltip": "Check this to specify a custom icon and label", - "value": false - }, - "menu-icon": { - "type": "iconfilechooser", - "default": "cinnamon-symbolic", - "description": "Icon", - "tooltip": "Select an icon to show in the panel.", - "default_icon": "cinnamon-symbolic", - "dependency": "menu-custom", - "value": "cinnamon-symbolic" - }, - "menu-icon-size": { - "type": "spinbutton", - "default": 32, - "min": 16, - "max": 96, - "step": 1, - "units": "px", - "description": "Icon size", - "dependency": "menu-custom", - "value": 32 - }, - "menu-label": { - "type": "entry", - "default": "Menu", - "description": "Text", - "tooltip": "Enter custom text to show in the panel.", - "dependency": "menu-custom", - "value": "Menu" - }, - "restrict-menu-height": { - "type": "switch", - "default": false, - "description": "Use a fixed menu height", - "tooltip": "Keep the size of the menu the same no matter how many favorites or categories there are.", - "value": false - }, - "menu-height": { - "type": "spinbutton", - "default": 550, - "min": 300, - "max": 2000, - "step": 10, - "units": "px", - "description": "Menu height", - "dependency": "restrict-menu-height", - "value": 550 - }, - "show-category-icons": { - "type": "switch", - "default": true, - "description": "Show category icons", - "tooltip": "Choose whether or not to show icons on categories.", - "value": true - }, - "category-icon-size": { - "type": "spinbutton", - "default": 22, - "min": 16, - "max": 48, - "step": 1, - "units": "px", - "description": "Categories icon size", - "dependency": "show-category-icons", - "value": 22 - }, - "show-application-icons": { - "type": "switch", - "default": true, - "description": "Show application icons", - "tooltip": "Choose whether or not to show icons on applications.", - "value": true - }, - "application-icon-size": { - "type": "spinbutton", - "default": 22, - "min": 16, - "max": 48, - "step": 1, - "units": "px", - "description": "Applications icon size", - "dependency": "show-application-icons", - "value": 22 - }, - "favbox-show": { - "type": "switch", - "default": true, - "description": "Show favorites and session buttons", - "tooltip": "Choose whether or not to show the left pane of the menu.", - "value": true - }, - "fav-icon-size": { - "type": "spinbutton", - "default": 32, - "min": 16, - "max": 64, - "step": 1, - "units": "px", - "description": "Favorites icon size", - "dependency": "favbox-show", - "value": 32 - }, - "show-favorites": { - "type": "switch", - "default": true, - "description": "Show favorites", - "tooltip": "Choose whether or not to show favorite files in the menu.", - "value": true - }, - "show-places": { - "type": "switch", - "default": true, - "description": "Show bookmarks and places", - "tooltip": "Choose whether or not to show bookmarks and places in the menu.", - "value": true - }, - "show-recents": { - "type": "switch", - "default": true, - "description": "Show recents", - "tooltip": "Choose whether or not to show recents in the menu.", - "value": true - }, - "category-hover": { - "type": "switch", - "default": true, - "description": "Change categories on hover", - "tooltip": "Choose whether or not to change categories by hovering.", - "value": true - }, - "enable-autoscroll": { - "type": "switch", - "default": true, - "description": "Enable autoscrolling in application list", - "tooltip": "Choose whether or not to enable smooth autoscrolling in the application list.", - "value": true - }, - "search-filesystem": { - "type": "switch", - "default": false, - "description": "Enable filesystem path entry in search box", - "tooltip": "Allows path entry in the menu search box.", - "value": false - }, - "force-show-panel": { - "type": "switch", - "default": true, - "description": "Force the panel to be visible when opening the menu", - "tooltip": "Opening the menu will also show the main panel (which may be auto-hidden).", - "value": true - }, - "activate-on-hover": { - "type": "switch", - "default": false, - "description": "Open the menu when I move my mouse over it", - "tooltip": "Enable opening the menu when the mouse enters the applet", - "value": false - }, - "hover-delay": { - "type": "spinbutton", - "default": 0, - "min": 0, - "max": 1000, - "step": 50, - "units": "milliseconds", - "dependency": "activate-on-hover", - "description": "Menu hover delay", - "tooltip": "Delay before the menu opens when hovered", - "value": 0 - }, - "enable-animation": { - "type": "switch", - "default": false, - "description": "Use menu animations", - "tooltip": "Allow the menu to animate on open and close", - "value": false - }, - "menu-editor-button": { - "type": "button", - "description": "Open the menu editor", - "callback": "_launch_editor", - "tooltip": "Press this button to customize your menu entries." - }, - "__md5__": "38c9122e36f6267fae12706a694ac35f" -} \ No newline at end of file diff --git a/profile/airootfs/root/content/home/.cinnamon/configs/network@cinnamon.org/network@cinnamon.org.json b/profile/airootfs/root/content/home/.cinnamon/configs/network@cinnamon.org/network@cinnamon.org.json deleted file mode 100644 index 07237ea..0000000 --- a/profile/airootfs/root/content/home/.cinnamon/configs/network@cinnamon.org/network@cinnamon.org.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "section1": { - "type": "section", - "description": "Menu" - }, - "keyOpen": { - "type": "keybinding", - "description": "Show menu", - "default": "n", - "tooltip": "Set keybinding(s) to show the network applet menu.", - "value": "n" - }, - "__md5__": "976b46e8430522899e7fe34f2abfee76" -} \ No newline at end of file diff --git a/profile/airootfs/root/content/home/.cinnamon/configs/notifications@cinnamon.org/notifications@cinnamon.org.json b/profile/airootfs/root/content/home/.cinnamon/configs/notifications@cinnamon.org/notifications@cinnamon.org.json deleted file mode 100644 index 428b0ad..0000000 --- a/profile/airootfs/root/content/home/.cinnamon/configs/notifications@cinnamon.org/notifications@cinnamon.org.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "section1": { - "type": "section", - "description": "Behavior" - }, - "ignoreTransientNotifications": { - "type": "switch", - "default": true, - "description": "Ignore transient notifications", - "tooltip": "Check this to ignore transient notifications.", - "value": true - }, - "section2": { - "type": "section", - "description": "Display" - }, - "showEmptyTray": { - "type": "switch", - "default": false, - "description": "Show empty tray", - "tooltip": "Check this to show the tray even when there are no new notifications.", - "value": false - }, - "showNotificationCount": { - "type": "switch", - "default": true, - "description": "Show the number of notifications", - "value": true - }, - "section3": { - "type": "section", - "description": "Keyboard shortcuts" - }, - "keyOpen": { - "type": "keybinding", - "description": "Show notifications", - "default": "n", - "tooltip": "Set keybinding(s) to show the notification popup menu.", - "value": "n" - }, - "keyClear": { - "type": "keybinding", - "description": "Clear notifications", - "default": "c", - "tooltip": "Set keybinding(s) to clear all notifications.", - "value": "c" - }, - "section4": { - "type": "section", - "description": "" - }, - "btnSystemSettings": { - "type": "button", - "description": "Open notification settings", - "callback": "on_btn_open_system_settings_clicked" - }, - "__md5__": "cb9ad336b2e360509f8ba388e1d19b8f" -} \ No newline at end of file diff --git a/profile/airootfs/root/content/home/.cinnamon/configs/power@cinnamon.org/power@cinnamon.org.json b/profile/airootfs/root/content/home/.cinnamon/configs/power@cinnamon.org/power@cinnamon.org.json deleted file mode 100644 index 02042e0..0000000 --- a/profile/airootfs/root/content/home/.cinnamon/configs/power@cinnamon.org/power@cinnamon.org.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "labelinfo": { - "type": "combobox", - "description": "Display", - "default": "nothing", - "options": { - "Show percentage": "percentage", - "Show time remaining": "time", - "Show percentage and time remaining": "percentage_time", - "Hide label": "nothing" - }, - "value": "nothing" - }, - "showmulti": { - "type": "switch", - "default": false, - "description": "Always show all batteries", - "tooltip": "Check this to always show multiple batteries in the panel, regardless of whether one of them is marked primary.", - "value": false - }, - "__md5__": "db29025b0930e93063f745d0adcc675a" -} \ No newline at end of file diff --git a/profile/airootfs/root/content/home/.cinnamon/configs/printers@cinnamon.org/6.json b/profile/airootfs/root/content/home/.cinnamon/configs/printers@cinnamon.org/6.json deleted file mode 100644 index 64eb33f..0000000 --- a/profile/airootfs/root/content/home/.cinnamon/configs/printers@cinnamon.org/6.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "section1": { - "type": "section", - "description": "Appearance" - }, - "show-icon": { - "type": "radiogroup", - "default": "printers", - "description": "Show printer icon", - "options": { - "Always": "always", - "When printers exist": "printers", - "When printing": "jobs" - }, - "tooltip": "Choose when to show the printer icon in the panel", - "value": "printers" - }, - "__md5__": "93e5a8d56ccfdbf949efa8b7e5b6ef9d" -} \ No newline at end of file diff --git a/profile/airootfs/root/content/home/.cinnamon/configs/sound@cinnamon.org/sound@cinnamon.org.json b/profile/airootfs/root/content/home/.cinnamon/configs/sound@cinnamon.org/sound@cinnamon.org.json deleted file mode 100644 index bdd8625..0000000 --- a/profile/airootfs/root/content/home/.cinnamon/configs/sound@cinnamon.org/sound@cinnamon.org.json +++ /dev/null @@ -1,116 +0,0 @@ -{ - "section1": { - "type": "section", - "description": "Menu" - }, - "playerControl": { - "type": "switch", - "default": true, - "description": "Control Players", - "value": true - }, - "extendedPlayerControl": { - "type": "switch", - "default": false, - "description": "Show Loop and Shuffle controls", - "dependency": "playerControl", - "value": false - }, - "keyOpen": { - "type": "keybinding", - "description": "Show menu", - "default": "s", - "tooltip": "Set keybinding(s) to show the sound applet menu.", - "value": "s" - }, - "_knownPlayers": { - "type": "generic", - "default": [ - "banshee", - "vlc", - "rhythmbox" - ], - "value": [ - "banshee", - "vlc", - "rhythmbox" - ] - }, - "section2": { - "type": "section", - "description": "Panel" - }, - "showtrack": { - "type": "switch", - "default": false, - "description": "Show song information on the panel", - "dependency": "playerControl", - "value": false - }, - "truncatetext": { - "type": "spinbutton", - "default": 30, - "min": 5, - "max": 512, - "units": "characters", - "step": 1, - "description": "Limit song information to", - "dependency": "showtrack", - "value": 30 - }, - "middleClickAction": { - "type": "combobox", - "default": "mute", - "options": { - "Toggle Mute": "mute", - "Toggle Mute output": "out_mute", - "Toggle Mute input": "in_mute", - "Toggle Play / Pause": "player" - }, - "description": "Action on middle click", - "value": "mute" - }, - "horizontalScroll": { - "type": "switch", - "default": false, - "description": "Use horizontal scrolling to move between tracks", - "dependency": "playerControl", - "value": false - }, - "showalbum": { - "type": "switch", - "default": false, - "description": "Show album art as icon", - "dependency": "playerControl", - "value": false - }, - "hideSystray": { - "type": "switch", - "description": "Hide system tray icons for compatible players", - "default": true, - "value": true - }, - "section3": { - "type": "section", - "description": "Tooltip" - }, - "tooltipShowVolume": { - "type": "switch", - "default": true, - "description": "Show volume in tooltip", - "value": true - }, - "tooltipShowPlayer": { - "type": "switch", - "default": false, - "description": "Show player in tooltip", - "value": false - }, - "tooltipShowArtistTitle": { - "type": "switch", - "default": false, - "description": "Show song artist and title in tooltip", - "value": false - }, - "__md5__": "cd7a99af6fce1f04852ac27d13a3bf55" -} \ No newline at end of file diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/extension/DesktopCube@yare.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/extension/DesktopCube@yare.png deleted file mode 100644 index 2c24530..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/extension/DesktopCube@yare.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/extension/Flipper@connerdev.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/extension/Flipper@connerdev.png deleted file mode 100644 index f2655d3..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/extension/Flipper@connerdev.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/extension/SanitizeXsessionErrors@claudiux.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/extension/SanitizeXsessionErrors@claudiux.png deleted file mode 100644 index b75c568..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/extension/SanitizeXsessionErrors@claudiux.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/extension/ShadowParameters@mikhail-ekzi.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/extension/ShadowParameters@mikhail-ekzi.png deleted file mode 100644 index 8c29b72..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/extension/ShadowParameters@mikhail-ekzi.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/extension/back-to-monitor@nathan818fr.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/extension/back-to-monitor@nathan818fr.png deleted file mode 100644 index 68be66c..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/extension/back-to-monitor@nathan818fr.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/extension/blur-overview@nailfarmer.nailfarmer.com.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/extension/blur-overview@nailfarmer.nailfarmer.com.png deleted file mode 100644 index 749a0e6..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/extension/blur-overview@nailfarmer.nailfarmer.com.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/extension/cinnamon-maximus@fmete.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/extension/cinnamon-maximus@fmete.png deleted file mode 100644 index b7c3190..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/extension/cinnamon-maximus@fmete.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/extension/desktop-icons-per-workspace@cardsurf.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/extension/desktop-icons-per-workspace@cardsurf.png deleted file mode 100644 index 5cf140e..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/extension/desktop-icons-per-workspace@cardsurf.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/extension/desktop-scroller@ccadeptic23.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/extension/desktop-scroller@ccadeptic23.png deleted file mode 100644 index 1382943..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/extension/desktop-scroller@ccadeptic23.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/extension/extra-panel-settings@gr3q.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/extension/extra-panel-settings@gr3q.png deleted file mode 100644 index 145b7f6..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/extension/extra-panel-settings@gr3q.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/extension/gTile@shuairan.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/extension/gTile@shuairan.png deleted file mode 100644 index 2aa316c..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/extension/gTile@shuairan.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/extension/index.json b/profile/airootfs/root/content/home/.cinnamon/spices.cache/extension/index.json deleted file mode 100644 index 272987a..0000000 --- a/profile/airootfs/root/content/home/.cinnamon/spices.cache/extension/index.json +++ /dev/null @@ -1 +0,0 @@ -{"DesktopCube@yare": {"spices-id": 68, "uuid": "DesktopCube@yare", "name": "Desktop Cube", "description": "Compiz Cube-like animation for workspace switching", "score": 26, "created": 1600183061, "last_edited": 1660855768, "last_commit": "bdf5881e4323a56b25229a27f6beec13b6eb7257", "last_commit_subject": "Merge pull request #402 from Alan01/patch-30", "file": "/files/extensions/DesktopCube@yare.zip", "file_size": 21735, "icon": "/files/extensions/DesktopCube@yare.png", "screenshot": "/git/extensions/DesktopCube@yare/screenshot.png", "author_id": "0", "author_user": "none", "translations": {"name_da": "Skrivebordsterning", "description_da": "Compiz Terning-lignende animation ved skift mellem arbejdsomr\u00e5der", "name_de": "Desktop-W\u00fcrfel", "description_de": "\u00bbCompiz-W\u00fcrfel\u00ab-\u00e4hnliche Animationen beim Wechsel der Arbeitsfl\u00e4chen", "description_fr": "Animation de changement de bureau \u00e0 la Compiz Cube", "name_hr": "Kocka radne povr\u0161ine", "description_hr": "Animacija poput Compiz kocke za prebacivanje radih prostora", "name_hu": "Asztal Kocka", "description_hu": "Compiz kocka szer\u0171 anim\u00e1ci\u00f3 a munkater\u00fcletek k\u00f6zti v\u00e1lt\u00e1sra", "name_it": "Cubo Desktop", "description_it": "Animazione simile a un cubo di Compiz per la commutazione dell'area di lavoro", "name_pt_BR": "Cubo de \u00e1reas de trabalho", "description_pt_BR": "Alterne os espa\u00e7os de trabalho com uma anima\u00e7\u00e3o inspirada nos cubos do Compiz", "name_ro": "Cub pentru spa\u021biul de lucru", "description_ro": "Anima\u021bie de tip Compiz Cube pentru schimbarea spa\u021biului de lucru", "name_tr": "Masa\u00fcst\u00fc K\u00fcp\u00fc", "description_tr": "\u00c7al\u0131\u015fma alan\u0131 ge\u00e7i\u015fi i\u00e7in Compiz benzeri k\u00fcp animasyonu", "name_zh_CN": "\u684c\u9762\u7acb\u65b9\u4f53", "description_zh_CN": "\u7528\u4e8e\u5de5\u4f5c\u533a\u5207\u6362\u7684Compiz\u7acb\u65b9\u4f53\u72b6\u7684\u52a8\u753b"}}, "Flipper@connerdev": {"spices-id": 69, "uuid": "Flipper@connerdev", "name": "Flipper", "description": "Fancy workspace switching extension", "score": 12, "created": 1600183061, "last_edited": 1659794579, "last_commit": "60c30805de0e909a73dacb613ed794332464e6c5", "last_commit_subject": "Handmade fixes for translations.", "file": "/files/extensions/Flipper@connerdev.zip", "file_size": 20826, "icon": "/files/extensions/Flipper@connerdev.png", "screenshot": "/git/extensions/Flipper@connerdev/screenshot.png", "author_id": "0", "author_user": "none", "translations": {"name_da": "Flipper", "description_da": "Smart udvidelse til skift af arbejdsomr\u00e5de", "name_de": "Flipper", "description_de": "Erweiterung f\u00fcr ausgefallene Arbeitsfl\u00e4chenwechsel", "name_hu": "Flipper", "description_hu": "Egy k\u00fcl\u00f6nleges munkater\u00fclet v\u00e1lt\u00f3 b\u0151v\u00edtm\u00e9ny", "name_it": "Flipper", "description_it": "Estensione di commutazione di area di lavoro elaborata", "name_pt_BR": "Flipper", "description_pt_BR": "Escolha um efeito para a mudan\u00e7a de \u00e1reas de trabalho", "name_ro": "Flipper", "description_ro": "Extensie extravagant\u0103 de comutare a spa\u021biului de lucru", "name_tr": "De\u011fi\u015ftirici", "description_tr": "\u00c7al\u0131\u015fma alan\u0131 de\u011fi\u015ftirmek i\u00e7in ho\u015f bir eklenti", "name_zh_CN": "Flipper", "description_zh_CN": "\u7eda\u4e3d\u7684\u5de5\u4f5c\u533a\u5207\u6362\u6269\u5c55"}}, "SanitizeXsessionErrors@claudiux": {"spices-id": 87, "uuid": "SanitizeXsessionErrors@claudiux", "name": "Sanitize ~/.xsession-errors", "description": "Filter messages sent to ~/.xsession-errors, to avoid flooding and save your SSD.", "score": 12, "created": 1600269303, "last_edited": 1661189916, "last_commit": "589876f651b84aee62d1d521f76d305c0032f909", "last_commit_subject": "SanitizeXsessionErrors@claudiux: update da.po", "file": "/files/extensions/SanitizeXsessionErrors@claudiux.zip", "file_size": 26724, "icon": "/files/extensions/SanitizeXsessionErrors@claudiux.png", "screenshot": "/git/extensions/SanitizeXsessionErrors@claudiux/screenshot.png", "author_id": "0", "author_user": "claudiux", "translations": {"name_da": "Ryd op i ~/.xsession-errors", "description_da": "Filtrer meddelelser sendt til ~/.xsession-errors for at undg\u00e5 at fylde den op og spar p\u00e5 pladsen p\u00e5 din disk.", "name_de": "Bereinige ~/.xsession-errors", "description_de": "Meldungen an ~/.xsession-errors filtern, um \u00dcberflutung der Logdatei zu vermeiden und die SSD zu schonen.", "name_fr": "Assainir ~/.xsession-errors", "description_fr": "Filtre les messages envoy\u00e9s au fichier ~/.xsession-errors, afin d'\u00e9viter qu'il soit noy\u00e9 de messages inutiles et afin d'\u00e9pargner votre disque SSD.", "name_hu": "~/.xsession-errors megtiszt\u00edt\u00e1sa", "description_hu": "Az ~/.xsession-errors sz\u00e1m\u00e1ra k\u00fcld\u00f6tt \u00fczenetek sz\u0171r\u00e9se, hogy elker\u00fclje a felesleges adat\u00e1radatot \u00e9s v\u00e9dje SSD-j\u00e9t.", "name_it": "Sanitizza ~/.xsession-errors", "description_it": "Filtra i messaggi inviati a ~/.xsession-errors, per evitare il flooding e salvare il tuo SSD.", "name_pt_BR": "Filtrar os erros da sess\u00e3o (~/.xsession-errors)", "description_pt_BR": "Filtre as mensagens a serem consideradas erros da sess\u00e3o (~/.xsession-errors), de modo a evitar encher o armazenamento do seu disco.", "name_ro": "Cur\u0103\u021b\u0103 ~/.xsession-errors", "description_ro": "Filtreaz\u0103 mesajele trimise la ~/.xsession-errors, pentru a evita inundarea acestuia \u0219i pentru a scuti SSD-ul."}}, "ShadowParameters@mikhail-ekzi": {"spices-id": 70, "uuid": "ShadowParameters@mikhail-ekzi", "name": "Custom Shadows", "description": "Customizable shadow parameters", "score": 7, "created": 1600183061, "last_edited": 1659794579, "last_commit": "60c30805de0e909a73dacb613ed794332464e6c5", "last_commit_subject": "Handmade fixes for translations.", "file": "/files/extensions/ShadowParameters@mikhail-ekzi.zip", "file_size": 22369, "icon": "/files/extensions/ShadowParameters@mikhail-ekzi.png", "screenshot": "/git/extensions/ShadowParameters@mikhail-ekzi/screenshot.png", "author_id": "0", "author_user": "mikhail-ekzi", "translations": {"name_da": "Tilpassede skygger", "description_da": "Tilpassede skyggeparametre", "name_hr": "Prilagodba sjenki", "description_hr": "Priljagodljivi parametri sjenke", "name_hu": "Egy\u00e9ni \u00e1rny\u00e9kok", "description_hu": "Testreszabhat\u00f3 \u00e1rny\u00e9k param\u00e9terei", "name_it": "Ombreggiature Personalizzate", "description_it": "Parametri personalizzabile per le ombreggiature", "name_pt_BR": "Sombras personalizadas", "description_pt_BR": "Ajuste a sombra das janelas", "name_ro": "Umbre personalizate", "description_ro": "Parametri personalizabili pentru umbre", "name_tr": "\u00d6zel G\u00f6lgeler", "description_tr": "\u00d6zelle\u015ftirilebilir g\u00f6lge de\u011fi\u015fkenleri", "name_zh_CN": "\u81ea\u5b9a\u4e49\u9634\u5f71", "description_zh_CN": "\u81ea\u5b9a\u4e49\u9634\u5f71\u53c2\u6570"}}, "back-to-monitor@nathan818fr": {"spices-id": 89, "uuid": "back-to-monitor@nathan818fr", "name": "Back to Monitor", "description": "Move windows back to their original location when (re-)connecting a monitor.", "score": 12, "created": 1637954701, "last_edited": 1660855645, "last_commit": "0b269a24f9a445209e3de744569e0280336097d1", "last_commit_subject": "Merge pull request #401 from Alan01/patch-29", "file": "/files/extensions/back-to-monitor@nathan818fr.zip", "file_size": 19698, "icon": "/files/extensions/back-to-monitor@nathan818fr.png", "screenshot": "/git/extensions/back-to-monitor@nathan818fr/screenshot.png", "author_id": "0", "author_user": "nathan818fr", "translations": {"name_da": "Back to Monitor", "description_da": "Flyt vinduer tilbage til deres oprindelige placering, n\u00e5r en sk\u00e6rm tilkobles (igen).", "name_fr": "Back to Monitor", "description_fr": "D\u00e9placer les fen\u00eatres \u00e0 leur emplacement d'origine lors de la (re)connexion d'un moniteur.", "name_hu": "Vissza a kijelz\u0151re", "description_hu": "Visszahelyezi az ablakokat az eredeti hely\u00e9re, amikor \u00fajracsatlakoztat egy kijelz\u0151t.", "name_it": "Torna al Monitor", "description_it": "Riporta le finestre nella loro posizione originale quando (ri)connetti un monitor.", "name_pt_BR": "De volta ao monitor", "description_pt_BR": "Mova as janelas para suas posi\u00e7\u00f5es originais ao (re)conectar um monitor.", "name_ro": "\u00cenapoi la Monitor", "description_ro": "Mut\u0103 ferestrele \u00eenapoi la loca\u021bia lor ini\u021bial\u0103 atunci c\u00e2nd se (re)conecteaz\u0103 un monitor."}}, "blur-overview@nailfarmer.nailfarmer.com": {"spices-id": 72, "uuid": "blur-overview@nailfarmer.nailfarmer.com", "name": "Blur Overview", "description": "Blur background in overview ([Ctrl]+[Alt]+[Down Arrow])", "score": 8, "created": 1600183061, "last_edited": 1660855666, "last_commit": "5da0e15128fa627e4bde63324909c6fbdf95bd03", "last_commit_subject": "Merge pull request #405 from Alan01/patch-31", "file": "/files/extensions/blur-overview@nailfarmer.nailfarmer.com.zip", "file_size": 60413, "icon": "/files/extensions/blur-overview@nailfarmer.nailfarmer.com.png", "screenshot": "/git/extensions/blur-overview@nailfarmer.nailfarmer.com/screenshot.png", "author_id": "0", "author_user": "none", "translations": {"name_da": "Sl\u00f8ret oversigt", "description_da": "Sl\u00f8ret baggrund i oversigten (Ctrl+Alt+Pil ned)", "name_de": "\u00dcbersichtsmodus-Unsch\u00e4rfe", "description_de": "Hintergrund im \u00dcbersichtsmodus verwischen ([Strg]+[Alt]+[Pfeil runter])", "name_hu": "Elmosott \u00e1ttekint\u00e9s", "description_hu": "H\u00e1tt\u00e9r elmos\u00e1sa \u00e1ttekint\u00e9sn\u00e9l ([Ctrl]+[Alt]+[Down Arrow])", "name_it": "Sfocatura della Panoramica", "description_it": "Sfocatura dello sfondo in panoramica ([Ctrl]+[Alt]+[Freccia Gi\u00f9])", "name_pt_BR": "Desfocar a vis\u00e3o geral de janelas abertas", "description_pt_BR": "Desfoque o plano de fundo ao exibir todas as janelas abertas na \u00e1rea de trabalho atual ([Ctrl]+[Alt]+[Seta para baixo])", "name_ro": "Estomparea Vederii Generale (Blur Overview)", "description_ro": "Estomparea fundalului \u00een vedere general\u0103 ([Ctrl]+[Alt]+[S\u0103geat\u0103 jos])", "name_tr": "Pencere Se\u00e7im Bulan\u0131kl\u0131\u011f\u0131", "name_zh_CN": "\u6a21\u7cca\u6982\u89c8"}}, "cinnamon-maximus@fmete": {"spices-id": 73, "uuid": "cinnamon-maximus@fmete", "name": "Cinnamon Maximus", "description": "Undecorate windows as you like.", "score": 39, "created": 1600183061, "last_edited": 1660856011, "last_commit": "cb57e18669e1186ee1d8f27dadc908dd70a52211", "last_commit_subject": "Merge pull request #392 from LeosBitto/master", "file": "/files/extensions/cinnamon-maximus@fmete.zip", "file_size": 22184, "icon": "/files/extensions/cinnamon-maximus@fmete.png", "screenshot": "/git/extensions/cinnamon-maximus@fmete/screenshot.png", "author_id": "0", "author_user": "none", "translations": {"name_da": "Cinnamon Maximus", "description_da": "Fjern vinduers titellinje efter behag.", "name_de": "Cinnamon-Maximus", "description_de": "Titelleiste von Fenstern nach Belieben entfernen", "name_hu": "Cinnamon Maximus", "description_hu": "Ablakok d\u00edsz\u00edt\u00e9s\u00e9nek tetsz\u00e9s szerinti elt\u00e1vol\u00edt\u00e1sa.", "name_it": "Cinnamon Maximus", "description_it": "Rimuove le decorazioni dalle finestre come preferisci.", "name_pt_BR": "Cinnamon Maximus", "description_pt_BR": "Remova a barra de t\u00edtulo das janelas \u00e0 vontade.", "name_ro": "Cinnamon Maximus", "description_ro": "\u00cenl\u0103tur\u0103 barele de titlu ale ferestrelor dup\u0103 cum dore\u0219ti.", "name_sv": "Cinnamon Maximus", "name_tr": "Cinnamon Maximus", "name_zh_CN": "Cinnamon Maximus"}}, "desktop-icons-per-workspace@cardsurf": {"spices-id": 74, "uuid": "desktop-icons-per-workspace@cardsurf", "name": "Desktop icons per workspace", "description": "Set positions of desktop icons per workspace", "score": 5, "created": 1600183061, "last_edited": 1660855711, "last_commit": "8f441066a07412505972dae01ec8a48cf3ffe4d6", "last_commit_subject": "Merge pull request #408 from Alan01/patch-33", "file": "/files/extensions/desktop-icons-per-workspace@cardsurf.zip", "file_size": 20784, "icon": "/files/extensions/desktop-icons-per-workspace@cardsurf.png", "screenshot": "/git/extensions/desktop-icons-per-workspace@cardsurf/screenshot.png", "author_id": "0", "author_user": "cardsurf", "translations": {"name_da": "Skrivebordsikoner per arbejdsomr\u00e5de", "description_da": "Angiv placeringen af skrivebordsikoner for hvert arbejdsomr\u00e5de", "name_de": "Desktop-Symbole pro Arbeitsfl\u00e4che", "description_de": "Positionen der Desktop-Symbole pro Arbeitsfl\u00e4che festlegen", "name_hu": "Asztali ikonok munkater\u00fcletenk\u00e9nt", "description_hu": "\u00c1ll\u00edtsa be az asztali ikonok poz\u00edci\u00f3it munkater\u00fcletenk\u00e9nt", "name_it": "Icone del desktop per area di lavoro", "description_it": "Imposta le posizioni delle icone del desktop per area di lavoro", "name_pt_BR": "\u00cdcones de cada \u00e1rea de trabalho", "description_pt_BR": "Defina as posi\u00e7\u00f5es dos \u00edcones em cada \u00e1rea de trabalho", "name_ro": "Pictogramele de pe desktop pentru fiecare spa\u021biu de lucru", "description_ro": "Seteaz\u0103 pozi\u021biile pictogramelor de pe desktop pentru fiecare spa\u021biu de lucru"}}, "desktop-scroller@ccadeptic23": {"spices-id": 75, "uuid": "desktop-scroller@ccadeptic23", "name": "Desktop Scroller", "description": "Switch between desktops by scrolling at left and right edges of the screen.", "score": 9, "created": 1600183061, "last_edited": 1660855584, "last_commit": "e6939a71889fa30fe96130899de7d079b6df65f4", "last_commit_subject": "Merge pull request #399 from AndreiMiculita/lots-of-ro-translations", "file": "/files/extensions/desktop-scroller@ccadeptic23.zip", "file_size": 42465, "icon": "/files/extensions/desktop-scroller@ccadeptic23.png", "screenshot": "/git/extensions/desktop-scroller@ccadeptic23/screenshot.png", "author_id": "0", "author_user": "none", "translations": {"name_da": "Arbejdsomr\u00e5derulning", "description_da": "Skift mellem arbejdsomr\u00e5der ved at rulle p\u00e5 sk\u00e6rmens venstre og h\u00f8jre kanter.", "name_de": "Arbeitsfl\u00e4chen-Scroller", "description_de": "Wechseln der Arbeitsfl\u00e4che durch Scrollen am linken und rechten Bildschirmrand.", "name_hu": "Munkater\u00fclet g\u00f6rget\u0151", "description_hu": "V\u00e1ltson a munkater\u00fcletek k\u00f6z\u00f6tt a k\u00e9perny\u0151 jobb \u00e9s bal sz\u00e9l\u00e9n val\u00f3 g\u00f6rget\u00e9ssel.", "name_it": "Desktop Scroller", "description_it": "Passa da un desktop all'altro scorrendo sui bordi sinistro e destro dello schermo.", "name_pt_BR": "Rolar para alternar \u00e1reas de trabalho", "description_pt_BR": "Alterne entre \u00e1reas de trabalho rolando com o mouse nas bordas esquerda e direita da tela.", "name_ro": "Derulare spa\u021biu de lucru", "description_ro": "Treci de la un spa\u021biu de lucru la altul prin derularea pe marginile din st\u00e2nga \u0219i din dreapta ale ecranului.", "name_zh_CN": "\u684c\u9762\u6eda\u52a8\u5de5\u5177", "description_zh_CN": "\u901a\u8fc7\u5728\u5c4f\u5e55\u5de6\u4fa7\u548c\u53f3\u4fa7\u8fb9\u7f18\u6eda\u52a8\u5728\u684c\u9762\u4e4b\u95f4\u5207\u6362\u3002"}}, "extra-panel-settings@gr3q": {"spices-id": 91, "uuid": "extra-panel-settings@gr3q", "name": "Extra Panel Settings", "description": "Extra configuration options for your Panels", "score": 4, "created": 1646034603, "last_edited": 1660855749, "last_commit": "aa0b2d5d5f3df2a80217e9ffaa633e32347826d7", "last_commit_subject": "Merge pull request #409 from Alan01/patch-34", "file": "/files/extensions/extra-panel-settings@gr3q.zip", "file_size": 12160, "icon": "/files/extensions/extra-panel-settings@gr3q.png", "screenshot": "/git/extensions/extra-panel-settings@gr3q/screenshot.png", "author_id": "0", "author_user": "gr3q", "translations": {"name_da": "Ekstra panelindstillinger", "description_da": "Flere konfigureringsmuligheder til dine paneler", "name_hu": "Tov\u00e1bbi panelbe\u00e1ll\u00edt\u00e1sok", "description_hu": "Tov\u00e1bbi be\u00e1ll\u00edt\u00e1sok a panelokhoz", "name_it": "Impostazioni Pannello Aggiuntive", "description_it": "Opzioni di configurazione aggiuntive per i tuoi Pannelli", "name_ro": "Set\u0103ri suplimentare pentru panouri", "description_ro": "Op\u021biuni suplimentare de configurare pentru panourile tale"}}, "gTile@shuairan": {"spices-id": 76, "uuid": "gTile@shuairan", "name": "gTile", "description": "Tile your windows as you like.", "score": 44, "created": 1600183061, "last_edited": 1661196349, "last_commit": "93297b6aed200ef98cec4c5c9567f2c71b08124f", "last_commit_subject": "Merge pull request #387 from Gr3q/5.4-fixes", "file": "/files/extensions/gTile@shuairan.zip", "file_size": 79670, "icon": "/files/extensions/gTile@shuairan.png", "screenshot": "/git/extensions/gTile@shuairan/screenshot.png", "author_id": "0", "author_user": "none", "translations": {"name_da": "gTile", "description_da": "Udl\u00e6g dine vinduer, som du synes.", "name_de": "gKachel", "description_de": "Fenster nach Belieben kacheln", "name_hu": "gTile", "description_hu": "Csemp\u00e9zze az ablakokat ahogy szeretn\u00e9.", "name_it": "gTile", "description_it": "Affianca le finestre come preferisci.", "name_pt_BR": "gTile", "description_pt_BR": "Posicione suas janelas como desejar.", "name_ro": "gTile", "description_ro": "Organizeaz\u0103 ferestrele \u00eentr-o gril\u0103 dup\u0103 cum dore\u0219ti.", "name_sv": "gTile", "description_sv": "F\u00f6rdela dina f\u00f6nster som du vill.", "name_tr": "gTile", "description_tr": "Pencerelerinizi istedi\u011finiz \u015fekilde d\u00f6\u015feyin.", "name_zh_CN": "gTile"}}, "mnemonic-5-4-window-menu@mtwebster": {"spices-id": 92, "uuid": "mnemonic-5-4-window-menu@mtwebster", "name": "Mnemonize the Cinnamon 5.4 Window Menu", "description": "The window menu for Cinnamon 5.4 lacks mnemonic shortcuts. This replaces the menu with one that does. This will likely be merged into Cinnamon 5.6.", "score": 0, "created": 1659624902, "last_edited": 1660154960, "last_commit": "9aedb5424067ebffc7c3b22927b00a6610318b7a", "last_commit_subject": "mnemonic-5-4-window-menu@mtwebster: Fix potential undefined workspace name.", "file": "/files/extensions/mnemonic-5-4-window-menu@mtwebster.zip", "file_size": 4778, "icon": "/files/extensions/mnemonic-5-4-window-menu@mtwebster.png", "screenshot": "/git/extensions/mnemonic-5-4-window-menu@mtwebster/screenshot.png", "author_id": "0", "author_user": "mtwebster", "translations": {}}, "opacify@anish.org": {"spices-id": 77, "uuid": "opacify@anish.org", "name": "Opacify Windows", "description": "Fade out the current window that the user is resizing or dragging.", "score": 12, "created": 1600183061, "last_edited": 1660855696, "last_commit": "c525eee562942083f853f84539299e8821e4778d", "last_commit_subject": "Merge pull request #414 from Alan01/patch-36", "file": "/files/extensions/opacify@anish.org.zip", "file_size": 13697, "icon": "/files/extensions/opacify@anish.org.png", "screenshot": "/git/extensions/opacify@anish.org/screenshot.png", "author_id": "0", "author_user": "none", "translations": {"name_da": "G\u00f8r vinduer gennemsigtige", "description_da": "G\u00f8r vinduet, som flyttes eller hvis st\u00f8rrelse \u00e6ndres, delvist gennemsigtigt.", "name_de": "Durchsichtige Fenster", "description_de": "Aktuelles Fenster beim Verschieben oder bei Gr\u00f6\u00dfen\u00e4nderung durchsichtig machen.", "name_hu": "Ablakok \u00e1ttetsz\u0151s\u00e9ge", "description_hu": "Az aktu\u00e1lis ablak elmos\u00f3d\u00e1sa, amelyet a felhaszn\u00e1l\u00f3 \u00e1tm\u00e9retez vagy \u00e1thelyez.", "name_it": "Opacizza Finestre", "description_it": "Dissolve la finestra attuale che l'utente sta ridimensionando o trascinando.", "name_pt_BR": "Janelas transparentes", "description_pt_BR": "Enxergue a janela atual com transpar\u00eancia ao mov\u00ea-la ou redimension\u00e1-la.", "name_ro": "Opacifiaz\u0103 fereastre", "description_ro": "Se opacifiaz\u0103 fereastra curent\u0103 pe care utilizatorul o redimensioneaz\u0103 sau o trage.", "name_tr": "Pencere Matl\u0131\u011f\u0131", "description_tr": "Kullan\u0131c\u0131n\u0131n boyutland\u0131rd\u0131\u011f\u0131 ya da s\u00fcr\u00fckledi\u011fi pencerenin matl\u0131\u011f\u0131n\u0131 de\u011fi\u015ftirir.", "name_zh_CN": "\u7a97\u53e3\u4e0d\u900f\u660e\u5ea6", "description_zh_CN": "\u5f53\u7528\u6237\u91cd\u65b0\u8c03\u6574\u7a97\u53e3\u5927\u5c0f\u6216\u62d6\u52a8\u7a97\u53e3\u65f6\u6de1\u51fa\u7a97\u53e3\u3002"}}, "rnbdsh@negateWindow": {"spices-id": 78, "uuid": "rnbdsh@negateWindow", "name": "Negate Window on Super+I", "description": "A Cinnamon extension that allows to negate the window-color when you press super+i.", "score": 13, "created": 1600183061, "last_edited": 1659794579, "last_commit": "60c30805de0e909a73dacb613ed794332464e6c5", "last_commit_subject": "Handmade fixes for translations.", "file": "/files/extensions/rnbdsh@negateWindow.zip", "file_size": 10141, "icon": "/files/extensions/rnbdsh@negateWindow.png", "screenshot": "/git/extensions/rnbdsh@negateWindow/screenshot.png", "author_id": "0", "author_user": "rnbdsh", "translations": {"name_da": "Invert\u00e9r vinduesfarver med Super+I", "description_da": "Invert\u00e9r farverne i et vindue, n\u00e5r du trykker super+i.", "name_de": "Fensterfarben mit \u00bbSuper+I\u00ab umkehren", "description_de": "Eine Cinnamon-Erweiterung, die beim Dr\u00fccken von \u00bbSuper+I\u00ab die Fensterfarben umkehrt.", "name_hu": "Ablak invert\u00e1l\u00e1sa Super+I gombokkal", "description_hu": "Cinnamon kiterjeszt\u00e9s, amely lehet\u0151v\u00e9 teszi az ablak sz\u00edn\u00e9nek invert\u00e1l\u00e1s\u00e1t, amikor a super+i billenty\u0171ket lenyomja.", "name_it": "Nega Finestra al Super+I", "description_it": "Un'estensione Cinnamon che consente di annullare il colore della finestra quando si preme super+i.", "name_pt_BR": "Inverter as cores da janela com Super+I", "description_pt_BR": "Inverta a cor da janela ao pressionar as teclas Super/Windows/Command+I.", "name_ro": "Neag\u0103 fereastra cu Super+I", "description_ro": "O extensie Cinnamon care permite negarea culorii ferestrei atunci c\u00e2nd ape\u0219i super+i.", "name_tr": "Super+I ile Pencere Negatifle", "description_tr": "Super+i tu\u015flar\u0131na bast\u0131\u011f\u0131n\u0131zda pencereye negatif etki veren Cinnamon uzant\u0131s\u0131."}}, "slider@mohammad-sn": {"spices-id": 79, "uuid": "slider@mohammad-sn", "name": "Slider", "description": "Yet another nice transition effect for ws switching.", "score": 15, "created": 1600183061, "last_edited": 1659794579, "last_commit": "60c30805de0e909a73dacb613ed794332464e6c5", "last_commit_subject": "Handmade fixes for translations.", "file": "/files/extensions/slider@mohammad-sn.zip", "file_size": 29080, "icon": "/files/extensions/slider@mohammad-sn.png", "screenshot": "/git/extensions/slider@mohammad-sn/screenshot.png", "author_id": "0", "author_user": "mohammad-sn", "translations": {"name_da": "Slider", "description_da": "Endnu en fin overgangseffekt til skift af arbejdsomr\u00e5de.", "name_de": "Gleiter", "description_de": "Ein sch\u00f6ner \u00dcbergangseffekt beim Wechsel der Arbeitsfl\u00e4chen.", "name_hu": "Cs\u00faszka", "description_hu": "Egy m\u00e1sik sz\u00e9p \u00e1tmenet effektus a munkater\u00fclet v\u00e1lt\u00e1sra.", "name_it": "Slider", "description_it": "Un altro piacevole effetto di transizione per la commutazione di aree di lavoro.", "name_pt_BR": "Controle deslizante", "description_pt_BR": "Escolha um bom efeito para a transi\u00e7\u00e3o entre \u00e1reas de trabalho.", "name_ro": "Glisier\u0103", "description_ro": "\u00cenc\u0103 un efect de tranzi\u021bie frumos pentru trecerea la alt spa\u021biu de lucru.", "name_zh_CN": "\u6ed1\u52a8\u5668", "description_zh_CN": "\u53e6\u4e00\u4e2a\u7528\u4e8e\u5de5\u4f5c\u533a\u5207\u6362\u7684\u6f02\u4eae\u8fc7\u6e21\u7279\u6548\u3002"}}, "smart-panel@mohammad-sn": {"spices-id": 80, "uuid": "smart-panel@mohammad-sn", "name": "Smart Panel", "description": "Switch between workspaces, show desktop, activate overview or expo, ... by scrolling, double click, mouse gestures etc on free space of the panel.", "score": 17, "created": 1600183061, "last_edited": 1660855584, "last_commit": "e6939a71889fa30fe96130899de7d079b6df65f4", "last_commit_subject": "Merge pull request #399 from AndreiMiculita/lots-of-ro-translations", "file": "/files/extensions/smart-panel@mohammad-sn.zip", "file_size": 43525, "icon": "/files/extensions/smart-panel@mohammad-sn.png", "screenshot": "/git/extensions/smart-panel@mohammad-sn/screenshot.png", "author_id": "0", "author_user": "mohammad-sn", "translations": {"name_da": "Smart panel", "description_da": "Skift mellem arbejdsomr\u00e5der, vis skrivebord, vis oversigt over vinduer eller arbejdsomr\u00e5der, ... med rulning, dobbeltkilk, musebev\u00e6gelser osv. p\u00e5 frie omr\u00e5der i panelet.", "name_hu": "Intelligens panel", "description_hu": "V\u00e1lt\u00e1s a panel \u00fcres hely\u00e9n eg\u00e9rg\u00f6rget\u00e9ssel, dupla kattint\u00e1ssal, eg\u00e9rgesztusokkal a munkater\u00fcletek k\u00f6z\u00f6tt, megjelen\u00edti az Asztalt, az \u00c1ttekint\u0151 vagy a K\u00f6zszemle n\u00e9zetet.", "name_it": "Pannello Intelligente", "description_it": "Passa da un'area di lavoro all'altra, mostra desktop, attiva panoramica o esposizione, ... scorrendo, facendo doppio clic, gesti del mouse ecc. sullo spazio libero del pannello.", "name_pt_BR": "Painel inteligente", "description_pt_BR": "Role com o mouse, clique duas vezes ou use gestos do mouse no espa\u00e7o livre do painel, de modo a: alternar entre os espa\u00e7os de trabalho; mostrar a \u00e1rea de trabalho; mostrar as janelas abertas; mostrar todos os espa\u00e7os de trabalho; ...", "name_ro": "Panou inteligent", "description_ro": "Comut\u0103 \u00eentre spa\u021biile de lucru, afi\u0219eaz\u0103 biroul, activeaz\u0103 prezentarea general\u0103 sau expo, ... prin derulare, dublu clic, gesturi ale mouse-ului etc. pe spa\u021biul liber al panoului.", "name_sv": "Smart Panel", "description_sv": "V\u00e4xla mellan arbetsytor, visa skrivbordet, aktivera \u00f6versikt eller expo, ... genom skrollning, dubbelklick, musgester etc. p\u00e5 ledigt utrymme i panelen.", "name_tr": "Ak\u0131ll\u0131 Panel", "description_tr": "Panelin bo\u015f alan\u0131nda kayd\u0131rma, \u00e7ift t\u0131klama, fare hareketleri vb. ile \u00e7al\u0131\u015fma alanlar\u0131 aras\u0131nda ge\u00e7i\u015f yapar, masa\u00fcst\u00fcn\u00fc g\u00f6sterir, \u00f6l\u00e7ekleme veya sergi ekran\u0131n\u0131 etkinle\u015ftirir.", "name_zh_CN": "\u667a\u80fd\u9762\u677f", "description_zh_CN": "\u901a\u8fc7\u6eda\u52a8\u3001\u53cc\u51fb\u3001\u9f20\u6807\u624b\u52bf\u7b49\u7b49\u5728\u9762\u677f\u4e0a\u5728\u5de5\u4f5c\u533a\u3001\u663e\u793a\u684c\u9762\u3001\u6fc0\u6d3b\u6982\u89c8\u6216\u663e\u793a\u4e4b\u95f4\u5207\u6362\uff0c..."}}, "transparent-panels@germanfr": {"spices-id": 81, "uuid": "transparent-panels@germanfr", "name": "Transparent panels", "description": "Transparentize your panels when there are no any maximized windows", "score": 90, "created": 1600183061, "last_edited": 1660855584, "last_commit": "e6939a71889fa30fe96130899de7d079b6df65f4", "last_commit_subject": "Merge pull request #399 from AndreiMiculita/lots-of-ro-translations", "file": "/files/extensions/transparent-panels@germanfr.zip", "file_size": 45918, "icon": "/files/extensions/transparent-panels@germanfr.png", "screenshot": "/git/extensions/transparent-panels@germanfr/screenshot.png", "author_id": "0", "author_user": "germanfr", "translations": {"name_da": "Gennemsigtige paneler", "description_da": "G\u00f8r dine paneler gennemsigtige, n\u00e5r der ikke er nogen maksimerede vinduer", "name_de": "Transparente Leisten", "description_de": "Macht Leisten durchsichtig, wenn Fenster nicht maximiert sind", "name_es": "Paneles transparentes", "description_es": "Haz tus paneles transparentes cuando no hay ninguna ventana maximizada", "name_fi": "L\u00e4pin\u00e4kyv\u00e4t paneelit", "description_fi": "Paneelien l\u00e4pin\u00e4kyvyys, kun ikkunoita ei ole maksimoitu", "name_fr": "Tableaux de bords transparents", "description_fr": "Rendre transparents vos tableaux de bords lorsqu'il n'y a pas de fen\u00eatres agrandies.", "name_hr": "Prozirni paneli", "description_hr": "Paneli su prozirni kada nema uve\u0107anih prozora.", "name_hu": "\u00c1ttetsz\u0151 panel", "description_hu": "\u00c1tl\u00e1tsz\u00f3v\u00e1 teheti a paneleket, ha nincsenek maximaliz\u00e1lt ablakok", "name_it": "Pannelli trasparenti", "description_it": "Rendi trasparenti i tuoi pannelli quando non ci sono finestre ingrandite", "name_pt_BR": "Pain\u00e9is transparentes", "description_pt_BR": "Aplique transpar\u00eancia em seus pain\u00e9is quando n\u00e3o houver janelas maximizadas", "name_ro": "Panouri transparente", "description_ro": "Transparentizeaz\u0103 panourile tale c\u00e2nd nu sunt ferestre maximizate", "name_sv": "Transparenta paneler", "description_sv": "G\u00f6r dina paneler transparenta n\u00e4r det inte finns n\u00e5gra maximerade f\u00f6nster", "name_tr": "Saydam paneller", "description_tr": "Pencereler ekran\u0131 kaplamad\u0131\u011f\u0131nda panellerinizi \u015feffaf hale getirir", "name_zh_CN": "\u900f\u660e\u9762\u677f", "description_zh_CN": "\u6ca1\u6709\u4efb\u4f55\u6700\u5927\u5316\u7684\u7a97\u53e3\u65f6\u900f\u660e\u60a8\u7684\u9762\u677f"}}, "user-shadows@nathan818fr": {"spices-id": 88, "uuid": "user-shadows@nathan818fr", "name": "User Shadows", "description": "Customize the shadows of cinnamon windows", "score": 18, "created": 1624658702, "last_edited": 1660855725, "last_commit": "58798a4994b53467b1f7d77b2403c4c945cdbcb5", "last_commit_subject": "Merge pull request #415 from Alan01/patch-37", "file": "/files/extensions/user-shadows@nathan818fr.zip", "file_size": 28381, "icon": "/files/extensions/user-shadows@nathan818fr.png", "screenshot": "/git/extensions/user-shadows@nathan818fr/screenshot.png", "author_id": "0", "author_user": "nathan818fr", "translations": {"name_da": "Brugerskygger", "description_da": "Tilpas Cinnamonvinduers skygge", "name_fr": "User Shadows", "description_fr": "Personnaliser les ombres des fen\u00eatres de cinnamon", "name_hu": "Egy\u00e9ni \u00e1rny\u00e9kok", "description_hu": "Cinnamon ablakok \u00e1rny\u00e9k\u00e1nak testreszab\u00e1sa", "name_it": "Ombre Utente", "description_it": "Personalizza le ombre delle finestre di Cinnamon", "name_pt_BR": "Sombras preferidas", "description_pt_BR": "Ajuste as sombras das janelas no Cinnamon", "name_ro": "Umbrele utilizatorului", "description_ro": "Personalizeaz\u0103 umbrele ferestrelor Cinnamon"}}, "watermark@germanfr": {"spices-id": 82, "uuid": "watermark@germanfr", "name": "Watermark", "description": "Place a watermark on the desktop.", "score": 33, "created": 1600183061, "last_edited": 1659794579, "last_commit": "60c30805de0e909a73dacb613ed794332464e6c5", "last_commit_subject": "Handmade fixes for translations.", "file": "/files/extensions/watermark@germanfr.zip", "file_size": 88670, "icon": "/files/extensions/watermark@germanfr.png", "screenshot": "/git/extensions/watermark@germanfr/screenshot.png", "author_id": "0", "author_user": "germanfr", "translations": {"name_da": "Vandm\u00e6rke", "description_da": "Plac\u00e9r et vandm\u00e6rke p\u00e5 skrivebordet.", "name_de": "Wasserzeichen", "description_de": "Platziert ein Wasserzeichen auf dem Desktop.", "name_es": "Marca de agua", "description_es": "Coloca una marca de agua en el escritorio.", "name_fr": "Filigrane (Watermark)", "description_fr": "Place une image ou une ic\u00f4ne en filigrane sur le bureau.", "name_hu": "V\u00edzjel", "description_hu": "V\u00edzjel helyez\u00e9se az asztalra.", "name_it": "Watermark", "description_it": "Imposta un watermark sul desktop.", "name_nl": "Watermerk", "description_nl": "Plaatst een watermerk op het bureaublad.", "name_pt_BR": "Marca-d'\u00e1gua", "description_pt_BR": "Coloque uma marca-d'\u00e1gua na \u00e1rea de trabalho.", "name_ro": "Filigran (Watermark)", "description_ro": "A\u0219eaz\u0103 un filigran pe desktop.", "name_sv": "Vattenst\u00e4mpel", "description_sv": "Placera en vattenst\u00e4mpel p\u00e5 skrivbordet."}}, "wobbly-windows@mecheye.net": {"spices-id": 83, "uuid": "wobbly-windows@mecheye.net", "name": "Wobbly Windows", "description": "Compiz shall live again!", "score": 16, "created": 1600183061, "last_edited": 1659794579, "last_commit": "60c30805de0e909a73dacb613ed794332464e6c5", "last_commit_subject": "Handmade fixes for translations.", "file": "/files/extensions/wobbly-windows@mecheye.net.zip", "file_size": 11749, "icon": "/files/extensions/wobbly-windows@mecheye.net.png", "screenshot": "/git/extensions/wobbly-windows@mecheye.net/screenshot.png", "author_id": "0", "author_user": "none", "translations": {"name_da": "Bl\u00e6vrende vinduer", "description_da": "Compiz lever igen!", "name_hu": "Ruganyos ablakok", "description_hu": "Compiz \u00fajra \u00e9lni fog!", "name_it": "Finestre Traballanti", "description_it": "Compiz torner\u00e0 a vivere!", "name_pt_BR": "Janelas gelatinosas", "description_pt_BR": "Fa\u00e7a uso de uma anima\u00e7\u00e3o do Compiz ao arrastar janelas!", "name_ro": "Ferestre l\u0103b\u0103r\u021bate", "description_ro": "Compiz va tr\u0103i din nou!", "name_zh_CN": "\u679c\u51bb\u7a97\u53e3", "description_zh_CN": "Compiz\u53c8\u590d\u6d3b\u4e86\uff01"}}, "workspace-scroller@ori": {"spices-id": 86, "uuid": "workspace-scroller@ori", "name": "Workspace Scroller", "description": "Switch workspaces using mouse scroll at screen edges.", "score": 12, "created": 1600183061, "last_edited": 1660855584, "last_commit": "e6939a71889fa30fe96130899de7d079b6df65f4", "last_commit_subject": "Merge pull request #399 from AndreiMiculita/lots-of-ro-translations", "file": "/files/extensions/workspace-scroller@ori.zip", "file_size": 17577, "icon": "/files/extensions/workspace-scroller@ori.png", "screenshot": "/git/extensions/workspace-scroller@ori/screenshot.png", "author_id": "0", "author_user": "none", "translations": {"name_da": "Arbejdsomr\u00e5derulning", "description_da": "Skift arbejdsomr\u00e5de ved at rulle med musen p\u00e5 sk\u00e6rmkanterne.", "name_de": "Arbeitsfl\u00e4chen-Scroller", "description_de": "Arbeitsfl\u00e4chen wechseln durch Scrollen mit dem Mausrad an den Bildschirmr\u00e4ndern.", "name_hu": "Munkater\u00fclet g\u00f6rget\u0151", "description_hu": "Munkater\u00fclet v\u00e1lt\u00e1sa a k\u00e9perny\u0151 \u00e9lein\u00e9l t\u00f6rt\u00e9n\u0151 eg\u00e9rg\u00f6rg\u0151 haszn\u00e1lattal.", "name_it": "Scroller per Area di Lavoro", "description_it": "Cambia area di lavoro usando lo scorrimento del mouse ai bordi dello schermo.", "name_pt_BR": "Rolar para alternar espa\u00e7os de trabalho", "description_pt_BR": "Alterne os espa\u00e7os de trabalho usando a rolagem do mouse nas bordas da tela.", "name_ro": "Scroller pentru Spa\u021biul de Lucru", "description_ro": "Comut\u0103 spa\u021biile de lucru utiliz\u00e2nd derularea mouse-ului la marginile ecranului.", "name_sv": "Skrolla arbetsytor", "description_sv": "V\u00e4xla arbetsytor med hj\u00e4lp av mushjulet, vid sk\u00e4rmkanterna.", "name_tr": "\u00c7al\u0131\u015fma Alan\u0131 Kayd\u0131r\u0131c\u0131", "description_tr": "Fare kayd\u0131rma tu\u015funu kullanarak ekran kenarlar\u0131ndan \u00e7al\u0131\u015fma alanlar\u0131n\u0131 de\u011fi\u015ftirin.", "name_zh_CN": "\u5de5\u4f5c\u533a\u6eda\u52a8\u5de5\u5177", "description_zh_CN": "\u5728\u5c4f\u5e55\u8fb9\u7f18\u4f7f\u7528\u9f20\u6807\u6eda\u8f6e\u5207\u6362\u5de5\u4f5c\u533a\u3002"}}} \ No newline at end of file diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/extension/mnemonic-5-4-window-menu@mtwebster.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/extension/mnemonic-5-4-window-menu@mtwebster.png deleted file mode 100644 index 858681d..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/extension/mnemonic-5-4-window-menu@mtwebster.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/extension/opacify@anish.org.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/extension/opacify@anish.org.png deleted file mode 100644 index 58cd0c5..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/extension/opacify@anish.org.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/extension/rnbdsh@negateWindow.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/extension/rnbdsh@negateWindow.png deleted file mode 100644 index 59bf128..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/extension/rnbdsh@negateWindow.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/extension/slider@mohammad-sn.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/extension/slider@mohammad-sn.png deleted file mode 100644 index c3283ee..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/extension/slider@mohammad-sn.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/extension/smart-panel@mohammad-sn.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/extension/smart-panel@mohammad-sn.png deleted file mode 100644 index 366abbe..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/extension/smart-panel@mohammad-sn.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/extension/transparent-panels@germanfr.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/extension/transparent-panels@germanfr.png deleted file mode 100644 index 895819d..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/extension/transparent-panels@germanfr.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/extension/user-shadows@nathan818fr.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/extension/user-shadows@nathan818fr.png deleted file mode 100644 index 717727a..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/extension/user-shadows@nathan818fr.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/extension/watermark@germanfr.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/extension/watermark@germanfr.png deleted file mode 100644 index a15f4d3..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/extension/watermark@germanfr.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/extension/wobbly-windows@mecheye.net.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/extension/wobbly-windows@mecheye.net.png deleted file mode 100644 index 98007b9..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/extension/wobbly-windows@mecheye.net.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/extension/workspace-scroller@ori.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/extension/workspace-scroller@ori.png deleted file mode 100644 index e1d8145..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/extension/workspace-scroller@ori.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Adapta-Nokto.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Adapta-Nokto.png deleted file mode 100644 index 1a1dc18..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Adapta-Nokto.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Adapta.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Adapta.png deleted file mode 100644 index 418a517..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Adapta.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Adara-Dark.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Adara-Dark.png deleted file mode 100644 index 91afd73..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Adara-Dark.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Adara.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Adara.png deleted file mode 100644 index 6a07038..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Adara.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Ambiance-Crunchy.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Ambiance-Crunchy.png deleted file mode 100644 index 9e8983a..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Ambiance-Crunchy.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Ambiance-Minty.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Ambiance-Minty.png deleted file mode 100644 index 1f35353..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Ambiance-Minty.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Baldr.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Baldr.png deleted file mode 100644 index c4b2a69..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Baldr.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/BelaLugosi.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/BelaLugosi.png deleted file mode 100644 index 05f1545..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/BelaLugosi.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Blue-mint.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Blue-mint.png deleted file mode 100644 index 9ad8543..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Blue-mint.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/CBlack-Remix.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/CBlack-Remix.png deleted file mode 100644 index 6c5044f..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/CBlack-Remix.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/CBlack.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/CBlack.png deleted file mode 100644 index 19245a1..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/CBlack.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/CBlue.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/CBlue.png deleted file mode 100644 index 5a9f21d..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/CBlue.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/CGreen.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/CGreen.png deleted file mode 100644 index 9e2df35..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/CGreen.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Carta.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Carta.png deleted file mode 100644 index 1352194..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Carta.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Chinvat.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Chinvat.png deleted file mode 100644 index a42b108..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Chinvat.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/ChromeOS.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/ChromeOS.png deleted file mode 100644 index 5b9e353..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/ChromeOS.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Cinnamox-Aubergine.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Cinnamox-Aubergine.png deleted file mode 100644 index 3ba5424..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Cinnamox-Aubergine.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Cinnamox-Gold-Spice.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Cinnamox-Gold-Spice.png deleted file mode 100644 index 08e101b..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Cinnamox-Gold-Spice.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Cinnamox-Heather.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Cinnamox-Heather.png deleted file mode 100644 index b8f747e..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Cinnamox-Heather.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Cinnamox-Kashmir-Blue.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Cinnamox-Kashmir-Blue.png deleted file mode 100644 index 5d18efc..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Cinnamox-Kashmir-Blue.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Cinnamox-Rhino.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Cinnamox-Rhino.png deleted file mode 100644 index 45e9f15..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Cinnamox-Rhino.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Cinnamox-Rosso-Cursa.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Cinnamox-Rosso-Cursa.png deleted file mode 100644 index 5aec13c..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Cinnamox-Rosso-Cursa.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Cinnamox-Willow-Grove.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Cinnamox-Willow-Grove.png deleted file mode 100644 index 00d530a..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Cinnamox-Willow-Grove.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Discreet-Flat.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Discreet-Flat.png deleted file mode 100644 index b1b295a..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Discreet-Flat.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Divo.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Divo.png deleted file mode 100644 index 1dddcc6..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Divo.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Eleganse-dark.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Eleganse-dark.png deleted file mode 100644 index 6acd2dd..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Eleganse-dark.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Eleganse.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Eleganse.png deleted file mode 100644 index a5cf51c..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Eleganse.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Facebook.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Facebook.png deleted file mode 100644 index ce56127..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Facebook.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Faded-Dream.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Faded-Dream.png deleted file mode 100644 index adf86ff..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Faded-Dream.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Faience.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Faience.png deleted file mode 100644 index 8fa23cc..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Faience.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Fresh-Cinnamon.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Fresh-Cinnamon.png deleted file mode 100644 index abfe972..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Fresh-Cinnamon.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Glass-Mint-Classic.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Glass-Mint-Classic.png deleted file mode 100644 index 50f90f2..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Glass-Mint-Classic.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Graphite-One.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Graphite-One.png deleted file mode 100644 index 489b374..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Graphite-One.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Graphite-Zero.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Graphite-Zero.png deleted file mode 100644 index d783df4..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Graphite-Zero.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Jade-1-Blue.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Jade-1-Blue.png deleted file mode 100644 index 39aeff4..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Jade-1-Blue.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Jade-1.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Jade-1.png deleted file mode 100644 index 1185880..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Jade-1.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Jet-Gray.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Jet-Gray.png deleted file mode 100644 index 624fcfd..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Jet-Gray.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Kiss-Kool-Viper.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Kiss-Kool-Viper.png deleted file mode 100644 index 53c26de..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Kiss-Kool-Viper.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/LM-Light-Panel.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/LM-Light-Panel.png deleted file mode 100644 index 225ab63..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/LM-Light-Panel.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Loki.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Loki.png deleted file mode 100644 index fd0f77a..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Loki.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/MGSE-Unity.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/MGSE-Unity.png deleted file mode 100644 index d6f185e..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/MGSE-Unity.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Metallic_Cyan.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Metallic_Cyan.png deleted file mode 100644 index bb80e9b..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Metallic_Cyan.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Mint-X-Dark.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Mint-X-Dark.png deleted file mode 100644 index e56cd58..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Mint-X-Dark.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Mint-XP.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Mint-XP.png deleted file mode 100644 index c26af7a..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Mint-XP.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Minty.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Minty.png deleted file mode 100644 index 039edc2..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Minty.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Monternos.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Monternos.png deleted file mode 100644 index e1c4c30..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Monternos.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Moonstone.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Moonstone.png deleted file mode 100644 index a0bd820..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Moonstone.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/New-Minty.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/New-Minty.png deleted file mode 100644 index 695bc21..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/New-Minty.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Numix-Cinnamon-Semi-Transparent.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Numix-Cinnamon-Semi-Transparent.png deleted file mode 100644 index 6c53a91..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Numix-Cinnamon-Semi-Transparent.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Numix-Cinnamon-Transparent.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Numix-Cinnamon-Transparent.png deleted file mode 100644 index a2442e3..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Numix-Cinnamon-Transparent.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Obsidian.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Obsidian.png deleted file mode 100644 index 2a1c0da..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Obsidian.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Orchidea.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Orchidea.png deleted file mode 100644 index 287c700..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Orchidea.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Photocopy.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Photocopy.png deleted file mode 100644 index 1fbf66a..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Photocopy.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Pragmatic-Darker-Blue.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Pragmatic-Darker-Blue.png deleted file mode 100644 index 0b50fd2..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Pragmatic-Darker-Blue.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Railway.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Railway.png deleted file mode 100644 index 6fae829..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Railway.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Serena.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Serena.png deleted file mode 100644 index 4022304..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Serena.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Silk.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Silk.png deleted file mode 100644 index 4da462d..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Silk.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/SimpleDock.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/SimpleDock.png deleted file mode 100644 index 967da74..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/SimpleDock.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Spearmint-Leaf.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Spearmint-Leaf.png deleted file mode 100644 index e6b700f..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Spearmint-Leaf.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Spider-Void.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Spider-Void.png deleted file mode 100644 index a1ae8ae..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Spider-Void.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Thunderbolt.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Thunderbolt.png deleted file mode 100644 index 1b22eb0..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Thunderbolt.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Tomcat.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Tomcat.png deleted file mode 100644 index fa8efee..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Tomcat.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Tyr-himinn.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Tyr-himinn.png deleted file mode 100644 index df3552e..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Tyr-himinn.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Tyr-jord.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Tyr-jord.png deleted file mode 100644 index 5ee3c21..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Tyr-jord.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Ubuntu-touch.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Ubuntu-touch.png deleted file mode 100644 index ea2ff9c..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Ubuntu-touch.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Vivaldi-ZorinOS.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Vivaldi-ZorinOS.png deleted file mode 100644 index acba7ff..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Vivaldi-ZorinOS.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Vivaldi.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Vivaldi.png deleted file mode 100644 index e268b16..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Vivaldi.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Windows-10-Basic.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Windows-10-Basic.png deleted file mode 100644 index 533f190..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Windows-10-Basic.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Windows-10.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Windows-10.png deleted file mode 100644 index ccf9d14..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/Windows-10.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/iOS-X.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/iOS-X.png deleted file mode 100644 index 871bcb0..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/iOS-X.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/index.json b/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/index.json deleted file mode 100644 index f950e56..0000000 --- a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/index.json +++ /dev/null @@ -1 +0,0 @@ -{"Adapta": {"spices-id": "Adapta", "name": "Adapta", "description": "A light theme based on Material Design Guidelines. Cinnamon, Metacity, GTK2, GTK3.18, & GTK3.22 themes are included.", "score": 26, "created": 1524322204, "last_edited": 1640073609, "last_commit": "ca5c67128af8a917edaecc181eea0c36753b5cd4", "last_commit_subject": "Adapta update 211221 (#725)", "file": "/files/themes/Adapta.zip", "file_size": 1792925, "screenshot": "/files/themes/Adapta.png", "author_id": "0", "author_user": "smurphos"}, "Adapta-Nokto": {"spices-id": "Adapta-Nokto", "name": "Adapta-Nokto", "description": "A dark theme based on Material Design Guidelines. Cinnamon, Metacity, GTK2, GTK3.18, & GTK3.22 themes are included.", "score": 106, "created": 1524322205, "last_edited": 1640073609, "last_commit": "ca5c67128af8a917edaecc181eea0c36753b5cd4", "last_commit_subject": "Adapta update 211221 (#725)", "file": "/files/themes/Adapta-Nokto.zip", "file_size": 1810237, "screenshot": "/files/themes/Adapta-Nokto.png", "author_id": "0", "author_user": "smurphos"}, "Adara": {"spices-id": "Adara", "name": "Adara", "description": "Just a neutral theme.", "score": 14, "created": 1524255304, "last_edited": 1559933339, "last_commit": "5b68add5932cf6007188b228faedb858d7e806a4", "last_commit_subject": "Update Adara (#575)", "file": "/files/themes/Adara.zip", "file_size": 1446502, "screenshot": "/files/themes/Adara.png", "author_id": "0", "author_user": "germanfr"}, "Adara-Dark": {"spices-id": "Adara-Dark", "name": "Adara Dark", "description": "Just a neutral theme.", "score": 17, "created": 1524673804, "last_edited": 1559933339, "last_commit": "5b68add5932cf6007188b228faedb858d7e806a4", "last_commit_subject": "Update Adara (#575)", "file": "/files/themes/Adara-Dark.zip", "file_size": 1582686, "screenshot": "/files/themes/Adara-Dark.png", "author_id": "0", "author_user": "germanfr"}, "Ambiance-Crunchy": {"spices-id": "Ambiance-Crunchy", "name": "Ambiance Crunchy", "description": "It\\'s an Ambiance like theme available in orange, blue, grey and green.", "score": 2, "created": 1484754656, "last_edited": 1510381459, "last_commit": "48032891c9c8dbf173f90c1cf2e7cab7fc745ca1", "last_commit_subject": "Ambiance-Crunchy: Cleanup info.json (#276)", "file": "/files/themes/Ambiance-Crunchy.zip", "file_size": 202203, "screenshot": "/files/themes/Ambiance-Crunchy.png", "author_id": "0", "author_user": "frombenny"}, "Ambiance-Minty": {"spices-id": "Ambiance-Minty", "name": "Ambiance Minty", "description": "Old Minty with Ubuntu Orange over Mint Green (Cinnamon Theme Only)", "score": 1, "created": 1502308802, "last_edited": 1524156693, "last_commit": "bf499ab95a2d0694160dc35b3b3fdd7db65fce35", "last_commit_subject": "Add License Value (#409)", "file": "/files/themes/Ambiance-Minty.zip", "file_size": 62024, "screenshot": "/files/themes/Ambiance-Minty.png", "author_id": "0", "author_user": "feren"}, "Baldr": {"spices-id": "Baldr", "name": "Baldr", "description": "The ultimate light theme for Cinnamon", "score": 5, "created": 1484754656, "last_edited": 1613250455, "last_commit": "fb125f66e89876d5fd0b07d9399b79df34b9f393", "last_commit_subject": "[Baldr] Swap height for padding to allow for... (#680)", "file": "/files/themes/Baldr.zip", "file_size": 178186, "screenshot": "/files/themes/Baldr.png", "author_id": "0", "author_user": "none"}, "BelaLugosi": {"spices-id": "BelaLugosi", "name": "BelaLugosi", "description": "A straightforward default-cinnamon-but-darker panel theme, with red-tinged panels and popups, matched with a dark window theme. Left and Right panels are inset at top and bottom. The overall effect is part dark, with light window panels but all header and control bars dark.", "score": 4, "created": 1485715502, "last_edited": 1577633117, "last_commit": "0a88b732248878070f61efacf18caeffd2a4aa9b", "last_commit_subject": "BelaLugosi: removed hard coded font", "file": "/files/themes/BelaLugosi.zip", "file_size": 575901, "screenshot": "/files/themes/BelaLugosi.png", "author_id": "0", "author_user": "brownsr"}, "Blue-mint": {"spices-id": "Blue-mint", "name": "Blue mint", "description": "A theme based on the Linux Mint and Wave themes", "score": 5, "created": 1484754657, "last_edited": 1618350551, "last_commit": "e991d9b03d3a6a46a99217206eaab626ec3cb77d", "last_commit_subject": "Add menu-category-button-hover class for use in cinnamenu (#699)", "file": "/files/themes/Blue-mint.zip", "file_size": 880092, "screenshot": "/files/themes/Blue-mint.png", "author_id": "0", "author_user": "none"}, "CBlack": {"spices-id": "CBlack", "name": "CBlack", "description": "The theme is based on Linux Mint Dark and includes the gtk/gtk+ theme.", "score": 54, "created": 1484754657, "last_edited": 1624305235, "last_commit": "47c13c675f58c85765604ba1a99ab33aed416c11", "last_commit_subject": "Update: Cblack V3.1.0 Theme (#704)", "file": "/files/themes/CBlack.zip", "file_size": 378496, "screenshot": "/files/themes/CBlack.png", "author_id": "0", "author_user": "cloweling"}, "CBlack-Remix": {"spices-id": "CBlack-Remix", "name": "CBlack-Remix", "description": "Theme based on the official theme with Arc, recolored to match arc-dark", "score": 8, "created": 1525521604, "last_edited": 1530771271, "last_commit": "7ab6948a04ed7df412f03251ca7afc3f51a578e9", "last_commit_subject": "Fix CBlack themes notification-button class (#428)", "file": "/files/themes/CBlack-Remix.zip", "file_size": 277931, "screenshot": "/files/themes/CBlack-Remix.png", "author_id": "0", "author_user": "cloweling, vanov"}, "CBlue": {"spices-id": "CBlue", "name": "CBlue", "description": "A semi-transparent Cinnamon theme, with wallpaper + Firefox extra and Conky (see \\'more info\\' for details). Inspired by the CBlack theme.", "score": 25, "created": 1545168905, "last_edited": 1643307764, "last_commit": "51b801946f5341ebcc49c682ddb99006df1037aa", "last_commit_subject": "Theme update: modification of the calendar (Cinnamon 5.2) and notifications (#729)", "file": "/files/themes/CBlue.zip", "file_size": 2446703, "screenshot": "/files/themes/CBlue.png", "author_id": "0", "author_user": "Bundy01"}, "CGreen": {"spices-id": "CGreen", "name": "CGreen", "description": "A semi-transparent Cinnamon theme, with Firefox extra and Conky (see \\'more info\\' for details). Inspired by the CBlack theme.", "score": 6, "created": 1565119203, "last_edited": 1643307764, "last_commit": "51b801946f5341ebcc49c682ddb99006df1037aa", "last_commit_subject": "Theme update: modification of the calendar (Cinnamon 5.2) and notifications (#729)", "file": "/files/themes/CGreen.zip", "file_size": 108087, "screenshot": "/files/themes/CGreen.png", "author_id": "0", "author_user": "Bundy01"}, "Carta": {"spices-id": "Carta", "name": "Carta", "description": "Theme inspired by Sam Hewitt\\'s Paper Theme (https://snwh.org/paper)", "score": 27, "created": 1488697203, "last_edited": 1614373530, "last_commit": "7659e6f7de86b598113f671e833791e86363da47", "last_commit_subject": "Fix for menu applet (#689)", "file": "/files/themes/Carta.zip", "file_size": 1346358, "screenshot": "/files/themes/Carta.png", "author_id": "0", "author_user": "andr35"}, "Chinvat": {"spices-id": "Chinvat", "name": "Chinvat", "description": "This theme is missing an info.json", "score": 1, "created": 1523560504, "last_edited": 1523559785, "last_commit": "f7d2665bbda5d5f3d8fbf426163a063032ea6b40", "last_commit_subject": "Chinvat (#388)", "file": "/files/themes/Chinvat.zip", "file_size": 1152395, "screenshot": "/files/themes/Chinvat.png", "author_id": "0", "author_user": "Unknown"}, "ChromeOS": {"spices-id": "ChromeOS", "name": "Chrome OS", "description": "Flat theme emulating the Chrome OS overall feel & look", "score": 4, "created": 1484754658, "last_edited": 1569180239, "last_commit": "9965b15bbf364c0382eba47a91ea4c20e3d6782b", "last_commit_subject": "ChromeOS - update theme to reflect current upstream (#592)", "file": "/files/themes/ChromeOS.zip", "file_size": 731553, "screenshot": "/files/themes/ChromeOS.png", "author_id": "0", "author_user": "elbullazul"}, "Cinnamox-Aubergine": {"spices-id": "Cinnamox-Aubergine", "name": "Cinnamox-Aubergine", "description": "Cinnamox-Aubergine features a deep purple colour scheme and light text. Cinnamon, Metacity, GTK2, GTK3.18 and GTK3.20+ themes are included along with several interactive bash scripts to allow end-users to tweak theme characteristics.", "score": 3, "created": 1518594305, "last_edited": 1640533757, "last_commit": "098257f838e1ab8ccec44bd8cf7a92f50e942d11", "last_commit_subject": "Cinnamox update 211221 (#726)", "file": "/files/themes/Cinnamox-Aubergine.zip", "file_size": 560131, "screenshot": "/files/themes/Cinnamox-Aubergine.png", "author_id": "0", "author_user": "smurphos"}, "Cinnamox-Gold-Spice": {"spices-id": "Cinnamox-Gold-Spice", "name": "Cinnamox-Gold-Spice", "description": "Cinnamox-Gold-Spice features a brown and golden orange colour scheme and light text. Cinnamon, Metacity, GTK2, GTK3.18 and GTK3.20+ themes are included along with several interactive bash scripts to allow end-users to tweak theme characteristics.", "score": 11, "created": 1503816004, "last_edited": 1640533757, "last_commit": "098257f838e1ab8ccec44bd8cf7a92f50e942d11", "last_commit_subject": "Cinnamox update 211221 (#726)", "file": "/files/themes/Cinnamox-Gold-Spice.zip", "file_size": 558878, "screenshot": "/files/themes/Cinnamox-Gold-Spice.png", "author_id": "0", "author_user": "smurphos"}, "Cinnamox-Heather": {"spices-id": "Cinnamox-Heather", "name": "Cinnamox-Heather", "description": "Cinnamox-Heather features a pale blue colour scheme and dark text. Cinnamon, Metacity, GTK2, GTK3.18 and GTK3.20+ themes are included along with several interactive bash scripts to allow end-users to tweak theme characteristics.", "score": 6, "created": 1518594305, "last_edited": 1640533757, "last_commit": "098257f838e1ab8ccec44bd8cf7a92f50e942d11", "last_commit_subject": "Cinnamox update 211221 (#726)", "file": "/files/themes/Cinnamox-Heather.zip", "file_size": 566040, "screenshot": "/files/themes/Cinnamox-Heather.png", "author_id": "0", "author_user": "smurphos"}, "Cinnamox-Kashmir-Blue": {"spices-id": "Cinnamox-Kashmir-Blue", "name": "Cinnamox-Kashmir-Blue", "description": "Cinnamox-Kashmir-Blue features a soothing blue colour scheme and light text. Cinnamon, Metacity, GTK2, GTK3.18 and GTK3.20+ themes are included along with several interactive bash scripts to allow end-users to tweak theme characteristics.", "score": 23, "created": 1503816004, "last_edited": 1640533757, "last_commit": "098257f838e1ab8ccec44bd8cf7a92f50e942d11", "last_commit_subject": "Cinnamox update 211221 (#726)", "file": "/files/themes/Cinnamox-Kashmir-Blue.zip", "file_size": 562467, "screenshot": "/files/themes/Cinnamox-Kashmir-Blue.png", "author_id": "0", "author_user": "smurphos"}, "Cinnamox-Rhino": {"spices-id": "Cinnamox-Rhino", "name": "Cinnamox-Rhino", "description": "Cinnamox-Rhino features a deep grey colour scheme and light text. Cinnamon, Metacity, GTK2, GTK3.18 and GTK3.20+ themes are included along with several interactive bash scripts to allow end-users to tweak theme characteristics.", "score": 17, "created": 1503816004, "last_edited": 1640533757, "last_commit": "098257f838e1ab8ccec44bd8cf7a92f50e942d11", "last_commit_subject": "Cinnamox update 211221 (#726)", "file": "/files/themes/Cinnamox-Rhino.zip", "file_size": 555894, "screenshot": "/files/themes/Cinnamox-Rhino.png", "author_id": "0", "author_user": "smurphos"}, "Cinnamox-Rosso-Cursa": {"spices-id": "Cinnamox-Rosso-Cursa", "name": "Cinnamox-Rosso-Cursa", "description": "Cinnamox-Rosso-Cursa features an exciting red colour scheme and light text. Cinnamon, Metacity, GTK2, GTK3.18 and GTK3.20+ themes are included along with several interactive bash scripts to allow end-users to tweak theme characteristics.", "score": 3, "created": 1518594305, "last_edited": 1640533757, "last_commit": "098257f838e1ab8ccec44bd8cf7a92f50e942d11", "last_commit_subject": "Cinnamox update 211221 (#726)", "file": "/files/themes/Cinnamox-Rosso-Cursa.zip", "file_size": 551566, "screenshot": "/files/themes/Cinnamox-Rosso-Cursa.png", "author_id": "0", "author_user": "smurphos"}, "Cinnamox-Willow-Grove": {"spices-id": "Cinnamox-Willow-Grove", "name": "Cinnamox-Willow-Grove", "description": "Cinnamox-Willow-Grove features a soothing green colour scheme and light text. Cinnamon, Metacity, GTK2, GTK3.18 and GTK3.20+ themes are included along with several interactive bash scripts to allow end-users to tweak theme characteristics.", "score": 14, "created": 1503816004, "last_edited": 1640533757, "last_commit": "098257f838e1ab8ccec44bd8cf7a92f50e942d11", "last_commit_subject": "Cinnamox update 211221 (#726)", "file": "/files/themes/Cinnamox-Willow-Grove.zip", "file_size": 561029, "screenshot": "/files/themes/Cinnamox-Willow-Grove.png", "author_id": "0", "author_user": "smurphos"}, "Discreet-Flat": {"spices-id": "Discreet-Flat", "name": "Discreet Flat", "description": "A dark theme designed to get the best out of flat design, without harming usability", "score": 17, "created": 1484754659, "last_edited": 1564807830, "last_commit": "327c42dd90af368aeabd5b0c9938561f73302e22", "last_commit_subject": "Fix invisible sound bar (#582)", "file": "/files/themes/Discreet-Flat.zip", "file_size": 938850, "screenshot": "/files/themes/Discreet-Flat.png", "author_id": "0", "author_user": "getkey"}, "Divo": {"spices-id": "Divo", "name": "Divo", "description": "A light panel theme with dark highlighting", "score": 7, "created": 1544903705, "last_edited": 1579283559, "last_commit": "930cb597c527e23fd8172ba53c8d10f00add18b2", "last_commit_subject": "Divo: increase gradient for active windows in window list (#609)", "file": "/files/themes/Divo.zip", "file_size": 723062, "screenshot": "/files/themes/Divo.png", "author_id": "0", "author_user": "brownsr"}, "Eleganse": {"spices-id": "Eleganse", "name": "Eleganse", "description": "Lightweight and transparent theme", "score": 23, "created": 1487518803, "last_edited": 1543686541, "last_commit": "10b5b528fa0795409065d14da9b588fa4d8e980c", "last_commit_subject": "Eleganse: update for Cinnamon 4.0 (#491)", "file": "/files/themes/Eleganse.zip", "file_size": 96569, "screenshot": "/files/themes/Eleganse.png", "author_id": "0", "author_user": "none"}, "Eleganse-dark": {"spices-id": "Eleganse-dark", "name": "Eleganse-dark", "description": "A dark theme with elegant appeal", "score": 25, "created": 1484754659, "last_edited": 1506321478, "last_commit": "47c82c6b6afbc7ab6be244aa6addb9dc258d8803", "last_commit_subject": "Eleganse-dark: info.json, screenshot.png update, README.md creation (#257)", "file": "/files/themes/Eleganse-dark.zip", "file_size": 252267, "screenshot": "/files/themes/Eleganse-dark.png", "author_id": "0", "author_user": "praveenp"}, "Facebook": {"spices-id": "Facebook", "name": "Facebook", "description": "A theme, which looks like Facebook", "score": 5, "created": 1484754660, "last_edited": 1619331569, "last_commit": "4e6da12dd355b712a430040169dbd9f46780b713", "last_commit_subject": "Add .menu-category-button-hover{} class for.. (#701)", "file": "/files/themes/Facebook.zip", "file_size": 350160, "screenshot": "/files/themes/Facebook.png", "author_id": "0", "author_user": "none"}, "Faded-Dream": {"spices-id": "Faded-Dream", "name": "Faded-Dream", "description": "Faded-Dream is a simple yet elegant theme designed to bring a clean glass-like transparency to the Cinnamon desktop.", "score": 18, "created": 1592220303, "last_edited": 1639400435, "last_commit": "a67f5615b576df668974583ee38394cadb0f8290", "last_commit_subject": "Update info.json (#723)", "file": "/files/themes/Faded-Dream.zip", "file_size": 339140, "screenshot": "/files/themes/Faded-Dream.png", "author_id": "0", "author_user": "aaron-dev-git"}, "Faience": {"spices-id": "Faience", "name": "Faience+", "description": "A dark panel theme with light menus and blue highlighting", "score": 6, "created": 1485100802, "last_edited": 1618162739, "last_commit": "7232c4d1b16d78c85fa26003c0779223fdc1dacb", "last_commit_subject": "create menu-category-button-hover class... (#697)", "file": "/files/themes/Faience.zip", "file_size": 755079, "screenshot": "/files/themes/Faience.png", "author_id": "0", "author_user": "none"}, "Fresh-Cinnamon": {"spices-id": "Fresh-Cinnamon", "name": "Fresh Cinnamon", "description": "Refreshing Teal Semi Transparent Theme", "score": 2, "created": 1600291505, "last_edited": 1600291224, "last_commit": "f35f2a64efff15dd5fd819de9147c07918c0da3e", "last_commit_subject": "Fresh Cinnamon Teal Refreshing Theme (#657)", "file": "/files/themes/Fresh-Cinnamon.zip", "file_size": 612704, "screenshot": "/files/themes/Fresh-Cinnamon.png", "author_id": "0", "author_user": "bomdia"}, "Glass-Mint-Classic": {"spices-id": "Glass-Mint-Classic", "name": "Glass-Glass-Mint-Classic", "description": "Semi-transparent theme with Mint colors and classic borders.", "score": 4, "created": 1484754661, "last_edited": 1614116776, "last_commit": "81ee66a7c1af4a5c2b43278890ddd464e39622af", "last_commit_subject": "feature(Glass-Mint-Classic): update fonts to be responsive to system font, minor widgets updates (#684)", "file": "/files/themes/Glass-Mint-Classic.zip", "file_size": 156651, "screenshot": "/files/themes/Glass-Mint-Classic.png", "author_id": "0", "author_user": "vlad1777d"}, "Graphite-One": {"spices-id": "Graphite-One", "name": "Graphite-One", "description": "Dark gradient theme. Monochrome applet mouseover. Applet details are also monochrome. Monochrome menu wording that uses only shadow highlighting for comfortable menu scrolling. Credit to theme Double Down by Frankula and Dewman 12. Credit to theme Ant-Dracula for some GTK control buttons. Theme Graphite-Zero is a green-tinged version of this.", "score": 10, "created": 1509828904, "last_edited": 1601314328, "last_commit": "e28bba27211ffc3afa6a02e7410886a4b0d01036", "last_commit_subject": "Graphite: update screenshots (#668)", "file": "/files/themes/Graphite-One.zip", "file_size": 852190, "screenshot": "/files/themes/Graphite-One.png", "author_id": "0", "author_user": "brownsr"}, "Graphite-Zero": {"spices-id": "Graphite-Zero", "name": "Graphite-Zero", "description": "Dark gradient theme. Green tinged applet mouseover. Monochrome menu wording that uses only shadow highlighting for comfortable menu scrolling. Credit to theme Double Down by Frankula and Dewman 12. Credit to theme Ant-Dracula for some GTK control buttons. Theme Graphite-One is a completely monochrome version of this.", "score": 10, "created": 1488101103, "last_edited": 1601314328, "last_commit": "e28bba27211ffc3afa6a02e7410886a4b0d01036", "last_commit_subject": "Graphite: update screenshots (#668)", "file": "/files/themes/Graphite-Zero.zip", "file_size": 827857, "screenshot": "/files/themes/Graphite-Zero.png", "author_id": "0", "author_user": "brownsr"}, "Jade-1": {"spices-id": "Jade-1", "name": "Jade-1", "description": "A fork of Adwaita with dark menus, light panels and mintgreen color accents.", "score": 20, "created": 1495389302, "last_edited": 1611730348, "last_commit": "e2bb58ab6dd3ce8f7b041c84d035dbb83a23b14d", "last_commit_subject": "Jade 1 (#677)", "file": "/files/themes/Jade-1.zip", "file_size": 985606, "screenshot": "/files/themes/Jade-1.png", "author_id": "0", "author_user": "madmaxms"}, "Jade-1-Blue": {"spices-id": "Jade-1-Blue", "name": "Jade-1", "description": "A fork of Adwaita with dark menus, light panels and blue color accents.", "score": 7, "created": 1586070604, "last_edited": 1611730348, "last_commit": "e2bb58ab6dd3ce8f7b041c84d035dbb83a23b14d", "last_commit_subject": "Jade 1 (#677)", "file": "/files/themes/Jade-1-Blue.zip", "file_size": 1013607, "screenshot": "/files/themes/Jade-1-Blue.png", "author_id": "0", "author_user": "madmaxms"}, "Jet-Gray": {"spices-id": "Jet-Gray", "name": "Jet-Gray", "description": "Mid grey panels and menus with jet black highlighting", "score": 8, "created": 1484754662, "last_edited": 1520108099, "last_commit": "c711bd41964144477edc98c585adca5673b2f362", "last_commit_subject": "jet-Gray: update for cinnamon 3.8 (#342)", "file": "/files/themes/Jet-Gray.zip", "file_size": 672165, "screenshot": "/files/themes/Jet-Gray.png", "author_id": "0", "author_user": "none"}, "Kiss-Kool-Viper": {"spices-id": "Kiss-Kool-Viper", "name": "Kiss-Kool-Viper", "description": "A dark theme with subtle texture", "score": 3, "created": 1484754662, "last_edited": 1520160054, "last_commit": "420d1b71c3083024a18fe2c5917c40d4269a1caf", "last_commit_subject": "Kiss-Kool-Viper: update for Cinnamon 3.8 (#344)", "file": "/files/themes/Kiss-Kool-Viper.zip", "file_size": 2412809, "screenshot": "/files/themes/Kiss-Kool-Viper.png", "author_id": "0", "author_user": "none"}, "LM-Light-Panel": {"spices-id": "LM-Light-Panel", "name": "LM-Light-Panel", "description": "Linux Mint theme with reversed panel colors, slightly improved composition, and menu edits.", "score": 0, "created": 1523912103, "last_edited": 1524599577, "last_commit": "52e553904648bffc5b1526108efcc6bdc5a8a33a", "last_commit_subject": "Issue #402: LM-Light-Panel: Add license to info.json (#415)", "file": "/files/themes/LM-Light-Panel.zip", "file_size": 125674, "screenshot": "/files/themes/LM-Light-Panel.png", "author_id": "0", "author_user": "smilesbright"}, "Loki": {"spices-id": "Loki", "name": "Loki", "description": "Lean, mean and dark theme for Cinnamon", "score": 7, "created": 1484754663, "last_edited": 1580550386, "last_commit": "05383646347c77f157c88e463c0e12c791bdb0d3", "last_commit_subject": "Loki: remove hard coded font sizes (#611)", "file": "/files/themes/Loki.zip", "file_size": 942869, "screenshot": "/files/themes/Loki.png", "author_id": "0", "author_user": "none"}, "MGSE-Unity": {"spices-id": "MGSE-Unity", "name": "MGSE-Unity", "description": "This theme is missing an info.json", "score": 2, "created": 1523560504, "last_edited": 1523559785, "last_commit": "f7d2665bbda5d5f3d8fbf426163a063032ea6b40", "last_commit_subject": "Chinvat (#388)", "file": "/files/themes/MGSE-Unity.zip", "file_size": 88546, "screenshot": "/files/themes/MGSE-Unity.png", "author_id": "0", "author_user": "Unknown"}, "Metallic_Cyan": {"spices-id": "Metallic_Cyan", "name": "Metallic_Cyan", "description": "", "score": 12, "created": 1501182603, "last_edited": 1502606702, "last_commit": "d3521d2bf3b0c221b978254c1b4f29469b7c529a", "last_commit_subject": "Metallic cyan1.1 (#218)", "file": "/files/themes/Metallic_Cyan.zip", "file_size": 1021614, "screenshot": "/files/themes/Metallic_Cyan.png", "author_id": "0", "author_user": "karthikbhupathy13"}, "Mint-X-Dark": {"spices-id": "Mint-X-Dark", "name": "Mint-X-Dark", "description": "Dark theme in Mint-X style", "score": 8, "created": 1506004804, "last_edited": 1511080137, "last_commit": "8a6b43c18475863c2e3fee0d336c4f5e7d438e49", "last_commit_subject": "Mint-X-Dark: Change URL color (#281)", "file": "/files/themes/Mint-X-Dark.zip", "file_size": 146959, "screenshot": "/files/themes/Mint-X-Dark.png", "author_id": "0", "author_user": "Shatur95"}, "Mint-XP": {"spices-id": "Mint-XP", "name": "Mint-XP (GTK3, GTK2 and metacity included)", "description": "A theme for XP fans", "score": 5, "created": 1485100803, "last_edited": 1520167525, "last_commit": "b23b3c1ed3baa59dcb45364545270db5ba65b7f7", "last_commit_subject": "Mint-XP: update for cinnamon 3.8 (#348)", "file": "/files/themes/Mint-XP.zip", "file_size": 500806, "screenshot": "/files/themes/Mint-XP.png", "author_id": "0", "author_user": "fmcgorenc"}, "Minty": {"spices-id": "Minty", "name": "Minty", "description": "Minty is a Cinnamon theme with some flavour of Linux Mint", "score": 4, "created": 1484754665, "last_edited": 1520367770, "last_commit": "ad4c978ae3a73584a99d3ce6a168319f023ea34f", "last_commit_subject": "Minty: adapt for Cinnamon 3.8 (#364)", "file": "/files/themes/Minty.zip", "file_size": 100899, "screenshot": "/files/themes/Minty.png", "author_id": "0", "author_user": "none"}, "Monternos": {"spices-id": "Monternos", "name": "Monternos", "description": "This theme is based on the iOS-X theme (https://cinnamon-spices.linuxmint.com/themes/view/iOS-X). With a new base panel and other small differences.", "score": 4, "created": 1578075004, "last_edited": 1578227055, "last_commit": "d4006261c56023165d275d3b8ae13fdeeb571e28", "last_commit_subject": "Monternos: updated metainfo (#607)", "file": "/files/themes/Monternos.zip", "file_size": 3768643, "screenshot": "/files/themes/Monternos.png", "author_id": "0", "author_user": "Keimeno"}, "Moonstone": {"spices-id": "Moonstone", "name": "Moonstone", "description": "Fork of the elegant Mint-Y-Dark theme for Cinnamon Desktop Environment using transparent UI elements.", "score": 13, "created": 1628233804, "last_edited": 1628582263, "last_commit": "715f7a089e64869b9b1340719c7ede1bc902740b", "last_commit_subject": "Moonstone: fix readme manual install section, add index.theme (#711)", "file": "/files/themes/Moonstone.zip", "file_size": 838037, "screenshot": "/files/themes/Moonstone.png", "author_id": "0", "author_user": "Mario-paul"}, "New-Minty": {"spices-id": "New-Minty", "name": "New-Minty (with joined menus)", "description": "This is a fork of the New-Minty theme with some variations. Original author: zagortenary333 (https://zagortenay333.deviantart.com/)", "score": 41, "created": 1484754665, "last_edited": 1545335907, "last_commit": "a9ecdb4e8346b031f3014fefd930867ff0897f1c", "last_commit_subject": "Update New-Minty (with joined menus) (#523)", "file": "/files/themes/New-Minty.zip", "file_size": 565687, "screenshot": "/files/themes/New-Minty.png", "author_id": "0", "author_user": "germanfr"}, "Numix-Cinnamon-Semi-Transparent": {"spices-id": "Numix-Cinnamon-Semi-Transparent", "name": "Numix Cinnamon SemiTransparent", "description": "Semi-Transparent version of Numix-Cinnamon-Transparent Theme from edoz90 with support for grouped windows list", "score": 28, "created": 1576605003, "last_edited": 1606468325, "last_commit": "bb744a1b3249722e8f0fb11c1fd6fdf4ec3748b1", "last_commit_subject": "Little fix for weird looking glass effect on some surface (#675)", "file": "/files/themes/Numix-Cinnamon-Semi-Transparent.zip", "file_size": 950459, "screenshot": "/files/themes/Numix-Cinnamon-Semi-Transparent.png", "author_id": "0", "author_user": "bomdia"}, "Numix-Cinnamon-Transparent": {"spices-id": "Numix-Cinnamon-Transparent", "name": "Numix Cinnamon Transparent", "description": "Transparent version of Numix-Cinnamon Theme from zagortenay333 with shorter window list\\'s tab.", "score": 31, "created": 1484754666, "last_edited": 1604823159, "last_commit": "8a5bfb32cb58f86c5fd074d7fbb8938911eaf5d6", "last_commit_subject": "Adjust height value in .menu-selected-app-box (#673)", "file": "/files/themes/Numix-Cinnamon-Transparent.zip", "file_size": 464250, "screenshot": "/files/themes/Numix-Cinnamon-Transparent.png", "author_id": "0", "author_user": "none"}, "Obsidian": {"spices-id": "Obsidian", "name": "Obsidian", "description": "Fork of the elegant Mint-Y-Dark theme for Cinnamon Desktop Environment using transparency and dark UI elements.", "score": 10, "created": 1628582406, "last_edited": 1628582263, "last_commit": "715f7a089e64869b9b1340719c7ede1bc902740b", "last_commit_subject": "Moonstone: fix readme manual install section, add index.theme (#711)", "file": "/files/themes/Obsidian.zip", "file_size": 997508, "screenshot": "/files/themes/Obsidian.png", "author_id": "0", "author_user": "Mario-paul"}, "Orchidea": {"spices-id": "Orchidea", "name": "Orchidea", "description": "A dark theme inspired by vinceliuice\\'s Orchis Theme (https://github.com/vinceliuice/Orchis-theme)", "score": 15, "created": 1615538103, "last_edited": 1627777875, "last_commit": "83ad4c98223b27e24ab872db36e2738469ed8f49", "last_commit_subject": "Limit border-radius of.. (#708)", "file": "/files/themes/Orchidea.zip", "file_size": 88038, "screenshot": "/files/themes/Orchidea.png", "author_id": "0", "author_user": "andr35"}, "Photocopy": {"spices-id": "Photocopy", "name": "Photocopy", "description": "A theme with dark photocopier background on panels, menus and popups. Blue highlight on hover. A little margin around the menus to take them just off the panel. Fast animations", "score": 4, "created": 1487424903, "last_edited": 1577632713, "last_commit": "7684064c4e30a2736ccfe9f6d1a09baf58eb9a1b", "last_commit_subject": "Photocopy: remove hard coded font", "file": "/files/themes/Photocopy.zip", "file_size": 854197, "screenshot": "/files/themes/Photocopy.png", "author_id": "0", "author_user": "brownsr"}, "Pragmatic-Darker-Blue": {"spices-id": "Pragmatic-Darker-Blue", "name": "Pragmatic-Darker-Blue", "description": "Classic Mint-Y theme in blue colors", "score": 7, "created": 1538940604, "last_edited": 1622615332, "last_commit": "dd05e2d732bdd0ec9b110ebe2ccb2c1132adf90e", "last_commit_subject": "Pragmatic-Darker-Blue: fixed GTK-3.22 tooltip font color for dark theme (#702)", "file": "/files/themes/Pragmatic-Darker-Blue.zip", "file_size": 630595, "screenshot": "/files/themes/Pragmatic-Darker-Blue.png", "author_id": "0", "author_user": "voronovim"}, "Railway": {"spices-id": "Railway", "name": "Railway", "description": "For those who like Doors 8 style, in spite of everything.", "score": 19, "created": 1488225302, "last_edited": 1524683894, "last_commit": "a5a0473925bcd766caf0e46859a169d52a3ff863", "last_commit_subject": "Update Railway (#419)", "file": "/files/themes/Railway.zip", "file_size": 1534472, "screenshot": "/files/themes/Railway.png", "author_id": "0", "author_user": "germanfr"}, "Serena": {"spices-id": "Serena", "name": "Serena", "description": "Theme based on dark-void", "score": 2, "created": 1484754667, "last_edited": 1509644293, "last_commit": "c078e66a55e5ae8bbd95ee7d329f6f95acaa19c2", "last_commit_subject": "Themes by @freemangilgamesh (#258)", "file": "/files/themes/Serena.zip", "file_size": 90381, "screenshot": "/files/themes/Serena.png", "author_id": "0", "author_user": "freemangilgamesh"}, "Silk": {"spices-id": "Silk", "name": "Silk", "description": "Simple flat theme", "score": 9, "created": 1484754667, "last_edited": 1509644293, "last_commit": "c078e66a55e5ae8bbd95ee7d329f6f95acaa19c2", "last_commit_subject": "Themes by @freemangilgamesh (#258)", "file": "/files/themes/Silk.zip", "file_size": 340977, "screenshot": "/files/themes/Silk.png", "author_id": "0", "author_user": "freemangilgamesh"}, "SimpleDock": {"spices-id": "SimpleDock", "name": "SimpleDock", "description": "Simple centre zone dark dock to left, right and bottom, with adjacent right and left zones transparent. Derived from Graphite Zero (see credits there), with reduced rounding and menu border. Suggest setting the \\'dock\\' panel to autohide or intelligent hide if you want the \\'dock\\' not to constrain the space for windows. Please note that this does not bring all the functionality that a full blown dock would, it is still a standard panel", "score": 8, "created": 1545429904, "last_edited": 1601314328, "last_commit": "e28bba27211ffc3afa6a02e7410886a4b0d01036", "last_commit_subject": "Graphite: update screenshots (#668)", "file": "/files/themes/SimpleDock.zip", "file_size": 825203, "screenshot": "/files/themes/SimpleDock.png", "author_id": "0", "author_user": "brownsr"}, "Spearmint-Leaf": {"spices-id": "Spearmint-Leaf", "name": "Spearmint Leaf", "description": "The goal of this theme was to combine Spearmint theme by razor020 with MintLeaf theme by luisrafaelgalvez and this is the result", "score": 4, "created": 1487540703, "last_edited": 1577636732, "last_commit": "868566795daf627c4abc71fc764c4543547e3212", "last_commit_subject": "Fonts2912: remove some hard coded fonts (#605)", "file": "/files/themes/Spearmint-Leaf.zip", "file_size": 831438, "screenshot": "/files/themes/Spearmint-Leaf.png", "author_id": "0", "author_user": "none"}, "Spider-Void": {"spices-id": "Spider-Void", "name": "Spider-Void", "description": "Spider-Void is a dramatic theme for Cinnamon", "score": 11, "created": 1487230802, "last_edited": 1580571017, "last_commit": "4415cb998c491bdc356504d57cbcdfc3828ca015", "last_commit_subject": "Spider-Void: permit scaling with font size (#615)", "file": "/files/themes/Spider-Void.zip", "file_size": 2112544, "screenshot": "/files/themes/Spider-Void.png", "author_id": "0", "author_user": "none"}, "Thunderbolt": {"spices-id": "Thunderbolt", "name": "Thunderbolt", "description": "This theme is based mainly on the artwork and colors of the Atolm Gnome Sehell theme and my previous Tomcat theme.", "score": 6, "created": 1486840802, "last_edited": 1547201740, "last_commit": "61d45a1a97fba626842c6b99202a081596eaeb97", "last_commit_subject": "Revert \"Add new theme: Warthog (#544)\" (#545)", "file": "/files/themes/Thunderbolt.zip", "file_size": 3146116, "screenshot": "/files/themes/Thunderbolt.png", "author_id": "0", "author_user": "Radek71"}, "Tomcat": {"spices-id": "Tomcat", "name": "Tomcat", "description": "Based mainly on default Cinnamon theme and nice GNOME Shell - Atolm theme", "score": 3, "created": 1488127203, "last_edited": 1510381531, "last_commit": "6b02f3c077ea5e270ee3dcf8725f85c4e9e749da", "last_commit_subject": "Themes by @Radek71 (#271)", "file": "/files/themes/Tomcat.zip", "file_size": 239856, "screenshot": "/files/themes/Tomcat.png", "author_id": "0", "author_user": "Radek71"}, "Tyr-himinn": {"spices-id": "Tyr-himinn", "name": "Tyr himinn", "description": "Simple and sleek theme for Cinnamon in two variants: green (jord) and blue (himinn)", "score": 17, "created": 1484754669, "last_edited": 1612805835, "last_commit": "8c3e82ddfa7aeb944e1c8290bfc361f0b0c8a124", "last_commit_subject": "[Tyr-himinn] Swap height for padding to allow for (#679)", "file": "/files/themes/Tyr-himinn.zip", "file_size": 409229, "screenshot": "/files/themes/Tyr-himinn.png", "author_id": "0", "author_user": "none"}, "Tyr-jord": {"spices-id": "Tyr-jord", "name": "Tyr jord", "description": "Simple and sleek theme for Cinnamon in two variants: green (jord) and blue (himinn)", "score": 14, "created": 1484754669, "last_edited": 1614373509, "last_commit": "1696ec30c74e301111679b1a79746f0a85b4708f", "last_commit_subject": "swap height property for padding to allow... (#687)", "file": "/files/themes/Tyr-jord.zip", "file_size": 379087, "screenshot": "/files/themes/Tyr-jord.png", "author_id": "0", "author_user": "none"}, "Ubuntu-touch": {"spices-id": "Ubuntu-touch", "name": "Ubuntu-touch", "description": "Loaded at the request of the author from https://www.opendesktop.org/s/Cinnamon/p/1012724/", "score": 7, "created": 1497975902, "last_edited": 1580569910, "last_commit": "97419016c0ffc28aec3f4a75217a3212070a8e1c", "last_commit_subject": "ubuntu-touch: remove hard coded font sizes (#614)", "file": "/files/themes/Ubuntu-touch.zip", "file_size": 102445, "screenshot": "/files/themes/Ubuntu-touch.png", "author_id": "0", "author_user": "freemangilgamesh"}, "Vivaldi": {"spices-id": "Vivaldi", "name": "Vivaldi", "description": "Flat theme", "score": 11, "created": 1484754669, "last_edited": 1614373590, "last_commit": "4b55bc24f197cedbeba43920bf4bb32d0f16ac0f", "last_commit_subject": "Remove height property from #menu-search-entry ... (#690)", "file": "/files/themes/Vivaldi.zip", "file_size": 87131, "screenshot": "/files/themes/Vivaldi.png", "author_id": "0", "author_user": "freemangilgamesh"}, "Vivaldi-ZorinOS": {"spices-id": "Vivaldi-ZorinOS", "name": "Vivaldi-ZorinOS", "description": "GTK theme included", "score": 7, "created": 1484754669, "last_edited": 1614117227, "last_commit": "21dbdf2859216790e6d71d19bb2e610cf315f376", "last_commit_subject": "Remove height property from.. (#683)", "file": "/files/themes/Vivaldi-ZorinOS.zip", "file_size": 272039, "screenshot": "/files/themes/Vivaldi-ZorinOS.png", "author_id": "0", "author_user": "freemangilgamesh"}, "Windows-10": {"spices-id": "Windows-10", "name": "Windows 10 Light Theme", "description": "Simple theme to emulate Win10 on your Cinnamon machine.", "score": 22, "created": 1484762704, "last_edited": 1614411301, "last_commit": "540187b0a4ef7dd270342b29a1bab5faa3d0ff9d", "last_commit_subject": "Fix for menu applet label being covered up (#691)", "file": "/files/themes/Windows-10.zip", "file_size": 1112814, "screenshot": "/files/themes/Windows-10.png", "author_id": "0", "author_user": "smurphos"}, "Windows-10-Basic": {"spices-id": "Windows-10-Basic", "name": "Windows-10-Basic", "description": "Windows 10 theme with comfortable spacings and minimalist styles.", "score": 2, "created": 1565073304, "last_edited": 1565072461, "last_commit": "80bdf95b3ab0cfb1a0a9663e1f3e5c7eebebecb1", "last_commit_subject": "added windows-10-basic theme (#584)", "file": "/files/themes/Windows-10-Basic.zip", "file_size": 374822, "screenshot": "/files/themes/Windows-10-Basic.png", "author_id": "0", "author_user": "lleeoochen"}, "iOS-X": {"spices-id": "iOS-X", "name": "iOS-X", "description": "A iOS based Linux Mint theme!", "score": 7, "created": 1506150604, "last_edited": 1619346859, "last_commit": "1a940a143b951a338cbb5eb6d647b8d9462d0685", "last_commit_subject": "Create class for use in cinnamenu (#698)", "file": "/files/themes/iOS-X.zip", "file_size": 1117981, "screenshot": "/files/themes/iOS-X.png", "author_id": "0", "author_user": "rajat"}, "qob": {"spices-id": "qob", "name": "qob", "description": "Classy cinnamon theme which is based on Linux Mint with a lot of tweaks. ", "score": 23, "created": 1504111202, "last_edited": 1544306126, "last_commit": "97b8c4841e6a89834151ccc88cca98e4c12c6d60", "last_commit_subject": "qob: update for Cinnamon 4.0 (#502)", "file": "/files/themes/qob.zip", "file_size": 296430, "screenshot": "/files/themes/qob.png", "author_id": "0", "author_user": "none"}, "waterbody": {"spices-id": "waterbody", "name": "waterbody", "description": "Just a cinnamon theme.", "score": 8, "created": 1623915605, "last_edited": 1626007641, "last_commit": "2f4fe461a989b3e1f86482ae3d69929f9b03b4af", "last_commit_subject": "Fix .menu-category-button-hover class for... (#705)", "file": "/files/themes/waterbody.zip", "file_size": 1704474, "screenshot": "/files/themes/waterbody.png", "author_id": "0", "author_user": "tirtharajsinha"}} \ No newline at end of file diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/qob.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/qob.png deleted file mode 100644 index 3096db3..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/qob.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/waterbody.png b/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/waterbody.png deleted file mode 100644 index 7f96da3..0000000 Binary files a/profile/airootfs/root/content/home/.cinnamon/spices.cache/theme/waterbody.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.config/btop/btop.conf b/profile/airootfs/root/content/home/.config/btop/btop.conf deleted file mode 100644 index 96d1eb6..0000000 --- a/profile/airootfs/root/content/home/.config/btop/btop.conf +++ /dev/null @@ -1,212 +0,0 @@ -#? Config file for btop v. 1.2.13 - -#* Name of a btop++/bpytop/bashtop formatted ".theme" file, "Default" and "TTY" for builtin themes. -#* Themes should be placed in "../share/btop/themes" relative to binary or "$HOME/.config/btop/themes" -color_theme = "Default" - -#* If the theme set background should be shown, set to False if you want terminal background transparency. -theme_background = True - -#* Sets if 24-bit truecolor should be used, will convert 24-bit colors to 256 color (6x6x6 color cube) if false. -truecolor = True - -#* Set to true to force tty mode regardless if a real tty has been detected or not. -#* Will force 16-color mode and TTY theme, set all graph symbols to "tty" and swap out other non tty friendly symbols. -force_tty = False - -#* Define presets for the layout of the boxes. Preset 0 is always all boxes shown with default settings. Max 9 presets. -#* Format: "box_name:P:G,box_name:P:G" P=(0 or 1) for alternate positions, G=graph symbol to use for box. -#* Use whitespace " " as separator between different presets. -#* Example: "cpu:0:default,mem:0:tty,proc:1:default cpu:0:braille,proc:0:tty" -presets = "cpu:1:default,proc:0:default cpu:0:default,mem:0:default,net:0:default cpu:0:block,net:0:tty" - -#* Set to True to enable "h,j,k,l,g,G" keys for directional control in lists. -#* Conflicting keys for h:"help" and k:"kill" is accessible while holding shift. -vim_keys = False - -#* Rounded corners on boxes, is ignored if TTY mode is ON. -rounded_corners = True - -#* Default symbols to use for graph creation, "braille", "block" or "tty". -#* "braille" offers the highest resolution but might not be included in all fonts. -#* "block" has half the resolution of braille but uses more common characters. -#* "tty" uses only 3 different symbols but will work with most fonts and should work in a real TTY. -#* Note that "tty" only has half the horizontal resolution of the other two, so will show a shorter historical view. -graph_symbol = "braille" - -# Graph symbol to use for graphs in cpu box, "default", "braille", "block" or "tty". -graph_symbol_cpu = "default" - -# Graph symbol to use for graphs in cpu box, "default", "braille", "block" or "tty". -graph_symbol_mem = "default" - -# Graph symbol to use for graphs in cpu box, "default", "braille", "block" or "tty". -graph_symbol_net = "default" - -# Graph symbol to use for graphs in cpu box, "default", "braille", "block" or "tty". -graph_symbol_proc = "default" - -#* Manually set which boxes to show. Available values are "cpu mem net proc", separate values with whitespace. -shown_boxes = "cpu mem net proc" - -#* Update time in milliseconds, recommended 2000 ms or above for better sample times for graphs. -update_ms = 100 - -#* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu direct", -#* "cpu lazy" sorts top process over time (easier to follow), "cpu direct" updates top process directly. -proc_sorting = "cpu lazy" - -#* Reverse sorting order, True or False. -proc_reversed = False - -#* Show processes as a tree. -proc_tree = False - -#* Use the cpu graph colors in the process list. -proc_colors = True - -#* Use a darkening gradient in the process list. -proc_gradient = True - -#* If process cpu usage should be of the core it's running on or usage of the total available cpu power. -proc_per_core = False - -#* Show process memory as bytes instead of percent. -proc_mem_bytes = True - -#* Show cpu graph for each process. -proc_cpu_graphs = True - -#* Use /proc/[pid]/smaps for memory information in the process info box (very slow but more accurate) -proc_info_smaps = False - -#* Show proc box on left side of screen instead of right. -proc_left = False - -#* (Linux) Filter processes tied to the Linux kernel(similar behavior to htop). -proc_filter_kernel = False - -#* Sets the CPU stat shown in upper half of the CPU graph, "total" is always available. -#* Select from a list of detected attributes from the options menu. -cpu_graph_upper = "total" - -#* Sets the CPU stat shown in lower half of the CPU graph, "total" is always available. -#* Select from a list of detected attributes from the options menu. -cpu_graph_lower = "total" - -#* Toggles if the lower CPU graph should be inverted. -cpu_invert_lower = True - -#* Set to True to completely disable the lower CPU graph. -cpu_single_graph = False - -#* Show cpu box at bottom of screen instead of top. -cpu_bottom = False - -#* Shows the system uptime in the CPU box. -show_uptime = True - -#* Show cpu temperature. -check_temp = True - -#* Which sensor to use for cpu temperature, use options menu to select from list of available sensors. -cpu_sensor = "Auto" - -#* Show temperatures for cpu cores also if check_temp is True and sensors has been found. -show_coretemp = True - -#* Set a custom mapping between core and coretemp, can be needed on certain cpus to get correct temperature for correct core. -#* Use lm-sensors or similar to see which cores are reporting temperatures on your machine. -#* Format "x:y" x=core with wrong temp, y=core with correct temp, use space as separator between multiple entries. -#* Example: "4:0 5:1 6:3" -cpu_core_map = "" - -#* Which temperature scale to use, available values: "celsius", "fahrenheit", "kelvin" and "rankine". -temp_scale = "celsius" - -#* Use base 10 for bits/bytes sizes, KB = 1000 instead of KiB = 1024. -base_10_sizes = False - -#* Show CPU frequency. -show_cpu_freq = True - -#* Draw a clock at top of screen, formatting according to strftime, empty string to disable. -#* Special formatting: /host = hostname | /user = username | /uptime = system uptime -clock_format = "%X" - -#* Update main ui in background when menus are showing, set this to false if the menus is flickering too much for comfort. -background_update = True - -#* Custom cpu model name, empty string to disable. -custom_cpu_name = "" - -#* Optional filter for shown disks, should be full path of a mountpoint, separate multiple values with whitespace " ". -#* Begin line with "exclude=" to change to exclude filter, otherwise defaults to "most include" filter. Example: disks_filter="exclude=/boot /home/user". -disks_filter = "" - -#* Show graphs instead of meters for memory values. -mem_graphs = True - -#* Show mem box below net box instead of above. -mem_below_net = False - -#* Count ZFS ARC in cached and available memory. -zfs_arc_cached = True - -#* If swap memory should be shown in memory box. -show_swap = True - -#* Show swap as a disk, ignores show_swap value above, inserts itself after first disk. -swap_disk = True - -#* If mem box should be split to also show disks info. -show_disks = True - -#* Filter out non physical disks. Set this to False to include network disks, RAM disks and similar. -only_physical = True - -#* Read disks list from /etc/fstab. This also disables only_physical. -use_fstab = True - -#* Setting this to True will hide all datasets, and only show ZFS pools. (IO stats will be calculated per-pool) -zfs_hide_datasets = False - -#* Set to true to show available disk space for privileged users. -disk_free_priv = False - -#* Toggles if io activity % (disk busy time) should be shown in regular disk usage view. -show_io_stat = True - -#* Toggles io mode for disks, showing big graphs for disk read/write speeds. -io_mode = False - -#* Set to True to show combined read/write io graphs in io mode. -io_graph_combined = False - -#* Set the top speed for the io graphs in MiB/s (100 by default), use format "mountpoint:speed" separate disks with whitespace " ". -#* Example: "/mnt/media:100 /:20 /boot:1". -io_graph_speeds = "" - -#* Set fixed values for network graphs in Mebibits. Is only used if net_auto is also set to False. -net_download = 100 - -net_upload = 100 - -#* Use network graphs auto rescaling mode, ignores any values set above and rescales down to 10 Kibibytes at the lowest. -net_auto = True - -#* Sync the auto scaling for download and upload to whichever currently has the highest scale. -net_sync = True - -#* Starts with the Network Interface specified here. -net_iface = "" - -#* Show battery stats in top right if battery is present. -show_battery = True - -#* Which battery to use if multiple are present. "Auto" for auto detection. -selected_battery = "Auto" - -#* Set loglevel for "~/.config/btop/btop.log" levels are: "ERROR" "WARNING" "INFO" "DEBUG". -#* The level set includes all lower levels, i.e. "DEBUG" will show all logging info. -log_level = "WARNING" \ No newline at end of file diff --git a/profile/airootfs/root/content/home/.config/neofetch/config.conf b/profile/airootfs/root/content/home/.config/neofetch/config.conf deleted file mode 100644 index cdba4c6..0000000 --- a/profile/airootfs/root/content/home/.config/neofetch/config.conf +++ /dev/null @@ -1,864 +0,0 @@ -# See this wiki page for more info: -# https://github.com/dylanaraps/neofetch/wiki/Customizing-Info -print_info() { - info title - info underline - - info "OS" distro - info "Host" model - info "Kernel" kernel - info "Uptime" uptime - info "Packages" packages - info "Shell" shell - info "Resolution" resolution - info "DE" de - info "WM" wm - info "WM Theme" wm_theme - info "Theme" theme - info "Icons" icons - info "Terminal" term - info "Terminal Font" term_font - info "CPU" cpu - info "GPU" gpu - info "Memory" memory - - # info "GPU Driver" gpu_driver # Linux/macOS only - # info "CPU Usage" cpu_usage - # info "Disk" disk - # info "Battery" battery - # info "Font" font - # info "Song" song - # [[ "$player" ]] && prin "Music Player" "$player" - # info "Local IP" local_ip - # info "Public IP" public_ip - # info "Users" users - # info "Locale" locale # This only works on glibc systems. - - info cols -} - -# Title - - -# Hide/Show Fully qualified domain name. -# -# Default: 'off' -# Values: 'on', 'off' -# Flag: --title_fqdn -title_fqdn="off" - - -# Kernel - - -# Shorten the output of the kernel function. -# -# Default: 'on' -# Values: 'on', 'off' -# Flag: --kernel_shorthand -# Supports: Everything except *BSDs (except PacBSD and PC-BSD) -# -# Example: -# on: '4.8.9-1-ARCH' -# off: 'Linux 4.8.9-1-ARCH' -kernel_shorthand="on" - - -# Distro - - -# Shorten the output of the distro function -# -# Default: 'off' -# Values: 'on', 'tiny', 'off' -# Flag: --distro_shorthand -# Supports: Everything except Windows and Haiku -distro_shorthand="off" - -# Show/Hide OS Architecture. -# Show 'x86_64', 'x86' and etc in 'Distro:' output. -# -# Default: 'on' -# Values: 'on', 'off' -# Flag: --os_arch -# -# Example: -# on: 'Arch Linux x86_64' -# off: 'Arch Linux' -os_arch="on" - - -# Uptime - - -# Shorten the output of the uptime function -# -# Default: 'on' -# Values: 'on', 'tiny', 'off' -# Flag: --uptime_shorthand -# -# Example: -# on: '2 days, 10 hours, 3 mins' -# tiny: '2d 10h 3m' -# off: '2 days, 10 hours, 3 minutes' -uptime_shorthand="on" - - -# Memory - - -# Show memory pecentage in output. -# -# Default: 'off' -# Values: 'on', 'off' -# Flag: --memory_percent -# -# Example: -# on: '1801MiB / 7881MiB (22%)' -# off: '1801MiB / 7881MiB' -memory_percent="off" - -# Change memory output unit. -# -# Default: 'mib' -# Values: 'kib', 'mib', 'gib' -# Flag: --memory_unit -# -# Example: -# kib '1020928KiB / 7117824KiB' -# mib '1042MiB / 6951MiB' -# gib: ' 0.98GiB / 6.79GiB' -memory_unit="mib" - - -# Packages - - -# Show/Hide Package Manager names. -# -# Default: 'tiny' -# Values: 'on', 'tiny' 'off' -# Flag: --package_managers -# -# Example: -# on: '998 (pacman), 8 (flatpak), 4 (snap)' -# tiny: '908 (pacman, flatpak, snap)' -# off: '908' -package_managers="on" - - -# Shell - - -# Show the path to $SHELL -# -# Default: 'off' -# Values: 'on', 'off' -# Flag: --shell_path -# -# Example: -# on: '/bin/bash' -# off: 'bash' -shell_path="off" - -# Show $SHELL version -# -# Default: 'on' -# Values: 'on', 'off' -# Flag: --shell_version -# -# Example: -# on: 'bash 4.4.5' -# off: 'bash' -shell_version="on" - - -# CPU - - -# CPU speed type -# -# Default: 'bios_limit' -# Values: 'scaling_cur_freq', 'scaling_min_freq', 'scaling_max_freq', 'bios_limit'. -# Flag: --speed_type -# Supports: Linux with 'cpufreq' -# NOTE: Any file in '/sys/devices/system/cpu/cpu0/cpufreq' can be used as a value. -speed_type="bios_limit" - -# CPU speed shorthand -# -# Default: 'off' -# Values: 'on', 'off'. -# Flag: --speed_shorthand -# NOTE: This flag is not supported in systems with CPU speed less than 1 GHz -# -# Example: -# on: 'i7-6500U (4) @ 3.1GHz' -# off: 'i7-6500U (4) @ 3.100GHz' -speed_shorthand="off" - -# Enable/Disable CPU brand in output. -# -# Default: 'on' -# Values: 'on', 'off' -# Flag: --cpu_brand -# -# Example: -# on: 'Intel i7-6500U' -# off: 'i7-6500U (4)' -cpu_brand="on" - -# CPU Speed -# Hide/Show CPU speed. -# -# Default: 'on' -# Values: 'on', 'off' -# Flag: --cpu_speed -# -# Example: -# on: 'Intel i7-6500U (4) @ 3.1GHz' -# off: 'Intel i7-6500U (4)' -cpu_speed="on" - -# CPU Cores -# Display CPU cores in output -# -# Default: 'logical' -# Values: 'logical', 'physical', 'off' -# Flag: --cpu_cores -# Support: 'physical' doesn't work on BSD. -# -# Example: -# logical: 'Intel i7-6500U (4) @ 3.1GHz' (All virtual cores) -# physical: 'Intel i7-6500U (2) @ 3.1GHz' (All physical cores) -# off: 'Intel i7-6500U @ 3.1GHz' -cpu_cores="logical" - -# CPU Temperature -# Hide/Show CPU temperature. -# Note the temperature is added to the regular CPU function. -# -# Default: 'off' -# Values: 'C', 'F', 'off' -# Flag: --cpu_temp -# Supports: Linux, BSD -# NOTE: For FreeBSD and NetBSD-based systems, you'll need to enable -# coretemp kernel module. This only supports newer Intel processors. -# -# Example: -# C: 'Intel i7-6500U (4) @ 3.1GHz [27.2°C]' -# F: 'Intel i7-6500U (4) @ 3.1GHz [82.0°F]' -# off: 'Intel i7-6500U (4) @ 3.1GHz' -cpu_temp="off" - - -# GPU - - -# Enable/Disable GPU Brand -# -# Default: 'on' -# Values: 'on', 'off' -# Flag: --gpu_brand -# -# Example: -# on: 'AMD HD 7950' -# off: 'HD 7950' -gpu_brand="on" - -# Which GPU to display -# -# Default: 'all' -# Values: 'all', 'dedicated', 'integrated' -# Flag: --gpu_type -# Supports: Linux -# -# Example: -# all: -# GPU1: AMD HD 7950 -# GPU2: Intel Integrated Graphics -# -# dedicated: -# GPU1: AMD HD 7950 -# -# integrated: -# GPU1: Intel Integrated Graphics -gpu_type="all" - - -# Resolution - - -# Display refresh rate next to each monitor -# Default: 'off' -# Values: 'on', 'off' -# Flag: --refresh_rate -# Supports: Doesn't work on Windows. -# -# Example: -# on: '1920x1080 @ 60Hz' -# off: '1920x1080' -refresh_rate="off" - - -# Gtk Theme / Icons / Font - - -# Shorten output of GTK Theme / Icons / Font -# -# Default: 'off' -# Values: 'on', 'off' -# Flag: --gtk_shorthand -# -# Example: -# on: 'Numix, Adwaita' -# off: 'Numix [GTK2], Adwaita [GTK3]' -gtk_shorthand="off" - - -# Enable/Disable gtk2 Theme / Icons / Font -# -# Default: 'on' -# Values: 'on', 'off' -# Flag: --gtk2 -# -# Example: -# on: 'Numix [GTK2], Adwaita [GTK3]' -# off: 'Adwaita [GTK3]' -gtk2="on" - -# Enable/Disable gtk3 Theme / Icons / Font -# -# Default: 'on' -# Values: 'on', 'off' -# Flag: --gtk3 -# -# Example: -# on: 'Numix [GTK2], Adwaita [GTK3]' -# off: 'Numix [GTK2]' -gtk3="on" - - -# IP Address - - -# Website to ping for the public IP -# -# Default: 'http://ident.me' -# Values: 'url' -# Flag: --ip_host -public_ip_host="http://ident.me" - -# Public IP timeout. -# -# Default: '2' -# Values: 'int' -# Flag: --ip_timeout -public_ip_timeout=2 - - -# Desktop Environment - - -# Show Desktop Environment version -# -# Default: 'on' -# Values: 'on', 'off' -# Flag: --de_version -de_version="on" - - -# Disk - - -# Which disks to display. -# The values can be any /dev/sdXX, mount point or directory. -# NOTE: By default we only show the disk info for '/'. -# -# Default: '/' -# Values: '/', '/dev/sdXX', '/path/to/drive'. -# Flag: --disk_show -# -# Example: -# disk_show=('/' '/dev/sdb1'): -# 'Disk (/): 74G / 118G (66%)' -# 'Disk (/mnt/Videos): 823G / 893G (93%)' -# -# disk_show=('/'): -# 'Disk (/): 74G / 118G (66%)' -# -disk_show=('/') - -# Disk subtitle. -# What to append to the Disk subtitle. -# -# Default: 'mount' -# Values: 'mount', 'name', 'dir', 'none' -# Flag: --disk_subtitle -# -# Example: -# name: 'Disk (/dev/sda1): 74G / 118G (66%)' -# 'Disk (/dev/sdb2): 74G / 118G (66%)' -# -# mount: 'Disk (/): 74G / 118G (66%)' -# 'Disk (/mnt/Local Disk): 74G / 118G (66%)' -# 'Disk (/mnt/Videos): 74G / 118G (66%)' -# -# dir: 'Disk (/): 74G / 118G (66%)' -# 'Disk (Local Disk): 74G / 118G (66%)' -# 'Disk (Videos): 74G / 118G (66%)' -# -# none: 'Disk: 74G / 118G (66%)' -# 'Disk: 74G / 118G (66%)' -# 'Disk: 74G / 118G (66%)' -disk_subtitle="mount" - -# Disk percent. -# Show/Hide disk percent. -# -# Default: 'on' -# Values: 'on', 'off' -# Flag: --disk_percent -# -# Example: -# on: 'Disk (/): 74G / 118G (66%)' -# off: 'Disk (/): 74G / 118G' -disk_percent="on" - - -# Song - - -# Manually specify a music player. -# -# Default: 'auto' -# Values: 'auto', 'player-name' -# Flag: --music_player -# -# Available values for 'player-name': -# -# amarok -# audacious -# banshee -# bluemindo -# clementine -# cmus -# deadbeef -# deepin-music -# dragon -# elisa -# exaile -# gnome-music -# gmusicbrowser -# gogglesmm -# guayadeque -# io.elementary.music -# iTunes -# juk -# lollypop -# mocp -# mopidy -# mpd -# muine -# netease-cloud-music -# olivia -# playerctl -# pogo -# pragha -# qmmp -# quodlibet -# rhythmbox -# sayonara -# smplayer -# spotify -# strawberry -# tauonmb -# tomahawk -# vlc -# xmms2d -# xnoise -# yarock -music_player="auto" - -# Format to display song information. -# -# Default: '%artist% - %album% - %title%' -# Values: '%artist%', '%album%', '%title%' -# Flag: --song_format -# -# Example: -# default: 'Song: Jet - Get Born - Sgt Major' -song_format="%artist% - %album% - %title%" - -# Print the Artist, Album and Title on separate lines -# -# Default: 'off' -# Values: 'on', 'off' -# Flag: --song_shorthand -# -# Example: -# on: 'Artist: The Fratellis' -# 'Album: Costello Music' -# 'Song: Chelsea Dagger' -# -# off: 'Song: The Fratellis - Costello Music - Chelsea Dagger' -song_shorthand="off" - -# 'mpc' arguments (specify a host, password etc). -# -# Default: '' -# Example: mpc_args=(-h HOST -P PASSWORD) -mpc_args=() - - -# Text Colors - - -# Text Colors -# -# Default: 'distro' -# Values: 'distro', 'num' 'num' 'num' 'num' 'num' 'num' -# Flag: --colors -# -# Each number represents a different part of the text in -# this order: 'title', '@', 'underline', 'subtitle', 'colon', 'info' -# -# Example: -# colors=(distro) - Text is colored based on Distro colors. -# colors=(4 6 1 8 8 6) - Text is colored in the order above. -colors=(distro) - - -# Text Options - - -# Toggle bold text -# -# Default: 'on' -# Values: 'on', 'off' -# Flag: --bold -bold="on" - -# Enable/Disable Underline -# -# Default: 'on' -# Values: 'on', 'off' -# Flag: --underline -underline_enabled="on" - -# Underline character -# -# Default: '-' -# Values: 'string' -# Flag: --underline_char -underline_char="-" - - -# Info Separator -# Replace the default separator with the specified string. -# -# Default: ':' -# Flag: --separator -# -# Example: -# separator="->": 'Shell-> bash' -# separator=" =": 'WM = dwm' -separator=":" - - -# Color Blocks - - -# Color block range -# The range of colors to print. -# -# Default: '0', '15' -# Values: 'num' -# Flag: --block_range -# -# Example: -# -# Display colors 0-7 in the blocks. (8 colors) -# neofetch --block_range 0 7 -# -# Display colors 0-15 in the blocks. (16 colors) -# neofetch --block_range 0 15 -block_range=(0 15) - -# Toggle color blocks -# -# Default: 'on' -# Values: 'on', 'off' -# Flag: --color_blocks -color_blocks="on" - -# Color block width in spaces -# -# Default: '3' -# Values: 'num' -# Flag: --block_width -block_width=3 - -# Color block height in lines -# -# Default: '1' -# Values: 'num' -# Flag: --block_height -block_height=1 - -# Color Alignment -# -# Default: 'auto' -# Values: 'auto', 'num' -# Flag: --col_offset -# -# Number specifies how far from the left side of the terminal (in spaces) to -# begin printing the columns, in case you want to e.g. center them under your -# text. -# Example: -# col_offset="auto" - Default behavior of neofetch -# col_offset=7 - Leave 7 spaces then print the colors -col_offset="auto" - -# Progress Bars - - -# Bar characters -# -# Default: '-', '=' -# Values: 'string', 'string' -# Flag: --bar_char -# -# Example: -# neofetch --bar_char 'elapsed' 'total' -# neofetch --bar_char '-' '=' -bar_char_elapsed="-" -bar_char_total="=" - -# Toggle Bar border -# -# Default: 'on' -# Values: 'on', 'off' -# Flag: --bar_border -bar_border="on" - -# Progress bar length in spaces -# Number of chars long to make the progress bars. -# -# Default: '15' -# Values: 'num' -# Flag: --bar_length -bar_length=15 - -# Progress bar colors -# When set to distro, uses your distro's logo colors. -# -# Default: 'distro', 'distro' -# Values: 'distro', 'num' -# Flag: --bar_colors -# -# Example: -# neofetch --bar_colors 3 4 -# neofetch --bar_colors distro 5 -bar_color_elapsed="distro" -bar_color_total="distro" - - -# Info display -# Display a bar with the info. -# -# Default: 'off' -# Values: 'bar', 'infobar', 'barinfo', 'off' -# Flags: --cpu_display -# --memory_display -# --battery_display -# --disk_display -# -# Example: -# bar: '[---=======]' -# infobar: 'info [---=======]' -# barinfo: '[---=======] info' -# off: 'info' -cpu_display="off" -memory_display="off" -battery_display="off" -disk_display="off" - - -# Backend Settings - - -# Image backend. -# -# Default: 'ascii' -# Values: 'ascii', 'caca', 'chafa', 'jp2a', 'iterm2', 'off', -# 'pot', 'termpix', 'pixterm', 'tycat', 'w3m', 'kitty' -# Flag: --backend -image_backend="ascii" - -# Image Source -# -# Which image or ascii file to display. -# -# Default: 'auto' -# Values: 'auto', 'ascii', 'wallpaper', '/path/to/img', '/path/to/ascii', '/path/to/dir/' -# 'command output (neofetch --ascii "$(fortune | cowsay -W 30)")' -# Flag: --source -# -# NOTE: 'auto' will pick the best image source for whatever image backend is used. -# In ascii mode, distro ascii art will be used and in an image mode, your -# wallpaper will be used. -image_source="auto" - - -# Ascii Options - - -# Ascii distro -# Which distro's ascii art to display. -# -# Default: 'auto' -# Values: 'auto', 'distro_name' -# Flag: --ascii_distro -# NOTE: AIX, Alpine, Anarchy, Android, Antergos, antiX, "AOSC OS", -# "AOSC OS/Retro", Apricity, ArcoLinux, ArchBox, ARCHlabs, -# ArchStrike, XFerience, ArchMerge, Arch, Artix, Arya, Bedrock, -# Bitrig, BlackArch, BLAG, BlankOn, BlueLight, bonsai, BSD, -# BunsenLabs, Calculate, Carbs, CentOS, Chakra, ChaletOS, -# Chapeau, Chrom*, Cleanjaro, ClearOS, Clear_Linux, Clover, -# Condres, Container_Linux, CRUX, Cucumber, Debian, Deepin, -# DesaOS, Devuan, DracOS, DarkOs, DragonFly, Drauger, Elementary, -# EndeavourOS, Endless, EuroLinux, Exherbo, Fedora, Feren, FreeBSD, -# FreeMiNT, Frugalware, Funtoo, GalliumOS, Garuda, Gentoo, Pentoo, -# gNewSense, GNOME, GNU, GoboLinux, Grombyang, Guix, Haiku, Huayra, -# Hyperbola, janus, Kali, KaOS, KDE_neon, Kibojoe, Kogaion, -# Korora, KSLinux, Kubuntu, LEDE, LFS, Linux_Lite, -# LMDE, Lubuntu, Lunar, macos, Mageia, MagpieOS, Mandriva, -# Manjaro, Maui, Mer, Minix, LinuxMint, MX_Linux, Namib, -# Neptune, NetBSD, Netrunner, Nitrux, NixOS, Nurunner, -# NuTyX, OBRevenge, OpenBSD, openEuler, OpenIndiana, openmamba, -# OpenMandriva, OpenStage, OpenWrt, osmc, Oracle, OS Elbrus, PacBSD, -# Parabola, Pardus, Parrot, Parsix, TrueOS, PCLinuxOS, Peppermint, -# popos, Porteus, PostMarketOS, Proxmox, Puppy, PureOS, Qubes, Radix, -# Raspbian, Reborn_OS, Redstar, Redcore, Redhat, Refracted_Devuan, -# Regata, Rosa, sabotage, Sabayon, Sailfish, SalentOS, Scientific, -# Septor, SereneLinux, SharkLinux, Siduction, Slackware, SliTaz, -# SmartOS, Solus, Source_Mage, Sparky, Star, SteamOS, SunOS, -# openSUSE_Leap, openSUSE_Tumbleweed, openSUSE, SwagArch, Tails, -# Trisquel, Ubuntu-Budgie, Ubuntu-GNOME, Ubuntu-MATE, Ubuntu-Studio, -# Ubuntu, Venom, Void, Obarun, windows10, Windows7, Xubuntu, Zorin, -# and IRIX have ascii logos -# NOTE: Arch, Ubuntu, Redhat, and Dragonfly have 'old' logo variants. -# Use '{distro name}_old' to use the old logos. -# NOTE: Ubuntu has flavor variants. -# Change this to Lubuntu, Kubuntu, Xubuntu, Ubuntu-GNOME, -# Ubuntu-Studio, Ubuntu-Mate or Ubuntu-Budgie to use the flavors. -# NOTE: Arcolinux, Dragonfly, Fedora, Alpine, Arch, Ubuntu, -# CRUX, Debian, Gentoo, FreeBSD, Mac, NixOS, OpenBSD, android, -# Antrix, CentOS, Cleanjaro, ElementaryOS, GUIX, Hyperbola, -# Manjaro, MXLinux, NetBSD, Parabola, POP_OS, PureOS, -# Slackware, SunOS, LinuxLite, OpenSUSE, Raspbian, -# postmarketOS, and Void have a smaller logo variant. -# Use '{distro name}_small' to use the small variants. -ascii_distro="auto" - -# Ascii Colors -# -# Default: 'distro' -# Values: 'distro', 'num' 'num' 'num' 'num' 'num' 'num' -# Flag: --ascii_colors -# -# Example: -# ascii_colors=(distro) - Ascii is colored based on Distro colors. -# ascii_colors=(4 6 1 8 8 6) - Ascii is colored using these colors. -ascii_colors=(distro) - -# Bold ascii logo -# Whether or not to bold the ascii logo. -# -# Default: 'on' -# Values: 'on', 'off' -# Flag: --ascii_bold -ascii_bold="on" - - -# Image Options - - -# Image loop -# Setting this to on will make neofetch redraw the image constantly until -# Ctrl+C is pressed. This fixes display issues in some terminal emulators. -# -# Default: 'off' -# Values: 'on', 'off' -# Flag: --loop -image_loop="off" - -# Thumbnail directory -# -# Default: '~/.cache/thumbnails/neofetch' -# Values: 'dir' -thumbnail_dir="${XDG_CACHE_HOME:-${HOME}/.cache}/thumbnails/neofetch" - -# Crop mode -# -# Default: 'normal' -# Values: 'normal', 'fit', 'fill' -# Flag: --crop_mode -# -# See this wiki page to learn about the fit and fill options. -# https://github.com/dylanaraps/neofetch/wiki/What-is-Waifu-Crop%3F -crop_mode="normal" - -# Crop offset -# Note: Only affects 'normal' crop mode. -# -# Default: 'center' -# Values: 'northwest', 'north', 'northeast', 'west', 'center' -# 'east', 'southwest', 'south', 'southeast' -# Flag: --crop_offset -crop_offset="center" - -# Image size -# The image is half the terminal width by default. -# -# Default: 'auto' -# Values: 'auto', '00px', '00%', 'none' -# Flags: --image_size -# --size -image_size="auto" - -# Gap between image and text -# -# Default: '3' -# Values: 'num', '-num' -# Flag: --gap -gap=3 - -# Image offsets -# Only works with the w3m backend. -# -# Default: '0' -# Values: 'px' -# Flags: --xoffset -# --yoffset -yoffset=0 -xoffset=0 - -# Image background color -# Only works with the w3m backend. -# -# Default: '' -# Values: 'color', 'blue' -# Flag: --bg_color -background_color= - - -# Misc Options - -# Stdout mode -# Turn off all colors and disables image backend (ASCII/Image). -# Useful for piping into another command. -# Default: 'off' -# Values: 'on', 'off' -stdout="off" diff --git a/profile/airootfs/root/content/home/.gtkrc-2.0 b/profile/airootfs/root/content/home/.gtkrc-2.0 deleted file mode 100644 index 4e5ab6f..0000000 --- a/profile/airootfs/root/content/home/.gtkrc-2.0 +++ /dev/null @@ -1,10 +0,0 @@ - -############################################### -# Created by cinnamon-settings - please do not edit or reformat. -# -style "cs-scrollbar-style" { - -} - -class "GtkScrollbar" style "cs-scrollbar-style" -############################################### diff --git a/profile/airootfs/root/content/home/.profile b/profile/airootfs/root/content/home/.profile deleted file mode 100644 index 91bb8d3..0000000 --- a/profile/airootfs/root/content/home/.profile +++ /dev/null @@ -1,11 +0,0 @@ -# variables and aliases from the user profile - -# :variables -export PAGER=bat -export EDITOR=nano - - -# :aliases -alias ll="ls -l" -alias la="ls -al" - diff --git a/profile/airootfs/root/content/home/.themes/CBlack/cinnamon/cinnamon.css b/profile/airootfs/root/content/home/.themes/CBlack/cinnamon/cinnamon.css deleted file mode 100644 index d71659e..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/cinnamon/cinnamon.css +++ /dev/null @@ -1,1600 +0,0 @@ -/* ################################################################### - * Section common with Gnome Shell - * ... contains a few cinnamon specific styles (rare occurrences) - * ###################################################################*/ -stage { - font-size: 9pt; - color: #ffffff; } - -.cinnamon-link { - color: #0000ff; } - .cinnamon-link:hover { - color: #0000e0; } - -StScrollBar { - padding: 0px 0px; } - StScrollBar StBin#trough { - background-color: rgba(21, 101, 192, 0); } - StScrollBar StButton#vhandle, StScrollBar StButton#hhandle { - background-color: #1565c0; - border-radius: 6px; } - StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { - background-color: #1565c0; } - -StScrollView.vfade { - -st-vfade-offset: 68px; } - -StScrollView.hfade { - -st-vfade-offset: 68px; } - -StScrollView StScrollBar { - min-width: 0px; - min-height: 0px; } - -#Tooltip { - color: white; - background-color: #383838; - border: 1px solid #202020; - border-radius: 6px; - padding: 4px 12px; - margin: 0.5em; - font-weight: normal; - text-align: center; } - -/* =================================================================== - * PopupMenu (popupMenu.js) - * ===================================================================*/ -/* .popup-menu-boxpointer and .popup-menu are kept for compatibility - with cinnamon version under 3.2. Use .menu in version 3.2 and above */ -.popup-menu-boxpointer { - -arrow-background-color: transparent; - -arrow-border-color: transparent; - -boxpointer-gap: 5px; - -arrow-border-radius: 20px; - -arrow-border-width: 0px; } - -.popup-menu { - color: #ffffff; - background-color: #2f2f2f; - border: solid 1px #202020; } - -.menu { - color: #ffffff; - background-color: #383838; - border: solid 1px #202020; - border-radius: 6px; } - .menu.bottom { - margin-left: 0.5em; - margin-bottom: 0.8em; - margin-right: 0.5em; } - .menu.top { - margin-left: 0.5em; - margin-top: 0.8em; - margin-right: 0.5em; } - .menu.left { - margin-top: 0.5em; - margin-left: 0.8em; - margin-bottom: 0.5em; } - .menu.right { - margin-top: 0.5em; - margin-right: 0.8em; - margin-bottom: 0.5em; } - -.popup-menu-arrow { - icon-size: 1.14em; } - -.popup-submenu-menu-item:open { - background-color: transparent; } - -.popup-sub-menu { - background-color: #414141; } - .popup-sub-menu .popup-menu-item:ltr { - padding-right: 1.75em; } - .popup-sub-menu .popup-menu-item:rtl { - padding-left: 1.75em; } - .popup-sub-menu StScrollBar { - padding: 4px; } - .popup-sub-menu StScrollBar StBin#trough { - border-width: 5px; } - .popup-sub-menu StScrollBar StBin#vhandle { - border-width: 10px; } - -.popup-combo-menu { - padding: 1em 0em; - background-color: #2f2f2f; - color: #ffffff; - border: 1px solid #202020; - border-radius: 6px; } - -/* The remaining popup-menu sizing is all done in ems, so that if you - * override .popup-menu.font-size, everything else will scale with it. - */ -.popup-menu-content { - padding: 1em 0em; } - -.popup-menu-item { - padding: 0.4em 1.4em; - border-bottom: 1px; - border-top: 1px; - border-style: solid; - border-color: rgba(32, 32, 32, 0); - spacing: 0.5em; } - .popup-menu-item:active { - background-color: #1565c0; - color: #ffffff; - border-color: #202020; } - .popup-menu-item:insensitive { - background-color: rgba(100, 100, 100, 0.4); - color: #ffffff; } - -.popup-combobox-item { - spacing: 1em; } - -.popup-separator-menu-item { - height: 0em; - background-color: rgba(32, 32, 32, 0); } - -.popup-alternating-menu-item:alternate { - font-weight: bold; } - -.popup-slider-menu-item { - height: 1em; - min-width: 15em; - -slider-height: 0.1em; - -slider-background-color: #646464; - -slider-border-color: rgba(0, 0, 0, 0); - -slider-active-background-color: white; - -slider-active-border-color: rgba(0, 0, 0, 0); - -slider-border-width: 0px; - -slider-handle-radius: 0.5em; } - -.popup-device-menu-item { - spacing: 0.5em; } - -.popup-inactive-menu-item { - color: grey; - font-weight: normal; } - -.popup-subtitle-menu-item { - font-weight: bold; } - -.popup-menu-icon { - icon-size: 1.3em; } - -/* Switches (to be used in menus) */ -.toggle-switch { - width: 64px; - height: 18px; } - -.toggle-switch-us { - background-image: url("common-assets/switch/switch-off.svg"); } - -.toggle-switch-us:checked { - background-image: url("common-assets/switch/switch-on.svg"); } - -.toggle-switch-intl { - background-image: url("common-assets/switch/switch-off.svg"); } - -.toggle-switch-intl:checked { - background-image: url("common-assets/switch/switch-on.svg"); } - -.nm-menu-item-icons { - spacing: 0.5em; } - -/* =================================================================== - * Panel (panel.js) - * ===================================================================*/ -#panel { - padding: 0px; - height: 32px; - width: 32px; - background-color: #2f2f2f; - color: #cccccc; - font-weight: normal; } - #panel:highlight { - background-color: #aa5555; } - -.panel-left { - box-shadow: 1px 0px 0px 0px #141414; } - -.panel-right { - box-shadow: -1px 0px 0px 0px #141414; } - -.panel-top { - box-shadow: 0px 1px 0px 0px #141414; } - -.panel-bottom { - box-shadow: 0px -1px 0px 0px #141414; } - -.panel-dummy { - background-color: rgba(47, 47, 47, 0.4); } - .panel-dummy:entered { - background-color: rgba(255, 35, 35, 0.4); } - -#panelLeft { - spacing: 4px; } - #panelLeft:ltr { - padding-right: 4px; } - #panelLeft:rtl { - padding-left: 4px; } - #panelLeft:dnd { - background-gradient-direction: vertical; - background-gradient-start: rgba(255, 0, 0, 0.05); - background-gradient-end: rgba(255, 0, 0, 0.2); } - #panelLeft.vertical:ltr { - padding-right: 0px; } - #panelLeft.vertical:rtl { - padding-left: 0px; } - #panelLeft.vertical:dnd { - background-gradient-direction: horizontal; - background-gradient-start: rgba(255, 0, 0, 0.05); - background-gradient-end: rgba(255, 0, 0, 0.2); } - -#panelCenter { - spacing: 4px; } - #panelCenter:dnd { - background-gradient-direction: vertical; - background-gradient-start: rgba(0, 255, 0, 0.05); - background-gradient-end: rgba(0, 255, 0, 0.2); } - #panelCenter.vertical:dnd { - background-gradient-direction: horizontal; - background-gradient-start: rgba(0, 255, 0, 0.05); - background-gradient-end: rgba(0, 255, 0, 0.2); } - -#panelRight:dnd { - background-gradient-direction: vertical; - background-gradient-start: rgba(0, 0, 255, 0.05); - background-gradient-end: rgba(0, 0, 255, 0.2); } - -#panelRight.vertical:dnd { - background-gradient-direction: horizontal; - background-gradient-start: rgba(0, 0, 255, 0.05); - background-gradient-end: rgba(0, 0, 255, 0.2); } - -#panelRight:ltr { - padding-left: 0px; - spacing: 0px; } - -#panelRight:rtl { - padding-right: 0px; - spacing: 0px; } - -.system-status-icon { - padding-left: 0px; - padding-right: 0px; - spacing: 0px; - margin: 0px; } - .system-status-icon.warning { - color: #e1da1a; } - .system-status-icon.error { - color: #d54444; } - -.panel-corner { - -panel-corner-radius: 0; - -panel-corner-background-color: rgba(47, 47, 47, 0); - -panel-corner-inner-border-width: 0px; - -panel-corner-inner-border-color: transparent; - -panel-corner-outer-border-width: 1px; - -panel-corner-outer-border-color: #202020; } - .panel-corner:active, .panel-corner:overview, .panel-corner:focus { - -panel-corner-inner-border-color: rgba(47, 47, 47, 0); } - -.system-status-icon { - icon-size: 1.45em; } - -.expo-workspaces-name-entry, #menu-search-entry, .run-dialog-entry, #notification StEntry { - padding: 5px; - width: 23em; - height: 1.4em; - font-size: 11pt; - selection-background-color: #1565c0; - color: #282828; - selected-color: #ffffff; - border: 0.1em solid #202020; - border-radius: 6px; - transition-duration: 300; } - -#menu-search-entry:focus, .run-dialog-entry:focus, #notification StEntry:focus { - transition-duration: 0; } - -#menu-search-entry:hover, .run-dialog-entry:hover, #notification StEntry:hover { - transition-duration: 300; } - -#menu-search-entry:focus, #menu-search-entry:hover, .run-dialog-entry:focus, .run-dialog-entry:hover, #notification StEntry:focus, #notification StEntry:hover { - padding: 5px; - font-size: 11pt; - background-color: #ffffff; - border: 0.1em solid #202020; - border-radius: 6px; } - -/* =================================================================== - * Notifications - * ===================================================================*/ -#notification { - padding: 8px; - width: 35em; - color: #ffffff; - font-size: 9pt; - border-image: url("common-assets/misc/message.svg") 7; - border-radius: 6px; - margin-from-right-edge-of-screen: 20px; - spacing-rows: 10px; - spacing-columns: 10px; - /* For the links inside notifications. These URLs are already underlined with Pango markup. */ } - #notification .url-highlighter { - link-color: #0000ff; } - #notification.multi-line-notification { - background-color: black; - padding-bottom: 8px; - color: white; } - -/* We use row-span = 2 for the image cell, which prevents its height preferences to be - taken into account during allocation, so its height ends up being limited by the height - of the content in the other rows. To avoid showing a stretched image, we set the minimum - height of the table to be ICON_SIZE + IMAGE_SIZE + spacing-rows = 24 + 125 + 10 = 159 */ -.notification-with-image { - min-height: 159px; - color: white; } - -#notification-scrollview { - max-height: 10em; } - #notification-scrollview > .top-shadow, #notification-scrollview > .bottom-shadow { - height: 1em; } - #notification-scrollview:ltr > StScrollBar { - padding-left: 6px; } - #notification-scrollview:rtl > StScrollBar { - padding-right: 6px; } - -#notification-body { - spacing: 5px; } - -#notification-actions { - spacing: 10px; } - -.notification-button { - padding: 4px 8px 5px; - background-color: #454545; - color: white; - border: 1px solid #202020; - border-radius: 6px; } - .notification-button:focus { - padding: 4px 8px 5px; - background-color: #1565c0; - border: 1px solid #202020; } - -.notification-icon-button { - padding: 5px; - background-color: #1565c0; - border: 1px solid #202020; - border-radius: 6px; } - .notification-icon-button:focus { - padding: 4px; - background-color: #1565c0; - border: 1px solid #202020; } - .notification-icon-button > StIcon { - icon-size: 20px; } - -/* =================================================================== - * Notification Applet - * ===================================================================*/ -.notification-applet-padding { - padding: 0.5em 1em; } - -.notification-applet-container { - max-height: 100px; } - -/* Check Boxes */ -.chedck-box CinnamonGenericContainer { - spacing: 0.2em; } - -.chedck-box StBin, .chedck-box:focus StBin { - width: 16px; - height: 16px; - background-image: url("common-assets/checkbox/checkbox-off.svg"); } - -.chedck-box:checked StBin, .chedck-box:focus:checked StBin { - background-image: url("common-assets/checkbox/checkbox.svg"); } - -.chedck-box StLabel { - font-weight: normal; } - -.radiobutton CinnamonGenericContainer { - spacing: 0.2em; - height: 18px; - padding-top: 2px; } - -.radiobutton StBin, .radiobutton:focus StBin { - width: 16px; - height: 16px; - background-image: url("common-assets/checkbox/radiobutton-off.svg"); - border-radius: 15px; } - -.radiobutton:checked StBin, .radiobutton:focus:checked StBin { - background-image: url("common-assets/checkbox/radiobutton.svg"); } - -.radiobutton StLabel { - padding-top: 4px; - font-size: 0.9em; - box-shadow: none; } - -.flashspot { - background-color: white; } - -/* Notifs look inside the notification applet & other popups. */ -.popup-menu-content #notification { - border-image: url("common-assets/misc/message.svg") 7; - padding: 0.8em 0.8em 0.6em 1em; } - -.tile-preview, -.tile-hud { - background-color: rgba(41, 41, 41, 0.5); - border: 2px solid rgba(134, 134, 134, 0.8); } - -.tile-preview.snap, -.tile-hud.snap { - background-color: rgba(134, 134, 170, 0.5); - border: 2px solid rgba(41, 41, 41, 0.8); } - -.tile-hud:top { - border-top-width: 0px; - border-radius: 0px 0px 8px 8px; } - -.tile-hud:bottom { - border-bottom-width: 0px; - border-radius: 8px 8px 0px 0px; } - -.tile-hud:left { - border-left-width: 0px; - border-radius: 0px 8px 8px 0px; } - -.tile-hud:right { - border-right-width: 0px; - border-radius: 8px 0px 0px 8px; } - -.tile-hud:top-left { - border-top-width: 0px; - border-left-width: 0px; - border-radius: 0px 0px 8px 0px; } - -.tile-hud:top-right { - border-top-width: 0px; - border-right-width: 0px; - border-radius: 0px 0px 0px 8px; } - -.tile-hud:bottom-left { - border-bottom-width: 0px; - border-left-width: 0px; - border-radius: 0px 8px 0px 0px; } - -.tile-hud:bottom-right { - border-bottom-width: 0px; - border-right-width: 0px; - border-radius: 8px 0px 0px 0px; } - -/* =================================================================== - * Desklets (desklet.js) - * ===================================================================*/ -.desklet { - color: #cccccc; } - .desklet:highlight, .desklet:highlight-with-borders, .desklet:highlight-with-borders-and-header { - background-color: #aa5555; } - -.desklet-with-borders { - padding: 5px 10px; - color: #cccccc; - background-color: rgba(47, 47, 47, 0); - border: 0px solid #202020; - border-radius-bottomleft: 12px; - border-radius-bottomright: 12px; - border-radius-topleft: 12px; - border-radius-topright: 12px; } - -.desklet-with-borders-and-header { - color: #ffffff; - background-color: rgba(47, 47, 47, 0.8); - border: 0px solid #cccccc; - border-top: 1px; - border-radius-bottomleft: 12px; - border-radius-bottomright: 12px; } - -.desklet-header { - padding: 6px; - font-size: 10.5pt; - color: #ffffff; - background-color: rgba(47, 47, 47, 0.8); - border: 0px solid #a5a5a5; - border-bottom: 0px; - border-radius-topleft: 12px; - border-radius-topright: 12px; } - -.desklet-drag-placeholder { - background-color: rgba(109, 170, 0, 0.3); - border: 0px solid #6daa00; } - -/* =================================================================== - * Date applet - * ===================================================================*/ -/*calendar-background allows the date applet calendar to be themed separately from other applet menus*/ -.calendar { - width: 22em; - padding: 0.4em 1.75em; - spacing-rows: 0px; - spacing-columns: 5px; } - -.calendar-month-label { - padding: 8px 0; - color: #ffffff; - font-size: 9pt; - font-weight: bold; } - -.calendar-change-month-back { - width: 18px; - height: 12px; - background-image: url("common-assets/misc/calendar-arrow-left.svg"); - border-radius: 6px; } - .calendar-change-month-back:rtl { - background-image: url("common-assets/misc/calendar-arrow-right.svg"); } - .calendar-change-month-back:hover { - background-image: url("common-assets/misc/calendar-arrow-left-hover.svg"); } - .calendar-change-month-back:active { - background-image: url("common-assets/misc/calendar-arrow-left.svg"); } - -.calendar-change-month-forward { - width: 18px; - height: 12px; - background-image: url("common-assets/misc/calendar-arrow-right.svg"); - border-radius: 6px; } - .calendar-change-month-forward:rtl { - background-image: url("common-assets/misc/calendar-arrow-left.svg"); } - .calendar-change-month-forward:hover { - background-image: url("common-assets/misc/calendar-arrow-right-hover.svg"); } - .calendar-change-month-forward:active { - background-image: url("common-assets/misc/calendar-arrow-right-hover.svg"); } - -.datemenu-date-label { - padding: 0.4em 1.75em; - font-size: 12pt; - font-weight: bold; } - -.calendar-day-base { - width: 2.2em; - height: 2.2em; - font-size: 1em; - text-align: center; } - .calendar-day-base:hover { - color: #ffffff; } - .calendar-day-base:active { - font-weight: bold; } - -.calendar-day-heading { - padding-top: 0.5em; } - -.calendar-week-number { - font-size: 0.8em; - margin-top: 0.8em; } - -/* Hack used in lieu of border-collapse - see calendar.js */ -.calendar-day { - color: white; - border: 0px solid rgba(32, 32, 32, 0); - border-top-width: 0; - border-left-width: 0; } - -.calendar-day-top { - border-top-width: 0px; } - -.calendar-day-left { - border-left-width: 0px; } - -.calendar-today { - font-weight: bold; - background-color: #1565c0; - border-radius: 6px; } - -.calendar-other-month-day { - color: rgba(204, 204, 204, 0.5); } - -.calendar-day-with-events { - color: #ffffff; - font-weight: bold; } - -/* =================================================================== - * Alt Tab (appSwitcher/classicSwitcher.js) - * ===================================================================*/ -#altTabPopup { - padding: 8px; - spacing: 16px; } - -.thumbnail-scroll-gradient-left { - border-radius-topright: 0px; - border-radius-bottomright: 0px; - border-radius: 24px; - width: 60px; - background-gradient-direction: horizontal; - background-gradient-start: #333333; - background-gradient-end: rgba(51, 51, 51, 0); } - -.thumbnail-scroll-gradient-right { - border-radius-topleft: 0px; - border-radius-bottomleft: 0px; - border-radius: 24px; - width: 60px; - background-gradient-direction: horizontal; - background-gradient-start: rgba(51, 51, 51, 0); - background-gradient-end: #333333; } - -.switcher-list { - border: 1px solid #202020; - border-radius: 6px; - background-color: rgba(47, 47, 47, 0.95); - color: #ffffff; } - .switcher-list .item-box { - padding: 8px; } - .switcher-list .item-box:outlined { - padding: 6px; - border: 1px solid #202020; } - .switcher-list .item-box:selected { - background-color: #1565c0; } - .switcher-list .thumbnail { - width: 256px; } - .switcher-list .thumbnail-box { - padding: 2px; - spacing: 4px; } - .switcher-list .separator { - width: 1px; - background: rgba(255, 255, 255, 0.33); } - -.switcher-list-item-container { - spacing: 8px; } - -.switcher-arrow { - border-color: rgba(32, 32, 32, 0); - color: #ffffff; } - .switcher-arrow:highlighted { - border-color: rgba(32, 32, 32, 0); - color: #ffffff; } - -.switcher-preview-backdrop { - background-color: rgba(255, 255, 255, 0.33); } - -.expo-workspaces-name-entry, #menu-search-entry, .run-dialog-entry, #notification StEntry { - padding: 5px; - width: 23em; - height: 1.4em; - font-size: 11pt; - selection-background-color: #1565c0; - color: #282828; - selected-color: #ffffff; - border: 0.1em solid #202020; - border-radius: 6px; - transition-duration: 300; } - -#menu-search-entry:focus, .run-dialog-entry:focus, #notification StEntry:focus { - transition-duration: 0; } - -#menu-search-entry:hover, .run-dialog-entry:hover, #notification StEntry:hover { - transition-duration: 300; } - -#menu-search-entry:focus, #menu-search-entry:hover, .run-dialog-entry:focus, .run-dialog-entry:hover, #notification StEntry:focus, #notification StEntry:hover { - padding: 5px; - font-size: 11pt; - background-color: #ffffff; - border: 0.1em solid #202020; - border-radius: 6px; } - -/* =================================================================== - * Run dialog - * ===================================================================*/ -.run-dialog-label { - padding: 0px 0px; - font-size: 0pt; - font-weight: bold; - color: #ffffff; } - -.run-dialog-error-label { - font-size: 9pt; - color: #ffffff; } - -.run-dialog-error-box { - padding-top: 10px; - spacing: 5px; } - -.run-dialog-completion-box { - padding: 10px 0px 0px 0px; - font-size: 10pt; } - -.run-dialog { - padding: 20px 15px 0px 15px; - background-color: #2f2f2f; - border: 1px solid #202020; - border-radius: 6px; } - -.lightbox { - background-color: rgba(47, 47, 47, 0.8); } - -/* =================================================================== - * Modal dialogs - * ===================================================================*/ -.modal-dialog { - padding: 20px; - font-size: 12pt; - color: #ffffff; - border: 1px solid #202020; - background-color: rgba(47, 47, 47, 0.95); } - -.modal-dialog-button { - font-size: 11pt; - color: #ffffff; - margin: 0 10px; - padding: 4px 32px 5px; } - -.modal-dialog-button:hover { - background-gradient-direction: vertical; - background-gradient-start: #5a5a5a; - background-gradient-end: #464646; - border: 1px solid #787878; } - -.modal-dialog-button:active, -.modal-dialog-button:checked { - background-gradient-direction: vertical; - background-gradient-start: #3c3c3c; - background-gradient-end: #282828; - box-shadow: inset 0px 1px 0px 0px #232323; } - -.modal-dialog-button:disabled { - color: #3c3c3c; } - -.modal-dialog-button:focus { - padding: 3px 31px 4px; } - -/* Info OSD popup */ -.info-osd { - font-size: 40.5pt; - background-color: rgba(47, 47, 47, 0.9); - border: 1px solid #202020; - border-radius: 6px; - color: #ffffff; - padding: 20px; - text-align: center; } - -/* Media keys OSD popup */ -.osd-window { - text-align: center; - font-weight: bold; - background: rgba(47, 47, 47, 0.9); - border: 1px solid #202020; - border-radius: 6px; - padding: 20px; - color: #ffffff; - spacing: 1em; } - -.osd-window .osd-monitor-label { - font-size: 3em; } - -.osd-window .level { - padding: 0; - height: 0.7em; - background-color: rgba(255, 255, 255, 0); - border-radius: 2px; } - -.osd-window .level-bar { - border-radius: 2px; - background-color: #ffffff; } - -/* =================================================================== - * Window list (windowList.js) - * ===================================================================*/ -.window-list-box { - spacing: 5px; } - -.window-list-box #appMenuIcon { - padding: 0 0 0 4px; } - -.window-list-box.vertical { - spacing: 5px; } - -.window-list-box .window-list-item-box { - padding: 0 0.5em; } - -.window-list-box.vertical #appMenuIcon { - padding: 0 5px; } - -.window-list-box.vertical .window-list-item-box { - padding: 0.1em 0; } - -.window-list-item-label { - width: 15em; - min-width: 5px; } - -.window-list-item-box { - transition-duration: 100; - spacing: 5px; } - -.window-list-item-box.top StLabel, -.window-list-item-box.bottom StLabel { - padding-left: 2px; } - -.window-list-item-box.bottom { - border-bottom: 3px solid rgba(21, 101, 192, 0); } - -.window-list-item-box.top { - border-top: 3px solid rgba(21, 101, 192, 0); } - -.window-list-item-box.left { - border-left: 3px solid rgba(21, 101, 192, 0); } - -.window-list-item-box.right { - border-right: 5px solid rgba(21, 101, 192, 0); } - -.window-list-item-box:hover { - border-color: #1565c0; - background-color: rgba(255, 255, 255, 0.06); } - -.window-list-item-box:checked, -.window-list-item-box:focus { - border-color: #1565c0; - background-color: rgba(255, 255, 255, 0.1); } - -.window-list-item-demands-attention { - background-gradient-start: #ff3434; - background-gradient-end: #ff9090; } - -.window-list-item-box .progress { - background-color: rgba(152, 238, 153, 0.2); } - -.window-list-preview { - background: #2f2f2f; - box-shadow: 0px 0px 4px 2px rgba(20, 20, 20, 0.6); - border: 1px solid #202020; - border-radius: 0px; - font-size: 9pt; - color: #ffffff; - text-shadow: black 0px 0px 2px; - padding: 8px; - spacing: 4px; } - -/* =================================================================== - * Grouped window list (grouped-window-list@cinnamon.org) - * ===================================================================*/ -.grouped-window-list-thumbnail-label { - padding-left: 4px; } - -.grouped-window-list-number-label { - z-index: 99; - color: white; } - -.grouped-window-list-badge { - border-radius: 5px; - background-color: #1565c0; - box-shadow: inset 0px 0px 0px 1px rgba(0, 62, 121, 0.7); } - -.grouped-window-list-button-label { - padding-left: 4px; } - -.grouped-window-list-thumbnail-alert { - background: rgba(213, 68, 68, 0.3); } - -.grouped-window-list-item-box { - color: #ffffff; - transition-duration: 100; - spacing: 0.5em; } - .grouped-window-list-item-box.top, .grouped-window-list-item-box.bottom { - padding: 0 0.5em; } - .grouped-window-list-item-box.right, .grouped-window-list-item-box.left { - padding: 0.5em 0; } - .grouped-window-list-item-box.top StLabel, .grouped-window-list-item-box.bottom StLabel { - padding-left: 2px; } - .grouped-window-list-item-box.bottom { - border-bottom: 2px solid rgba(21, 101, 192, 0); } - .grouped-window-list-item-box.top { - border-top: 2px solid rgba(21, 101, 192, 0); } - .grouped-window-list-item-box.left { - border-left: 2px solid rgba(21, 101, 192, 0); } - .grouped-window-list-item-box.right { - border-right: 2px solid rgba(21, 101, 192, 0); } - .grouped-window-list-item-box:hover, .grouped-window-list-item-box:focus:hover, .grouped-window-list-item-box:active:hover { - background-color: rgba(255, 255, 255, 0.06); - border-color: #1565c0; } - .grouped-window-list-item-box:checked, .grouped-window-list-item-box:active:focus { - background-color: rgba(255, 255, 255, 0.1); - border-color: #1565c0; } - .grouped-window-list-item-box:active { - border-color: #646464; } - .grouped-window-list-item-box .progress { - background-color: rgba(152, 238, 153, 0.2); } - -.grouped-window-list-item-demands-attention { - background-gradient-direction: vertical; - background-gradient-start: #f04a50; - background-gradient-end: #f04a50; } - -.panel-top .grouped-window-list-item-box .progress { - border-radius: 0px 0px 2px 2px; } - -.panel-left .grouped-window-list-item-box .progress { - border-radius: 0px 2px 2px 0px; } - -.panel-right .grouped-window-list-item-box .progress { - border-radius: 2px 0px 0px 2px; } - -.grouped-window-list-thumbnail-menu { - padding: 1px; - text-shadow: #141414 0px 0px 2px; - background-color: #383838; - font-size: 9pt; - color: #ffffff; - border: 1px solid rgba(32, 32, 32, 0); - border-radius: 6px; - spacing: 0px; } - .grouped-window-list-thumbnail-menu .item-box { - padding: 0px; - border: 1px solid rgba(32, 32, 32, 0); - border-radius: 6px; - spacing: 0px; } - .grouped-window-list-thumbnail-menu .item-box:outlined { - padding: 10px; - border: 1px solid #1565c0; } - .grouped-window-list-thumbnail-menu .item-box:selected { - background-color: rgba(100, 100, 100, 0.2); } - .grouped-window-list-thumbnail-menu .thumbnail { - width: 256px; } - .grouped-window-list-thumbnail-menu .separator { - width: 10px; - background: rgba(100, 100, 100, 0.2); } - -/* =================================================================== - * Applets (applet.js) - * ===================================================================*/ -.applet-separator { - padding: 5px 4px; } - -.applet-separator-line { - margin: 3px 5px; - width: 1px; - background-color: rgba(255, 255, 255, 0.2); } - -.applet-separator-line-vertical { - margin: 5px 3px; - border: 0px solid rgba(255, 255, 255, 0.5); - border-bottom-width: 0.05em; } - -.applet-box { - padding-left: 0.3em; - padding-right: 0.3em; - color: #cccccc; - text-shadow: black 0px 0px 2px; - transition-duration: 300; } - .applet-box:checked, .applet-box:hover { - color: #ffffff; } - .applet-box.vertical { - padding: 3px 0; } - .applet-box:highlight { - background-color: #aa5555; } - .applet-box:hover .applet-label, .applet-box:checked > .applet-label, .applet-box.vertical:hover .applet-label { - color: #ffffff; } - .applet-box:checked .applet-icon, .applet-box:hover .applet-icon { - color: #ffffff; } - -.panel-top .applet-box, -.panel-bottom .applet-box { - spacing: 0.2em; } - -.applet-label { - font-weight: bold; - color: #cccccc; } - -.applet-icon { - color: #cccccc; - icon-size: 22px; } - -/* =================================================================== - * Sound Applet (sound@cinnamon.org) - * ===================================================================*/ -.sound-player StButton { - width: 20px; - height: 20px; - color: #969696; - border: 1px solid transparent; - border-radius: 4px; } - -.sound-player StButton:hover, -.sound-player StButton:active { - color: #ffffff; - border: 1px solid #ffffff; - border-radius: 25px; } - -.sound-player StButton:small { - width: 16px; - height: 16px; } - -.sound-player StButton:small StIcon { - icon-size: 1.2em; } - -.sound-player StButton StIcon { - icon-size: 1.5em; } - -.sound-player .slider { - height: 0.5em; - -slider-height: 0.5em; - -slider-background-color: #2f2f2f; - -slider-border-color: #202020; - -slider-active-background-color: #1565c0; - -slider-active-border-color: #202020; - -slider-border-width: 0px; - -slider-handle-radius: 0px; } - -.sound-player StBoxLayout { - spacing: 0.5em; } - -.sound-player > StBoxLayout { - padding: 0.5em; } - -.sound-player-overlay { - width: 300px; - padding: 0.7em 1em; - background-color: rgba(30, 30, 30, 0.9); - color: #ffffff; } - -.sound-player-overlay StButton { - padding: 0.5em; - margin: 0px 0.5em; } - -.sound-player-overlay StButton > StIcon { - icon-size: 16px; } - -.sound-player-overlay StBoxLayout { - padding-top: 2px; } - -.sound-player-generic-coverart { - background: rgba(0, 0, 0, 0.1); } - -.expo-workspaces-name-entry, #menu-search-entry, #notification StEntry, .run-dialog-entry { - padding: 5px; - width: 23em; - height: 1.4em; - font-size: 11pt; - selection-background-color: #1565c0; - color: #282828; - selected-color: #ffffff; - border: 0.1em solid #202020; - border-radius: 6px; - transition-duration: 300; } - -#menu-search-entry:focus, #notification StEntry:focus, .run-dialog-entry:focus { - transition-duration: 0; } - -#menu-search-entry:hover, #notification StEntry:hover, .run-dialog-entry:hover { - transition-duration: 300; } - -#menu-search-entry:focus, #menu-search-entry:hover, #notification StEntry:focus, #notification StEntry:hover, .run-dialog-entry:focus, .run-dialog-entry:hover { - padding: 5px; - font-size: 11pt; - background-color: #ffffff; - border: 0.1em solid #202020; - border-radius: 6px; } - -/* ################################################################### - * Cinnamon Specific Section - * ###################################################################*/ -/* =================================================================== - * Menu applet (menu@cinnamon.org/applet.js) - * ===================================================================*/ -.menu-background { - background-color: #2f2f2f; - border: 1px solid #202020; } - -/* Main menu title */ -.menu-favorites-box { - padding: 5px; - background-color: #232323; - border: 1px solid #202020; - border-radius: 6px; } - -.menu-favorites-button { - padding: 0.5em; } - .menu-favorites-button:hover { - color: #1565c0; - background-color: rgba(100, 100, 100, 0.5); - border-radius: 6px; } - -.menu-categories-box { - padding: 10px 15px; } - -.menu-applications-inner-box .menu-applications-outer-box { - padding: 5px 5px 0 10px; } - -.menu-application-button { - padding: 7px; - max-width: 10px; - border: 1px solid rgba(32, 32, 32, 0); - border-radius: 6px; } - .menu-application-button:highlighted { - /* This style is used in menu application buttons for applications which were newly installed */ - font-weight: bold; } - -.menu-application-button-selected { - padding: 7px; - color: #ffffff; - background-color: #1565c0; - border: 1px solid #202020; - border-radius: 6px; } - .menu-application-button-selected:highlighted { - /* This style is used in menu application buttons for applications which were newly installed */ - font-weight: bold; } - -.menu-application-button-label:ltr { - padding-left: 5px; } - -.menu-application-button-label:rtl { - padding-right: 5px; } - -.menu-category-button { - padding: 7px; - border-left: 2px; - border-style: solid; - border-color: none; - border-radius: 6px; } - -.menu-category-button-greyed { - padding: 7px; - color: #cccccc; - border-left: 2px; - border-style: solid; - border-color: rgba(21, 101, 192, 0); } - -.menu-category-button-selected { - padding: 7px; - color: #ffffff; - border-left: 2px; - border-style: solid; - border-color: #1565c0; } - -.menu-category-button-hover { - background-color: #1565c0; - border-radius: 6px; } - -.menu-category-button-label:ltr { - padding-left: 5px; } - -.menu-category-button-label:rtl { - padding-right: 5px; } - -/* Name and description of the currently hovered item in the menu -* This appears on the bottom right hand corner of the menu*/ -.menu-selected-app-box { - padding-right: 30px; - padding-left: 28px; - text-align: right; - color: #ffffff; } - -.menu-selected-app-title { - font-weight: bold; } - -.menu-selected-app-description { - max-width: 150px; } - -.menu-search-box { - padding-left: 15px; } - -.menu-search-entry-icon { - color: #282828; - icon-size: 1.2em; } - -/* Context menu (at the moment only for favorites) */ -.menu-context-menu { - margin: 2px 0px; - background-color: rgba(65, 65, 65, 0.4); - border-radius: 6px; } - -/* =================================================================== - * Workspace Switcher applet (workspaceSwitcher.js) - * ===================================================================*/ -/* Controls the styling when using the "Simple buttons" option */ -.panel-top .workspace-switcher, -.panel-bottom .workspace-switcher { - padding: 0.3em 0; } - -.panel-left .workspace-switcher -.panel-right .workspace-switcher { - padding: 0; } - -.workspace-button::before { - content: ""; - background-color: red; } - -.workspace-button { - color: #ffffff; - border-color: #646464; - transition-duration: 300; - background-color: none; } - -.panel-bottom .workspace-button, -.panel-top .workspace-button { - padding: 0 1em; - margin: 0 0.4em 0 0; } - -.panel-bottom .workspace-button { - border-bottom: 2px; } - -.panel-top .workspace-button { - border-top: 2px; } - -.panel-left .workspace-button, -.panel-right .workspace-button { - padding: 0.5em 0; - margin: 0.4em 0 0 0; } - -.panel-left .workspace-button { - border-left: 2px; } - -.panel-right .workspace-button { - border-right: 2px; } - -.workspace-button:outlined { - border-color: #1565c0; } - -.workspace-button:shaded { - color: #ffffff; } - -/* Controls the style when using the "Visual representation" option */ -.workspace-graph { - padding: 0.3em; - spacing: 0.3em; } - -.workspace-graph .workspace { - background-color: #2f2f2f; - border: 1px solid #202020; } - -.workspace-graph .workspace:active { - background-color: #1565c0; - border: 1px solid #202020; } - -.expo-workspaces-name-entry, #notification StEntry, .run-dialog-entry, #menu-search-entry { - padding: 5px; - width: 23em; - height: 1.4em; - font-size: 11pt; - selection-background-color: #1565c0; - color: #282828; - selected-color: #ffffff; - border: 0.1em solid #202020; - border-radius: 6px; - transition-duration: 300; } - -#notification StEntry:focus, .run-dialog-entry:focus, #menu-search-entry:focus { - transition-duration: 0; } - -#notification StEntry:hover, .run-dialog-entry:hover, #menu-search-entry:hover { - transition-duration: 300; } - -#notification StEntry:focus, #notification StEntry:hover, .run-dialog-entry:focus, .run-dialog-entry:hover, #menu-search-entry:focus, #menu-search-entry:hover { - padding: 5px; - font-size: 11pt; - background-color: #ffffff; - border: 0.1em solid #202020; - border-radius: 6px; } - -/* =================================================================== - * Overview (workspace.js) - * ===================================================================*/ -#overview { - spacing: 12px; } - -.workspace-thumbnails { - spacing: 14px; } - -.workspace-add-button { - height: 200px; - width: 35px; - background-image: url("common-assets/misc/add-workspace.svg"); - transition-duration: 300; } - .workspace-add-button:hover { - background-image: url("common-assets/misc/add-workspace-hover.svg"); } - -.workspace-close-button { - height: 34px; - width: 34px; - -cinnamon-close-overlap: 20px; - background-image: url("common-assets/misc/close.svg"); } - .workspace-close-button:hover { - background-image: url("common-assets/misc/close-hover.svg"); } - -.window-caption { - padding: 0.5em; - spacing: 0.5em; - -cinnamon-caption-spacing: 8px; - border: 1px solid #202020; - border-radius: 6px; - background-color: #2f2f2f; - color: #ffffff; } - .window-caption:focus { - background-color: #1565c0; } - -.window-border { - background-color: rgba(255, 255, 255, 0.05); - border: 2px #1565c0; - /* Cover rounded corners and some bad adjustment gaps */ - box-shadow: 0 0 0 1px #1565c0 inset; } - -.window-close { - width: 28px; - height: 28px; - -cinnamon-close-overlap: 13px; - background-image: url("common-assets/misc/close.svg"); } - .window-close:hover { - background-image: url("common-assets/misc/close-hover.svg"); } - -.window-close-area { - width: 400px; - height: 120px; - border-radius: 20px 20px 0px 0px; - background-color: #2f2f2f; - background-image: url("common-assets/misc/trash-icon.png"); - background-size: 100px; - border: 1px solid #202020; - border-bottom-width: 0px; } - -.expo-background { - background-color: #3c3c3c; } - -.workspace-overview-background-shade { - background-color: rgba(45, 45, 45, 0.4); } - -.expo-workspace-thumbnail-frame { - background-color: #2d2d2d; - border: 1px solid #202020; } - .expo-workspace-thumbnail-frame#active { - background-color: #1565c0; - border: 1px solid #1565c0; } - -.expo-workspaces-name-entry { - background-color: #ffffff; } - .expo-workspaces-name-entry#selected { - background-color: #1565c0; - color: #ffffff; } - .expo-workspaces-name-entry:focus { - color: black; - transition-duration: 300; } - -.overview-empty-placeholder { - color: #ffffff; - text-shadow: black 5px 5px 5px; - font-weight: bold; - font-size: 48pt; - box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.6); } - -.ripple-box { - width: 104px; - height: 104px; - background-image: url("common-assets/misc/corner-ripple.svg"); } - .ripple-box:rtl { - background-image: url("common-assets/misc/corner-ripple.svg"); } - -/* =================================================================== - * On screen keyboard - * ===================================================================*/ -#keyboard { - background-color: #2f2f2f; } - -.keyboard-layout { - padding: 10px; - spacing: 10px; } - -.keyboard-row { - spacing: 20px; } - -.keyboard-key { - min-height: 30px; - min-width: 30px; - background-color: #454545; - color: #ffffff; - font-size: 14pt; - font-weight: bold; - border: 1px solid #202020; - border-radius: 6px; } - .keyboard-key:grayed { - color: #cccccc; - border-color: #1565c0; } - .keyboard-key:checked, .keyboard-key:hover { - background-color: #1565c0; - border: 1px solid #202020; } - .keyboard-key:active { - background-color: #1565c0; } - -.keyboard-subkeys { - padding: 5px; - color: #ffffff; - -arrow-border-radius: 10px; - -arrow-background-color: #090909; - -arrow-border-width: 2px; - -arrow-border-color: #ffffff; - -arrow-base: 20px; - -arrow-rise: 10px; - -boxpointer-gap: 5px; } - -/* =================================================================== - * Spacer applet - * ===================================================================*/ -.spacer-box { - border-radius: 1px; - border: 1px solid transparent; } - -.spacer-box:highlight { - background-color: #aa5555; } - -.spacer-box.edit-mode { - border-radius: 1px; - border: 1px symbolic; } - -/* =================================================================== - * Panel Launchers Applet (panelLaunchers.js) - * ===================================================================*/ -.panel-launchers { - padding-left: 7px; - spacing: 5px; } - .panel-launchers.vertical { - padding: 2px 0px; - spacing: 3px; } - .panel-launchers.vertical .launcher .icon-box { - padding: 0.1em 0; } - .panel-launchers.vertical .launcher { - margin: 0px 0px 3px 0px; - padding: 0px 3px; } - .panel-launchers .launcher:hover { - background-color: rgba(255, 255, 255, 0.06); } - .panel-launchers .launcher .icon-box { - padding: 0 0.1em; } - -.launcher { - padding: 0px 1px; - border-bottom-width: 1px; - transition-duration: 300; } - -.launcher .icon-box { - padding-top: 2px; } - -/* ============================================================================= - * CinnamonMountOperation Dialogs (cinnamonMountOperation.js) - * ============================================================================= */ -.cinnamon-mount-operation-icon { - icon-size: 1.2em; } - -.mount-password-reask { - color: red; } - -.show-processes-dialog, -.mount-question-dialog { - spacing: 24px; } - -.show-processes-dialog-subject, -.mount-question-dialog-subject { - padding-top: 10px; - padding-left: 17px; - padding-bottom: 6px; - font-size: 10pt; - font-weight: bold; - color: #666666; } - -.show-processes-dialog-subject:rtl, -.mount-question-dialog-subject:rtl { - padding-left: 0px; - padding-right: 17px; } - -.show-processes-dialog-description, -.mount-question-dialog-description { - padding-left: 17px; - width: 28em; - font-size: 10pt; - color: white; } - -.show-processes-dialog-description:rtl, -.mount-question-dialog-description:rtl { - padding-right: 17px; } - -.show-processes-dialog-app-list { - max-height: 200px; - padding-top: 24px; - padding-left: 49px; - padding-right: 32px; - font-size: 10pt; } - .show-processes-dialog-app-list:rtl { - padding-right: 49px; - padding-left: 32px; } - -.show-processes-dialog-app-list-item { - color: #ccc; } - .show-processes-dialog-app-list-item:hover { - color: white; } - .show-processes-dialog-app-list-item:ltr { - padding-right: 1em; } - .show-processes-dialog-app-list-item:rtl { - padding-left: 1em; } - -.show-processes-dialog-app-list-item-icon:ltr { - padding-right: 17px; } - -.show-processes-dialog-app-list-item-icon:rtl { - padding-left: 17px; } - -.show-processes-dialog-app-list-item-name { - font-size: 12pt; } - -.network-dialog-secret-table { - spacing-rows: 15px; } - -/* =================================================================== - * Shared button properties - * ===================================================================*/ -.notifcation-button, -.notification-icon-button, -.modal-dialog-button { - color: white; - border: 1px solid #202020; - background-color: #454545; } - -.notification-button:active, -.notification-icon-button:active, -.modal-dialog-button:active, -.modal-dialog-button:pressed, -.notification-button:hover, -.notification-icon-button:hover, -.modal-dialog-button:hover { - border: 1px solid #202020; - background-color: #505050; } - -.notificatio-button:focus, -.notification-icon-button:focus, -.modal-dialog-button:focus { - border: 1px solid #202020; } - -/* =================================================================== - * Workspace OSD - * ===================================================================*/ -.workspace-osd { - color: #ffffff; - border: 1px solid #202020; - border-radius: 6px; - font-weight: bold; - font-size: 3.5em; } - -/* =================================================================== - * Clock Desklet (desklet.js) - * ===================================================================*/ -/* =================================================================== - * Looking Glass - * ===================================================================*/ -#LookingGlassDialog { - padding: 4px; - background-color: rgba(47, 47, 47, 0.85); - color: #cccccc; - border: 2px solid #202020; - border-radius: 6px; - spacing: 4px; } - -/* =================================================================== - * Magnifier (magnifier.js) - * ===================================================================*/ -.magnifier-zoom-region { - border: 2px solid #202020; } - -.magnifier-zoom-region.full-screen { - border-width: 0px; } - -/* =================================================================== - * Overview corner - * ===================================================================*/ -#overview-corner { - background-image: url("common-assets/misc/overview.png"); } - -#overview-corner:hover { - background-image: url("common-assets/misc/overview-hover.png"); } - -/* =================================================================== -* Systray Applet -* -* .systray is for theming to be applied to the systray as a whole -* .applet-box is used for indicators (not tray icons) within the systray -* tray icons are not themed -* ===================================================================*/ -.systray { - spacing: 5px; } diff --git a/profile/airootfs/root/content/home/.themes/CBlack/cinnamon/common-assets/misc/add-workspace.svg b/profile/airootfs/root/content/home/.themes/CBlack/cinnamon/common-assets/misc/add-workspace.svg deleted file mode 100644 index 9af0990..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/cinnamon/common-assets/misc/add-workspace.svg +++ /dev/null @@ -1,119 +0,0 @@ - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff --git a/profile/airootfs/root/content/home/.themes/CBlack/cinnamon/common-assets/misc/calendar-arrow-left-hover.svg b/profile/airootfs/root/content/home/.themes/CBlack/cinnamon/common-assets/misc/calendar-arrow-left-hover.svg deleted file mode 100644 index 28fc2c4..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/cinnamon/common-assets/misc/calendar-arrow-left-hover.svg +++ /dev/null @@ -1,152 +0,0 @@ - - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - - - - - Gnome Symbolic Icon Theme - - - - - - - - - - - - - diff --git a/profile/airootfs/root/content/home/.themes/CBlack/cinnamon/common-assets/misc/calendar-arrow-left.svg b/profile/airootfs/root/content/home/.themes/CBlack/cinnamon/common-assets/misc/calendar-arrow-left.svg deleted file mode 100644 index 2774254..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/cinnamon/common-assets/misc/calendar-arrow-left.svg +++ /dev/null @@ -1,152 +0,0 @@ - - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - - - - - Gnome Symbolic Icon Theme - - - - - - - - - - - - - diff --git a/profile/airootfs/root/content/home/.themes/CBlack/cinnamon/common-assets/misc/calendar-arrow-right-hover.svg b/profile/airootfs/root/content/home/.themes/CBlack/cinnamon/common-assets/misc/calendar-arrow-right-hover.svg deleted file mode 100644 index 31d9752..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/cinnamon/common-assets/misc/calendar-arrow-right-hover.svg +++ /dev/null @@ -1,152 +0,0 @@ - - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - - - - - Gnome Symbolic Icon Theme - - - - - - - - - - - - - diff --git a/profile/airootfs/root/content/home/.themes/CBlack/cinnamon/common-assets/misc/calendar-arrow-right.svg b/profile/airootfs/root/content/home/.themes/CBlack/cinnamon/common-assets/misc/calendar-arrow-right.svg deleted file mode 100644 index 366e69b..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/cinnamon/common-assets/misc/calendar-arrow-right.svg +++ /dev/null @@ -1,152 +0,0 @@ - - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - - - - - Gnome Symbolic Icon Theme - - - - - - - - - - - - - diff --git a/profile/airootfs/root/content/home/.themes/CBlack/cinnamon/common-assets/misc/close-active.svg b/profile/airootfs/root/content/home/.themes/CBlack/cinnamon/common-assets/misc/close-active.svg deleted file mode 100644 index 02ebc13..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/cinnamon/common-assets/misc/close-active.svg +++ /dev/null @@ -1,99 +0,0 @@ - -image/svg+xml diff --git a/profile/airootfs/root/content/home/.themes/CBlack/cinnamon/common-assets/misc/close-hover.svg b/profile/airootfs/root/content/home/.themes/CBlack/cinnamon/common-assets/misc/close-hover.svg deleted file mode 100644 index 0aef8b7..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/cinnamon/common-assets/misc/close-hover.svg +++ /dev/null @@ -1,99 +0,0 @@ - -image/svg+xml diff --git a/profile/airootfs/root/content/home/.themes/CBlack/cinnamon/common-assets/misc/close.svg b/profile/airootfs/root/content/home/.themes/CBlack/cinnamon/common-assets/misc/close.svg deleted file mode 100644 index 590dd4b..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/cinnamon/common-assets/misc/close.svg +++ /dev/null @@ -1,87 +0,0 @@ - -image/svg+xml diff --git a/profile/airootfs/root/content/home/.themes/CBlack/cinnamon/common-assets/misc/corner-ripple.svg b/profile/airootfs/root/content/home/.themes/CBlack/cinnamon/common-assets/misc/corner-ripple.svg deleted file mode 100644 index ff58c92..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/cinnamon/common-assets/misc/corner-ripple.svg +++ /dev/null @@ -1,85 +0,0 @@ - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/profile/airootfs/root/content/home/.themes/CBlack/cinnamon/common-assets/misc/message.svg b/profile/airootfs/root/content/home/.themes/CBlack/cinnamon/common-assets/misc/message.svg deleted file mode 100644 index 0fb3546..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/cinnamon/common-assets/misc/message.svg +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/profile/airootfs/root/content/home/.themes/CBlack/cinnamon/common-assets/misc/overview-hover.png b/profile/airootfs/root/content/home/.themes/CBlack/cinnamon/common-assets/misc/overview-hover.png deleted file mode 100644 index 75673f9..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/cinnamon/common-assets/misc/overview-hover.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/cinnamon/common-assets/misc/overview.png b/profile/airootfs/root/content/home/.themes/CBlack/cinnamon/common-assets/misc/overview.png deleted file mode 100644 index aed443e..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/cinnamon/common-assets/misc/overview.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/cinnamon/common-assets/misc/trash-icon.png b/profile/airootfs/root/content/home/.themes/CBlack/cinnamon/common-assets/misc/trash-icon.png deleted file mode 100644 index 7cee0c6..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/cinnamon/common-assets/misc/trash-icon.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/cinnamon/common-assets/switch/switch-off.svg b/profile/airootfs/root/content/home/.themes/CBlack/cinnamon/common-assets/switch/switch-off.svg deleted file mode 100644 index 5d6df1f..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/cinnamon/common-assets/switch/switch-off.svg +++ /dev/null @@ -1,201 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff --git a/profile/airootfs/root/content/home/.themes/CBlack/cinnamon/common-assets/switch/switch-on.svg b/profile/airootfs/root/content/home/.themes/CBlack/cinnamon/common-assets/switch/switch-on.svg deleted file mode 100644 index 60a87e7..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/cinnamon/common-assets/switch/switch-on.svg +++ /dev/null @@ -1,220 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - diff --git a/profile/airootfs/root/content/home/.themes/CBlack/cinnamon/menu-symbolic.svg b/profile/airootfs/root/content/home/.themes/CBlack/cinnamon/menu-symbolic.svg deleted file mode 100644 index 03ff6e5..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/cinnamon/menu-symbolic.svg +++ /dev/null @@ -1,59 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - diff --git a/profile/airootfs/root/content/home/.themes/CBlack/cinnamon/metadata.json b/profile/airootfs/root/content/home/.themes/CBlack/cinnamon/metadata.json deleted file mode 100644 index 8ca89ae..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/cinnamon/metadata.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "last-edited": "1480523529", - "uuid": "589" -} \ No newline at end of file diff --git a/profile/airootfs/root/content/home/.themes/CBlack/cinnamon/thumbnail.png b/profile/airootfs/root/content/home/.themes/CBlack/cinnamon/thumbnail.png deleted file mode 100644 index 074d849..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/cinnamon/thumbnail.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/apps.rc b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/apps.rc deleted file mode 100644 index 8820077..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/apps.rc +++ /dev/null @@ -1,45 +0,0 @@ - -########### FILE MANAGERS ############## - -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] = "#C3C3C3" - text[ACTIVE] = @selected_fg_color - text[SELECTED] = @selected_fg_color -} - -style "thunar-frame" { - xthickness = 0 - ythickness = 0 -} - -# Thunar -widget_class "*ThunarWindow*." style "thunar-frame" -widget_class "*ThunarShortcutsView*" style "dark-sidebar" -widget_class "*ThunarTreeView*" style "dark-sidebar" -widget_class "*ThunarWindow*." style "thunar-handle" - -# Caja -widget_class "*CajaSidePane*" style "dark-sidebar" - - - -####### TERMINAL ################ - -style "terminal_screen" -{ - text[NORMAL] = "#ffffff" - base[NORMAL] = "#3f3f3f" - - TerminalScreen::background-darkness = 0.9 -} - -widget "*TerminalWindow.*.TerminalScreen*" style "terminal_screen" diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/arrow-down-insens.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/arrow-down-insens.png deleted file mode 100644 index 39049a2..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/arrow-down-insens.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/arrow-down-prelight.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/arrow-down-prelight.png deleted file mode 100644 index a7ca38d..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/arrow-down-prelight.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/arrow-down-small-insens.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/arrow-down-small-insens.png deleted file mode 100644 index d876205..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/arrow-down-small-insens.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/arrow-down-small-prelight.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/arrow-down-small-prelight.png deleted file mode 100644 index 70297cf..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/arrow-down-small-prelight.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/arrow-down-small.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/arrow-down-small.png deleted file mode 100644 index 45eb1cb..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/arrow-down-small.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/arrow-down.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/arrow-down.png deleted file mode 100644 index 004cf94..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/arrow-down.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/arrow-left-insens.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/arrow-left-insens.png deleted file mode 100644 index 7653f87..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/arrow-left-insens.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/arrow-left-prelight.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/arrow-left-prelight.png deleted file mode 100644 index 8e71a13..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/arrow-left-prelight.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/arrow-left.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/arrow-left.png deleted file mode 100644 index 03af616..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/arrow-left.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/arrow-right-insens.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/arrow-right-insens.png deleted file mode 100644 index a2b04ba..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/arrow-right-insens.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/arrow-right-prelight.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/arrow-right-prelight.png deleted file mode 100644 index 47ef3c8..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/arrow-right-prelight.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/arrow-right.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/arrow-right.png deleted file mode 100644 index 0d3982e..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/arrow-right.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/arrow-up-insens.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/arrow-up-insens.png deleted file mode 100644 index 0723570..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/arrow-up-insens.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/arrow-up-prelight.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/arrow-up-prelight.png deleted file mode 100644 index abf473e..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/arrow-up-prelight.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/arrow-up-small-insens.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/arrow-up-small-insens.png deleted file mode 100644 index 3872524..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/arrow-up-small-insens.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/arrow-up-small-prelight.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/arrow-up-small-prelight.png deleted file mode 100644 index b013b5d..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/arrow-up-small-prelight.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/arrow-up-small.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/arrow-up-small.png deleted file mode 100644 index 3197e55..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/arrow-up-small.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/arrow-up.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/arrow-up.png deleted file mode 100644 index d2b02e5..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/arrow-up.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/button-active.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/button-active.png deleted file mode 100644 index 2d92fb9..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/button-active.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/button-hover.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/button-hover.png deleted file mode 100644 index 822be9a..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/button-hover.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/button-insensitive.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/button-insensitive.png deleted file mode 100644 index 1f872c3..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/button-insensitive.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/button.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/button.png deleted file mode 100644 index 5a3e7d0..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/button.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/checkbox-checked-insensitive.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/checkbox-checked-insensitive.png deleted file mode 100644 index f772f8c..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/checkbox-checked-insensitive.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/checkbox-checked.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/checkbox-checked.png deleted file mode 100644 index 8234963..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/checkbox-checked.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/checkbox-unchecked-insensitive.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/checkbox-unchecked-insensitive.png deleted file mode 100644 index af6c77d..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/checkbox-unchecked-insensitive.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/checkbox-unchecked.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/checkbox-unchecked.png deleted file mode 100644 index 8d38389..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/checkbox-unchecked.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/combo-entry-button-active-rtl.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/combo-entry-button-active-rtl.png deleted file mode 100644 index 0883c55..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/combo-entry-button-active-rtl.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/combo-entry-button-active.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/combo-entry-button-active.png deleted file mode 100644 index 164af5f..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/combo-entry-button-active.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/combo-entry-button-insensitive-rtl.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/combo-entry-button-insensitive-rtl.png deleted file mode 100644 index 294edc4..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/combo-entry-button-insensitive-rtl.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/combo-entry-button-insensitive.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/combo-entry-button-insensitive.png deleted file mode 100644 index 996f9c3..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/combo-entry-button-insensitive.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/combo-entry-button-rtl.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/combo-entry-button-rtl.png deleted file mode 100644 index 86de7a3..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/combo-entry-button-rtl.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/combo-entry-button.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/combo-entry-button.png deleted file mode 100644 index d7dd2bf..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/combo-entry-button.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/combo-entry-focus-notebook-rtl.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/combo-entry-focus-notebook-rtl.png deleted file mode 100644 index d289237..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/combo-entry-focus-notebook-rtl.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/combo-entry-focus-notebook.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/combo-entry-focus-notebook.png deleted file mode 100644 index 04b31d9..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/combo-entry-focus-notebook.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/combo-entry-focus-rtl.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/combo-entry-focus-rtl.png deleted file mode 100644 index b2f66ed..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/combo-entry-focus-rtl.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/combo-entry-focus.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/combo-entry-focus.png deleted file mode 100644 index 60c14b2..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/combo-entry-focus.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png deleted file mode 100644 index b1e058c..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/combo-entry-insensitive-notebook.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/combo-entry-insensitive-notebook.png deleted file mode 100644 index 5030f75..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/combo-entry-insensitive-notebook.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/combo-entry-insensitive-rtl.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/combo-entry-insensitive-rtl.png deleted file mode 100644 index 52c6097..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/combo-entry-insensitive-rtl.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/combo-entry-insensitive.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/combo-entry-insensitive.png deleted file mode 100644 index e103c4a..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/combo-entry-insensitive.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/combo-entry-notebook-rtl.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/combo-entry-notebook-rtl.png deleted file mode 100644 index 9499e0c..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/combo-entry-notebook-rtl.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/combo-entry-notebook.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/combo-entry-notebook.png deleted file mode 100644 index 6160331..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/combo-entry-notebook.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/combo-entry-rtl.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/combo-entry-rtl.png deleted file mode 100644 index e236ab3..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/combo-entry-rtl.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/combo-entry.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/combo-entry.png deleted file mode 100644 index ca4318d..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/combo-entry.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/down-background-disable-rtl.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/down-background-disable-rtl.png deleted file mode 100644 index 3cfdd57..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/down-background-disable-rtl.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/down-background-disable.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/down-background-disable.png deleted file mode 100644 index ff532eb..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/down-background-disable.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/down-background-rtl.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/down-background-rtl.png deleted file mode 100644 index 6eb7bbd..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/down-background-rtl.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/down-background.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/down-background.png deleted file mode 100644 index 134101a..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/down-background.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/entry-border-active-bg-solid.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/entry-border-active-bg-solid.png deleted file mode 100644 index 0a2419b..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/entry-border-active-bg-solid.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/entry-border-active-bg.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/entry-border-active-bg.png deleted file mode 100644 index 6dad122..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/entry-border-active-bg.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/entry-border-bg-solid.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/entry-border-bg-solid.png deleted file mode 100644 index a9d669e..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/entry-border-bg-solid.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/entry-border-bg.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/entry-border-bg.png deleted file mode 100644 index 8aa5f4d..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/entry-border-bg.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/entry-border-disabled-bg.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/entry-border-disabled-bg.png deleted file mode 100644 index 42d6894..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/entry-border-disabled-bg.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/entry-border-fill.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/entry-border-fill.png deleted file mode 100644 index 15d83a1..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/entry-border-fill.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/focus-line.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/focus-line.png deleted file mode 100644 index a6f1fe0..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/focus-line.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/frame-gap-end.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/frame-gap-end.png deleted file mode 100644 index 99645fc..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/frame-gap-end.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/frame-gap-start.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/frame-gap-start.png deleted file mode 100644 index 99645fc..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/frame-gap-start.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/frame.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/frame.png deleted file mode 100644 index 53f4b6e..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/frame.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/handle-h.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/handle-h.png deleted file mode 100644 index 7d9ccf3..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/handle-h.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/handle-v.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/handle-v.png deleted file mode 100644 index 878ed87..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/handle-v.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/inline-toolbar.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/inline-toolbar.png deleted file mode 100644 index c7c8df0..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/inline-toolbar.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/line-h.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/line-h.png deleted file mode 100644 index a0987d4..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/line-h.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/line-v.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/line-v.png deleted file mode 100644 index efca285..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/line-v.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/menu-arrow-prelight.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/menu-arrow-prelight.png deleted file mode 100644 index 1c6589b..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/menu-arrow-prelight.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/menu-arrow.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/menu-arrow.png deleted file mode 100644 index 7a8b544..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/menu-arrow.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/menu-checkbox-checked-insensitive.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/menu-checkbox-checked-insensitive.png deleted file mode 100644 index 2173c73..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/menu-checkbox-checked-insensitive.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/menu-checkbox-checked.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/menu-checkbox-checked.png deleted file mode 100644 index 3a2f3da..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/menu-checkbox-checked.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png deleted file mode 100644 index 7a0e4ae..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/menu-checkbox-unchecked.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/menu-checkbox-unchecked.png deleted file mode 100644 index 09d6c31..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/menu-checkbox-unchecked.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/menu-radio-checked-insensitive.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/menu-radio-checked-insensitive.png deleted file mode 100644 index dc90e19..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/menu-radio-checked-insensitive.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/menu-radio-checked.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/menu-radio-checked.png deleted file mode 100644 index 86f296a..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/menu-radio-checked.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/menu-radio-unchecked-insensitive.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/menu-radio-unchecked-insensitive.png deleted file mode 100644 index c005a94..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/menu-radio-unchecked-insensitive.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/menu-radio-unchecked.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/menu-radio-unchecked.png deleted file mode 100644 index e3c1cac..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/menu-radio-unchecked.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/menubar.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/menubar.png deleted file mode 100644 index e9a0d1c..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/menubar.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/menubar_button.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/menubar_button.png deleted file mode 100644 index 7ec6f01..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/menubar_button.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/menuitem.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/menuitem.png deleted file mode 100644 index 775542e..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/menuitem.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/minus.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/minus.png deleted file mode 100644 index 95503c5..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/minus.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/notebook-entry-border-active-bg.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/notebook-entry-border-active-bg.png deleted file mode 100644 index 56a4100..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/notebook-entry-border-active-bg.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/notebook-entry-border-bg.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/notebook-entry-border-bg.png deleted file mode 100644 index c5402bf..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/notebook-entry-border-bg.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/notebook-entry-border-disabled-bg.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/notebook-entry-border-disabled-bg.png deleted file mode 100644 index a3b73bf..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/notebook-entry-border-disabled-bg.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/notebook-gap-horiz.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/notebook-gap-horiz.png deleted file mode 100644 index b217162..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/notebook-gap-horiz.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/notebook-gap-vert.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/notebook-gap-vert.png deleted file mode 100644 index c123ea3..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/notebook-gap-vert.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/notebook.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/notebook.png deleted file mode 100644 index 53f4b6e..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/notebook.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/null.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/null.png deleted file mode 100644 index d82fb34..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/null.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/plus.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/plus.png deleted file mode 100644 index 9a6b567..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/plus.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/progressbar.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/progressbar.png deleted file mode 100644 index 85460a2..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/progressbar.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/progressbar_v.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/progressbar_v.png deleted file mode 100644 index 12d5d68..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/progressbar_v.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/radio-checked-insensitive.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/radio-checked-insensitive.png deleted file mode 100644 index 6eff9d2..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/radio-checked-insensitive.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/radio-checked.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/radio-checked.png deleted file mode 100644 index e03b9cb..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/radio-checked.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/radio-unchecked-insensitive.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/radio-unchecked-insensitive.png deleted file mode 100644 index dfbba95..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/radio-unchecked-insensitive.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/radio-unchecked.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/radio-unchecked.png deleted file mode 100644 index b307bf1..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/radio-unchecked.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/slider-horiz-active.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/slider-horiz-active.png deleted file mode 100644 index 675d820..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/slider-horiz-active.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/slider-horiz-insens.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/slider-horiz-insens.png deleted file mode 100644 index 5f74682..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/slider-horiz-insens.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/slider-horiz-prelight.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/slider-horiz-prelight.png deleted file mode 100644 index 08e46a5..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/slider-horiz-prelight.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/slider-horiz.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/slider-horiz.png deleted file mode 100644 index 8ab3ec9..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/slider-horiz.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/slider-insensitive.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/slider-insensitive.png deleted file mode 100644 index 1bb7162..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/slider-insensitive.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/slider-prelight.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/slider-prelight.png deleted file mode 100644 index 8f8ce74..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/slider-prelight.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/slider-vert-active.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/slider-vert-active.png deleted file mode 100644 index 6db8bfa..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/slider-vert-active.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/slider-vert-insens.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/slider-vert-insens.png deleted file mode 100644 index 70c8ca8..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/slider-vert-insens.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/slider-vert-prelight.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/slider-vert-prelight.png deleted file mode 100644 index d388402..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/slider-vert-prelight.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/slider-vert.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/slider-vert.png deleted file mode 100644 index 653154c..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/slider-vert.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/slider.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/slider.png deleted file mode 100644 index b1f8d19..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/slider.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/tab-bottom-active.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/tab-bottom-active.png deleted file mode 100644 index a5c3df7..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/tab-bottom-active.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/tab-left-active.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/tab-left-active.png deleted file mode 100644 index a1278db..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/tab-left-active.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/tab-right-active.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/tab-right-active.png deleted file mode 100644 index c8be1d5..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/tab-right-active.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/tab-top-active.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/tab-top-active.png deleted file mode 100644 index 26949a8..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/tab-top-active.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/toolbar-entry-border-active-bg.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/toolbar-entry-border-active-bg.png deleted file mode 100644 index 8f5d79a..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/toolbar-entry-border-active-bg.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/toolbar-entry-border-bg.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/toolbar-entry-border-bg.png deleted file mode 100644 index 83bf83e..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/toolbar-entry-border-bg.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/toolbar-entry-border-disabled-bg.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/toolbar-entry-border-disabled-bg.png deleted file mode 100644 index 05df870..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/toolbar-entry-border-disabled-bg.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/toolbar.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/toolbar.png deleted file mode 100644 index 27e7dec..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/toolbar.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/tree_header.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/tree_header.png deleted file mode 100644 index c6e7fa7..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/tree_header.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/trough-horizontal-active.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/trough-horizontal-active.png deleted file mode 100644 index e144a69..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/trough-horizontal-active.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/trough-horizontal.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/trough-horizontal.png deleted file mode 100644 index d7904e6..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/trough-horizontal.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/trough-progressbar.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/trough-progressbar.png deleted file mode 100644 index ac062a5..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/trough-progressbar.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/trough-progressbar_v.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/trough-progressbar_v.png deleted file mode 100644 index bcb8fcd..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/trough-progressbar_v.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/trough-scrollbar-horiz.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/trough-scrollbar-horiz.png deleted file mode 100644 index cf2a482..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/trough-scrollbar-horiz.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/trough-scrollbar-vert.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/trough-scrollbar-vert.png deleted file mode 100644 index 6c56642..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/trough-scrollbar-vert.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/trough-vertical-active.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/trough-vertical-active.png deleted file mode 100644 index ef692c6..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/trough-vertical-active.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/trough-vertical.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/trough-vertical.png deleted file mode 100644 index 3ba143f..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/trough-vertical.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/up-background-disable-rtl.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/up-background-disable-rtl.png deleted file mode 100644 index 6d31221..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/up-background-disable-rtl.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/up-background-disable.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/up-background-disable.png deleted file mode 100644 index b67bf80..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/up-background-disable.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/up-background-rtl.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/up-background-rtl.png deleted file mode 100644 index 2944a0c..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/up-background-rtl.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/up-background.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/up-background.png deleted file mode 100644 index 1a9fa30..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/assets/up-background.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/gtkrc b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/gtkrc deleted file mode 100644 index df51980..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/gtkrc +++ /dev/null @@ -1,10 +0,0 @@ -gtk-color-scheme = "base_color:#404040\nfg_color:#DADADA\ntooltip_fg_color:#4a4a4a\nselected_bg_color:#1565c0\nselected_fg_color:#FFFFFF\ntext_color:#D3D3D3\nbg_color:#383838\ninsensitive_bg_color:#3e3e3e\ninsensitive_fg_color:#7f7f7f\nnotebook_bg:#404040\ndark_sidebar_bg:#353535\ntooltip_bg_color:#fbeaa0\nlink_color:#5294E2\nmenu_bg:#383838" - -gtk-icon-sizes = "gtk-button=16,16" # This makes button icons smaller. -gtk-auto-mnemonics = 1 -gtk-primary-button-warps-slider = 1 - -include "main.rc" -include "apps.rc" -include "panel.rc" -include "menubar-toolbar/menubar-toolbar-dark.rc" diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/main.rc b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/main.rc deleted file mode 100644 index 51e9ed2..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/main.rc +++ /dev/null @@ -1,2442 +0,0 @@ -style "default" { - - xthickness = 1 - ythickness = 1 - - # Style Properties - - GtkWidget::focus-line-width = 1 - GtkMenuBar::window-dragging = 1 - GtkToolbar::window-dragging = 1 - GtkToolbar::internal-padding = 4 - GtkToolButton::icon-spacing = 4 - - GtkWidget::tooltip-radius = 2 - GtkWidget::tooltip-alpha = 235 - GtkWidget::new-tooltip-style = 1 #for compatibility - - GtkSeparatorMenuItem::horizontal-padding = 3 - GtkSeparatorMenuItem::wide-separators = 1 - GtkSeparatorMenuItem::separator-height = 1 - - GtkButton::child-displacement-y = 0 - GtkButton::default-border = { 0, 0, 0, 0 } - GtkButton::default-outside_border = { 0, 0, 0, 0 } - - GtkEntry::state-hint = 1 - - GtkScrollbar::trough-border = 0 - GtkRange::trough-border = 0 - GtkRange::slider-width = 13 - GtkRange::stepper-size = 0 - - GtkScrollbar::activate-slider = 1 - GtkScrollbar::has-backward-stepper = 0 - GtkScrollbar::has-forward-stepper = 0 - GtkScrollbar::min-slider-length = 32 - GtkScrolledWindow::scrollbar-spacing = 0 - GtkScrolledWindow::scrollbars-within-bevel = 1 - - GtkScale::slider_length = 15 - GtkScale::slider_width = 15 - GtkScale::trough-side-details = 1 - - GtkProgressBar::min-horizontal-bar-height = 8 - GtkProgressBar::min-vertical-bar-width = 8 - - GtkStatusbar::shadow_type = GTK_SHADOW_NONE - GtkSpinButton::shadow_type = GTK_SHADOW_NONE - GtkMenuBar::shadow-type = GTK_SHADOW_NONE - GtkToolbar::shadow-type = GTK_SHADOW_NONE - GtkMenuBar::internal-padding = 0 #( every window is misaligned for the sake of menus ): - GtkMenu::horizontal-padding = 0 - GtkMenu::vertical-padding = 0 - - GtkCheckButton::indicator_spacing = 3 - GtkOptionMenu::indicator_spacing = { 8, 2, 0, 0 } - - GtkTreeView::row_ending_details = 0 - GtkTreeView::expander-size = 11 - GtkTreeView::vertical-separator = 4 - GtkTreeView::horizontal-separator = 4 - GtkTreeView::allow-rules = 1 - - GtkExpander::expander-size = 11 - - GnomeHRef::link_color = @link_color - GtkHTML::link-color = @link_color - GtkIMHtmlr::hyperlink-color = @link_color - GtkIMHtml::hyperlink-color = @link_color - GtkWidget::link-color = @link_color - GtkWidget::visited-link-color = @text_color - - # Colors - - bg[NORMAL] = @bg_color - bg[PRELIGHT] = shade (1.02, @bg_color) - bg[SELECTED] = @selected_bg_color - bg[INSENSITIVE] = @insensitive_bg_color - bg[ACTIVE] = shade (0.9, @bg_color) - - fg[NORMAL] = @text_color - fg[PRELIGHT] = @fg_color - fg[SELECTED] = @selected_fg_color - fg[INSENSITIVE] = @insensitive_fg_color - fg[ACTIVE] = @fg_color - - text[NORMAL] = @text_color - text[PRELIGHT] = @text_color - text[SELECTED] = @selected_fg_color - text[INSENSITIVE] = @insensitive_fg_color - text[ACTIVE] = @selected_fg_color - - base[NORMAL] = @base_color - base[PRELIGHT] = shade (0.95, @bg_color) - base[SELECTED] = @selected_bg_color - base[INSENSITIVE] = @bg_color - base[ACTIVE] = shade (0.9, @selected_bg_color) - - # For succinctness, all reasonable pixmap options remain here - - engine "pixmap" { - - # Check Buttons - - image { - function = CHECK - recolorable = TRUE - state = NORMAL - shadow = OUT - overlay_file = "assets/checkbox-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - recolorable = TRUE - state = PRELIGHT - shadow = OUT - overlay_file = "assets/checkbox-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - recolorable = TRUE - state = ACTIVE - shadow = OUT - overlay_file = "assets/checkbox-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - recolorable = TRUE - state = SELECTED - shadow = OUT - overlay_file = "assets/checkbox-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - recolorable = TRUE - state = INSENSITIVE - shadow = OUT - overlay_file = "assets/checkbox-unchecked-insensitive.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - recolorable = TRUE - state = NORMAL - shadow = IN - overlay_file = "assets/checkbox-checked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - recolorable = TRUE - state = PRELIGHT - shadow = IN - overlay_file = "assets/checkbox-checked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - recolorable = TRUE - state = ACTIVE - shadow = IN - overlay_file = "assets/checkbox-checked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - recolorable = TRUE - state = SELECTED - shadow = IN - overlay_file = "assets/checkbox-checked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - recolorable = TRUE - state = INSENSITIVE - shadow = IN - overlay_file = "assets/checkbox-checked-insensitive.png" - overlay_stretch = FALSE - } - - # Radio Buttons - - image { - function = OPTION - state = NORMAL - shadow = OUT - overlay_file = "assets/radio-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = PRELIGHT - shadow = OUT - overlay_file = "assets/radio-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = ACTIVE - shadow = OUT - overlay_file = "assets/radio-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = SELECTED - shadow = OUT - overlay_file = "assets/radio-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = INSENSITIVE - shadow = OUT - overlay_file = "assets/radio-unchecked-insensitive.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = NORMAL - shadow = IN - overlay_file = "assets/radio-checked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = PRELIGHT - shadow = IN - overlay_file = "assets/radio-checked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = ACTIVE - shadow = IN - overlay_file = "assets/radio-checked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = SELECTED - shadow = IN - overlay_file = "assets/radio-checked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = INSENSITIVE - shadow = IN - overlay_file = "assets/radio-checked-insensitive.png" - overlay_stretch = FALSE - } - - # Arrows - - image { - function = ARROW - overlay_file = "assets/arrow-up.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = UP - } - - image { - function = ARROW - state = PRELIGHT - overlay_file = "assets/arrow-up-prelight.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = UP - } - - image { - function = ARROW - state = ACTIVE - overlay_file = "assets/arrow-up-prelight.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = UP - } - - image { - function = ARROW - state = INSENSITIVE - overlay_file = "assets/arrow-up-insens.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = UP - } - - image { - function = ARROW - state = NORMAL - overlay_file = "assets/arrow-down.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = DOWN - } - - image { - function = ARROW - state = PRELIGHT - overlay_file = "assets/arrow-down-prelight.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = DOWN - } - - image { - function = ARROW - state = ACTIVE - overlay_file = "assets/arrow-down-prelight.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = DOWN - } - - image { - function = ARROW - state = INSENSITIVE - overlay_file = "assets/arrow-down-insens.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = DOWN - } - - image { - function = ARROW - overlay_file = "assets/arrow-left.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = LEFT - } - - image { - function = ARROW - state= PRELIGHT - overlay_file = "assets/arrow-left-prelight.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = LEFT - } - - image { - function = ARROW - state = ACTIVE - overlay_file = "assets/arrow-left-prelight.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = LEFT - } - - image { - function = ARROW - state = INSENSITIVE - overlay_file = "assets/arrow-left-insens.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = LEFT - } - - image { - function = ARROW - overlay_file = "assets/arrow-right.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = RIGHT - } - - image { - function = ARROW - state = PRELIGHT - overlay_file = "assets/arrow-right-prelight.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = RIGHT - } - - image { - function = ARROW - state = ACTIVE - overlay_file = "assets/arrow-right-prelight.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = RIGHT - } - - image { - function = ARROW - state = INSENSITIVE - overlay_file = "assets/arrow-right-insens.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = RIGHT - } - - # Option Menu Arrows - - image { - function = TAB - state = INSENSITIVE - overlay_file = "assets/arrow-down-insens.png" - overlay_stretch = FALSE - } - - image { - function = TAB - state = NORMAL - overlay_file = "assets/arrow-down.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - } - - image { - function = TAB - state = PRELIGHT - overlay_file = "assets/arrow-down-prelight.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - } - - # Lines - - image { - function = VLINE - file = "assets/line-v.png" - border = { 0, 0, 0, 0 } - stretch = TRUE - } - - image { - function = HLINE - file = "assets/line-h.png" - border = { 0, 0, 0, 0 } - stretch = TRUE - } - - # Focuslines - - image { - function = FOCUS - file = "assets/focus-line.png" - border = { 1, 1, 1, 1 } - stretch = TRUE - } - - # Handles - - image { - function = HANDLE - overlay_file = "assets/handle-h.png" - overlay_stretch = FALSE - orientation = HORIZONTAL - } - - image { - function = HANDLE - overlay_file = "assets/handle-v.png" - overlay_stretch = FALSE - orientation = VERTICAL - } - - # Expanders - - image { - function = EXPANDER - expander_style = COLLAPSED - file = "assets/plus.png" - } - - image { - function = EXPANDER - expander_style = EXPANDED - file = "assets/minus.png" - } - - image { - function = EXPANDER - expander_style = SEMI_EXPANDED - file = "assets/minus.png" - } - - image { - function = EXPANDER - expander_style = SEMI_COLLAPSED - file = "assets/plus.png" - } - - image { - function = RESIZE_GRIP - state = NORMAL - detail = "statusbar" - overlay_file = "assets/null.png" - overlay_border = { 0,0,0,0 } - overlay_stretch = FALSE - } - - # Shadows ( this area needs help :P ) - - image { - function = SHADOW_GAP - file = "assets/null.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - } - } -} - - -style "toplevel_hack" { - - engine "adwaita" { - } -} - -style "ooo_stepper_hack" { - - GtkScrollbar::stepper-size = 0 - GtkScrollbar::has-backward-stepper = 0 - GtkScrollbar::has-forward-stepper = 0 - -} - -style "scrollbar" { - - engine "pixmap" { - - image { - function = BOX - detail = "trough" - file = "assets/trough-scrollbar-horiz.png" - border = { 2, 2, 3, 3 } - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = BOX - detail = "trough" - file = "assets/trough-scrollbar-vert.png" - border = { 3, 3, 2, 2 } - stretch = TRUE - orientation = VERTICAL - } - - image { - function = ARROW - overlay_file = "assets/null.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = UP - } - - image { - function = ARROW - overlay_file = "assets/null.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = DOWN - } - - image { - function = ARROW - overlay_file = "assets/null.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = LEFT - } - - image { - function = ARROW - overlay_file = "assets/null.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = RIGHT - } - - # Sliders - - image { - function = SLIDER - state = NORMAL - file = "assets/slider-horiz.png" - border = { 5, 5, 3, 3 } - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = SLIDER - state = ACTIVE - file = "assets/slider-horiz-active.png" - border = { 5, 5, 3, 3 } - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = SLIDER - state = PRELIGHT - file = "assets/slider-horiz-prelight.png" - border = { 5, 5, 3, 3 } - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = SLIDER - state = INSENSITIVE - file = "assets/slider-horiz-insens.png" - border = { 5, 5, 3, 3 } - stretch = TRUE - orientation = HORIZONTAL - } - -# X Verticals - - image { - function = SLIDER - state = NORMAL - file = "assets/slider-vert.png" - border = { 3, 3, 5, 5 } - stretch = TRUE - orientation = VERTICAL - } - - image { - function = SLIDER - state = ACTIVE - file = "assets/slider-vert-active.png" - border = { 3, 3, 5, 5 } - stretch = TRUE - orientation = VERTICAL - } - - image { - function = SLIDER - state = PRELIGHT - file = "assets/slider-vert-prelight.png" - border = { 3, 3, 5, 5 } - stretch = TRUE - orientation = VERTICAL - } - - image { - function = SLIDER - state = INSENSITIVE - file = "assets/slider-vert-insens.png" - border = { 3, 3, 5, 5 } - stretch = TRUE - orientation = VERTICAL - } - } -} - -style "menu" { - - xthickness = 0 - ythickness = 0 - - GtkMenuItem::arrow-scaling = 0.4 - - bg[NORMAL] = @menu_bg - bg[INSENSITIVE] = @menu_bg - bg[PRELIGHT] = @menu_bg - - engine "pixmap" { # For menus that use horizontal lines rather than gtkseparator - - image { - function = HLINE - file = "assets/null.png" - border = { 0, 0, 0, 0 } - stretch = TRUE - } - } -} - -style "menu_item" -{ - xthickness = 2 - ythickness = 4 - - # HACK: Gtk doesn't actually read this value - # while rendering the menu items, but Libreoffice - # does; setting this value equal to the one in - # fg[PRELIGHT] ensures a code path in the LO theming code - # that falls back to a dark text color for menu item text - # highlight. The price to pay is black text on menus as well, - # but at least it's readable. - # See https://bugs.freedesktop.org/show_bug.cgi?id=38038 - bg[SELECTED] = @selected_fg_color - - fg[NORMAL] = @fg_color - fg[SELECTED] = @selected_fg_color - fg[PRELIGHT] = @selected_fg_color - - text[PRELIGHT] = @selected_fg_color - - engine "pixmap" { - - image { - function = BOX - state = PRELIGHT - file = "assets/menuitem.png" - border = { 1, 0, 1, 0 } - stretch = TRUE - } - - # Check Buttons - - image { - function = CHECK - recolorable = TRUE - state = NORMAL - shadow = OUT - overlay_file = "assets/menu-checkbox-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - recolorable = TRUE - state = PRELIGHT - shadow = OUT - overlay_file = "assets/menu-checkbox-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - recolorable = TRUE - state = ACTIVE - shadow = OUT - overlay_file = "assets/menu-checkbox-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - recolorable = TRUE - state = INSENSITIVE - shadow = OUT - overlay_file = "assets/menu-checkbox-unchecked-insensitive.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - recolorable = TRUE - state = NORMAL - shadow = IN - overlay_file = "assets/menu-checkbox-checked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - recolorable = TRUE - state = PRELIGHT - shadow = IN - overlay_file = "assets/menu-checkbox-checked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - recolorable = TRUE - state = ACTIVE - shadow = IN - overlay_file = "assets/menu-checkbox-checked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - recolorable = TRUE - state = INSENSITIVE - shadow = IN - overlay_file = "assets/menu-checkbox-checked-insensitive.png" - overlay_stretch = FALSE - } - - # Radio Buttons - - image { - function = OPTION - state = NORMAL - shadow = OUT - overlay_file = "assets/menu-radio-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = PRELIGHT - shadow = OUT - overlay_file = "assets/menu-radio-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = ACTIVE - shadow = OUT - overlay_file = "assets/menu-radio-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = INSENSITIVE - shadow = OUT - overlay_file = "assets/menu-radio-unchecked-insensitive.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = NORMAL - shadow = IN - overlay_file = "assets/menu-radio-checked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = PRELIGHT - shadow = IN - overlay_file = "assets/menu-radio-checked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = ACTIVE - shadow = IN - overlay_file = "assets/menu-radio-checked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = INSENSITIVE - shadow = IN - overlay_file = "assets/menu-radio-checked-insensitive.png" - overlay_stretch = FALSE - } - - image { - function = SHADOW # This fixes boxy Qt menu items - file = "assets/null.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - } - - # Arrow Buttons - - image { - function = ARROW - state = NORMAL - overlay_file = "assets/menu-arrow.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = RIGHT - } - - image { - function = ARROW - state = PRELIGHT - overlay_file = "assets/menu-arrow-prelight.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = RIGHT - } - } -} - -style "button" { - - xthickness = 4 - ythickness = 4 - - engine "pixmap" { - - image { - function = BOX - state = NORMAL - file = "assets/button.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - } - - image { - function = BOX - state = PRELIGHT - file = "assets/button-hover.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - } - - image { - function = BOX - state = ACTIVE - file = "assets/button-active.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - } - - image { - function = BOX - state = INSENSITIVE - file = "assets/button-insensitive.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - } - } -} - -style "checkbutton" { - - fg[PRELIGHT] = @text_color - fg[ACTIVE] = @text_color - -} - -style "entry" { - - xthickness = 6 - ythickness = 4 - - base[NORMAL] = @base_color - base[INSENSITIVE] = @insensitive_bg_color - - engine "pixmap" { - - image { - function = SHADOW - detail = "entry" - state = NORMAL - shadow = IN - file = "assets/entry-border-bg.png" - border = { 12, 12, 12, 12 } - stretch = TRUE - } - - image { - function = SHADOW - detail = "entry" - state = INSENSITIVE - shadow = IN - file = "assets/entry-border-disabled-bg.png" - border = { 12, 12, 12, 12 } - stretch = TRUE - } - - image { - function = SHADOW - detail = "entry" - state = ACTIVE - file = "assets/entry-border-active-bg.png" - border = { 12, 12, 12, 12 } - stretch = TRUE - } - - image { - function = FLAT_BOX - detail = "entry_bg" - state = NORMAL - overlay_file = "assets/null.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = TRUE - } - - image { - function = FLAT_BOX - detail = "entry_bg" - state = ACTIVE - overlay_file = "assets/null.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = TRUE - } - } -} - -style "notebook_entry" { - xthickness = 6 - - engine "pixmap" { - - image { - function = SHADOW - detail = "entry" - state = NORMAL - shadow = IN - file = "assets/notebook-entry-border-bg.png" - border = { 12, 12, 12, 12 } - stretch = TRUE - } - - image { - function = SHADOW - detail = "entry" - state = INSENSITIVE - shadow = IN - file = "assets/notebook-entry-border-disabled-bg.png" - border = { 12, 12, 12, 12 } - stretch = TRUE - } - - image { - function = SHADOW - detail = "entry" - state = ACTIVE - file = "assets/notebook-entry-border-active-bg.png" - border = { 12, 12, 12, 12 } - stretch = TRUE - } - - image { - function = FLAT_BOX - detail = "entry_bg" - state = NORMAL - overlay_file = "assets/null.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = TRUE - } - - image { - function = FLAT_BOX - detail = "entry_bg" - state = ACTIVE - overlay_file = "assets/null.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = TRUE - } - } -} - -style "notebook_tab_label" { - - fg[ACTIVE] = @text_color - -} - -style "combobox_entry" -{ - xthickness = 3 - ythickness = 4 - - engine "pixmap" { - - # LTR version - - image { - function = SHADOW - detail = "entry" - state = NORMAL - shadow = IN - file = "assets/combo-entry.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = LTR - } - - image { - function = SHADOW - detail = "entry" - state = INSENSITIVE - shadow = IN - file = "assets/combo-entry-insensitive.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = LTR - } - - image { - function = SHADOW - detail = "entry" - state = ACTIVE - file = "assets/combo-entry-focus.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = LTR - } - - # RTL version - - image { - function = SHADOW - detail = "entry" - state = NORMAL - shadow = IN - file = "assets/combo-entry-rtl.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = RTL - } - - image { - function = SHADOW - detail = "entry" - state = INSENSITIVE - shadow = IN - file = "assets/combo-entry-insensitive-rtl.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = RTL - } - - image { - function = SHADOW - detail = "entry" - state = ACTIVE - file = "assets/combo-entry-focus-rtl.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = RTL - } - } -} - -style "notebook_combobox_entry" { - - engine "pixmap" { - - # LTR version - - image { - function = SHADOW - detail = "entry" - state = NORMAL - shadow = IN - file = "assets/combo-entry-notebook.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = LTR - } - - image { - function = SHADOW - detail = "entry" - state = INSENSITIVE - shadow = IN - file = "assets/combo-entry-insensitive-notebook.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = LTR - } - - image { - function = SHADOW - detail = "entry" - state = ACTIVE - file = "assets/combo-entry-focus-notebook.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = LTR - } - - # RTL version - - image { - function = SHADOW - detail = "entry" - state = NORMAL - shadow = IN - file = "assets/combo-entry-notebook-rtl.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = RTL - } - - image { - function = SHADOW - detail = "entry" - state = INSENSITIVE - shadow = IN - file = "assets/combo-entry-insensitive-notebook-rtl.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = RTL - } - - image { - function = SHADOW - detail = "entry" - state = ACTIVE - file = "assets/combo-entry-focus-notebook-rtl.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = RTL - } - } -} - -style "combobox_entry_button" -{ - xthickness = 6 - - fg[ACTIVE] = @text_color - - engine "pixmap" { - - # LTR version - - image { - function = BOX - state = NORMAL - file = "assets/combo-entry-button.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = LTR - } - - image { - function = BOX - state = PRELIGHT - file = "assets/combo-entry-button.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = LTR - } - - image { - function = BOX - state = INSENSITIVE - file = "assets/combo-entry-button-insensitive.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = LTR - } - - image { - function = BOX - state = ACTIVE - file = "assets/combo-entry-button-active.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = LTR - } - - # RTL version - image { - function = BOX - state = NORMAL - file = "assets/combo-entry-button-rtl.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = RTL - } - - image { - function = BOX - state = PRELIGHT - file = "assets/combo-entry-button-rtl.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = RTL - } - - image { - function = BOX - state = INSENSITIVE - file = "assets/combo-entry-button-insensitive-rtl.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = RTL - } - - image { - function = BOX - state = ACTIVE - file = "assets/combo-entry-button-active-rtl.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = RTL - } - } -} - -style "spinbutton" { - - bg[NORMAL] = @bg_color - - xthickness = 6 - ythickness = 4 - - engine "pixmap" { - - image { - function = ARROW - } - - # Spin-Up LTR - - image { - function = BOX - state = NORMAL - detail = "spinbutton_up" - file = "assets/up-background.png" - border = { 1, 4, 5, 0 } - stretch = TRUE - overlay_file = "assets/arrow-up-small.png" - overlay_stretch = FALSE - direction = LTR - } - - image { - function = BOX - state = PRELIGHT - detail = "spinbutton_up" - file = "assets/up-background.png" - border = { 1, 4, 5, 0 } - stretch = TRUE - overlay_file = "assets/arrow-up-small-prelight.png" - overlay_stretch = FALSE - direction = LTR - } - - image { - function = BOX - state = INSENSITIVE - detail = "spinbutton_up" - file = "assets/up-background-disable.png" - border = { 1, 4, 5, 0 } - stretch = TRUE - overlay_file = "assets/arrow-up-small-insens.png" - overlay_stretch = FALSE - direction = LTR - } - - image { - function = BOX - state = ACTIVE - detail = "spinbutton_up" - file = "assets/up-background.png" - border = { 1, 4, 5, 0 } - stretch = TRUE - overlay_file = "assets/arrow-up-small-prelight.png" - overlay_stretch = FALSE - direction = LTR - } - - # Spin-Up RTL - - image { - function = BOX - state = NORMAL - detail = "spinbutton_up" - file = "assets/up-background-rtl.png" - border = { 4, 1, 5, 0 } - stretch = TRUE - overlay_file = "assets/arrow-up-small.png" - overlay_stretch = FALSE - direction = RTL - } - - image { - function = BOX - state = PRELIGHT - detail = "spinbutton_up" - file = "assets/up-background-rtl.png" - border = { 4, 1, 5, 0 } - stretch = TRUE - overlay_file = "assets/arrow-up-small-prelight.png" - overlay_stretch = FALSE - direction = RTL - } - - image { - function = BOX - state = INSENSITIVE - detail = "spinbutton_up" - file = "assets/up-background-disable-rtl.png" - border = { 4, 1, 5, 0 } - stretch = TRUE - overlay_file = "assets/arrow-up-small-insens.png" - overlay_stretch = FALSE - direction = RTL - } - - image { - function = BOX - state = ACTIVE - detail = "spinbutton_up" - file = "assets/up-background-rtl.png" - border = { 4, 1, 5, 0 } - stretch = TRUE - overlay_file = "assets/arrow-up-small-prelight.png" - overlay_stretch = FALSE - direction = RTL - } - - # Spin-Down LTR - - image { - function = BOX - state = NORMAL - detail = "spinbutton_down" - file = "assets/down-background.png" - border = { 1, 4, 1, 4 } - stretch = TRUE - overlay_file = "assets/arrow-down-small.png" - overlay_stretch = FALSE - direction = LTR - } - - image { - function = BOX - state = PRELIGHT - detail = "spinbutton_down" - file = "assets/down-background.png" - border = { 1, 4, 1, 4 } - stretch = TRUE - overlay_file = "assets/arrow-down-small-prelight.png" - overlay_stretch = FALSE - direction = LTR - } - - image { - function = BOX - state = INSENSITIVE - detail = "spinbutton_down" - file = "assets/down-background-disable.png" - border = { 1, 4, 1, 4 } - stretch = TRUE - overlay_file = "assets/arrow-down-small-insens.png" - overlay_stretch = FALSE - direction = LTR - } - - image { - function = BOX - state = ACTIVE - detail = "spinbutton_down" - file = "assets/down-background.png" - border = { 1, 4, 1, 4 } - stretch = TRUE - overlay_file = "assets/arrow-down-small-prelight.png" - overlay_stretch = FALSE - direction = LTR - } - - # Spin-Down RTL - - image { - function = BOX - state = NORMAL - detail = "spinbutton_down" - file = "assets/down-background-rtl.png" - border = { 4, 1, 1, 4 } - stretch = TRUE - overlay_file = "assets/arrow-down-small.png" - overlay_stretch = FALSE - direction = RTL - } - - image { - function = BOX - state = PRELIGHT - detail = "spinbutton_down" - file = "assets/down-background-rtl.png" - border = { 4, 1, 1, 4 } - stretch = TRUE - overlay_file = "assets/arrow-down-small-prelight.png" - overlay_stretch = FALSE - direction = RTL - } - - image { - function = BOX - state = INSENSITIVE - detail = "spinbutton_down" - file = "assets/down-background-disable-rtl.png" - border = { 4, 1, 1, 4 } - stretch = TRUE - overlay_file = "assets/arrow-down-small-insens.png" - overlay_stretch = FALSE - direction = RTL - } - - image { - function = BOX - state = ACTIVE - detail = "spinbutton_down" - file = "assets/down-background-rtl.png" - border = { 4, 1, 1, 4 } - stretch = TRUE - overlay_file = "assets/arrow-down-small-prelight.png" - overlay_stretch = FALSE - direction = RTL - } - } -} - -style "gimp_spin_scale" { - - bg[NORMAL] = @base_color - - engine "pixmap" { - - image { - function = FLAT_BOX - detail = "entry_bg" - state = NORMAL - } - - image { - function = FLAT_BOX - detail = "entry_bg" - state = ACTIVE - } - - image { - function = BOX - state = NORMAL - detail = "spinbutton_up" - overlay_file = "assets/arrow-up-small.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = PRELIGHT - detail = "spinbutton_up" - overlay_file = "assets/arrow-up-small-prelight.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = ACTIVE - detail = "spinbutton_up" - overlay_file = "assets/arrow-up-small-prelight.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = INSENSITIVE - detail = "spinbutton_up" - overlay_file = "assets/arrow-up-small-insens.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = NORMAL - detail = "spinbutton_down" - overlay_file = "assets/arrow-down-small.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = PRELIGHT - detail = "spinbutton_down" - overlay_file = "assets/arrow-down-small-prelight.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = ACTIVE - detail = "spinbutton_down" - overlay_file = "assets/arrow-down-small-prelight.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = INSENSITIVE - detail = "spinbutton_down" - overlay_file = "assets/arrow-down-small-insens.png" - overlay_stretch = FALSE - } - } -} - -style "libreoffice_entry" { - - engine "pixmap" { - - image { - function = FLAT_BOX - detail = "entry_bg" - state = NORMAL - overlay_file = "assets/entry-border-fill.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = TRUE - } - - image { - function = FLAT_BOX - detail = "entry_bg" - state = ACTIVE - overlay_file = "assets/entry-border-fill.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = TRUE - } - - image { - function = SHADOW - detail = "entry" - state = NORMAL - shadow = IN - file = "assets/entry-border-bg-solid.png" - border = { 12, 12, 12, 12 } - stretch = TRUE - } - - image { - function = SHADOW - detail = "entry" - state = ACTIVE - file = "assets/entry-border-active-bg-solid.png" - border = { 12, 12, 12, 12 } - stretch = TRUE - } - } -} - -style "standalone_entry" { - - engine "pixmap" { - - image { - function = FLAT_BOX - detail = "entry_bg" - state = NORMAL - file = "assets/entry-border-fill.png" - stretch = TRUE - border = { 0, 0, 0, 0 } - } - - image { - function = FLAT_BOX - detail = "entry_bg" - state = ACTIVE - file = "assets/entry-border-fill.png" - stretch = TRUE - border = { 0, 0, 0, 0 } - } - - image { - function = SHADOW - detail = "entry" - state = NORMAL - shadow = IN - file = "assets/entry-border-bg-solid.png" - border = { 12, 12, 12, 12 } - stretch = TRUE - } - - image { - function = SHADOW - detail = "entry" - state = ACTIVE - file = "assets/entry-border-active-bg-solid.png" - border = { 12, 12, 12, 12 } - stretch = TRUE - } - } -} - -style "notebook" { - - xthickness = 5 - ythickness = 2 - - engine "pixmap" { - - image { - function = EXTENSION - state = ACTIVE - file = "assets/null.png" - border = { 0,0,0,0 } - stretch = TRUE - gap_side = TOP - } - - image { - function = EXTENSION - state = ACTIVE - file = "assets/null.png" - border = { 0,0,0,0 } - stretch = TRUE - gap_side = BOTTOM - } - - image { - function = EXTENSION - state = ACTIVE - file = "assets/null.png" - border = { 0,0,0,0 } - stretch = TRUE - gap_side = RIGHT - } - - image { - function = EXTENSION - state = ACTIVE - file = "assets/null.png" - border = { 0,0,0,0 } - stretch = TRUE - gap_side = LEFT - } - - image { - function = EXTENSION - file = "assets/tab-top-active.png" - border = { 3,3,3,3 } - stretch = TRUE - gap_side = BOTTOM - } - - image { - function = EXTENSION - file = "assets/tab-bottom-active.png" - border = { 3,3,3,3 } - stretch = TRUE - gap_side = TOP - } - - image { - function = EXTENSION - file = "assets/tab-left-active.png" - border = { 3,3,3,3 } - stretch = TRUE - gap_side = RIGHT - } - - image { - function = EXTENSION - file = "assets/tab-right-active.png" - border = { 3,3,3,3 } - stretch = TRUE - gap_side = LEFT - } - - # How to draw boxes with a gap on one side (ie the page of a notebook) - - image { - function = BOX_GAP - file = "assets/notebook.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - gap_file = "assets/notebook-gap-horiz.png" - gap_border = { 1, 1, 0, 0 } - gap_side = TOP - } - - image { - function = BOX_GAP - file = "assets/notebook.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - gap_file = "assets/notebook-gap-horiz.png" - gap_border = { 1, 1, 0, 0 } - gap_side = BOTTOM - } - - image { - function = BOX_GAP - file = "assets/notebook.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - gap_file = "assets/notebook-gap-vert.png" - gap_border = { 0, 0, 1, 1 } - gap_side = LEFT - } - - image { - function = BOX_GAP - file = "assets/notebook.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - gap_file = "assets/notebook-gap-vert.png" - gap_border = { 0, 0, 1, 1 } - gap_side = RIGHT - } - - # How to draw the box of a notebook when it isnt attached to a tab - - image { - function = BOX - file = "assets/notebook.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - } - } -} - -style "handlebox" { - - engine "pixmap" { - - image { - function = BOX - file = "assets/null.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - detail = "handlebox_bin" - shadow = IN - } - - image { - function = BOX - file = "assets/null.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - detail = "handlebox_bin" - shadow = OUT - } - } -} - -style "combobox_separator" { - - xthickness = 0 - ythickness = 0 - GtkWidget::wide-separators = 1 - -} - -style "combobox" { - - xthickness = 0 - ythickness = 0 - -} - -style "combobox_button" { - - xthickness = 3 - ythickness = 3 - -} - -style "range" { - - engine "pixmap" { - - image { - function = BOX - detail = "trough-upper" - file = "assets/trough-horizontal.png" - border = { 8, 8, 0, 0 } - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = BOX - detail = "trough-lower" - file = "assets/trough-horizontal-active.png" - border = { 8, 8, 0, 0 } - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = BOX - detail = "trough-upper" - file = "assets/trough-vertical.png" - border = { 0, 0, 8, 8 } - stretch = TRUE - orientation = VERTICAL - } - - image { - function = BOX - detail = "trough-lower" - file = "assets/trough-vertical-active.png" - border = { 0, 0, 8, 8 } - stretch = TRUE - orientation = VERTICAL - } - - # Horizontal - - image { - function = SLIDER - state = NORMAL - file = "assets/null.png" - border = { 0, 0, 0, 0 } - stretch = TRUE - overlay_file = "assets/slider.png" - overlay_stretch = FALSE - orientation = HORIZONTAL - } - - image { - function = SLIDER - state = PRELIGHT - file = "assets/null.png" - border = { 0, 0, 0, 0 } - stretch = TRUE - overlay_file = "assets/slider-prelight.png" - overlay_stretch = FALSE - orientation = HORIZONTAL - } - - image { - function = SLIDER - state = INSENSITIVE - file = "assets/null.png" - border = { 0, 0, 0, 0 } - stretch = TRUE - overlay_file = "assets/slider-insensitive.png" - overlay_stretch = FALSE - orientation = HORIZONTAL - } - - # Vertical - - image { - function = SLIDER - state = NORMAL - file = "assets/null.png" - border = { 0, 0, 0, 0 } - stretch = TRUE - overlay_file = "assets/slider.png" - overlay_stretch = FALSE - orientation = VERTICAL - } - - image { - function = SLIDER - state = PRELIGHT - file = "assets/null.png" - border = { 0, 0, 0, 0 } - stretch = TRUE - overlay_file = "assets/slider-prelight.png" - overlay_stretch = FALSE - orientation = VERTICAL - } - - image { - function = SLIDER - state = INSENSITIVE - file = "assets/null.png" - border = { 0, 0, 0, 0 } - stretch = TRUE - overlay_file = "assets/slider-insensitive.png" - overlay_stretch = FALSE - orientation = VERTICAL - } - - # Function below removes ugly boxes - - image { - function = BOX - file = "assets/null.png" - border = { 3, 3, 3, 3 } - stretch = TRUE - } - } -} - -style "progressbar" { - - xthickness = 1 - ythickness = 1 - - fg[NORMAL] = @fg_color - fg[PRELIGHT] = @selected_fg_color - - engine "pixmap" { - - image { - function = BOX - detail = "trough" - file = "assets/trough-progressbar.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = BOX - detail = "bar" - file = "assets/progressbar.png" - stretch = TRUE - border = { 3, 3, 3, 3 } - orientation = HORIZONTAL - } - - image { - function = BOX - detail = "trough" - file = "assets/trough-progressbar_v.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - orientation = VERTICAL - } - - image { - function = BOX - detail = "bar" - file = "assets/progressbar_v.png" - stretch = TRUE - border = { 3, 3, 3, 3 } - orientation = VERTICAL - } - } -} - -style "separator_menu_item" { - - engine "pixmap" { - - image { - function = BOX - file = "assets/null.png" - border = { 0, 0, 1, 0 } - stretch = TRUE - } - } -} - -style "treeview_header" { - ythickness = 1 - - fg[PRELIGHT] = mix(0.70, @text_color, @base_color) - font_name = "Bold" - - engine "pixmap" { - - image { - function = BOX - file = "assets/tree_header.png" - border = { 1, 1, 1, 1 } - stretch = TRUE - } - } -} - -# Treeview Rows - -style "treeview" { - - xthickness = 2 - ythickness = 0 - - base[NORMAL] = @base_color - - engine "pixmap" { - - image { - function = FLAT_BOX - recolorable = TRUE - state = NORMAL - file = "assets/null.png" - stretch = TRUE - } - } -} - -style "scrolled_window" { - - xthickness = 1 - ythickness = 1 - - engine "pixmap" { - - image { - function = SHADOW - file = "assets/frame.png" - border = { 5, 5, 5, 5 } - stretch = TRUE - } - } -} - -style "frame" { - - xthickness = 1 - ythickness = 1 - - engine "pixmap" { - - image { - function = SHADOW - file = "assets/frame.png" - border = { 1, 1, 1, 1 } - stretch = TRUE - shadow = IN - } - - image { - function = SHADOW_GAP - file = "assets/frame.png" - border = { 1, 1, 1, 1 } - stretch = TRUE - gap_start_file = "assets/frame-gap-start.png" - gap_start_border = { 1, 0, 0, 0 } - gap_end_file = "assets/frame-gap-end.png" - gap_end_border = { 0, 1, 0, 0 } - shadow = IN - } - - image { - function = SHADOW - file = "assets/frame.png" - border = { 1, 1, 1, 1 } - stretch = TRUE - shadow = OUT - } - - image { - function = SHADOW_GAP - file = "assets/frame.png" - border = { 1, 1, 1, 1 } - stretch = TRUE - gap_start_file = "assets/frame-gap-start.png" - gap_start_border = { 1, 0, 0, 0 } - gap_end_file = "assets/frame-gap-end.png" - gap_end_border = { 0, 1, 0, 0 } - shadow = OUT - } - - image { - function = SHADOW - file = "assets/frame.png" - border = { 1, 1, 1, 1 } - stretch = TRUE - shadow = ETCHED_IN - } - - image { - function = SHADOW_GAP - file = "assets/frame.png" - border = { 1, 1, 1, 1 } - stretch = TRUE - gap_start_file = "assets/frame-gap-start.png" - gap_start_border = { 1, 0, 0, 0 } - gap_end_file = "assets/frame-gap-end.png" - gap_end_border = { 0, 1, 0, 0 } - shadow = ETCHED_IN - } - - image { - function = SHADOW - file = "assets/frame.png" - border = { 1, 1, 1, 1 } - stretch = TRUE - shadow = ETCHED_OUT - } - - image { - function = SHADOW_GAP - file = "assets/frame.png" - border = { 1, 1, 1, 1 } - stretch = TRUE - gap_start_file = "assets/frame-gap-start.png" - gap_start_border = { 1, 0, 0, 0 } - gap_end_file = "assets/frame-gap-end.png" - gap_end_border = { 0, 1, 0, 0 } - shadow = ETCHED_OUT - } - } -} - -style "gimp_toolbox_frame" { - - engine "pixmap" { - - image { - function = SHADOW - } - } -} - -style "toolbar" { - - engine "pixmap" { - - image { - function = BOX - file = "assets/toolbar.png" - stretch = TRUE - border = { 1, 1, 1, 1 } - } - - image { - function = HANDLE - overlay_file = "assets/handle-h.png" - overlay_stretch = FALSE - orientation = HORIZONTAL - } - - image { - function = HANDLE - overlay_file = "assets/handle-v.png" - overlay_stretch = FALSE - orientation = VERTICAL - } - - image { - function = VLINE - recolorable = TRUE - file = "assets/null.png" - } - - image { - function = HLINE - recolorable = TRUE - file = "assets/null.png" - } - } -} - -style "inline_toolbar" { - - GtkToolbar::button-relief = GTK_RELIEF_NORMAL - - engine "pixmap" { - - image { - function = BOX - file = "assets/inline-toolbar.png" - stretch = TRUE - border = { 1, 1, 1, 1 } - } - } -} - -style "notebook_viewport" { - - bg[NORMAL] = @notebook_bg -} - - -style "notebook_eventbox" { - - bg[NORMAL] = @notebook_bg - bg[ACTIVE] = @bg_color -} - -style "tooltips" { - - xthickness = 8 - ythickness = 4 - - bg[NORMAL] = @tooltip_bg_color - fg[NORMAL] = @tooltip_fg_color - bg[SELECTED] = @tooltip_bg_color - -} - -style "eclipse-tooltips" { - - xthickness = 8 - ythickness = 4 - - bg[NORMAL] = shade(1.05, @bg_color) - fg[NORMAL] = @text_color - bg[SELECTED] = shade(1.05, @bg_color) - -} - -style "xfdesktop-icon-view" { - XfdesktopIconView::label-alpha = 0 - XfdesktopIconView::selected-label-alpha = 100 - XfdesktopIconView::shadow-x-offset = 0 - XfdesktopIconView::shadow-y-offset = 1 - XfdesktopIconView::selected-shadow-x-offset = 0 - XfdesktopIconView::selected-shadow-y-offset = 1 - XfdesktopIconView::shadow-color = "#000000" - XfdesktopIconView::selected-shadow-color = "#000000" - XfdesktopIconView::shadow-blur-radius = 2 - XfdesktopIconView::cell-spacing = 2 - XfdesktopIconView::cell-padding = 6 - XfdesktopIconView::cell-text-width-proportion = 1.9 - - fg[NORMAL] = @selected_fg_color - fg[ACTIVE] = @selected_fg_color -} - -style "xfwm-tabwin" { - Xfwm4TabwinWidget::border-width = 1 - Xfwm4TabwinWidget::border-alpha = 1.0 - Xfwm4TabwinWidget::icon-size = 64 - Xfwm4TabwinWidget::alpha = 1.0 - Xfwm4TabwinWidget::border-radius = 2 - - bg[NORMAL] = @bg_color - bg[SELECTED] = @bg_color - - fg[NORMAL] = @fg_color - - engine "murrine" { - contrast = 0.7 - glazestyle = 0 - glowstyle = 0 - highlight_shade = 1.0 - gradient_shades = {1.0,1.0,1.0,1.0} - border_shades = { 0.8, 0.8 } - } -} - -style "xfwm-tabwin-button" { - - font_name = "bold" - bg[SELECTED] = @selected_bg_color -} - -# Chromium -style "chrome_menu_item" { - - bg[SELECTED] = @selected_bg_color - -} - -# Text Style -style "text" { - engine "murrine" { textstyle = 0 } -} - -style "null" { - - engine "pixmap" { - - image { - function = BOX - file = "assets/null.png" - stretch = TRUE - } - } -} - - -class "GtkWidget" style "default" -class "GtkScrollbar" style "scrollbar" -class "GtkButton" style "button" -class "GtkEntry" style "entry" -class "GtkOldEditable" style "entry" -class "GtkSpinButton" style "spinbutton" -class "GtkNotebook" style "notebook" -class "GtkRange" style "range" -class "GtkProgressBar" style "progressbar" -class "GtkSeparatorMenuItem" style "separator_menu_item" -class "GtkScrolledWindow" style "scrolled_window" -class "GtkFrame" style "frame" -class "GtkTreeView" style "treeview" -class "GtkToolbar" style "toolbar" -class "*HandleBox" style "toolbar" - -widget_class "**" style "menu" -widget_class "**" style "menu_item" -widget_class "**" style "checkbutton" -widget_class "*" style "combobox" -widget_class "**" style "combobox_button" -widget_class "**" style "combobox_separator" -widget_class "***" style "treeview_header" -widget_class "**" style "inline_toolbar" -widget_class "**" style "combobox_entry" -widget_class "**" style "combobox_entry_button" -widget_class "***" style "notebook_viewport" -widget_class "*HandleBox" style "toolbar" - -# Entries in notebooks draw with notebook's base color, but not if there's -# something else in the middle that draws gray again -widget_class "**" style "notebook_entry" -widget_class "***" style "entry" - -widget_class "***" style "notebook_combobox_entry" -widget_class "****" style "combobox_entry" - -# We also need to avoid changing fg color for the inactive notebook tab labels -widget_class "*." style "notebook_tab_label" - -# GTK tooltips -widget "gtk-tooltip*" style "tooltips" - -#Fix GVim tabs -widget_class "**" style "notebook_eventbox" - -# Xchat special cases -widget "*xchat-inputbox" style "entry" - -# GIMP -# Disable gradients completely for GimpSpinScale -#class "GimpSpinScale" style "gimp_spin_scale" - -# Remove borders from "Wilbert frame" in Gimp -widget_class "**" style "gimp_toolbox_frame" - -# Chrome/Chromium -widget_class "*Chrom*Button*" style "button" -widget_class "***" style "chrome_menu_item" - -# We use this weird selector to target an offscreen entry as created -# by Chrome/Chromium to derive the style for its toolbar -widget_class "" style "standalone_entry" - -# Eclipse/SWT -widget "gtk-tooltips*" style "eclipse-tooltips" -widget "*swt-toolbar-flat" style "null" - -# Openoffice, Libreoffice -class "GtkWindow" style "toplevel_hack" -widget "*openoffice-toplevel*" style "ooo_stepper_hack" -widget "*openoffice-toplevel*GtkEntry" style "libreoffice_entry" -widget "*openoffice-toplevel*GtkSpinButton" style "libreoffice_entry" -widget "*libreoffice-toplevel*GtkEntry" style "libreoffice_entry" -widget "*libreoffice-toplevel*GtkSpinButton" style "libreoffice_entry" - -# Xfce -widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view" -widget "xfwm4-tabwin*" style "xfwm-tabwin" -widget "xfwm4-tabwin*GtkButton*" style "xfwm-tabwin-button" - -# Fixes ugly text shadows for insensitive text -widget_class "*" style "text" -widget_class "**" style "text" -widget_class "**" style "text" -widget_class "**" style "text" diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/menubar-toolbar/button-active.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/menubar-toolbar/button-active.png deleted file mode 100644 index dcd6865..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/menubar-toolbar/button-active.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/menubar-toolbar/button-hover.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/menubar-toolbar/button-hover.png deleted file mode 100644 index aa079ec..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/menubar-toolbar/button-hover.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/menubar-toolbar/button-insensitive.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/menubar-toolbar/button-insensitive.png deleted file mode 100644 index 4ed8237..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/menubar-toolbar/button-insensitive.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/menubar-toolbar/button.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/menubar-toolbar/button.png deleted file mode 100644 index 9d50a7e..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/menubar-toolbar/button.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/menubar-toolbar/menubar-dark.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/menubar-toolbar/menubar-dark.png deleted file mode 100644 index 299c550..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/menubar-toolbar/menubar-dark.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc deleted file mode 100644 index 23a344e..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc +++ /dev/null @@ -1,222 +0,0 @@ -style "menubar" { - - bg[NORMAL] = "#2f2f2f" - fg[NORMAL] = "#dadada" - fg[PRELIGHT] = "#dadada" - fg[ACTIVE] = "#dadada" - fg[SELECTED] = @selected_fg_color - fg[INSENSITIVE] = shade(0.7, "#dadada") - - xthickness = 0 - ythickness = 0 - - engine "pixmap" { - - image { - function = BOX - file = "menubar-toolbar/menubar-dark.png" - stretch = TRUE - border = { 1, 1, 1, 1 } - } - } -} - -style "menubar-borderless" { - - bg[NORMAL] = "#2f2f2f" - fg[NORMAL] = "#dadada" - fg[SELECTED] = @selected_fg_color - fg[INSENSITIVE] = shade(0.7, "#dadada") - - xthickness = 0 - ythickness = 0 - - engine "pixmap" { - - image { - function = BOX - file = "assets/null.png" - stretch = TRUE - border = { 1, 1, 1, 1 } - } - } -} - -style "menubar_item" { - - xthickness = 2 - ythickness = 4 - - fg[PRELIGHT] = @selected_fg_color - - engine "pixmap" { - - image { - function = BOX - state = PRELIGHT - file = "menubar-toolbar/menubar_button-dark.png" - border = { 2, 2, 2, 2 } - stretch = TRUE - } - } -} - -# Text Style Menubar -style "menubar-text" { - - engine "murrine" { - text_shade = 0.0 - textstyle = 0 - } -} - - -style "toolbar_text" { - fg[NORMAL] = "#dadada" - fg[PRELIGHT] = "#dadada" - fg[INSENSITIVE] = shade(0.7, "#dadada") - fg[ACTIVE] = "#dadada" - - text[NORMAL] = "#dadada" - text[PRELIGHT] = "#dadada" - text[INSENSITIVE] = shade(0.7, "#dadada") - text[ACTIVE] = "#dadada" - -} - -style "toolbar_button" { - - xthickness = 4 - ythickness = 4 - - engine "pixmap" { - - image { - function = BOX - state = NORMAL - file = "menubar-toolbar/button.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - } - - image { - function = BOX - state = PRELIGHT - file = "menubar-toolbar/button-hover.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - } - - image { - function = BOX - state = ACTIVE - file = "menubar-toolbar/button-active.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - } - - image { - function = BOX - state = INSENSITIVE - file = "menubar-toolbar/button-insensitive.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - } - } -} - -style "toolbar_entry" { - xthickness = 6 - - base[NORMAL] = "#414141" - base[INSENSITIVE] = "#393939" - - text[NORMAL] = "#dadada" - - engine "pixmap" { - - image { - function = SHADOW - detail = "entry" - state = NORMAL - shadow = IN - file = "menubar-toolbar/toolbar-entry-border-bg-dark.png" - border = { 12, 12, 12, 12 } - stretch = TRUE - } - - image { - function = SHADOW - detail = "entry" - state = INSENSITIVE - shadow = IN - file = "menubar-toolbar/toolbar-entry-border-disabled-bg-dark.png" - border = { 12, 12, 12, 12 } - stretch = TRUE - } - - image { - function = SHADOW - detail = "entry" - state = ACTIVE - file = "menubar-toolbar/toolbar-entry-border-active-bg-dark.png" - border = { 12, 12, 12, 12 } - stretch = TRUE - } - - image { - function = FLAT_BOX - detail = "entry_bg" - state = NORMAL - overlay_file = "assets/null.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = TRUE - } - - image { - function = FLAT_BOX - detail = "entry_bg" - state = ACTIVE - overlay_file = "assets/null.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = TRUE - } - } -} - -#Chromium -style "chrome-gtk-frame" { - - ChromeGtkFrame::frame-color = "#2f2f2f" - ChromeGtkFrame::inactive-frame-color = "#2f2f2f" - - ChromeGtkFrame::frame-gradient-size = 0 - ChromeGtkFrame::frame-gradient-color = shade(0.5, @bg_color) - - ChromeGtkFrame::incognito-frame-color = shade(0.85, @bg_color) - ChromeGtkFrame::incognito-inactive-frame-color = @bg_color - - ChromeGtkFrame::incognito-frame-gradient-color = @bg_color - - ChromeGtkFrame::scrollbar-trough-color = shade(0.912, @bg_color) - ChromeGtkFrame::scrollbar-slider-prelight-color = shade(1.04, @bg_color) - ChromeGtkFrame::scrollbar-slider-normal-color = @bg_color - -} - -widget_class "**" style "menubar" -widget_class "*.*" style "menubar_item" - -widget_class "*ThunarWindow*" style "menubar" - -class "ChromeGtkFrame" style "chrome-gtk-frame" - -widget_class "***" style "menubar-text" - -# Whitelist for dark toolbars -widget_class "*ThunarWindow*" style "menubar-borderless" -widget_class "*ThunarWindow**" style "toolbar_entry" -widget_class "*ThunarWindow**" style "toolbar_button" -widget_class "*ThunarWindow**" style "toolbar_text" -widget_class "*ThunarWindow***" style "menubar-text" - diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/menubar-toolbar/menubar-toolbar.rc b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/menubar-toolbar/menubar-toolbar.rc deleted file mode 100644 index 9164b8c..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/menubar-toolbar/menubar-toolbar.rc +++ /dev/null @@ -1,166 +0,0 @@ -style "menubar" { - - bg[NORMAL] = "#d9d9d9" - fg[NORMAL] = "#404040" - fg[PRELIGHT] = "#404040" - fg[ACTIVE] = "#404040" - fg[SELECTED] = @selected_fg_color - fg[INSENSITIVE] = shade(1.3, "#404040") - - xthickness = 0 - ythickness = 0 - - engine "pixmap" { - - image { - function = BOX - file = "menubar-toolbar/menubar.png" - stretch = TRUE - border = { 1, 1, 1, 1 } - } - } -} - -style "menubar-borderless" { - - bg[NORMAL] = "#d9d9d9" - fg[NORMAL] = "#404040" - fg[SELECTED] = @fg_color - fg[INSENSITIVE] = shade(1.3, "#404040") - - xthickness = 0 - ythickness = 0 - - engine "pixmap" { - - image { - function = BOX - file = "assets/null.png" - stretch = TRUE - border = { 1, 1, 1, 1 } - } - } -} - -style "menubar_item" { - - xthickness = 2 - ythickness = 4 - - fg[PRELIGHT] = @selected_fg_color - - engine "pixmap" { - - image { - function = BOX - state = PRELIGHT - file = "menubar-toolbar/menubar_button.png" - border = { 2, 2, 2, 2 } - stretch = TRUE - } - } -} - -# Text Style Menubar -style "menubar-text" { - - engine "murrine" { - text_shade = 0.0 - textstyle = 0 - } -} - -style "toolbar_entry" { - xthickness = 6 - - base[NORMAL] = "#fdfdfd" - base[INSENSITIVE] = "#f4f4f4" - - text[NORMAL] = "#404040" - - engine "pixmap" { - - image { - function = SHADOW - detail = "entry" - state = NORMAL - shadow = IN - file = "menubar-toolbar/toolbar-entry-border-bg.png" - border = { 12, 12, 12, 12 } - stretch = TRUE - } - - image { - function = SHADOW - detail = "entry" - state = INSENSITIVE - shadow = IN - file = "menubar-toolbar/toolbar-entry-border-disabled-bg.png" - border = { 12, 12, 12, 12 } - stretch = TRUE - } - - image { - function = SHADOW - detail = "entry" - state = ACTIVE - file = "menubar-toolbar/toolbar-entry-border-active-bg.png" - border = { 12, 12, 12, 12 } - stretch = TRUE - } - - image { - function = FLAT_BOX - detail = "entry_bg" - state = NORMAL - overlay_file = "assets/null.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = TRUE - } - - image { - function = FLAT_BOX - detail = "entry_bg" - state = ACTIVE - overlay_file = "assets/null.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = TRUE - } - } -} - -#Chromium -style "chrome-gtk-frame" { - - ChromeGtkFrame::frame-color = "#d9d9d9" - ChromeGtkFrame::inactive-frame-color = "#d9d9d9" - - ChromeGtkFrame::frame-gradient-size = 0 - ChromeGtkFrame::frame-gradient-color = shade(0.5, @bg_color) - - ChromeGtkFrame::incognito-frame-color = shade(0.85, @bg_color) - ChromeGtkFrame::incognito-inactive-frame-color = @bg_color - - ChromeGtkFrame::incognito-frame-gradient-color = @bg_color - - ChromeGtkFrame::scrollbar-trough-color = shade(0.912, @bg_color) - ChromeGtkFrame::scrollbar-slider-prelight-color = shade(1.04, @bg_color) - ChromeGtkFrame::scrollbar-slider-normal-color = @bg_color - -} - -widget_class "**" style "menubar" -widget_class "*.*" style "menubar_item" - -widget_class "*ThunarWindow*" style "menubar" -widget_class "*CajaNavigationWindow*" style "menubar" - -class "ChromeGtkFrame" style "chrome-gtk-frame" - -widget_class "***" style "menubar-text" - -# Whitelist for dark toolbars -widget_class "*ThunarWindow*" style "menubar-borderless" -widget_class "*CajaNavigationWindow*" style "menubar-borderless" -widget_class "*ThunarWindow**" style "toolbar_entry" -widget_class "*CajaNavigationWindow**" style "toolbar_entry" diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/menubar-toolbar/menubar.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/menubar-toolbar/menubar.png deleted file mode 100644 index 2be034e..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/menubar-toolbar/menubar.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/menubar-toolbar/menubar_button-dark.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/menubar-toolbar/menubar_button-dark.png deleted file mode 100644 index 36a5919..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/menubar-toolbar/menubar_button-dark.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/menubar-toolbar/menubar_button.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/menubar-toolbar/menubar_button.png deleted file mode 100644 index 972f29b..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/menubar-toolbar/menubar_button.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg-dark.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg-dark.png deleted file mode 100644 index 7b89288..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg-dark.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg.png deleted file mode 100644 index 4f1e7bb..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg-dark.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg-dark.png deleted file mode 100644 index bf7b10d..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg-dark.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg.png deleted file mode 100644 index 401c5cb..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg-dark.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg-dark.png deleted file mode 100644 index 24480b9..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg-dark.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg.png deleted file mode 100644 index 0fc822f..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/panel.rc b/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/panel.rc deleted file mode 100644 index bf1155a..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/gtk-2.0/panel.rc +++ /dev/null @@ -1,153 +0,0 @@ -style "theme-panel" { - - ythickness = 0 - - bg[NORMAL] = "#383838" - bg[ACTIVE] = @selected_bg_color - bg[PRELIGHT] = shade(1.1, @selected_bg_color) - bg[SELECTED] = @selected_bg_color - - fg[NORMAL] = "#DADADA" - fg[PRELIGHT] = @selected_fg_color - fg[ACTIVE] = @selected_fg_color - fg[SELECTED] = @selected_fg_color - - text[NORMAL] = "#DADADA" - text[PRELIGHT] = "#DADADA" - text[ACTIVE] = "#DADADA" - text[SELECTED] = "#DADADA" - - engine "murrine" { - reliefstyle = 0 - glazestyle = 0 - glow_shade = 1.0 - highlight_shade = 1.0 - roundness = 0 - gradient_shades = {1.0,1.0,1.0,1.0} - textstyle = 0 - contrast = 0.0 - textstyle = 0 - } -} - -style "panelbar" { - - fg[NORMAL] = "#DADADA" - fg[ACTIVE] = "#DADADA" - fg[PRELIGHT] = "#DADADA" - fg[SELECTED] = @selected_fg_color - - bg[SELECTED] = @selected_bg_color - - engine "murrine" {} -} - -style "panelbuttons" { - - xthickness = 4 - ythickness = 0 - - engine "murrine" { - textstyle = 0 - } -} - -style "theme-panel-text" { - - fg[NORMAL] = "#DADADA" - fg[PRELIGHT] = @selected_fg_color - fg[ACTIVE] = "#DADADA" - - text[NORMAL] = "#DADADA" - text[PRELIGHT] = @selected_fg_color - text[ACTIVE] = "#DADADA" - - engine "murrine" { - textstyle = 0 - text_shade = 0.2 - } -} - -style "panel-entry" { - - fg[NORMAL] = @text_color - fg[PRELIGHT] = @text_color - fg[ACTIVE] = @text_color - fg[SELECTED] = @text_color - fg[INSENSITIVE] = @text_color - - text[NORMAL] = @text_color - text[PRELIGHT] = @text_color - text[ACTIVE] = @text_color - text[SELECTED] = @text_color - text[INSENSITIVE] = @text_color - -} - -style "theme-main-menu-text" = "theme-panel-text" { - fg[PRELIGHT] = @selected_fg_color - text[PRELIGHT] = @selected_fg_color -} - -style "workspace-switcher" = "theme-panel" { - bg[SELECTED] = @selected_bg_color -} - -style "indicator" = "theme-panel" { - xthickness = 0 - ythickness = 0 -} - -widget "*tasklist*" style "panelbuttons" -widget_class "*Xfce*Panel*.GtkToggleButton" style "panelbuttons" -widget_class "*Xfce*NetkTasklist*GtkToggleButton" style "panelbuttons" -widget_class "*PanelToplevel*Button" style "panelbuttons" -widget_class "*Panel*GtkToggleButton" style "panelbuttons" -widget_class "*Xfce*Panel*Button*" style "panelbuttons" -widget_class "*" style "panelbuttons" -widget_class "**" style "panelbuttons" -widget_class "*XfcePanelPlugin.GtkButton" style "panelbuttons" -widget "*dict*Applet*" style "panelbuttons" -widget_class "*Xfce*NetkTasklist*GtkToggleButton" style "panelbuttons" -widget_class "*Tasklist*" style:highest "panelbuttons" - -class "*Panel*MenuBar*" style "panelbar" -widget_class "*Panel*MenuBar*" style "panelbar" -widget_class "*Panel*MenuBar*Item*" style:highest "panelbar" - -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" - -# Fix gtk-entries in the panel -widget "*bookmark*GtkEntry" style "panel-entry" # fixes smartbookmark-plugin - -# Make sure panel text color doesn't change -widget_class "*Panel*MenuBar*" style "theme-main-menu-text" -widget_class "*Panel**" 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" diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-checked-dark.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-checked-dark.png deleted file mode 100644 index 66959b2..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-checked-dark.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-checked-dark@2.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-checked-dark@2.png deleted file mode 100644 index 43f889a..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-checked-dark@2.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-checked-insensitive-dark.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-checked-insensitive-dark.png deleted file mode 100644 index f885f6a..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-checked-insensitive-dark.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-checked-insensitive-dark@2.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-checked-insensitive-dark@2.png deleted file mode 100644 index f6a2550..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-checked-insensitive-dark@2.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-checked-insensitive-selected.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-checked-insensitive-selected.png deleted file mode 100644 index 2f774d6..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-checked-insensitive-selected.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-checked-insensitive-selected@2.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-checked-insensitive-selected@2.png deleted file mode 100644 index 361e840..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-checked-insensitive-selected@2.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-checked-insensitive.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-checked-insensitive.png deleted file mode 100644 index 2ac28cb..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-checked-insensitive.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-checked-insensitive@2.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-checked-insensitive@2.png deleted file mode 100644 index 4a3d4a2..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-checked-insensitive@2.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-checked-selected.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-checked-selected.png deleted file mode 100644 index cc1943e..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-checked-selected.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-checked-selected@2.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-checked-selected@2.png deleted file mode 100644 index 818eebc..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-checked-selected@2.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-checked-selectionmode-dark.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-checked-selectionmode-dark.png deleted file mode 100644 index 9c8c54a..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-checked-selectionmode-dark.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-checked-selectionmode-dark@2.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-checked-selectionmode-dark@2.png deleted file mode 100644 index 810568c..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-checked-selectionmode-dark@2.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-checked-selectionmode.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-checked-selectionmode.png deleted file mode 100644 index 3898ad3..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-checked-selectionmode.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-checked-selectionmode@2.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-checked-selectionmode@2.png deleted file mode 100644 index 1409931..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-checked-selectionmode@2.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-checked.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-checked.png deleted file mode 100644 index 50102e6..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-checked.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-checked@2.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-checked@2.png deleted file mode 100644 index e78156a..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-checked@2.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-mixed-dark.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-mixed-dark.png deleted file mode 100644 index 4ade949..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-mixed-dark.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-mixed-dark@2.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-mixed-dark@2.png deleted file mode 100644 index 2260028..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-mixed-dark@2.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-mixed-insensitive-dark.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-mixed-insensitive-dark.png deleted file mode 100644 index 23659bf..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-mixed-insensitive-dark.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-mixed-insensitive-dark@2.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-mixed-insensitive-dark@2.png deleted file mode 100644 index 3592590..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-mixed-insensitive-dark@2.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-mixed-insensitive-selected.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-mixed-insensitive-selected.png deleted file mode 100644 index d420f6f..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-mixed-insensitive-selected.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-mixed-insensitive-selected@2.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-mixed-insensitive-selected@2.png deleted file mode 100644 index 63014c4..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-mixed-insensitive-selected@2.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-mixed-insensitive.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-mixed-insensitive.png deleted file mode 100644 index 320952a..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-mixed-insensitive.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-mixed-insensitive@2.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-mixed-insensitive@2.png deleted file mode 100644 index 9b5db30..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-mixed-insensitive@2.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-mixed-selected.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-mixed-selected.png deleted file mode 100644 index 7bacc36..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-mixed-selected.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-mixed-selected@2.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-mixed-selected@2.png deleted file mode 100644 index 11913f2..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-mixed-selected@2.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-mixed.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-mixed.png deleted file mode 100644 index e7c105e..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-mixed.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-mixed@2.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-mixed@2.png deleted file mode 100644 index af6d1aa..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-mixed@2.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-selectionmode-dark.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-selectionmode-dark.png deleted file mode 100644 index f8e773c..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-selectionmode-dark.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-selectionmode-dark@2.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-selectionmode-dark@2.png deleted file mode 100644 index d544fae..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-selectionmode-dark@2.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-selectionmode.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-selectionmode.png deleted file mode 100644 index 91ebb54..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-selectionmode.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-selectionmode@2.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-selectionmode@2.png deleted file mode 100644 index 8ddca8c..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-selectionmode@2.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-unchecked-dark.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-unchecked-dark.png deleted file mode 100644 index 3fd8e98..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-unchecked-dark.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-unchecked-dark@2.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-unchecked-dark@2.png deleted file mode 100644 index c040d23..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-unchecked-dark@2.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.png deleted file mode 100644 index 787d0b0..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-unchecked-insensitive-dark@2.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-unchecked-insensitive-dark@2.png deleted file mode 100644 index de5d7e5..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-unchecked-insensitive-dark@2.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-unchecked-insensitive-selected.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-unchecked-insensitive-selected.png deleted file mode 100644 index db62875..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-unchecked-insensitive-selected.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-unchecked-insensitive-selected@2.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-unchecked-insensitive-selected@2.png deleted file mode 100644 index 9cd567e..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-unchecked-insensitive-selected@2.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-unchecked-insensitive.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-unchecked-insensitive.png deleted file mode 100644 index 381ed18..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-unchecked-insensitive.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-unchecked-insensitive@2.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-unchecked-insensitive@2.png deleted file mode 100644 index da986d9..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-unchecked-insensitive@2.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-unchecked-selected.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-unchecked-selected.png deleted file mode 100644 index c7dc8e4..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-unchecked-selected.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-unchecked-selected@2.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-unchecked-selected@2.png deleted file mode 100644 index 6402eee..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-unchecked-selected@2.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-unchecked.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-unchecked.png deleted file mode 100644 index 9254c8b..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-unchecked.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-unchecked@2.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-unchecked@2.png deleted file mode 100644 index 1407e98..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/checkbox-unchecked@2.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/pane-separator-vertical.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/pane-separator-vertical.png deleted file mode 100644 index 109d129..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/pane-separator-vertical.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/pane-separator-vertical@2.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/pane-separator-vertical@2.png deleted file mode 100644 index 4c03176..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/pane-separator-vertical@2.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/pane-separator.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/pane-separator.png deleted file mode 100644 index 3589236..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/pane-separator.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/pane-separator@2.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/pane-separator@2.png deleted file mode 100644 index a2dea4e..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/pane-separator@2.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-checked-dark.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-checked-dark.png deleted file mode 100644 index ca6e3e0..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-checked-dark.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-checked-dark@2.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-checked-dark@2.png deleted file mode 100644 index 34ad7a5..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-checked-dark@2.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-checked-insensitive-dark.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-checked-insensitive-dark.png deleted file mode 100644 index 8d764be..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-checked-insensitive-dark.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-checked-insensitive-dark@2.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-checked-insensitive-dark@2.png deleted file mode 100644 index 4c758a9..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-checked-insensitive-dark@2.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-checked-insensitive-selected.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-checked-insensitive-selected.png deleted file mode 100644 index f0d14d5..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-checked-insensitive-selected.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-checked-insensitive-selected@2.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-checked-insensitive-selected@2.png deleted file mode 100644 index ed5d7f9..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-checked-insensitive-selected@2.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-checked-insensitive.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-checked-insensitive.png deleted file mode 100644 index 113ba2b..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-checked-insensitive.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-checked-insensitive@2.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-checked-insensitive@2.png deleted file mode 100644 index 25b7e3c..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-checked-insensitive@2.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-checked-selected.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-checked-selected.png deleted file mode 100644 index 076c179..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-checked-selected.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-checked-selected@2.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-checked-selected@2.png deleted file mode 100644 index fc93ced..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-checked-selected@2.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-checked.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-checked.png deleted file mode 100644 index 8099ece..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-checked.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-checked@2.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-checked@2.png deleted file mode 100644 index 63139a6..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-checked@2.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-mixed-dark.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-mixed-dark.png deleted file mode 100644 index 3110c56..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-mixed-dark.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-mixed-dark@2.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-mixed-dark@2.png deleted file mode 100644 index d696554..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-mixed-dark@2.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-mixed-insensitive-dark.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-mixed-insensitive-dark.png deleted file mode 100644 index b2c0655..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-mixed-insensitive-dark.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-mixed-insensitive-dark@2.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-mixed-insensitive-dark@2.png deleted file mode 100644 index 0b237e4..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-mixed-insensitive-dark@2.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-mixed-insensitive-selected.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-mixed-insensitive-selected.png deleted file mode 100644 index 471dea0..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-mixed-insensitive-selected.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-mixed-insensitive-selected@2.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-mixed-insensitive-selected@2.png deleted file mode 100644 index 5fe9138..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-mixed-insensitive-selected@2.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-mixed-insensitive.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-mixed-insensitive.png deleted file mode 100644 index b0fae2b..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-mixed-insensitive.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-mixed-insensitive@2.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-mixed-insensitive@2.png deleted file mode 100644 index b202db0..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-mixed-insensitive@2.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-mixed-selected.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-mixed-selected.png deleted file mode 100644 index 4ca550f..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-mixed-selected.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-mixed-selected@2.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-mixed-selected@2.png deleted file mode 100644 index 9948247..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-mixed-selected@2.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-mixed.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-mixed.png deleted file mode 100644 index f872320..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-mixed.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-mixed@2.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-mixed@2.png deleted file mode 100644 index 5768894..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-mixed@2.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-unchecked-dark.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-unchecked-dark.png deleted file mode 100644 index 60536fb..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-unchecked-dark.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-unchecked-dark@2.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-unchecked-dark@2.png deleted file mode 100644 index 091f6fb..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-unchecked-dark@2.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-unchecked-insensitive-dark.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-unchecked-insensitive-dark.png deleted file mode 100644 index c542e67..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-unchecked-insensitive-dark.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-unchecked-insensitive-dark@2.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-unchecked-insensitive-dark@2.png deleted file mode 100644 index ce12862..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-unchecked-insensitive-dark@2.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-unchecked-insensitive-selected.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-unchecked-insensitive-selected.png deleted file mode 100644 index c269533..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-unchecked-insensitive-selected.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-unchecked-insensitive-selected@2.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-unchecked-insensitive-selected@2.png deleted file mode 100644 index 119fbf8..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-unchecked-insensitive-selected@2.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-unchecked-insensitive.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-unchecked-insensitive.png deleted file mode 100644 index ffcb564..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-unchecked-insensitive.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-unchecked-insensitive@2.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-unchecked-insensitive@2.png deleted file mode 100644 index 34477e1..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-unchecked-insensitive@2.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-unchecked-selected.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-unchecked-selected.png deleted file mode 100644 index 50e1bf0..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-unchecked-selected.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-unchecked-selected@2.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-unchecked-selected@2.png deleted file mode 100644 index 5b3e30a..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-unchecked-selected@2.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-unchecked.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-unchecked.png deleted file mode 100644 index 7683019..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-unchecked.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-unchecked@2.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-unchecked@2.png deleted file mode 100644 index f9bb422..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/radio-unchecked@2.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-active-dark.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-active-dark.png deleted file mode 100644 index 4b159af..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-active-dark.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-active-dark@2.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-active-dark@2.png deleted file mode 100644 index ee321ca..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-active-dark@2.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-active-header-dark.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-active-header-dark.png deleted file mode 100644 index 74efe53..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-active-header-dark.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-active-header-dark@2.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-active-header-dark@2.png deleted file mode 100644 index afd6e01..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-active-header-dark@2.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-active-header.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-active-header.png deleted file mode 100644 index c2f6b67..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-active-header.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-active-header@2.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-active-header@2.png deleted file mode 100644 index 2a9f422..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-active-header@2.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-active-insensitive-dark.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-active-insensitive-dark.png deleted file mode 100644 index 5505ce2..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-active-insensitive-dark.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-active-insensitive-dark@2.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-active-insensitive-dark@2.png deleted file mode 100644 index d2f0221..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-active-insensitive-dark@2.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-active-insensitive-header-dark.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-active-insensitive-header-dark.png deleted file mode 100644 index c8841e6..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-active-insensitive-header-dark.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-active-insensitive-header-dark@2.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-active-insensitive-header-dark@2.png deleted file mode 100644 index b9e6e94..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-active-insensitive-header-dark@2.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-active-insensitive-header.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-active-insensitive-header.png deleted file mode 100644 index f1395e2..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-active-insensitive-header.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-active-insensitive-header@2.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-active-insensitive-header@2.png deleted file mode 100644 index b1eb6d1..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-active-insensitive-header@2.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-active-insensitive-selected.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-active-insensitive-selected.png deleted file mode 100644 index 9fec0b1..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-active-insensitive-selected.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-active-insensitive-selected@2.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-active-insensitive-selected@2.png deleted file mode 100644 index 30e7506..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-active-insensitive-selected@2.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-active-insensitive.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-active-insensitive.png deleted file mode 100644 index f1395e2..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-active-insensitive.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-active-insensitive@2.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-active-insensitive@2.png deleted file mode 100644 index b1eb6d1..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-active-insensitive@2.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-active-selected.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-active-selected.png deleted file mode 100644 index 5117381..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-active-selected.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-active-selected@2.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-active-selected@2.png deleted file mode 100644 index dde37b4..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-active-selected@2.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-active.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-active.png deleted file mode 100644 index c2f6b67..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-active.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-active@2.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-active@2.png deleted file mode 100644 index 2a9f422..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-active@2.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-dark.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-dark.png deleted file mode 100644 index 68948d7..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-dark.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-dark@2.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-dark@2.png deleted file mode 100644 index 1eb10f4..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-dark@2.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-header-dark.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-header-dark.png deleted file mode 100644 index 07e2cb9..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-header-dark.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-header-dark@2.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-header-dark@2.png deleted file mode 100644 index 06126a6..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-header-dark@2.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-header.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-header.png deleted file mode 100644 index f726282..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-header.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-header@2.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-header@2.png deleted file mode 100644 index 03d95dd..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-header@2.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-insensitive-dark.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-insensitive-dark.png deleted file mode 100644 index cc4cad2..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-insensitive-dark.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-insensitive-dark@2.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-insensitive-dark@2.png deleted file mode 100644 index e626fbd..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-insensitive-dark@2.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-insensitive-header-dark.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-insensitive-header-dark.png deleted file mode 100644 index 5c8673e..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-insensitive-header-dark.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-insensitive-header-dark@2.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-insensitive-header-dark@2.png deleted file mode 100644 index 29174fa..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-insensitive-header-dark@2.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-insensitive-header.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-insensitive-header.png deleted file mode 100644 index 2296cb4..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-insensitive-header.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-insensitive-header@2.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-insensitive-header@2.png deleted file mode 100644 index 27c4a88..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-insensitive-header@2.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-insensitive-selected.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-insensitive-selected.png deleted file mode 100644 index 3225bf1..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-insensitive-selected.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-insensitive-selected@2.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-insensitive-selected@2.png deleted file mode 100644 index 00d0ac4..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-insensitive-selected@2.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-insensitive.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-insensitive.png deleted file mode 100644 index 4f3a509..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-insensitive.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-insensitive@2.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-insensitive@2.png deleted file mode 100644 index 051ebfc..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-insensitive@2.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-selected.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-selected.png deleted file mode 100644 index 49ae3cf..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-selected.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-selected@2.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-selected@2.png deleted file mode 100644 index bd21fab..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch-selected@2.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch.png deleted file mode 100644 index 5c2407b..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch@2.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch@2.png deleted file mode 100644 index 9780af0..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/switch@2.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-close-active-dark.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-close-active-dark.png deleted file mode 100644 index 610b04e..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-close-active-dark.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-close-active-dark@2.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-close-active-dark@2.png deleted file mode 100644 index 8798812..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-close-active-dark@2.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-close-active.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-close-active.png deleted file mode 100644 index 610b04e..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-close-active.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-close-active@2.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-close-active@2.png deleted file mode 100644 index 8798812..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-close-active@2.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-close-backdrop-dark.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-close-backdrop-dark.png deleted file mode 100644 index 0cbd69f..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-close-backdrop-dark.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-close-backdrop-dark@2.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-close-backdrop-dark@2.png deleted file mode 100644 index 3538820..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-close-backdrop-dark@2.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-close-backdrop.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-close-backdrop.png deleted file mode 100644 index 0cbd69f..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-close-backdrop.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-close-backdrop@2.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-close-backdrop@2.png deleted file mode 100644 index 3538820..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-close-backdrop@2.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-close-dark.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-close-dark.png deleted file mode 100644 index 265a40a..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-close-dark.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-close-dark@2.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-close-dark@2.png deleted file mode 100644 index 15cd318..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-close-dark@2.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-close-hover-dark.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-close-hover-dark.png deleted file mode 100644 index 610b04e..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-close-hover-dark.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-close-hover-dark@2.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-close-hover-dark@2.png deleted file mode 100644 index 8798812..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-close-hover-dark@2.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-close-hover.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-close-hover.png deleted file mode 100644 index 610b04e..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-close-hover.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-close-hover@2.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-close-hover@2.png deleted file mode 100644 index 8798812..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-close-hover@2.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-close.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-close.png deleted file mode 100644 index 265a40a..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-close.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-close@2.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-close@2.png deleted file mode 100644 index 15cd318..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-close@2.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-max-active-dark.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-max-active-dark.png deleted file mode 100644 index 11b4a33..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-max-active-dark.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-max-active-dark@2.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-max-active-dark@2.png deleted file mode 100644 index 724cd0b..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-max-active-dark@2.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-max-active.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-max-active.png deleted file mode 100644 index 11b4a33..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-max-active.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-max-active@2.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-max-active@2.png deleted file mode 100644 index 724cd0b..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-max-active@2.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-max-backdrop-dark.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-max-backdrop-dark.png deleted file mode 100644 index 0cbd69f..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-max-backdrop-dark.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-max-backdrop-dark@2.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-max-backdrop-dark@2.png deleted file mode 100644 index 3538820..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-max-backdrop-dark@2.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-max-backdrop.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-max-backdrop.png deleted file mode 100644 index 0cbd69f..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-max-backdrop.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-max-backdrop@2.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-max-backdrop@2.png deleted file mode 100644 index 3538820..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-max-backdrop@2.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-max-dark.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-max-dark.png deleted file mode 100644 index 11bec5b..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-max-dark.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-max-dark@2.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-max-dark@2.png deleted file mode 100644 index facbd71..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-max-dark@2.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-max-hover-dark.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-max-hover-dark.png deleted file mode 100644 index 11b4a33..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-max-hover-dark.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-max-hover-dark@2.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-max-hover-dark@2.png deleted file mode 100644 index 724cd0b..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-max-hover-dark@2.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-max-hover.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-max-hover.png deleted file mode 100644 index 11b4a33..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-max-hover.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-max-hover@2.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-max-hover@2.png deleted file mode 100644 index 724cd0b..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-max-hover@2.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-max.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-max.png deleted file mode 100644 index 11bec5b..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-max.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-max@2.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-max@2.png deleted file mode 100644 index facbd71..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-max@2.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-min-active-dark.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-min-active-dark.png deleted file mode 100644 index 8222d55..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-min-active-dark.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-min-active-dark@2.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-min-active-dark@2.png deleted file mode 100644 index 53a96a6..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-min-active-dark@2.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-min-active.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-min-active.png deleted file mode 100644 index 8222d55..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-min-active.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-min-active@2.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-min-active@2.png deleted file mode 100644 index 53a96a6..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-min-active@2.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-min-backdrop-dark.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-min-backdrop-dark.png deleted file mode 100644 index 0cbd69f..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-min-backdrop-dark.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-min-backdrop-dark@2.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-min-backdrop-dark@2.png deleted file mode 100644 index 3538820..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-min-backdrop-dark@2.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-min-backdrop.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-min-backdrop.png deleted file mode 100644 index 0cbd69f..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-min-backdrop.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-min-backdrop@2.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-min-backdrop@2.png deleted file mode 100644 index 3538820..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-min-backdrop@2.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-min-dark.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-min-dark.png deleted file mode 100644 index 779a2e5..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-min-dark.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-min-dark@2.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-min-dark@2.png deleted file mode 100644 index 1d3bc57..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-min-dark@2.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-min-hover-dark.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-min-hover-dark.png deleted file mode 100644 index 8222d55..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-min-hover-dark.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-min-hover-dark@2.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-min-hover-dark@2.png deleted file mode 100644 index 53a96a6..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-min-hover-dark@2.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-min-hover.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-min-hover.png deleted file mode 100644 index 8222d55..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-min-hover.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-min-hover@2.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-min-hover@2.png deleted file mode 100644 index 53a96a6..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-min-hover@2.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-min.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-min.png deleted file mode 100644 index 779a2e5..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-min.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-min@2.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-min@2.png deleted file mode 100644 index 1d3bc57..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/assets/titlebutton-min@2.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/gtk.css b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/gtk.css deleted file mode 100644 index 241d18d..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/gtk.css +++ /dev/null @@ -1,3992 +0,0 @@ -* { - background-clip: padding-box; - -GtkToolButton-icon-spacing: 4; - -GtkTextView-error-underline-color: #FC4138; - -GtkScrolledWindow-scrollbar-spacing: 0; - -GtkToolItemGroup-expander-size: 11; - -GtkWidget-text-handle-width: 20; - -GtkWidget-text-handle-height: 20; - -GtkDialog-button-spacing: 4; - -GtkDialog-action-area-border: 6; - outline-color: rgba(218, 218, 218, 0.3); - outline-style: dashed; - outline-offset: -3px; - outline-width: 1px; - -gtk-outline-radius: 2px; } - -.background { - color: #DADADA; - background-color: rgba(56, 56, 56, 0.999); } - -*:disabled { - -gtk-icon-effect: dim; } - -.gtkstyle-fallback { - background-color: #383838; - color: #DADADA; } - .gtkstyle-fallback:hover { - background-color: #525151; - color: #DADADA; } - .gtkstyle-fallback:active { - background-color: #1f1e1e; - color: #DADADA; } - .gtkstyle-fallback:disabled { - background-color: #3d3d3d; - color: rgba(218, 218, 218, 0.55); } - .gtkstyle-fallback:selected { - background-color: #1565c0; - color: #ffffff; } - -.view, iconview, -.view text, -iconview text, -textview text { - color: #DADADA; - background-color: #404040; } - .view:selected, iconview:selected, .view:selected:focus, iconview:selected:focus, - .view text:selected, - iconview text:selected, - textview text:selected, - .view text:selected:focus, - iconview text:selected:focus, - textview text:selected:focus { - border-radius: 2px; } - -textview border { - background-color: #3c3c3c; } - -rubberband, flowbox rubberband, treeview.view rubberband, .content-view rubberband, -.rubberband { - border: 1px solid #104d92; - background-color: rgba(16, 77, 146, 0.2); } - -flowbox flowboxchild { - padding: 3px; - border-radius: 2px; } - flowbox flowboxchild:selected { - outline-offset: -2px; } - -label.separator, popover label.separator, -popover.background label.separator { - color: #DADADA; } - -label selection { - color: #ffffff; - background-color: #1565c0; } - -label:disabled { - color: rgba(218, 218, 218, 0.55); } - -.dim-label, label.separator, popover label.separator, -popover.background label.separator { - color: rgba(218, 218, 218, 0.65); } - -assistant .sidebar { - background-color: #404040; - border-top: 1px solid #292929; } - assistant .sidebar:dir(ltr) { - border-right: 1px solid #292929; } - assistant .sidebar:dir(rtl) { - border-left: 1px solid #292929; } - -assistant.csd .sidebar { - border-top-style: none; } - -assistant .sidebar label { - padding: 6px 12px; } - -assistant .sidebar label.highlight { - background-color: #1565c0; - color: #ffffff; } - -textview { - background-color: #3c3c3c; - color: #DADADA; } - -popover.osd, popover.magnifier, .csd popover.osd, .csd popover.magnifier, -popover.background.osd, -popover.background.magnifier, .csd popover.background.osd, .csd popover.background.magnifier, .osd .scale-popup, .osd { - color: #dbdbdb; - border: none; - background-color: #353535; - background-clip: padding-box; - box-shadow: none; } - -@keyframes spin { - to { - -gtk-icon-transform: rotate(1turn); } } - -spinner { - background-image: none; - opacity: 0; - -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); } - spinner:checked { - opacity: 1; - animation: spin 1s linear infinite; } - spinner:checked:disabled { - opacity: 0.5; } - -entry { - border: 1px solid; - padding: 5px 8px; - caret-color: currentColor; - border-radius: 3px; - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - color: #DADADA; - border-color: #292929; - background-color: #404040; } - entry.search { - border-radius: 4px; } - entry image { - color: #bbbbbb; } - entry image.left { - padding-left: 0; - padding-right: 5px; } - entry image.right { - padding-right: 0; - padding-left: 5px; } - entry.flat, entry.flat:focus { - padding: 2px; - color: #DADADA; - border-color: #292929; - background-color: #404040; - border: none; - border-radius: 0; } - entry:focus { - background-clip: border-box; - color: #DADADA; - border-color: #292929; - background-color: #404040; - box-shadow: inset 1px 0 #1565c0, inset -1px 0 #1565c0, inset 0 1px #1565c0, inset 0 -1px #1565c0; } - entry:disabled { - color: rgba(218, 218, 218, 0.55); - border-color: rgba(41, 41, 41, 0.55); - background-color: rgba(64, 64, 64, 0.55); } - entry.warning { - color: white; - border-color: #292929; - background-color: #ab6239; } - entry.warning image { - color: white; } - entry.warning:focus { - color: white; - background-color: #f27835; - box-shadow: none; } - entry.warning selection, entry.warning selection:focus { - background-color: white; - color: #f27835; } - entry.error { - color: white; - border-color: #292929; - background-color: #b1413b; } - entry.error image { - color: white; } - entry.error:focus { - color: white; - background-color: #FC4138; - box-shadow: none; } - entry.error selection, entry.error selection:focus { - background-color: white; - color: #FC4138; } - entry.search-missing { - color: white; - border-color: #292929; - background-color: #b1413b; } - entry.search-missing image { - color: white; } - entry.search-missing:focus { - color: white; - background-color: #FC4138; - box-shadow: none; } - entry.search-missing selection, entry.search-missing selection:focus { - background-color: white; - color: #FC4138; } - entry:drop(active):focus, entry:drop(active) { - border-color: #f08437; - box-shadow: none; } - .osd entry { - color: #dbdbdb; - border-color: rgba(22, 22, 22, 0.4); - background-color: rgba(109, 109, 109, 0.4); } - .osd entry image, .osd entry image:hover { - color: inherit; } - .osd entry:focus { - color: #ffffff; - border-color: rgba(22, 22, 22, 0.4); - background-color: #1565c0; } - .osd entry:disabled { - color: rgba(219, 219, 219, 0.55); - background-color: rgba(109, 109, 109, 0.25); } - .osd entry selection:focus, .osd entry selection { - color: #1565c0; - background-color: #ffffff; } - entry progress { - margin: 0 -6px; - border-radius: 0; - border-width: 0 0 2px; - border-color: #1565c0; - border-style: solid; - background-image: none; - background-color: transparent; - box-shadow: none; } - -treeview entry.flat, treeview entry { - border-radius: 0; - background-image: none; - background-color: #404040; } - treeview entry.flat:focus, treeview entry:focus { - border-color: #1565c0; } - -@keyframes needs_attention { - from { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#1565c0), to(transparent)); } - to { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#1565c0), to(transparent)); } } - -button { - min-height: 22px; - min-width: 20px; - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - border: 1px solid; - border-radius: 3px; - padding: 5px 8px; - color: #DADADA; - outline-color: rgba(218, 218, 218, 0.3); - border-color: #292929; - background-color: #454545; } - button separator { - margin: 4px 1px; } - button.flat, button.sidebar-button { - border-color: transparent; - background-color: transparent; - background-image: none; - transition: none; } - button.flat:hover, button.sidebar-button:hover { - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - transition-duration: 350ms; } - button.flat:hover:active, button.sidebar-button:hover:active { - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } - button:hover { - color: #DADADA; - outline-color: rgba(218, 218, 218, 0.3); - border-color: #292929; - background-color: #525252; - -gtk-icon-effect: highlight; } - button:active, button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #292929; - background-color: #1565c0; - background-clip: padding-box; - transition-duration: 50ms; } - button:active:not(:disabled) label:disabled, button:checked:not(:disabled) label:disabled { - color: inherit; - opacity: 0.6; } - button:active { - color: #DADADA; } - button:active:hover, button:checked { - color: #ffffff; } - button.flat:disabled, button.sidebar-button:disabled { - border-color: transparent; - background-color: transparent; - background-image: none; } - button:disabled { - color: rgba(218, 218, 218, 0.55); - border-color: rgba(41, 41, 41, 0.55); - background-color: rgba(69, 69, 69, 0.55); } - button:disabled label { - color: inherit; } - button:disabled:active, button:disabled:checked { - color: rgba(255, 255, 255, 0.8); - border-color: rgba(21, 101, 192, 0.75); - background-color: rgba(21, 101, 192, 0.75); - opacity: 0.6; } - button:disabled:active label, button:disabled:checked label { - color: inherit; } - button.image-button, headerbar button.titlebutton, - .titlebar button.titlebutton { - min-width: 24px; - padding-left: 5px; - padding-right: 5px; } - button.text-button { - padding-left: 12px; - padding-right: 12px; } - button.text-button.image-button, headerbar button.text-button.titlebutton, - .titlebar button.text-button.titlebutton { - padding-left: 5px; - padding-right: 5px; } - button.text-button.image-button label:first-child, headerbar button.text-button.titlebutton label:first-child, .titlebar button.text-button.titlebutton label:first-child { - padding-left: 8px; - padding-right: 2px; } - button.text-button.image-button label:last-child, headerbar button.text-button.titlebutton label:last-child, .titlebar button.text-button.titlebutton label:last-child { - padding-right: 8px; - padding-left: 2px; } - button.text-button.image-button label:only-child, headerbar button.text-button.titlebutton label:only-child, .titlebar button.text-button.titlebutton label:only-child { - padding-left: 8px; - padding-right: 8px; } - button.text-button.image-button.popup, headerbar button.text-button.popup.titlebutton, - .titlebar button.text-button.popup.titlebutton { - padding-right: 8px; - padding-left: 8px; } - button:drop(active), combobox:drop(active) button.combo { - color: #f08437; - border-color: #f08437; - box-shadow: none; } - button.osd { - color: #dbdbdb; - outline-color: rgba(219, 219, 219, 0.3); - background-color: #353535; - border-color: #212121; } - button.osd.image-button, headerbar button.osd.titlebutton, - .titlebar button.osd.titlebutton { - padding: 0; - min-height: 36px; - min-width: 36px; } - button.osd:hover { - color: #1565c0; } - button.osd:active, button.osd:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: rgba(22, 22, 22, 0.4); - background-color: #1565c0; } - button.osd:disabled { - color: #676767; - border-color: rgba(22, 22, 22, 0.4); - background-color: rgba(109, 109, 109, 0.25); } - .osd button { - color: #dbdbdb; - outline-color: rgba(219, 219, 219, 0.3); - border-color: rgba(22, 22, 22, 0.4); - background-color: rgba(109, 109, 109, 0.4); } - .osd button:hover { - color: #dbdbdb; - outline-color: rgba(219, 219, 219, 0.3); - border-color: rgba(22, 22, 22, 0.4); - background-color: rgba(127, 127, 127, 0.5); } - .osd button:active, .osd button:checked { - background-clip: padding-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: rgba(22, 22, 22, 0.4); - background-color: #1565c0; } - .osd button:disabled { - color: #676767; - border-color: rgba(22, 22, 22, 0.4); - background-color: rgba(109, 109, 109, 0.25); } - .osd button.flat, .osd button.sidebar-button { - border-color: transparent; - background-color: transparent; - background-image: none; - box-shadow: none; } - .osd button.flat:hover, .osd button.sidebar-button:hover { - color: #dbdbdb; - outline-color: rgba(219, 219, 219, 0.3); - border-color: rgba(22, 22, 22, 0.4); - background-color: rgba(127, 127, 127, 0.5); } - .osd button.flat:disabled, .osd button.sidebar-button:disabled { - color: #676767; - border-color: rgba(22, 22, 22, 0.4); - background-color: rgba(109, 109, 109, 0.25); - background-image: none; } - .osd button.flat:active, .osd button.sidebar-button:active, .osd button.flat:checked, .osd button.sidebar-button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: rgba(22, 22, 22, 0.4); - background-color: #1565c0; } - .osd .linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child), - .osd .linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active) + button:not(:checked):not(:active) { - box-shadow: none; } - button.suggested-action { - background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #6db442; - border-color: #6db442; } - button.suggested-action.flat, button.suggested-action.sidebar-button { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #6db442; - outline-color: rgba(109, 180, 66, 0.3); } - button.suggested-action:hover { - background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #88c663; - border-color: #88c663; } - button.suggested-action:active, button.suggested-action:checked { - background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #568f34; - border-color: #568f34; } - button.suggested-action.flat:disabled, button.suggested-action.sidebar-button:disabled { - border-color: transparent; - background-color: transparent; - background-image: none; - color: rgba(218, 218, 218, 0.55); } - button.suggested-action:disabled { - color: rgba(218, 218, 218, 0.55); - border-color: rgba(41, 41, 41, 0.55); - background-color: rgba(69, 69, 69, 0.55); } - button.suggested-action:disabled label { - color: inherit; } - button.destructive-action { - background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #F04A50; - border-color: #F04A50; } - button.destructive-action.flat, button.destructive-action.sidebar-button { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #F04A50; - outline-color: rgba(240, 74, 80, 0.3); } - button.destructive-action:hover { - background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #f4797e; - border-color: #f4797e; } - button.destructive-action:active, button.destructive-action:checked { - background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #ec1b22; - border-color: #ec1b22; } - button.destructive-action.flat:disabled, button.destructive-action.sidebar-button:disabled { - border-color: transparent; - background-color: transparent; - background-image: none; - color: rgba(218, 218, 218, 0.55); } - button.destructive-action:disabled { - color: rgba(218, 218, 218, 0.55); - border-color: rgba(41, 41, 41, 0.55); - background-color: rgba(69, 69, 69, 0.55); } - button.destructive-action:disabled label { - color: inherit; } - .stack-switcher > button { - outline-offset: -3px; } - .stack-switcher > button > label { - padding-left: 6px; - padding-right: 6px; } - .stack-switcher > button > image { - padding-left: 6px; - padding-right: 6px; - padding-top: 3px; - padding-bottom: 3px; } - .stack-switcher > button.text-button { - padding-left: 10px; - padding-right: 10px; } - .stack-switcher > button.image-button, headerbar .stack-switcher > button.titlebutton, - .titlebar .stack-switcher > button.titlebutton { - padding-left: 2px; - padding-right: 2px; } - .stack-switcher > button.needs-attention:active > label, .stack-switcher > button.needs-attention:active > image, .stack-switcher > button.needs-attention:checked > label, .stack-switcher > button.needs-attention:checked > image { - animation: none; - background-image: none; } - .stack-switcher > button.needs-attention > label, .stack-switcher > button.needs-attention > image { - animation: needs_attention 150ms ease-in; - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#1565c0), to(transparent)); - background-size: 6px 6px, 6px 6px; - background-repeat: no-repeat; - background-position: right 3px, right 2px; } - .stack-switcher > button.needs-attention > label:dir(rtl), .stack-switcher > button.needs-attention > image:dir(rtl) { - background-position: left 3px, left 2px; } - button.font separator, button.file separator { - background-color: transparent; } - .inline-toolbar button, .inline-toolbar button:backdrop { - border-radius: 2px; - border-width: 1px; } - -.inline-toolbar toolbutton > button { - color: #DADADA; - outline-color: rgba(218, 218, 218, 0.3); - border-color: #292929; - background-color: #454545; } - .inline-toolbar toolbutton > button:hover { - color: #DADADA; - outline-color: rgba(218, 218, 218, 0.3); - border-color: #292929; - background-color: #525252; } - .inline-toolbar toolbutton > button:active, .inline-toolbar toolbutton > button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #292929; - background-color: #1565c0; } - .inline-toolbar toolbutton > button:disabled { - color: rgba(218, 218, 218, 0.55); - border-color: rgba(41, 41, 41, 0.55); - background-color: rgba(69, 69, 69, 0.55); } - .inline-toolbar toolbutton > button:disabled label { - color: inherit; } - .inline-toolbar toolbutton > button:disabled:active, .inline-toolbar toolbutton > button:disabled:checked { - color: rgba(255, 255, 255, 0.8); - border-color: rgba(21, 101, 192, 0.75); - background-color: rgba(21, 101, 192, 0.75); - opacity: 0.6; } - .inline-toolbar toolbutton > button:disabled:active label, .inline-toolbar toolbutton > button:disabled:checked label { - color: inherit; } - -toolbar.inline-toolbar toolbutton > button.flat, .inline-toolbar toolbutton > button.flat, toolbar.inline-toolbar toolbutton > button.sidebar-button, .inline-toolbar toolbutton > button.sidebar-button, .linked:not(.vertical) > entry, -.linked:not(.vertical) > entry:focus, .inline-toolbar button, .inline-toolbar button:backdrop, .linked:not(.vertical) > button, -.linked:not(.vertical) > button:hover, -.linked:not(.vertical) > button:active, -.linked:not(.vertical) > button:checked, spinbutton:not(.vertical) button, spinbutton:not(.vertical) entry, .primary-toolbar toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .primary-toolbar toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, .primary-toolbar toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, .primary-toolbar toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, .primary-toolbar toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, -.primary-toolbar toolbar .linked:not(.vertical).path-bar > button, -.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > button, -.primary-toolbar .linked:not(.vertical).path-bar > button, -headerbar .linked:not(.vertical).path-bar > button, -.primary-toolbar toolbar .linked:not(.vertical).path-bar > button:hover, -.primary-toolbar .linked:not(.vertical).path-bar > button:hover, -headerbar .linked:not(.vertical).path-bar > button:hover, -.primary-toolbar toolbar .linked:not(.vertical).path-bar > button:active, -.primary-toolbar .linked:not(.vertical).path-bar > button:active, -headerbar .linked:not(.vertical).path-bar > button:active, -.primary-toolbar toolbar .linked:not(.vertical).path-bar > button:checked, -.primary-toolbar .linked:not(.vertical).path-bar > button:checked, -headerbar .linked:not(.vertical).path-bar > button:checked, -.primary-toolbar toolbar .linked:not(.vertical).path-bar > button:disabled, -.primary-toolbar .linked:not(.vertical).path-bar > button:disabled, -headerbar .linked:not(.vertical).path-bar > button:disabled, .primary-toolbar toolbar .linked:not(.vertical) entry + button:last-child, .primary-toolbar .inline-toolbar .linked:not(.vertical) entry + button:last-child, .primary-toolbar .linked:not(.vertical) entry + button:last-child, headerbar .linked:not(.vertical) entry + button:last-child, .primary-toolbar .linked:not(.vertical) entry + button:last-child:hover, headerbar .linked:not(.vertical) entry + button:last-child:hover, .primary-toolbar .linked:not(.vertical) entry + button:last-child:active, headerbar .linked:not(.vertical) entry + button:last-child:active, .primary-toolbar .linked:not(.vertical) entry + button:last-child:checked, headerbar .linked:not(.vertical) entry + button:last-child:checked, .primary-toolbar .linked:not(.vertical) entry + button:last-child:disabled, headerbar .linked:not(.vertical) entry + button:last-child:disabled, .linked:not(.vertical) > combobox > box > button.combo:dir(ltr), .linked:not(.vertical) > combobox > box > button.combo:dir(rtl) { - border-radius: 0; - border-right-style: none; } - -.linked:not(.vertical) > entry:first-child, .inline-toolbar button:first-child, .linked:not(.vertical) > button:first-child, toolbar.inline-toolbar toolbutton:first-child > button.flat, .inline-toolbar toolbutton:first-child > button.flat, toolbar.inline-toolbar toolbutton:first-child > button.sidebar-button, .inline-toolbar toolbutton:first-child > button.sidebar-button, spinbutton:not(.vertical) button:first-child, spinbutton:not(.vertical) entry:first-child, .linked:not(.vertical) > combobox:first-child > box > button.combo, .primary-toolbar toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:first-child, .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:first-child, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:first-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:first-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:first-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:first-child:active, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:first-child:checked, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:first-child:disabled, -.primary-toolbar toolbar .linked:not(.vertical).path-bar > button:first-child, -.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > button:first-child, -.primary-toolbar .linked:not(.vertical).path-bar > button:first-child, -headerbar .linked:not(.vertical).path-bar > button:first-child, -headerbar .linked:not(.vertical).path-bar > button:first-child:hover, -headerbar .linked:not(.vertical).path-bar > button:first-child:active, -headerbar .linked:not(.vertical).path-bar > button:first-child:checked, -headerbar .linked:not(.vertical).path-bar > button:first-child:disabled, .primary-toolbar .linked:not(.vertical) entry + button:first-child:last-child, headerbar .linked:not(.vertical) entry + button:first-child:last-child, headerbar .linked:not(.vertical) entry + button:first-child:last-child:hover, headerbar .linked:not(.vertical) entry + button:first-child:last-child:active, headerbar .linked:not(.vertical) entry + button:first-child:last-child:checked, headerbar .linked:not(.vertical) entry + button:first-child:last-child:disabled { - border-top-left-radius: 3px; - border-bottom-left-radius: 3px; } - -.linked:not(.vertical) > entry:last-child, .inline-toolbar button:last-child, .linked:not(.vertical) > button:last-child, toolbar.inline-toolbar toolbutton:last-child > button.flat, .inline-toolbar toolbutton:last-child > button.flat, toolbar.inline-toolbar toolbutton:last-child > button.sidebar-button, .inline-toolbar toolbutton:last-child > button.sidebar-button, spinbutton:not(.vertical) button:last-child, spinbutton:not(.vertical) entry:last-child, .linked:not(.vertical) > combobox:last-child > box > button.combo, .primary-toolbar toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:last-child, .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:last-child, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:last-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:last-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:last-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:last-child:active, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:last-child:checked, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:last-child:disabled, -.primary-toolbar toolbar .linked:not(.vertical).path-bar > button:last-child, -.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > button:last-child, -.primary-toolbar .linked:not(.vertical).path-bar > button:last-child, -headerbar .linked:not(.vertical).path-bar > button:last-child, -headerbar .linked:not(.vertical).path-bar > button:last-child:hover, -headerbar .linked:not(.vertical).path-bar > button:last-child:active, -headerbar .linked:not(.vertical).path-bar > button:last-child:checked, -headerbar .linked:not(.vertical).path-bar > button:last-child:disabled, .primary-toolbar toolbar .linked:not(.vertical) entry + button:last-child, .primary-toolbar .inline-toolbar .linked:not(.vertical) entry + button:last-child, .primary-toolbar .linked:not(.vertical) entry + button:last-child, headerbar .linked:not(.vertical) entry + button:last-child, .primary-toolbar .linked:not(.vertical) entry + button:last-child:hover, headerbar .linked:not(.vertical) entry + button:last-child:hover, .primary-toolbar .linked:not(.vertical) entry + button:last-child:active, headerbar .linked:not(.vertical) entry + button:last-child:active, .primary-toolbar .linked:not(.vertical) entry + button:last-child:checked, headerbar .linked:not(.vertical) entry + button:last-child:checked, .primary-toolbar .linked:not(.vertical) entry + button:last-child:disabled, headerbar .linked:not(.vertical) entry + button:last-child:disabled { - border-top-right-radius: 3px; - border-bottom-right-radius: 3px; - border-right-style: solid; } - -.linked:not(.vertical) > entry:only-child, .inline-toolbar button:only-child, .linked:not(.vertical) > button:only-child, toolbar.inline-toolbar toolbutton:only-child > button.flat, .inline-toolbar toolbutton:only-child > button.flat, toolbar.inline-toolbar toolbutton:only-child > button.sidebar-button, .inline-toolbar toolbutton:only-child > button.sidebar-button, spinbutton:not(.vertical) button:only-child, spinbutton:not(.vertical) entry:only-child, .linked:not(.vertical) > combobox:only-child > box > button.combo, .primary-toolbar toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:only-child, .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:only-child, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:only-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:only-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:only-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:only-child:active, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:only-child:checked, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:only-child:disabled, -.primary-toolbar toolbar .linked:not(.vertical).path-bar > button:only-child, -.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > button:only-child, -.primary-toolbar .linked:not(.vertical).path-bar > button:only-child, -headerbar .linked:not(.vertical).path-bar > button:only-child, -headerbar .linked:not(.vertical).path-bar > button:only-child:hover, -headerbar .linked:not(.vertical).path-bar > button:only-child:active, -headerbar .linked:not(.vertical).path-bar > button:only-child:checked, -headerbar .linked:not(.vertical).path-bar > button:only-child:disabled, .primary-toolbar .linked:not(.vertical) entry + button:only-child:last-child, headerbar .linked:not(.vertical) entry + button:only-child:last-child, headerbar .linked:not(.vertical) entry + button:only-child:last-child:hover, headerbar .linked:not(.vertical) entry + button:only-child:last-child:active, headerbar .linked:not(.vertical) entry + button:only-child:last-child:checked, headerbar .linked:not(.vertical) entry + button:only-child:last-child:disabled { - border-radius: 3px; - border-style: solid; } - -.linked.vertical > entry, -.linked.vertical > entry:focus, .linked.vertical > button, -.linked.vertical > button:hover, -.linked.vertical > button:active, -.linked.vertical > button:checked, spinbutton.vertical button, spinbutton.vertical entry, .linked.vertical > combobox > box > button.combo { - border-radius: 0; - border-bottom-style: none; } - -.linked.vertical > entry:first-child, .linked.vertical > button:first-child, spinbutton.vertical button:first-child, spinbutton.vertical entry:first-child, .linked.vertical > combobox:first-child > box > button.combo { - border-top-left-radius: 3px; - border-top-right-radius: 3px; } - -.linked.vertical > entry:last-child, .linked.vertical > button:last-child, spinbutton.vertical button:last-child, spinbutton.vertical entry:last-child, .linked.vertical > combobox:last-child > box > button.combo { - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; - border-bottom-style: solid; } - -.linked.vertical > entry:only-child, .linked.vertical > button:only-child, spinbutton.vertical button:only-child, spinbutton.vertical entry:only-child, .linked.vertical > combobox:only-child > box > button.combo { - border-radius: 3px; - border-style: solid; } - -menuitem.button.flat, -modelbutton.flat, button:link, button:visited, button:link:hover, button:link:active, button:link:checked, button:visited:hover, button:visited:active, button:visited:checked, notebook > header > tabs > tab button.flat:hover, notebook > header > tabs > tab button.sidebar-button:hover, notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.sidebar-button:active, notebook > header > tabs > tab button.flat:active:hover, notebook > header > tabs > tab button.sidebar-button:active:hover, .app-notification button.flat, .app-notification button.sidebar-button, .app-notification button.flat:disabled, .app-notification button.sidebar-button:disabled, TerminalWindow .notebook .active-page .button, TerminalWindow .notebook .prelight-page .button, TerminalWindow .notebook .active-page .button:hover, TerminalWindow .notebook .prelight-page .button:hover, TerminalWindow .notebook .active-page .button:active, TerminalWindow .notebook .prelight-page .button:active { - border-color: transparent; - background-color: transparent; - background-image: none; - box-shadow: none; } - -menuitem.button.flat, -modelbutton.flat { - transition: none; - min-height: 24px; - padding-left: 8px; - padding-right: 8px; - outline-offset: -3px; - border-radius: 2px; } - menuitem.button.flat:hover, - modelbutton.flat:hover { - background-color: #484848; } - menuitem.button.flat:checked, - modelbutton.flat:checked { - color: #DADADA; } - menuitem.button.flat check:last-child, - menuitem.button.flat radio:last-child, - modelbutton.flat check:last-child, - modelbutton.flat radio:last-child { - margin-left: 8px; } - menuitem.button.flat check:first-child, - menuitem.button.flat radio:first-child, - modelbutton.flat check:first-child, - modelbutton.flat radio:first-child { - margin-right: 8px; } - -modelbutton.flat arrow.left { - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); } - -modelbutton.flat arrow.right { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } - -*:link, button:link, button:visited { - color: #5294E2; } - *:link:visited, button:visited { - color: #5294E2; } - *:selected *:link:visited, *:selected button:visited:link, *:selected button:visited { - color: #a1c1e6; } - *:link:hover, button:hover:link, button:hover:visited { - color: #7eafe9; } - *:selected *:link:hover, *:selected button:hover:link, *:selected button:hover:visited { - color: #e8f0f9; } - *:link:active, button:active:link, button:active:visited { - color: #5294E2; } - *:selected *:link:active, *:selected button:active:link, *:selected button:active:visited { - color: #d0e0f2; } - infobar.info *:link, infobar.info button:link, infobar.info button:visited, infobar.question *:link, infobar.question button:link, infobar.question button:visited, infobar.warning *:link, infobar.warning button:link, infobar.warning button:visited, infobar.error *:link, infobar.error button:link, infobar.error button:visited, *:link:selected, button:selected:link, button:selected:visited, headerbar.selection-mode .subtitle:link, - .selection-mode.titlebar:not(headerbar) .subtitle:link, - *:selected *:link, - *:selected button:link, - *:selected button:visited { - color: #d0e0f2; } - -button:link > label, button:visited > label { - text-decoration-line: underline; } - -spinbutton:drop(active) { - box-shadow: none; } - -spinbutton button:active { - color: #ffffff; } - -spinbutton:disabled { - color: rgba(218, 218, 218, 0.55); } - -spinbutton:not(.vertical) entry { - min-width: 28px; } - -spinbutton:not(.vertical):dir(ltr) entry, -spinbutton:not(.vertical):dir(rtl) button.up { - border-radius: 3px 0 0 3px; } - -spinbutton:not(.vertical) > button + button { - border-left-style: none; } - -spinbutton:not(.vertical) > button + button, -spinbutton:not(.vertical) > button:hover:not(:active), -spinbutton:not(.vertical) > button:hover + button { - box-shadow: inset 1px 0 #292929; } - -spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), -spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled { - box-shadow: inset 1px 0 rgba(41, 41, 41, 0.5); } - -spinbutton:not(.vertical) > button:first-child:hover:not(:active), -spinbutton:not(.vertical) > button.up:dir(rtl):hover:not(:active), -spinbutton:not(.vertical) > entry + button:not(:active):hover { - box-shadow: none; } - -spinbutton:not(.vertical) > entry:focus + button { - border-left-color: #292929; } - -spinbutton:not(.vertical) > entry:drop(active) + button { - border-left-color: #f08437; } - -.osd spinbutton:not(.vertical) > button:hover:not(:active), -.osd spinbutton:not(.vertical) > button:hover + button { - box-shadow: inset 1px 0 rgba(22, 22, 22, 0.4); } - -.osd spinbutton:not(.vertical) > button:first-child:hover:not(:active), -.osd spinbutton:not(.vertical) > button.up:dir(rtl):hover:not(:active), -.osd spinbutton:not(.vertical) > entry + button:not(:active):hover { - box-shadow: none; } - -.osd spinbutton:not(.vertical) > entry:focus + button { - border-left-color: rgba(22, 22, 22, 0.4); } - -spinbutton.vertical button, spinbutton.vertical entry { - padding-left: 4px; - padding-right: 4px; - min-width: 0; } - -spinbutton.vertical button.up { - border-radius: 3px 3px 0 0; } - -spinbutton.vertical > entry:focus + button { - border-top-color: #292929; } - -spinbutton.vertical > entry:drop(active) + button { - border-top-color: #f08437; } - -combobox button.combo { - padding-top: 3px; - padding-bottom: 3px; } - -combobox arrow { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - min-height: 16px; - min-width: 16px; } - -toolbar, .inline-toolbar { - -GtkWidget-window-dragging: true; - padding: 4px; - background-color: #383838; } - toolbar separator, .inline-toolbar separator { - background: none; } - toolbar.horizontal separator, .horizontal.inline-toolbar separator { - margin: 0 6px; } - toolbar.vertical separator, .vertical.inline-toolbar separator { - margin: 6px 0; } - .osd toolbar, .osd .inline-toolbar { - background-color: transparent; } - toolbar.osd, .osd.inline-toolbar { - padding: 7px; - border: 1px solid rgba(0, 0, 0, 0.5); - border-radius: 3px; - background-color: rgba(53, 53, 53, 0.9); } - toolbar.osd.left, .osd.left.inline-toolbar, toolbar.osd.right, .osd.right.inline-toolbar, toolbar.osd.top, .osd.top.inline-toolbar, toolbar.osd.bottom, .osd.bottom.inline-toolbar { - border-radius: 0; } - toolbar.osd.top, .osd.top.inline-toolbar { - border-width: 0 0 1px 0; } - toolbar.osd.bottom, .osd.bottom.inline-toolbar { - border-width: 1px 0 0 0; } - toolbar.osd.left, .osd.left.inline-toolbar { - border-width: 0 1px 0 0; } - toolbar.osd.right, .osd.right.inline-toolbar { - border-width: 0 0 0 1px; } - toolbar:not(.inline-toolbar) switch, .inline-toolbar:not(.inline-toolbar) switch, - toolbar:not(.inline-toolbar) scale, - .inline-toolbar:not(.inline-toolbar) scale, - toolbar:not(.inline-toolbar) entry, - .inline-toolbar:not(.inline-toolbar) entry, - toolbar:not(.inline-toolbar) spinbutton, - .inline-toolbar:not(.inline-toolbar) spinbutton, - toolbar:not(.inline-toolbar) button, - .inline-toolbar:not(.inline-toolbar) button { - margin-right: 1px; - margin-bottom: 1px; } - toolbar:not(.inline-toolbar) .linked > button, .inline-toolbar:not(.inline-toolbar) .linked > button, - toolbar:not(.inline-toolbar) .linked > entry, - .inline-toolbar:not(.inline-toolbar) .linked > entry { - margin-right: 0; } - -.primary-toolbar toolbar, .primary-toolbar .inline-toolbar, -.primary-toolbar:not(.libreoffice-toolbar) { - color: #ded6d6; - background-color: #2f2f2f; - box-shadow: none; - border-width: 0 0 1px 0; - border-style: solid; - border-image: linear-gradient(to bottom, #2f2f2f, #101010) 1 0 1 0; } - -.inline-toolbar { - background-color: #303030; - border-style: solid; - border-color: #292929; - border-width: 0 1px 1px; - padding: 3px; - border-radius: 0 0 3px 3px; } - -searchbar { - background-color: #383838; - border-style: solid; - border-color: #292929; - border-width: 0 0 1px; - padding: 3px; } - -actionbar { - padding: 6px; - border-top: 1px solid #292929; - background-color: #303030; } - -headerbar, -.titlebar:not(headerbar) { - min-height: 42px; - padding: 0 7px; - border-width: 0 0 1px; - border-style: solid; - border-radius: 0; - border-color: #252525; - color: #ded6d6; - background-color: #2f2f2f; - box-shadow: inset 0 1px #373737; } - .csd headerbar, .csd .titlebar:not(headerbar) { - background-color: #2f2f2f; - border-color: #252525; } - headerbar:backdrop, - .titlebar:backdrop:not(headerbar) { - color: rgba(222, 214, 214, 0.6); - box-shadow: none; } - headerbar .title, - .titlebar:not(headerbar) .title { - font-weight: bold; - padding-left: 12px; - padding-right: 12px; } - headerbar .subtitle, - .titlebar:not(headerbar) .subtitle { - font-size: smaller; - padding-left: 12px; - padding-right: 12px; } - headerbar.selection-mode, - .selection-mode.titlebar:not(headerbar) { - color: #ffffff; - background-color: #1565c0; - border-color: #135bae; - box-shadow: none; } - headerbar.selection-mode:backdrop, - .selection-mode.titlebar:backdrop:not(headerbar) { - background-color: #1565c0; - color: rgba(255, 255, 255, 0.6); } - headerbar.selection-mode button, - .selection-mode.titlebar:not(headerbar) button { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - background-color: rgba(255, 255, 255, 0); - border-color: rgba(255, 255, 255, 0); } - headerbar.selection-mode button.flat, headerbar.selection-mode button.sidebar-button, - .selection-mode.titlebar:not(headerbar) button.flat, - .selection-mode.titlebar:not(headerbar) button.sidebar-button { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #ffffff; - background-color: rgba(255, 255, 255, 0); } - headerbar.selection-mode button:hover, - .selection-mode.titlebar:not(headerbar) button:hover { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - background-color: rgba(255, 255, 255, 0.05); - border-color: rgba(255, 255, 255, 0.5); } - headerbar.selection-mode button:active, headerbar.selection-mode button:checked, - .selection-mode.titlebar:not(headerbar) button:active, - .selection-mode.titlebar:not(headerbar) button:checked { - color: #1565c0; - outline-color: rgba(21, 101, 192, 0.3); - background-color: #ffffff; - border-color: #ffffff; } - headerbar.selection-mode button:disabled, - .selection-mode.titlebar:not(headerbar) button:disabled { - color: rgba(255, 255, 255, 0.4); - background-color: rgba(255, 255, 255, 0); - border-color: rgba(255, 255, 255, 0); } - headerbar.selection-mode button:disabled:active, headerbar.selection-mode button:disabled:checked, - .selection-mode.titlebar:not(headerbar) button:disabled:active, - .selection-mode.titlebar:not(headerbar) button:disabled:checked { - color: rgba(21, 101, 192, 0.4); - background-color: rgba(255, 255, 255, 0.15); - border-color: rgba(255, 255, 255, 0.15); } - headerbar.selection-mode .selection-menu, - .selection-mode.titlebar:not(headerbar) .selection-menu { - box-shadow: none; - padding-left: 10px; - padding-right: 10px; } - headerbar.selection-mode .selection-menu GtkArrow, - .selection-mode.titlebar:not(headerbar) .selection-menu GtkArrow { - -GtkArrow-arrow-scaling: 1; } - headerbar.selection-mode .selection-menu .arrow, - .selection-mode.titlebar:not(headerbar) .selection-menu .arrow { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } - .maximized headerbar.selection-mode, .maximized .selection-mode.titlebar:not(headerbar) { - background-color: #1565c0; } - .tiled headerbar, .tiled headerbar:backdrop, - .maximized headerbar, .maximized headerbar:backdrop, .tiled .titlebar:not(headerbar), .tiled .titlebar:backdrop:not(headerbar), - .maximized .titlebar:not(headerbar), .maximized .titlebar:backdrop:not(headerbar) { - border-radius: 0; } - .maximized headerbar, - .maximized .titlebar:not(headerbar) { - background-color: #2f2f2f; - border-color: #252525; } - headerbar.default-decoration, - .csd headerbar.default-decoration, headerbar.default-decoration:backdrop, - .csd headerbar.default-decoration:backdrop, - .default-decoration.titlebar:not(headerbar), - .csd .default-decoration.titlebar:not(headerbar), - .default-decoration.titlebar:backdrop:not(headerbar), - .csd .default-decoration.titlebar:backdrop:not(headerbar) { - min-height: 28px; - padding: 0 7px; - background-color: #2f2f2f; - border-bottom-width: 0; } - .maximized headerbar.default-decoration, .maximized - .csd headerbar.default-decoration, .maximized headerbar.default-decoration:backdrop, .maximized - .csd headerbar.default-decoration:backdrop, .maximized .default-decoration.titlebar:not(headerbar), .maximized .csd .default-decoration.titlebar:not(headerbar), .maximized .default-decoration.titlebar:backdrop:not(headerbar), .maximized .csd .default-decoration.titlebar:backdrop:not(headerbar) { - background-color: #2f2f2f; } - -.titlebar { - border-radius: 3px 3px 0 0; } - -headerbar entry, headerbar button, headerbar separator { - margin-top: 6px; - margin-bottom: 6px; } - -separator:first-child + headerbar, separator:first-child + headerbar:backdrop, headerbar:first-child, headerbar:first-child:backdrop { - border-top-left-radius: 3px; } - .maximized separator:first-child + headerbar, - .tiled separator:first-child + headerbar, .maximized separator:first-child + headerbar:backdrop, - .tiled separator:first-child + headerbar:backdrop, .maximized headerbar:first-child, - .tiled headerbar:first-child, .maximized headerbar:first-child:backdrop, - .tiled headerbar:first-child:backdrop { - border-radius: 0; } - -headerbar:last-child, headerbar:last-child:backdrop { - border-top-right-radius: 3px; } - .maximized headerbar:last-child, - .tiled headerbar:last-child, .maximized headerbar:last-child:backdrop, - .tiled headerbar:last-child:backdrop { - border-radius: 0; } - -window > .titlebar:not(headerbar), window > .titlebar:not(headerbar):backdrop, -window.csd > .titlebar:not(headerbar), -window.csd > .titlebar:not(headerbar):backdrop { - padding: 0; - background: none; - border: none; - box-shadow: none; } - -.titlebar:not(headerbar) > separator { - background-image: linear-gradient(to bottom, #252525, #252525); } - -.primary-toolbar toolbar separator, .primary-toolbar .inline-toolbar separator, -.primary-toolbar:not(.libreoffice-toolbar) separator { - min-width: 1px; - min-height: 1px; - border-width: 0 1px; - border-image: linear-gradient(to bottom, rgba(222, 214, 214, 0) 25%, rgba(222, 214, 214, 0.35) 25%, rgba(222, 214, 214, 0.35) 75%, rgba(222, 214, 214, 0) 75%) 0 1/0 1px stretch; } - .primary-toolbar toolbar separator:backdrop, .primary-toolbar .inline-toolbar separator:backdrop, - .primary-toolbar:not(.libreoffice-toolbar) separator:backdrop { - opacity: 0.6; } - -.primary-toolbar toolbar entry, .primary-toolbar .inline-toolbar entry, .primary-toolbar entry, headerbar entry { - color: #ded6d6; - border-color: rgba(16, 16, 16, 0.4); - background-color: rgba(103, 103, 103, 0.4); } - .primary-toolbar toolbar entry image, .primary-toolbar .inline-toolbar entry image, .primary-toolbar entry image, headerbar entry image, .primary-toolbar toolbar entry image:hover, .primary-toolbar .inline-toolbar entry image:hover, .primary-toolbar entry image:hover, headerbar entry image:hover { - color: inherit; } - .primary-toolbar toolbar entry:backdrop, .primary-toolbar .inline-toolbar entry:backdrop, .primary-toolbar entry:backdrop, headerbar entry:backdrop { - opacity: 0.85; } - .primary-toolbar toolbar entry:focus, .primary-toolbar .inline-toolbar entry:focus, .primary-toolbar entry:focus, headerbar entry:focus { - color: #ded6d6; - border-color: #1565c0; - background-color: rgba(103, 103, 103, 0.4); - background-clip: padding-box; } - .primary-toolbar toolbar entry:focus image, .primary-toolbar .inline-toolbar entry:focus image, .primary-toolbar entry:focus image, headerbar entry:focus image { - color: rgba(222, 214, 214, 0.85); } - .primary-toolbar toolbar entry:disabled, .primary-toolbar .inline-toolbar entry:disabled, .primary-toolbar entry:disabled, headerbar entry:disabled { - color: rgba(222, 214, 214, 0.55); - background-color: rgba(103, 103, 103, 0.25); } - .primary-toolbar toolbar entry selection:focus, .primary-toolbar .inline-toolbar entry selection:focus, .primary-toolbar entry selection:focus, headerbar entry selection:focus { - background-color: #1565c0; - color: #ffffff; } - .primary-toolbar toolbar entry progress, .primary-toolbar .inline-toolbar entry progress, .primary-toolbar entry progress, headerbar entry progress { - border-color: #1565c0; - background-image: none; - background-color: transparent; } - .primary-toolbar toolbar entry.warning, .primary-toolbar .inline-toolbar entry.warning, .primary-toolbar entry.warning, headerbar entry.warning { - color: white; - border-color: rgba(16, 16, 16, 0.4); - background-color: #a45b33; } - .primary-toolbar toolbar entry.warning:focus, .primary-toolbar .inline-toolbar entry.warning:focus, .primary-toolbar entry.warning:focus, headerbar entry.warning:focus { - color: white; - background-color: #f27835; } - .primary-toolbar toolbar entry.warning selection, .primary-toolbar .inline-toolbar entry.warning selection, .primary-toolbar entry.warning selection, headerbar entry.warning selection, .primary-toolbar toolbar entry.warning selection:focus, .primary-toolbar .inline-toolbar entry.warning selection:focus, .primary-toolbar entry.warning selection:focus, headerbar entry.warning selection:focus { - background-color: white; - color: #f27835; } - .primary-toolbar toolbar entry.error, .primary-toolbar .inline-toolbar entry.error, .primary-toolbar entry.error, headerbar entry.error { - color: white; - border-color: rgba(16, 16, 16, 0.4); - background-color: #aa3a34; } - .primary-toolbar toolbar entry.error:focus, .primary-toolbar .inline-toolbar entry.error:focus, .primary-toolbar entry.error:focus, headerbar entry.error:focus { - color: white; - background-color: #FC4138; } - .primary-toolbar toolbar entry.error selection, .primary-toolbar .inline-toolbar entry.error selection, .primary-toolbar entry.error selection, headerbar entry.error selection, .primary-toolbar toolbar entry.error selection:focus, .primary-toolbar .inline-toolbar entry.error selection:focus, .primary-toolbar entry.error selection:focus, headerbar entry.error selection:focus { - background-color: white; - color: #FC4138; } - -.primary-toolbar toolbar button, .primary-toolbar .inline-toolbar button, .primary-toolbar button, headerbar button { - color: #ded6d6; - outline-color: rgba(222, 214, 214, 0.3); - outline-offset: -3px; - background-color: rgba(47, 47, 47, 0); - border-color: rgba(47, 47, 47, 0); } - .primary-toolbar toolbar button:backdrop, .primary-toolbar .inline-toolbar button:backdrop, .primary-toolbar button:backdrop, headerbar button:backdrop { - opacity: 0.7; } - .primary-toolbar toolbar button:hover, .primary-toolbar .inline-toolbar button:hover, .primary-toolbar button:hover, headerbar button:hover { - color: #ded6d6; - outline-color: rgba(222, 214, 214, 0.3); - border-color: rgba(16, 16, 16, 0.4); - background-color: rgba(103, 103, 103, 0.4); } - .primary-toolbar toolbar button:active, .primary-toolbar .inline-toolbar button:active, .primary-toolbar button:active, headerbar button:active, .primary-toolbar toolbar button:checked, .primary-toolbar .inline-toolbar button:checked, .primary-toolbar button:checked, headerbar button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: transparent; - background-color: #1565c0; - background-clip: padding-box; } - .primary-toolbar toolbar button:disabled, .primary-toolbar .inline-toolbar button:disabled, .primary-toolbar button:disabled, headerbar button:disabled { - color: rgba(222, 214, 214, 0.55); - background-color: rgba(47, 47, 47, 0); - border-color: rgba(47, 47, 47, 0); } - .primary-toolbar toolbar button:disabled label, .primary-toolbar .inline-toolbar button:disabled label, .primary-toolbar button:disabled label, headerbar button:disabled label { - color: inherit; } - .primary-toolbar toolbar button:disabled:active, .primary-toolbar .inline-toolbar button:disabled:active, .primary-toolbar button:disabled:active, headerbar button:disabled:active, .primary-toolbar toolbar button:disabled:checked, .primary-toolbar .inline-toolbar button:disabled:checked, .primary-toolbar button:disabled:checked, headerbar button:disabled:checked { - color: rgba(255, 255, 255, 0.75); - border-color: rgba(21, 101, 192, 0.65); - background-color: rgba(21, 101, 192, 0.65); } - -.primary-toolbar toolbar.selection-mode button, .primary-toolbar .selection-mode.inline-toolbar button, .selection-mode.primary-toolbar button, headerbar.selection-mode button, .primary-toolbar toolbar.selection-mode button.flat, .primary-toolbar .selection-mode.inline-toolbar button.flat, .selection-mode.primary-toolbar button.flat, headerbar.selection-mode button.flat, .primary-toolbar toolbar.selection-mode button.sidebar-button, .primary-toolbar .selection-mode.inline-toolbar button.sidebar-button, .selection-mode.primary-toolbar button.sidebar-button, headerbar.selection-mode button.sidebar-button { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #ffffff; - background-color: rgba(255, 255, 255, 0); } - -.primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) button:not(:last-child):not(:only-child), headerbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) button:not(:last-child):not(:only-child) { - margin-right: 1px; } - -.primary-toolbar toolbar .linked:not(.vertical):not(.path-bar) > button, .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > button, headerbar .linked:not(.vertical):not(.path-bar) > button, .primary-toolbar toolbar .linked:not(.vertical):not(.path-bar) > button:hover, .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > button:hover, .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:hover, headerbar .linked:not(.vertical):not(.path-bar) > button:hover, .primary-toolbar toolbar .linked:not(.vertical):not(.path-bar) > button:active, .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:active, headerbar .linked:not(.vertical):not(.path-bar) > button:active, .primary-toolbar toolbar .linked:not(.vertical):not(.path-bar) > button:checked, .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > button:checked, .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:checked, headerbar .linked:not(.vertical):not(.path-bar) > button:checked, .primary-toolbar toolbar .linked:not(.vertical):not(.path-bar) > button:disabled, .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > button:disabled, .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:disabled, headerbar .linked:not(.vertical):not(.path-bar) > button:disabled { - border-radius: 3px; - border-style: solid; } - -.primary-toolbar toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), -.primary-toolbar toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), -.primary-toolbar toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), -.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), -.primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), -headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), -.primary-toolbar toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), -.primary-toolbar toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover), -.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover), -.primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover), -headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) { - box-shadow: none; } - -.primary-toolbar toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, -.primary-toolbar toolbar .linked:not(.vertical).path-bar > button, -.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > button, -.primary-toolbar .linked:not(.vertical).path-bar > button, -headerbar .linked:not(.vertical).path-bar > button { - color: #ded6d6; - outline-color: rgba(222, 214, 214, 0.3); - border-color: rgba(16, 16, 16, 0.4); - background-color: rgba(103, 103, 103, 0.4); } - .primary-toolbar toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, - .primary-toolbar toolbar .linked:not(.vertical).path-bar > button:hover, - .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > button:hover, - .primary-toolbar .linked:not(.vertical).path-bar > button:hover, - headerbar .linked:not(.vertical).path-bar > button:hover { - background-color: rgba(141, 141, 141, 0.4); } - .primary-toolbar toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, .primary-toolbar toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, - .primary-toolbar toolbar .linked:not(.vertical).path-bar > button:active, - .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > button:active, - .primary-toolbar .linked:not(.vertical).path-bar > button:active, - headerbar .linked:not(.vertical).path-bar > button:active, - .primary-toolbar toolbar .linked:not(.vertical).path-bar > button:checked, - .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > button:checked, - .primary-toolbar .linked:not(.vertical).path-bar > button:checked, - headerbar .linked:not(.vertical).path-bar > button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: transparent; - background-color: #1565c0; } - .primary-toolbar toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, - .primary-toolbar toolbar .linked:not(.vertical).path-bar > button:disabled, - .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > button:disabled, - .primary-toolbar .linked:not(.vertical).path-bar > button:disabled, - headerbar .linked:not(.vertical).path-bar > button:disabled { - color: rgba(222, 214, 214, 0.6); } - -.primary-toolbar toolbar .linked:not(.vertical) entry, .primary-toolbar .inline-toolbar .linked:not(.vertical) entry, .primary-toolbar .linked:not(.vertical) entry, headerbar .linked:not(.vertical) entry { - box-shadow: none; } - .primary-toolbar toolbar .linked:not(.vertical) entry:focus, .primary-toolbar .inline-toolbar .linked:not(.vertical) entry:focus, .primary-toolbar .linked:not(.vertical) entry:focus, headerbar .linked:not(.vertical) entry:focus { - color: #ded6d6; - border-color: rgba(16, 16, 16, 0.4); - background-color: rgba(103, 103, 103, 0.4); - background-clip: padding-box; } - .primary-toolbar toolbar .linked:not(.vertical) entry:focus image, .primary-toolbar .inline-toolbar .linked:not(.vertical) entry:focus image, .primary-toolbar .linked:not(.vertical) entry:focus image, headerbar .linked:not(.vertical) entry:focus image, .primary-toolbar .linked:not(.vertical) entry:focus image:hover, headerbar .linked:not(.vertical) entry:focus image:hover { - color: inherit; } - .primary-toolbar toolbar .linked:not(.vertical) entry + button:last-child, .primary-toolbar .inline-toolbar .linked:not(.vertical) entry + button:last-child, .primary-toolbar .linked:not(.vertical) entry + button:last-child, headerbar .linked:not(.vertical) entry + button:last-child { - color: #ded6d6; - outline-color: rgba(222, 214, 214, 0.3); - border-color: rgba(16, 16, 16, 0.4); - background-color: rgba(103, 103, 103, 0.4); } - .primary-toolbar .linked:not(.vertical) entry + button:last-child:hover, headerbar .linked:not(.vertical) entry + button:last-child:hover { - background-color: rgba(141, 141, 141, 0.4); } - .primary-toolbar .linked:not(.vertical) entry + button:last-child:active, headerbar .linked:not(.vertical) entry + button:last-child:active, .primary-toolbar .linked:not(.vertical) entry + button:last-child:checked, headerbar .linked:not(.vertical) entry + button:last-child:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: transparent; - background-color: #1565c0; } - .primary-toolbar .linked:not(.vertical) entry + button:last-child:disabled, headerbar .linked:not(.vertical) entry + button:last-child:disabled { - color: rgba(222, 214, 214, 0.6); - background-color: rgba(103, 103, 103, 0.2); - border-color: rgba(16, 16, 16, 0.4); } - .primary-toolbar .linked:not(.vertical) entry + button:last-child:disabled:checked, headerbar .linked:not(.vertical) entry + button:last-child:disabled:checked { - background-color: rgba(21, 101, 192, 0.65); - color: rgba(255, 255, 255, 0.75); } - -.primary-toolbar toolbar button.suggested-action, .primary-toolbar .inline-toolbar button.suggested-action, .primary-toolbar button.suggested-action, headerbar button.suggested-action { - background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #6db442; - border-color: #6db442; } - .primary-toolbar toolbar button.suggested-action.flat, .primary-toolbar .inline-toolbar button.suggested-action.flat, .primary-toolbar button.suggested-action.flat, headerbar button.suggested-action.flat, .primary-toolbar toolbar button.suggested-action.sidebar-button, .primary-toolbar .inline-toolbar button.suggested-action.sidebar-button, .primary-toolbar button.suggested-action.sidebar-button, headerbar button.suggested-action.sidebar-button { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #6db442; - outline-color: rgba(109, 180, 66, 0.3); } - .primary-toolbar toolbar button.suggested-action:hover, .primary-toolbar .inline-toolbar button.suggested-action:hover, .primary-toolbar button.suggested-action:hover, headerbar button.suggested-action:hover { - background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #88c663; - border-color: #88c663; } - .primary-toolbar toolbar button.suggested-action:active, .primary-toolbar .inline-toolbar button.suggested-action:active, .primary-toolbar button.suggested-action:active, headerbar button.suggested-action:active, .primary-toolbar toolbar button.suggested-action:checked, .primary-toolbar .inline-toolbar button.suggested-action:checked, .primary-toolbar button.suggested-action:checked, headerbar button.suggested-action:checked { - background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #568f34; - border-color: #568f34; } - .primary-toolbar toolbar button.suggested-action.flat:disabled, .primary-toolbar .inline-toolbar button.suggested-action.flat:disabled, .primary-toolbar button.suggested-action.flat:disabled, headerbar button.suggested-action.flat:disabled, .primary-toolbar toolbar button.suggested-action.sidebar-button:disabled, .primary-toolbar .inline-toolbar button.suggested-action.sidebar-button:disabled, .primary-toolbar button.suggested-action.sidebar-button:disabled, headerbar button.suggested-action.sidebar-button:disabled, .primary-toolbar toolbar button.suggested-action:disabled, .primary-toolbar .inline-toolbar button.suggested-action:disabled, .primary-toolbar button.suggested-action:disabled, headerbar button.suggested-action:disabled { - color: rgba(222, 214, 214, 0.55); - background-color: rgba(47, 47, 47, 0); - border-color: rgba(47, 47, 47, 0); } - .primary-toolbar toolbar button.suggested-action.flat:disabled label, .primary-toolbar .inline-toolbar button.suggested-action.flat:disabled label, .primary-toolbar button.suggested-action.flat:disabled label, headerbar button.suggested-action.flat:disabled label, .primary-toolbar toolbar button.suggested-action.sidebar-button:disabled label, .primary-toolbar .inline-toolbar button.suggested-action.sidebar-button:disabled label, .primary-toolbar button.suggested-action.sidebar-button:disabled label, headerbar button.suggested-action.sidebar-button:disabled label, .primary-toolbar toolbar button.suggested-action:disabled label, .primary-toolbar .inline-toolbar button.suggested-action:disabled label, .primary-toolbar button.suggested-action:disabled label, headerbar button.suggested-action:disabled label { - color: inherit; } - -.primary-toolbar toolbar button.suggested-action:backdrop, .primary-toolbar .inline-toolbar button.suggested-action:backdrop, .primary-toolbar button.suggested-action:backdrop, headerbar button.suggested-action:backdrop, .primary-toolbar toolbar button.suggested-action:backdrop, .primary-toolbar .inline-toolbar button.suggested-action:backdrop, .primary-toolbar button.suggested-action:backdrop, headerbar button.suggested-action:backdrop { - opacity: 0.8; } - -.primary-toolbar toolbar button.destructive-action, .primary-toolbar .inline-toolbar button.destructive-action, .primary-toolbar button.destructive-action, headerbar button.destructive-action { - background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #F04A50; - border-color: #F04A50; } - .primary-toolbar toolbar button.destructive-action.flat, .primary-toolbar .inline-toolbar button.destructive-action.flat, .primary-toolbar button.destructive-action.flat, headerbar button.destructive-action.flat, .primary-toolbar toolbar button.destructive-action.sidebar-button, .primary-toolbar .inline-toolbar button.destructive-action.sidebar-button, .primary-toolbar button.destructive-action.sidebar-button, headerbar button.destructive-action.sidebar-button { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #F04A50; - outline-color: rgba(240, 74, 80, 0.3); } - .primary-toolbar toolbar button.destructive-action:hover, .primary-toolbar .inline-toolbar button.destructive-action:hover, .primary-toolbar button.destructive-action:hover, headerbar button.destructive-action:hover { - background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #f4797e; - border-color: #f4797e; } - .primary-toolbar toolbar button.destructive-action:active, .primary-toolbar .inline-toolbar button.destructive-action:active, .primary-toolbar button.destructive-action:active, headerbar button.destructive-action:active, .primary-toolbar toolbar button.destructive-action:checked, .primary-toolbar .inline-toolbar button.destructive-action:checked, .primary-toolbar button.destructive-action:checked, headerbar button.destructive-action:checked { - background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #ec1b22; - border-color: #ec1b22; } - .primary-toolbar toolbar button.destructive-action.flat:disabled, .primary-toolbar .inline-toolbar button.destructive-action.flat:disabled, .primary-toolbar button.destructive-action.flat:disabled, headerbar button.destructive-action.flat:disabled, .primary-toolbar toolbar button.destructive-action.sidebar-button:disabled, .primary-toolbar .inline-toolbar button.destructive-action.sidebar-button:disabled, .primary-toolbar button.destructive-action.sidebar-button:disabled, headerbar button.destructive-action.sidebar-button:disabled, .primary-toolbar toolbar button.destructive-action:disabled, .primary-toolbar .inline-toolbar button.destructive-action:disabled, .primary-toolbar button.destructive-action:disabled, headerbar button.destructive-action:disabled { - color: rgba(222, 214, 214, 0.55); - background-color: rgba(47, 47, 47, 0); - border-color: rgba(47, 47, 47, 0); } - .primary-toolbar toolbar button.destructive-action.flat:disabled label, .primary-toolbar .inline-toolbar button.destructive-action.flat:disabled label, .primary-toolbar button.destructive-action.flat:disabled label, headerbar button.destructive-action.flat:disabled label, .primary-toolbar toolbar button.destructive-action.sidebar-button:disabled label, .primary-toolbar .inline-toolbar button.destructive-action.sidebar-button:disabled label, .primary-toolbar button.destructive-action.sidebar-button:disabled label, headerbar button.destructive-action.sidebar-button:disabled label, .primary-toolbar toolbar button.destructive-action:disabled label, .primary-toolbar .inline-toolbar button.destructive-action:disabled label, .primary-toolbar button.destructive-action:disabled label, headerbar button.destructive-action:disabled label { - color: inherit; } - -.primary-toolbar toolbar button.destructive-action:backdrop, .primary-toolbar .inline-toolbar button.destructive-action:backdrop, .primary-toolbar button.destructive-action:backdrop, headerbar button.destructive-action:backdrop, .primary-toolbar toolbar button.destructive-action:backdrop, .primary-toolbar .inline-toolbar button.destructive-action:backdrop, .primary-toolbar button.destructive-action:backdrop, headerbar button.destructive-action:backdrop { - opacity: 0.8; } - -.primary-toolbar toolbar spinbutton:focus button, .primary-toolbar .inline-toolbar spinbutton:focus button, .primary-toolbar spinbutton:focus button, headerbar spinbutton:focus button { - color: #ffffff; } - .primary-toolbar toolbar spinbutton:focus button:hover, .primary-toolbar .inline-toolbar spinbutton:focus button:hover, .primary-toolbar spinbutton:focus button:hover, headerbar spinbutton:focus button:hover { - background-color: rgba(255, 255, 255, 0.1); - border-color: transparent; } - .primary-toolbar toolbar spinbutton:focus button:disabled, .primary-toolbar .inline-toolbar spinbutton:focus button:disabled, .primary-toolbar spinbutton:focus button:disabled, headerbar spinbutton:focus button:disabled { - color: rgba(255, 255, 255, 0.4); } - -.primary-toolbar toolbar spinbutton button, .primary-toolbar .inline-toolbar spinbutton button, .primary-toolbar spinbutton button, headerbar spinbutton button { - color: #ded6d6; } - .primary-toolbar toolbar spinbutton button:hover, .primary-toolbar .inline-toolbar spinbutton button:hover, .primary-toolbar spinbutton button:hover, headerbar spinbutton button:hover { - background-color: rgba(222, 214, 214, 0.25); - border-color: transparent; } - .primary-toolbar toolbar spinbutton button:disabled, .primary-toolbar .inline-toolbar spinbutton button:disabled, .primary-toolbar spinbutton button:disabled, headerbar spinbutton button:disabled { - color: rgba(222, 214, 214, 0.7); } - .primary-toolbar toolbar spinbutton button:active, .primary-toolbar .inline-toolbar spinbutton button:active, .primary-toolbar spinbutton button:active, headerbar spinbutton button:active { - background-color: rgba(0, 0, 0, 0.1); } - -.primary-toolbar toolbar combobox:disabled, .primary-toolbar .inline-toolbar combobox:disabled, .primary-toolbar combobox:disabled, headerbar combobox:disabled { - color: rgba(222, 214, 214, 0.4); } - -.primary-toolbar toolbar combobox > .linked > button.combo, .primary-toolbar .inline-toolbar combobox > .linked > button.combo, .primary-toolbar combobox > .linked > button.combo, headerbar combobox > .linked > button.combo { - color: #ded6d6; - border-color: rgba(16, 16, 16, 0.4); - background-color: rgba(103, 103, 103, 0.4); } - .primary-toolbar toolbar combobox > .linked > button.combo image, .primary-toolbar .inline-toolbar combobox > .linked > button.combo image, .primary-toolbar combobox > .linked > button.combo image, headerbar combobox > .linked > button.combo image, .primary-toolbar toolbar combobox > .linked > button.combo image:hover, .primary-toolbar .inline-toolbar combobox > .linked > button.combo image:hover, .primary-toolbar combobox > .linked > button.combo image:hover, headerbar combobox > .linked > button.combo image:hover { - color: inherit; } - .primary-toolbar toolbar combobox > .linked > button.combo:hover, .primary-toolbar .inline-toolbar combobox > .linked > button.combo:hover, .primary-toolbar combobox > .linked > button.combo:hover, headerbar combobox > .linked > button.combo:hover { - color: #ded6d6; - border-color: #1565c0; - background-color: rgba(103, 103, 103, 0.4); - box-shadow: none; } - .primary-toolbar toolbar combobox > .linked > button.combo:disabled, .primary-toolbar .inline-toolbar combobox > .linked > button.combo:disabled, .primary-toolbar combobox > .linked > button.combo:disabled, headerbar combobox > .linked > button.combo:disabled { - color: rgba(222, 214, 214, 0.55); - background-color: rgba(103, 103, 103, 0.25); } - -.primary-toolbar toolbar combobox > .linked > entry.combo:dir(ltr), .primary-toolbar .inline-toolbar combobox > .linked > entry.combo:dir(ltr), .primary-toolbar combobox > .linked > entry.combo:dir(ltr), headerbar combobox > .linked > entry.combo:dir(ltr) { - border-right-style: none; } - .primary-toolbar toolbar combobox > .linked > entry.combo:dir(ltr):focus, .primary-toolbar .inline-toolbar combobox > .linked > entry.combo:dir(ltr):focus, .primary-toolbar combobox > .linked > entry.combo:dir(ltr):focus, headerbar combobox > .linked > entry.combo:dir(ltr):focus { - box-shadow: none; } - -.primary-toolbar toolbar combobox > .linked > entry.combo:dir(rtl), .primary-toolbar .inline-toolbar combobox > .linked > entry.combo:dir(rtl), .primary-toolbar combobox > .linked > entry.combo:dir(rtl), headerbar combobox > .linked > entry.combo:dir(rtl) { - border-left-style: none; } - .primary-toolbar toolbar combobox > .linked > entry.combo:dir(rtl):focus, .primary-toolbar .inline-toolbar combobox > .linked > entry.combo:dir(rtl):focus, .primary-toolbar combobox > .linked > entry.combo:dir(rtl):focus, headerbar combobox > .linked > entry.combo:dir(rtl):focus { - box-shadow: none; } - -.primary-toolbar toolbar combobox > .linked > button.combo:dir(ltr), .primary-toolbar .inline-toolbar combobox > .linked > button.combo:dir(ltr), .primary-toolbar combobox > .linked > button.combo:dir(ltr), headerbar combobox > .linked > button.combo:dir(ltr), .primary-toolbar toolbar combobox > .linked > button.combo:dir(ltr):hover, .primary-toolbar .inline-toolbar combobox > .linked > button.combo:dir(ltr):hover, .primary-toolbar combobox > .linked > button.combo:dir(ltr):hover, headerbar combobox > .linked > button.combo:dir(ltr):hover, .primary-toolbar toolbar combobox > .linked > button.combo:dir(ltr):active, .primary-toolbar .inline-toolbar combobox > .linked > button.combo:dir(ltr):active, .primary-toolbar combobox > .linked > button.combo:dir(ltr):active, headerbar combobox > .linked > button.combo:dir(ltr):active, .primary-toolbar toolbar combobox > .linked > button.combo:dir(ltr):checked, .primary-toolbar .inline-toolbar combobox > .linked > button.combo:dir(ltr):checked, .primary-toolbar combobox > .linked > button.combo:dir(ltr):checked, headerbar combobox > .linked > button.combo:dir(ltr):checked, .primary-toolbar toolbar combobox > .linked > button.combo:dir(ltr):disabled, .primary-toolbar .inline-toolbar combobox > .linked > button.combo:dir(ltr):disabled, .primary-toolbar combobox > .linked > button.combo:dir(ltr):disabled, headerbar combobox > .linked > button.combo:dir(ltr):disabled { - border-top-left-radius: 0; - border-bottom-left-radius: 0; } - -.primary-toolbar toolbar combobox > .linked > button.combo:dir(rtl), .primary-toolbar .inline-toolbar combobox > .linked > button.combo:dir(rtl), .primary-toolbar combobox > .linked > button.combo:dir(rtl), headerbar combobox > .linked > button.combo:dir(rtl), .primary-toolbar toolbar combobox > .linked > button.combo:dir(rtl):hover, .primary-toolbar .inline-toolbar combobox > .linked > button.combo:dir(rtl):hover, .primary-toolbar combobox > .linked > button.combo:dir(rtl):hover, headerbar combobox > .linked > button.combo:dir(rtl):hover, .primary-toolbar toolbar combobox > .linked > button.combo:dir(rtl):active, .primary-toolbar .inline-toolbar combobox > .linked > button.combo:dir(rtl):active, .primary-toolbar combobox > .linked > button.combo:dir(rtl):active, headerbar combobox > .linked > button.combo:dir(rtl):active, .primary-toolbar toolbar combobox > .linked > button.combo:dir(rtl):checked, .primary-toolbar .inline-toolbar combobox > .linked > button.combo:dir(rtl):checked, .primary-toolbar combobox > .linked > button.combo:dir(rtl):checked, headerbar combobox > .linked > button.combo:dir(rtl):checked, .primary-toolbar toolbar combobox > .linked > button.combo:dir(rtl):disabled, .primary-toolbar .inline-toolbar combobox > .linked > button.combo:dir(rtl):disabled, .primary-toolbar combobox > .linked > button.combo:dir(rtl):disabled, headerbar combobox > .linked > button.combo:dir(rtl):disabled { - border-top-right-radius: 0; - border-bottom-right-radius: 0; } - -.primary-toolbar toolbar switch:backdrop, .primary-toolbar .inline-toolbar switch:backdrop, .primary-toolbar switch:backdrop, headerbar switch:backdrop { - opacity: 0.75; } - -.primary-toolbar toolbar progressbar trough, .primary-toolbar .inline-toolbar progressbar trough, .primary-toolbar progressbar trough, headerbar progressbar trough { - background-color: rgba(16, 16, 16, 0.4); } - -.primary-toolbar toolbar progressbar:backdrop, .primary-toolbar .inline-toolbar progressbar:backdrop, .primary-toolbar progressbar:backdrop, headerbar progressbar:backdrop { - opacity: 0.75; } - -.primary-toolbar toolbar scale:backdrop, .primary-toolbar .inline-toolbar scale:backdrop, .primary-toolbar scale:backdrop, headerbar scale:backdrop { - opacity: 0.75; } - -.primary-toolbar toolbar scale slider, .primary-toolbar .inline-toolbar scale slider, .primary-toolbar scale slider, headerbar scale slider { - background-color: #494848; - border-color: rgba(16, 16, 16, 0.7); } - .primary-toolbar toolbar scale slider:hover, .primary-toolbar .inline-toolbar scale slider:hover, .primary-toolbar scale slider:hover, headerbar scale slider:hover { - background-color: #555555; - border-color: rgba(16, 16, 16, 0.7); } - .primary-toolbar toolbar scale slider:active, .primary-toolbar .inline-toolbar scale slider:active, .primary-toolbar scale slider:active, headerbar scale slider:active { - background-color: #1565c0; - border-color: #1565c0; } - .primary-toolbar toolbar scale slider:disabled, .primary-toolbar .inline-toolbar scale slider:disabled, .primary-toolbar scale slider:disabled, headerbar scale slider:disabled { - background-color: #414141; - border-color: rgba(16, 16, 16, 0.7); } - -.primary-toolbar toolbar scale trough, .primary-toolbar .inline-toolbar scale trough, .primary-toolbar scale trough, headerbar scale trough { - background-color: rgba(16, 16, 16, 0.4); } - .primary-toolbar toolbar scale trough:disabled, .primary-toolbar .inline-toolbar scale trough:disabled, .primary-toolbar scale trough:disabled, headerbar scale trough:disabled { - background-color: rgba(16, 16, 16, 0.3); } - -.path-bar button.text-button, .path-bar button.image-button, .path-bar headerbar button.titlebutton, headerbar .path-bar button.titlebutton, -.path-bar .titlebar button.titlebutton, .titlebar .path-bar button.titlebutton, .path-bar button { - padding-left: 6px; - padding-right: 6px; } - -.path-bar button.text-button.image-button label, .path-bar headerbar button.text-button.titlebutton label, headerbar .path-bar button.text-button.titlebutton label, .path-bar .titlebar button.text-button.titlebutton label, .titlebar .path-bar button.text-button.titlebutton label { - padding-left: 0; - padding-right: 0; } - -.path-bar button.text-button.image-button label:last-child, .path-bar headerbar button.text-button.titlebutton label:last-child, headerbar .path-bar button.text-button.titlebutton label:last-child, .path-bar .titlebar button.text-button.titlebutton label:last-child, .titlebar .path-bar button.text-button.titlebutton label:last-child, .path-bar button label:last-child { - padding-right: 10px; } - -.path-bar button.text-button.image-button label:first-child, .path-bar headerbar button.text-button.titlebutton label:first-child, headerbar .path-bar button.text-button.titlebutton label:first-child, .path-bar .titlebar button.text-button.titlebutton label:first-child, .titlebar .path-bar button.text-button.titlebutton label:first-child, .path-bar button label:first-child { - padding-left: 10px; } - -.path-bar button.slider-button, .path-bar button:not(.image-button):not(.text-button) { - padding-left: 1px; - padding-right: 1px; } - -.path-bar button image { - padding-left: 4px; - padding-right: 4px; } - -treeview.view { - border-left-color: rgba(218, 218, 218, 0.15); - border-top-color: rgba(0, 0, 0, 0.1); } - * { - -GtkTreeView-horizontal-separator: 4; - -GtkTreeView-grid-line-width: 1; - -GtkTreeView-grid-line-pattern: ''; - -GtkTreeView-tree-line-width: 1; - -GtkTreeView-tree-line-pattern: ''; - -GtkTreeView-expander-size: 16; } - treeview.view acceleditor > label { - background-color: #1565c0; } - treeview.view:selected, treeview.view:selected:focus { - border-radius: 0; - border-left-color: #8ab2e0; - border-top-color: rgba(218, 218, 218, 0.1); } - treeview.view:disabled { - color: rgba(218, 218, 218, 0.55); } - treeview.view:disabled:selected { - color: #73a3d9; } - treeview.view.separator { - min-height: 2px; - color: rgba(0, 0, 0, 0.1); } - treeview.view:drop(active) { - border-style: solid none; - border-width: 1px; - border-color: #78a0cd; } - treeview.view:drop(active).after { - border-top-style: none; } - treeview.view:drop(active).before { - border-bottom-style: none; } - treeview.view.expander { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - color: #8d8d8d; } - treeview.view.expander:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } - treeview.view.expander:hover { - color: #DADADA; } - treeview.view.expander:selected { - color: #b9d1ec; } - treeview.view.expander:selected:hover { - color: #ffffff; } - treeview.view.expander:checked { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } - treeview.view.progressbar, treeview.view.progressbar:focus { - color: #ffffff; - border-radius: 2px; - background-color: #1565c0; } - treeview.view.progressbar:selected, treeview.view.progressbar:selected:focus, treeview.view.progressbar:focus:selected, treeview.view.progressbar:focus:selected:focus { - color: #1565c0; - box-shadow: none; - background-color: #ffffff; } - treeview.view.trough { - color: #DADADA; - background-color: #2b2b2b; - border-radius: 2px; - border: 1px solid #292929; } - treeview.view.trough:selected, treeview.view.trough:selected:focus { - color: #ffffff; - background-color: rgba(0, 0, 0, 0.2); - border-radius: 2px; - border-width: 0; } - treeview.view header button { - padding: 3px 6px; - font-weight: bold; - color: #bbbbbb; - background-color: #353535; - background-image: none; - border-style: none solid solid none; - border-radius: 0; - border-color: #292929; } - treeview.view header button:active, treeview.view header button:hover { - background-color: #3d3d3d; } - treeview.view header button:active:hover { - color: #DADADA; } - treeview.view header button:disabled { - border-color: #383838; - background-image: none; } - treeview.view header button:last-child { - border-right-style: none; } - treeview.view button.dnd, treeview.view button.dnd:selected, treeview.view button.dnd:hover, treeview.view button.dnd:active, - treeview.view header.button.dnd, - treeview.view header.button.dnd:selected, - treeview.view header.button.dnd:hover, - treeview.view header.button.dnd:active { - transition: none; - color: #1565c0; - box-shadow: inset 1px 1px 0 1px #1565c0, inset -1px 0 0 1px #1565c0, inset 1px 1px #404040, inset -1px 0 #404040; } - -menubar, -.menubar { - -GtkWidget-window-dragging: true; - padding: 0px; - background-color: #2f2f2f; - color: #ded6d6; } - menubar:backdrop, - .menubar:backdrop { - color: rgba(222, 214, 214, 0.7); } - menubar > menuitem, - .menubar > menuitem { - padding: 6px 8px; - border: solid transparent; - border-width: 0; } - menubar > menuitem:hover, - .menubar > menuitem:hover { - background-color: #1565c0; - color: #ffffff; } - menubar > menuitem:disabled, - .menubar > menuitem:disabled { - color: rgba(222, 214, 214, 0.4); - border-color: transparent; } - menubar > menuitem > label:disabled, - .menubar > menuitem > label:disabled { - color: rgba(222, 214, 214, 0.55); } - -menu, -.menu { - margin: 4px; - padding: 0; - border-radius: 0; - background-color: #383838; - border: 1px solid #292929; } - .csd menu, .csd - .menu { - padding: 5px 0px; - border-radius: 2px; - border: none; } - menu separator, - .csd menu separator, - .menu separator, - .csd - .menu separator { - margin: 4px 0px; - /* NOTE: Color before #292929 */ - background-color: rgba(0, 0, 0, 0); } - menu .separator:not(label), - .csd menu .separator:not(label), - .menu .separator:not(label), - .csd - .menu .separator:not(label) { - color: #383838; } - menu menuitem, - .menu menuitem { - min-height: 16px; - min-width: 40px; - padding: 5px 10px; } - menu menuitem:hover, - .menu menuitem:hover { - color: #ffffff; - background-color: #1565c0; } - menu menuitem:disabled, - .menu menuitem:disabled { - color: rgba(218, 218, 218, 0.55); } - menu menuitem arrow, - .menu menuitem arrow { - min-height: 16px; - min-width: 16px; } - menu menuitem arrow:dir(ltr), - .menu menuitem arrow:dir(ltr) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - margin-left: 10px; } - menu menuitem arrow:dir(rtl), - .menu menuitem arrow:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); - margin-right: 10px; } - menuitem accelerator { - color: alpha(currentColor,0.55); } - menuitem check, menuitem radio { - min-height: 16px; - min-width: 16px; } - menuitem check:dir(ltr), menuitem radio:dir(ltr) { - margin-right: 6px; - margin-left: 2px; } - menuitem check:dir(rtl), menuitem radio:dir(rtl) { - margin-left: 6px; - margin-right: 2px; } - menu > arrow, - .menu > arrow { - border-color: transparent; - background-color: transparent; - background-image: none; - min-width: 16px; - min-height: 16px; - padding: 4px; - background-color: #383838; - border-radius: 0; } - menu > arrow.top, - .menu > arrow.top { - margin-top: -6px; - border-bottom: 1px solid #4f4f4f; - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); } - menu > arrow.bottom, - .menu > arrow.bottom { - margin-bottom: -6px; - border-top: 1px solid #4f4f4f; - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } - menu > arrow:hover, - .menu > arrow:hover { - background-color: #4f4f4f; } - menu > arrow:disabled, - .menu > arrow:disabled { - color: transparent; - background-color: transparent; - border-color: transparent; } - -.csd .popup { - border-radius: 2px; } - -popover, -popover.background { - padding: 2px; - border-radius: 3px; - background-clip: border-box; - background-color: #383838; - box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.35); } - .csd popover, popover, .csd - popover.background, - popover.background { - border: 1px solid #1c1c1c; } - popover separator, - popover.background separator { - background-color: #383838; } - popover > list, - popover > .view, - popover > iconview, - popover > toolbar, - popover > .inline-toolbar, - popover.background > list, - popover.background > .view, - popover.background > iconview, - popover.background > toolbar, - popover.background > .inline-toolbar { - border-style: none; - background-color: transparent; } - -cursor-handle { - background-color: transparent; - background-image: none; - box-shadow: none; - border-style: none; } - cursor-handle.top { - -gtk-icon-source: -gtk-icontheme("selection-start-symbolic"); } - cursor-handle.bottom { - -gtk-icon-source: -gtk-icontheme("selection-end-symbolic"); } - -notebook { - padding: 0; } - notebook.frame { - border: 1px solid #292929; } - notebook.frame > header { - margin: -1px; } - notebook.frame > header.top { - margin-bottom: 0; } - notebook.frame > header.bottom { - margin-top: 0; } - notebook.frame > header.left { - margin-right: 0; } - notebook.frame > header.right { - margin-left: 0; } - notebook.frame > header.top, notebook.frame > header.bottom { - padding-left: 0; - padding-right: 0; } - notebook.frame > header.left, notebook.frame > header.right { - padding-top: 0; - padding-bottom: 0; } - notebook > stack:not(:only-child) { - background-color: #404040; } - notebook > header { - padding: 2px; - background-color: #383838; - /* button in headers */ } - notebook > header.top { - box-shadow: inset 0 -1px #292929; } - notebook > header.bottom { - box-shadow: inset 0 1px #292929; } - notebook > header.right { - box-shadow: inset 1px 0 #292929; } - notebook > header.left { - box-shadow: inset -1px 0 #292929; } - notebook > header.top { - padding-bottom: 0; } - notebook > header.top > tabs > tab { - padding: 2px 10px; - min-width: 20px; - min-height: 20px; - outline-offset: -4px; - border: 1px solid transparent; - border-bottom: none; - border-radius: 1px 1px 0 0; } - notebook > header.top > tabs > tab + tab { - margin-left: -1px; } - notebook > header.bottom { - padding-top: 0; } - notebook > header.bottom > tabs > tab { - padding: 2px 10px; - min-width: 20px; - min-height: 20px; - outline-offset: -4px; - border: 1px solid transparent; - border-top: none; - border-radius: 0 0 1px 1px; } - notebook > header.bottom > tabs > tab + tab { - margin-left: -1px; } - notebook > header.right { - padding-left: 0; } - notebook > header.right > tabs > tab { - padding: 2px 10px; - min-width: 20px; - min-height: 20px; - outline-offset: -4px; - border: 1px solid transparent; - border-left: none; - border-radius: 0 1px 1px 0; } - notebook > header.right > tabs > tab + tab { - margin-top: -1px; } - notebook > header.left { - padding-right: 0; } - notebook > header.left > tabs > tab { - padding: 2px 10px; - min-width: 20px; - min-height: 20px; - outline-offset: -4px; - border: 1px solid transparent; - border-right: none; - border-radius: 1px 0 0 1px; } - notebook > header.left > tabs > tab + tab { - margin-top: -1px; } - notebook > header.top > tabs > arrow.up, notebook > header.bottom > tabs > arrow.up { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } - notebook > header.top > tabs > arrow.up:last-child, notebook > header.bottom > tabs > arrow.up:last-child { - margin-left: 2px; } - notebook > header.top > tabs > arrow.down, notebook > header.bottom > tabs > arrow.down { - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); } - notebook > header.top > tabs > arrow.down:first-child, notebook > header.bottom > tabs > arrow.down:first-child { - margin-right: 2px; } - notebook > header.left > tabs > arrow.up, notebook > header.right > tabs > arrow.up { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } - notebook > header.left > tabs > arrow.up:last-child, notebook > header.right > tabs > arrow.up:last-child { - margin-top: 2px; } - notebook > header.left > tabs > arrow.down, notebook > header.right > tabs > arrow.down { - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); } - notebook > header.left > tabs > arrow.down:first-child, notebook > header.right > tabs > arrow.down:first-child { - margin-bottom: 2px; } - notebook > header > tabs > arrow { - color: rgba(218, 218, 218, 0.55); } - notebook > header > tabs > arrow:hover { - color: rgba(218, 218, 218, 0.775); } - notebook > header > tabs > arrow:active { - color: #DADADA; } - notebook > header > tabs > arrow:disabled { - color: rgba(218, 218, 218, 0.25); } - notebook > header.top > tabs > tab:hover:not(:checked) { - box-shadow: inset 0 -1px #292929; } - notebook > header.bottom > tabs > tab:hover:not(:checked) { - box-shadow: inset 0 1px #292929; } - notebook > header.left > tabs > tab:hover:not(:checked) { - box-shadow: inset -1px 0 #292929; } - notebook > header.right > tabs > tab:hover:not(:checked) { - box-shadow: inset 1px 0 #292929; } - notebook > header > tabs > tab { - color: rgba(218, 218, 218, 0.55); - background-color: rgba(64, 64, 64, 0); } - notebook > header > tabs > tab:hover:not(:checked) { - color: rgba(218, 218, 218, 0.775); - background-color: rgba(64, 64, 64, 0.5); - border-color: #292929; } - notebook > header > tabs > tab:checked { - color: #DADADA; - background-color: #404040; - border-color: #292929; } - notebook > header > tabs > tab button.flat, notebook > header > tabs > tab button.sidebar-button { - min-height: 22px; - min-width: 16px; - padding: 0; - color: #a1a1a1; } - notebook > header > tabs > tab button.flat:hover, notebook > header > tabs > tab button.sidebar-button:hover { - color: #ff4d4d; } - notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.sidebar-button:active, notebook > header > tabs > tab button.flat:active:hover, notebook > header > tabs > tab button.sidebar-button:active:hover { - color: #1565c0; } - notebook > header button.flat, notebook > header button.sidebar-button { - padding: 2px; } - -scrollbar { - background-color: #3d3d3d; - transition: 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } - * { - -GtkScrollbar-has-backward-stepper: false; - -GtkScrollbar-has-forward-stepper: false; } - scrollbar.top { - border-bottom: 1px solid #292929; } - scrollbar.bottom { - border-top: 1px solid #292929; } - scrollbar.left { - border-right: 1px solid #292929; } - scrollbar.right { - border-left: 1px solid #292929; } - scrollbar button { - border: none; } - scrollbar slider { - min-width: 6px; - min-height: 6px; - margin: -1px; - border: 4px solid transparent; - border-radius: 8px; - background-clip: padding-box; - background-color: #797979; } - scrollbar slider:hover { - background-color: dimgray; } - scrollbar slider:hover:active { - background-color: #1565c0; } - scrollbar slider:disabled { - background-color: transparent; } - scrollbar.fine-tune slider { - min-width: 4px; - min-height: 4px; } - scrollbar.fine-tune.horizontal slider { - border-width: 5px 4px; } - scrollbar.fine-tune.vertical slider { - border-width: 4px 5px; } - scrollbar.overlay-indicator:not(.dragging):not(.hovering) { - opacity: 0.4; - border-color: transparent; - background-color: transparent; } - scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { - margin: 0; - min-width: 4px; - min-height: 4px; - background-color: darkgray; - border: 1px solid rgba(0, 0, 0, 0.3); } - scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical slider { - margin: 2px 0; - min-height: 40px; } - scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider { - margin: 0 2px; - min-width: 40px; } - scrollbar.overlay-indicator.dragging, scrollbar.overlay-indicator.hovering { - opacity: 0.99; } - scrollbar.horizontal slider { - min-width: 40px; } - scrollbar.vertical slider { - min-height: 40px; } - -switch { - font-size: 1px; - min-width: 52px; - min-height: 24px; - background-size: 52px 24px; - background-repeat: no-repeat; - background-position: center center; } - switch slider { - min-width: 1px; - min-height: 1px; } - switch, switch slider { - outline-color: transparent; - color: transparent; - border: none; - box-shadow: none; } - -switch { - background-image: -gtk-scaled(url("assets/switch-dark.png"), url("assets/switch-dark@2.png")); } - -menuitem:hover switch, -row:selected switch, -infobar switch { - background-image: -gtk-scaled(url("assets/switch-selected.png"), url("assets/switch-selected@2.png")); } - -headerbar switch, -.primary-toolbar switch, -.primary-toolbar toolbar switch, -.primary-toolbar .inline-toolbar switch { - background-image: -gtk-scaled(url("assets/switch-header-dark.png"), url("assets/switch-header-dark@2.png")); } - -switch:checked { - background-image: -gtk-scaled(url("assets/switch-active-dark.png"), url("assets/switch-active-dark@2.png")); } - -menuitem:hover switch:checked, -row:selected switch:checked, -infobar switch:checked { - background-image: -gtk-scaled(url("assets/switch-active-selected.png"), url("assets/switch-active-selected@2.png")); } - -headerbar switch:checked, -.primary-toolbar switch:checked, -.primary-toolbar toolbar switch:checked, -.primary-toolbar .inline-toolbar switch:checked { - background-image: -gtk-scaled(url("assets/switch-active-header-dark.png"), url("assets/switch-active-header-dark@2.png")); } - -switch:disabled { - background-image: -gtk-scaled(url("assets/switch-insensitive-dark.png"), url("assets/switch-insensitive-dark@2.png")); } - -menuitem:hover switch:disabled, -row:selected switch:disabled, -infobar switch:disabled { - background-image: -gtk-scaled(url("assets/switch-insensitive-selected.png"), url("assets/switch-insensitive-selected@2.png")); } - -headerbar switch:disabled, -.primary-toolbar switch:disabled, -.primary-toolbar toolbar switch:disabled, -.primary-toolbar .inline-toolbar switch:disabled { - background-image: -gtk-scaled(url("assets/switch-insensitive-header-dark.png"), url("assets/switch-insensitive-header-dark@2.png")); } - -switch:checked:disabled { - background-image: -gtk-scaled(url("assets/switch-active-insensitive-dark.png"), url("assets/switch-active-insensitive-dark@2.png")); } - -menuitem:hover switch:checked:disabled, -row:selected switch:checked:disabled, -infobar switch:checked:disabled { - background-image: -gtk-scaled(url("assets/switch-active-insensitive-selected.png"), url("assets/switch-active-insensitive-selected@2.png")); } - -headerbar switch:checked:disabled, -.primary-toolbar switch:checked:disabled, -.primary-toolbar toolbar switch:checked:disabled, -.primary-toolbar .inline-toolbar switch:checked:disabled { - background-image: -gtk-scaled(url("assets/switch-active-insensitive-header-dark.png"), url("assets/switch-active-insensitive-header-dark@2.png")); } - -.check, -check, -treeview.check { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); } - -.osd check { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); } - -menuitem check:hover, -.view check:selected, -iconview check:selected, -treeview.check:selected, -row:selected check, -infobar check { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-selected.png"), url("assets/checkbox-unchecked-selected@2.png")); } - -.check:disabled, -check:disabled, -treeview.check:disabled { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); } - -.osd check:disabled { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); } - -menuitem check:disabled:hover, -.view check:disabled:selected, -iconview check:disabled:selected, -treeview.check:disabled:selected, -row:selected check:disabled, -infobar check:disabled { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-selected.png"), url("assets/checkbox-unchecked-insensitive-selected@2.png")); } - -.check:indeterminate, -check:indeterminate, -treeview.check:indeterminate { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); } - -.osd check:indeterminate { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); } - -menuitem check:indeterminate:hover, -.view check:indeterminate:selected, -iconview check:indeterminate:selected, -treeview.check:indeterminate:selected, -row:selected check:indeterminate, -infobar check:indeterminate { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-selected.png"), url("assets/checkbox-mixed-selected@2.png")); } - -.check:indeterminate:disabled, -check:indeterminate:disabled, -treeview.check:indeterminate:disabled { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); } - -.osd check:indeterminate:disabled { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); } - -menuitem check:indeterminate:disabled:hover, -.view check:indeterminate:disabled:selected, -iconview check:indeterminate:disabled:selected, -treeview.check:indeterminate:disabled:selected, -row:selected check:indeterminate:disabled, -infobar check:indeterminate:disabled { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-selected.png"), url("assets/checkbox-mixed-insensitive-selected@2.png")); } - -.check:checked, -check:checked, -treeview.check:checked { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); } - -.osd check:checked { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); } - -menuitem check:checked:hover, -.view check:checked:selected, -iconview check:checked:selected, -treeview.check:checked:selected, -row:selected check:checked, -infobar check:checked { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selected.png"), url("assets/checkbox-checked-selected@2.png")); } - -.check:checked:disabled, -check:checked:disabled, -treeview.check:checked:disabled { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); } - -.osd check:checked:disabled { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); } - -menuitem check:checked:disabled:hover, -.view check:checked:disabled:selected, -iconview check:checked:disabled:selected, -treeview.check:checked:disabled:selected, -row:selected check:checked:disabled, -infobar check:checked:disabled { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-selected.png"), url("assets/checkbox-checked-insensitive-selected@2.png")); } - -.radio, -radio, -treeview.radio { - -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); } - -.osd radio { - -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); } - -menuitem radio:hover, -.view radio:selected, -iconview radio:selected, -treeview.radio:selected, -row:selected radio, -infobar radio { - -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-selected.png"), url("assets/radio-unchecked-selected@2.png")); } - -.radio:disabled, -radio:disabled, -treeview.radio:disabled { - -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); } - -.osd radio:disabled { - -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); } - -menuitem radio:disabled:hover, -.view radio:disabled:selected, -iconview radio:disabled:selected, -treeview.radio:disabled:selected, -row:selected radio:disabled, -infobar radio:disabled { - -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-selected.png"), url("assets/radio-unchecked-insensitive-selected@2.png")); } - -.radio:indeterminate, -radio:indeterminate, -treeview.radio:indeterminate { - -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); } - -.osd radio:indeterminate { - -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); } - -menuitem radio:indeterminate:hover, -.view radio:indeterminate:selected, -iconview radio:indeterminate:selected, -treeview.radio:indeterminate:selected, -row:selected radio:indeterminate, -infobar radio:indeterminate { - -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-selected.png"), url("assets/radio-mixed-selected@2.png")); } - -.radio:indeterminate:disabled, -radio:indeterminate:disabled, -treeview.radio:indeterminate:disabled { - -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); } - -.osd radio:indeterminate:disabled { - -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); } - -menuitem radio:indeterminate:disabled:hover, -.view radio:indeterminate:disabled:selected, -iconview radio:indeterminate:disabled:selected, -treeview.radio:indeterminate:disabled:selected, -row:selected radio:indeterminate:disabled, -infobar radio:indeterminate:disabled { - -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-selected.png"), url("assets/radio-mixed-insensitive-selected@2.png")); } - -.radio:checked, -radio:checked, -treeview.radio:checked { - -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); } - -.osd radio:checked { - -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); } - -menuitem radio:checked:hover, -.view radio:checked:selected, -iconview radio:checked:selected, -treeview.radio:checked:selected, -row:selected radio:checked, -infobar radio:checked { - -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-selected.png"), url("assets/radio-checked-selected@2.png")); } - -.radio:checked:disabled, -radio:checked:disabled, -treeview.radio:checked:disabled { - -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); } - -.osd radio:checked:disabled { - -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); } - -menuitem radio:checked:disabled:hover, -.view radio:checked:disabled:selected, -iconview radio:checked:disabled:selected, -treeview.radio:checked:disabled:selected, -row:selected radio:checked:disabled, -infobar radio:checked:disabled { - -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-selected.png"), url("assets/radio-checked-insensitive-selected@2.png")); } - -.view.content-view.check:not(.list), iconview.content-view.check:not(.list) { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-selectionmode-dark.png"), url("assets/checkbox-selectionmode-dark@2.png")); - background-color: transparent; } - -.view.content-view.check:checked:not(.list), iconview.content-view.check:checked:not(.list) { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selectionmode-dark.png"), url("assets/checkbox-checked-selectionmode-dark@2.png")); - background-color: transparent; } - -checkbutton.text-button, radiobutton.text-button { - padding: 2px 0; - outline-offset: 0; } - -checkbutton label:not(:only-child):first-child, radiobutton label:not(:only-child):first-child { - margin-left: 4px; } - -checkbutton label:not(:only-child):last-child, radiobutton label:not(:only-child):last-child { - margin-right: 4px; } - -check, -radio { - min-width: 16px; - min-height: 16px; - margin: 0 2px; } - check:only-child, - menu menuitem check, - radio:only-child, - menu menuitem - radio { - margin: 0; } - -scale { - min-height: 15px; - min-width: 15px; - padding: 3px; } - scale.horizontal trough { - padding: 0 4px; } - scale.horizontal highlight, scale.horizontal fill { - margin: 0 -4px; } - scale.vertical trough { - padding: 4px 0; } - scale.vertical highlight, scale.vertical fill { - margin: -4px 0; } - scale slider { - min-height: 15px; - min-width: 15px; - margin: -6px; } - scale.fine-tune slider { - margin: -4px; } - scale.fine-tune fill, - scale.fine-tune highlight, - scale.fine-tune trough { - border-radius: 5px; - -gtk-outline-radius: 7px; } - scale slider { - background-clip: border-box; - background-color: #454545; - border: 1px solid #242424; - border-radius: 50%; - box-shadow: none; } - scale slider:disabled { - background-color: #3c3c3c; - border-color: rgba(36, 36, 36, 0.8); } - scale slider:active { - background-color: #1565c0; - border-color: #1565c0; } - .osd scale slider { - background-color: #353535; - border-color: #1565c0; } - .osd scale slider:hover { - background-color: #1565c0; } - .osd scale slider:active { - background-color: #104d92; - border-color: #104d92; } - menuitem:hover scale slider, - row:selected scale slider, - infobar scale slider { - background-color: #ffffff; - border-color: #ffffff; } - menuitem:hover scale slider:hover, - row:selected scale slider:hover, - infobar scale slider:hover { - background-color: #dce8f6; - border-color: #dce8f6; } - menuitem:hover scale slider:active, - row:selected scale slider:active, - infobar scale slider:active { - background-color: #8ab2e0; - border-color: #8ab2e0; } - menuitem:hover scale slider:disabled, - row:selected scale slider:disabled, - infobar scale slider:disabled { - background-color: #96bae3; - border-color: #96bae3; } - scale trough { - outline-offset: 2px; - -gtk-outline-radius: 4.5px; - border-radius: 2.5px; - background-color: #2b2b2b; } - scale trough:disabled { - background-color: rgba(43, 43, 43, 0.55); } - .osd scale trough { - background-color: #474747; - outline-color: rgba(219, 219, 219, 0.2); } - .osd scale trough highlight { - background-color: #1565c0; } - menuitem:hover scale trough row:selected scale trough, - infobar scale trough { - background-color: rgba(0, 0, 0, 0.2); } - menuitem:hover scale trough row:selected scale trough highlight, - infobar scale trough highlight { - background-color: #ffffff; } - menuitem:hover scale trough row:selected scale trough highlight:disabled, - infobar scale trough highlight:disabled { - background-color: #96bae3; } - menuitem:hover scale trough row:selected scale trough:disabled, - infobar scale trough:disabled { - background-color: rgba(0, 0, 0, 0.1); } - scale highlight { - border-radius: 2.5px; - background-color: #1565c0; } - scale highlight:disabled { - background-color: rgba(21, 101, 192, 0.55); } - scale fill { - border-radius: 2.5px; - background-color: rgba(21, 101, 192, 0.5); } - scale fill:disabled { - background-color: transparent; } - scale value { - color: alpha(currentColor,0.4); } - scale marks { - color: alpha(currentColor,0.4); } - scale marks.top { - margin-bottom: 1px; - margin-top: -4px; } - scale marks.bottom { - margin-top: 1px; - margin-bottom: -4px; } - scale marks.top { - margin-right: 1px; - margin-left: -4px; } - scale marks.bottom { - margin-left: 1px; - margin-right: -4px; } - scale.fine-tune marks.top { - margin-bottom: 0px; - margin-top: -2px; } - scale.fine-tune marks.bottom { - margin-top: 0px; - margin-bottom: -2px; } - scale.fine-tune marks.top { - margin-right: 0px; - margin-left: -2px; } - scale.fine-tune marks.bottom { - margin-left: 0px; - margin-right: -2px; } - scale.horizontal indicator { - min-height: 3px; - min-width: 1px; } - scale.horizontal.fine-tune indicator { - min-height: 2px; } - scale.vertical indicator { - min-height: 1px; - min-width: 3px; } - scale.vertical.fine-tune indicator { - min-width: 2px; } - -progressbar { - padding: 0; - font-size: smaller; - color: rgba(218, 218, 218, 0.7); } - progressbar.osd { - min-width: 3px; - min-height: 3px; - background-color: transparent; } - progressbar.osd trough { - border-style: none; - background-color: transparent; - box-shadow: none; } - progressbar progress { - background-color: #1565c0; - border-radius: 0px; - box-shadow: none; } - row:selected progressbar progress, - infobar progressbar progress { - background-color: #ffffff; } - progressbar trough { - border: 1px solid #292929; - border-radius: 2px; - background-color: #2b2b2b; } - row:selected progressbar trough, - infobar progressbar trough { - background-color: rgba(0, 0, 0, 0.2); } - -.osd .progressbar { - background-color: #1565c0; } - -.osd .trough { - background-color: #f4f4f4; } - -levelbar block { - min-width: 32px; - min-height: 1px; } - -levelbar.vertical block { - min-width: 1px; - min-height: 32px; } - -levelbar trough { - border: none; - padding: 3px; - border-radius: 3px; - background-color: #2b2b2b; } - -levelbar.horizontal.discrete block { - margin: 0 1px; } - -levelbar.vertical.discrete block { - margin: 1px 0; } - -levelbar block:not(.empty) { - border: 1px solid #1565c0; - background-color: #1565c0; - border-radius: 2px; } - -levelbar block.low { - border-color: #f27835; - background-color: #f27835; } - -levelbar block.high { - border-color: #1565c0; - background-color: #1565c0; } - -levelbar block.full { - border-color: #73d216; - background-color: #73d216; } - -levelbar block.empty { - background-color: #404040; - border-color: #404040; } - -frame > border, -.frame { - margin: 0; - padding: 0; - border-radius: 0; - border: 1px solid #292929; } - -frame.flat > border, -frame > border.flat, -.frame.flat { - border-style: none; } - -scrolledwindow viewport.frame { - border-style: none; } - -scrolledwindow overshoot.top { - background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(21, 101, 192, 0.2)), to(rgba(21, 101, 192, 0))); - background-size: 100% 60%; - background-repeat: no-repeat; - background-position: center top; - background-color: transparent; - border: none; - box-shadow: none; } - -scrolledwindow overshoot.bottom { - background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(21, 101, 192, 0.2)), to(rgba(21, 101, 192, 0))); - background-size: 100% 60%; - background-repeat: no-repeat; - background-position: center bottom; - background-color: transparent; - border: none; - box-shadow: none; } - -scrolledwindow overshoot.left { - background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(21, 101, 192, 0.2)), to(rgba(21, 101, 192, 0))); - background-size: 60% 100%; - background-repeat: no-repeat; - background-position: left center; - background-color: transparent; - border: none; - box-shadow: none; } - -scrolledwindow overshoot.right { - background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(21, 101, 192, 0.2)), to(rgba(21, 101, 192, 0))); - background-size: 60% 100%; - background-repeat: no-repeat; - background-position: right center; - background-color: transparent; - border: none; - box-shadow: none; } - -scrolledwindow undershoot.top { - background-color: transparent; - background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); - padding-top: 1px; - background-size: 10px 1px; - background-repeat: repeat-x; - background-origin: content-box; - background-position: center top; } - -scrolledwindow undershoot.bottom { - background-color: transparent; - background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); - padding-bottom: 1px; - background-size: 10px 1px; - background-repeat: repeat-x; - background-origin: content-box; - background-position: center bottom; } - -scrolledwindow undershoot.left { - background-color: transparent; - background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); - padding-left: 1px; - background-size: 1px 10px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: left center; } - -scrolledwindow undershoot.right { - background-color: transparent; - background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); - padding-right: 1px; - background-size: 1px 10px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: right center; } - -scrolledwindow junction { - border-color: transparent; - border-image: linear-gradient(to bottom, #292929 1px, transparent 1px) 0 0 0 1/0 1px stretch; - background-color: #3d3d3d; } - scrolledwindow junction:dir(rtl) { - border-image-slice: 0 1 0 0; } - -separator { - background-color: rgba(0, 0, 0, 0.1); - min-width: 1px; - min-height: 1px; } - -list { - background-color: #404040; - border-color: #292929; } - list row { - padding: 2px; } - -row:not(:hover) { - transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } - -row.activatable.has-open-popup, row.activatable:hover { - background-color: rgba(255, 255, 255, 0.05); } - -row.activatable:active { - color: #DADADA; } - -row.activatable:disabled { - color: rgba(218, 218, 218, 0.55); } - row.activatable:disabled image { - color: inherit; } - -row.activatable:selected:active { - color: #ffffff; } - -row.activatable:selected.has-open-popup, row.activatable:selected:hover { - background-color: #135bad; } - -.app-notification { - padding: 10px; - color: #dbdbdb; - background-color: #353535; - background-clip: border-box; - border-radius: 0 0 2px 2px; - border-width: 0 1px 1px 1px; - border-style: solid; - border-color: #1c1b1b; } - .app-notification border { - border: none; } - .app-notification button { - color: #dbdbdb; - outline-color: rgba(219, 219, 219, 0.3); - border-color: rgba(22, 22, 22, 0.4); - background-color: rgba(109, 109, 109, 0.4); } - .app-notification button.flat, .app-notification button.sidebar-button { - border-color: rgba(21, 101, 192, 0); } - .app-notification button:hover { - color: #dbdbdb; - outline-color: rgba(219, 219, 219, 0.3); - border-color: rgba(22, 22, 22, 0.4); - background-color: rgba(127, 127, 127, 0.5); } - .app-notification button:active, .app-notification button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: rgba(22, 22, 22, 0.4); - background-color: #1565c0; - background-clip: padding-box; } - .app-notification button:disabled { - color: #676767; - border-color: rgba(22, 22, 22, 0.4); - background-color: rgba(109, 109, 109, 0.25); } - -expander arrow { - min-width: 16px; - min-height: 16px; - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } - expander arrow:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } - expander arrow:hover { - color: white; } - expander arrow:checked { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } - -calendar { - color: #DADADA; - border: 1px solid #292929; - border-radius: 3px; - padding: 2px; } - calendar:selected { - background-color: #1565c0; - color: #ffffff; - border-radius: 1.5px; } - calendar.header { - color: #DADADA; - border: none; - border-radius: 0; } - calendar.button, calendar.button:focus { - color: rgba(218, 218, 218, 0.45); - border-color: transparent; - background-color: transparent; - background-image: none; } - calendar.button:hover, calendar.button:focus:hover { - color: #DADADA; } - calendar.button:disabled, calendar.button:focus:disabled { - color: rgba(218, 218, 218, 0.55); - background-color: transparent; - background-image: none; } - calendar:indeterminate { - color: alpha(currentColor,0.55); } - calendar.highlight { - color: #DADADA; } - -.dialog-action-area .button.text-button { - padding: 6px 16px; } - -.message-dialog .dialog-action-area .button { - padding: 8px; } - -.message-dialog { - -GtkDialog-button-spacing: 0; } - .message-dialog .titlebar { - background-color: #2f2f2f; - border-bottom: 1px solid #1d1d1d; } - .message-dialog.csd.background { - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; - border: none; } - .message-dialog.csd .dialog-action-area .button { - padding: 8px; - border-radius: 0; } - .message-dialog.csd .dialog-action-area .button, .message-dialog.csd .dialog-action-area .button:hover, .message-dialog.csd .dialog-action-area .button:active, .message-dialog.csd .dialog-action-area .button:disabled { - border-right-style: none; - border-bottom-style: none; } - .message-dialog.csd .dialog-action-area .button:last-child { - border-bottom-right-radius: 3px; } - .message-dialog.csd .dialog-action-area .button:first-child { - border-left-style: none; - border-bottom-left-radius: 3px; } - -filechooser #pathbarbox { - background-color: #2f2f2f; - border-bottom: 1px solid #292929; } - -filechooser .search-bar { - background-color: #2f2f2f; } - -filechooser actionbar { - background-color: #383838; } - -filechooserbutton:drop(active) { - box-shadow: none; - border-color: transparent; } - -.sidebar { - border-style: none; - background-color: #3d3d3d; } - stacksidebar.sidebar:dir(ltr) list, - stacksidebar.sidebar.left list, - stacksidebar.sidebar.left:dir(rtl) list, .sidebar:dir(ltr), .sidebar.left, .sidebar.left:dir(rtl) { - border-right: 1px solid #292929; - border-left-style: none; } - stacksidebar.sidebar:dir(rtl) list, - stacksidebar.sidebar.right list, .sidebar:dir(rtl), .sidebar.right { - border-left: 1px solid #292929; - border-right-style: none; } - .sidebar list { - background-color: #404040; } - paned .sidebar.left, paned .sidebar.right, paned .sidebar.left:dir(rtl), paned .sidebar:dir(rtl), paned .sidebar:dir(ltr), paned .sidebar { - border-style: none; } - -stacksidebar row { - padding: 10px 4px; } - stacksidebar row > label { - padding-left: 6px; - padding-right: 6px; } - stacksidebar row.needs-attention { - background-image: radial-gradient(circle closest-side at 5% 25%, #F04A50 0%, #F04A50 100%, transparent 100%); - background-size: 70px; - background-position: 4px; - background-repeat: no-repeat; } - stacksidebar row.activatable:selected.needs-attention { - background-image: radial-gradient(circle closest-side at 5% 25%, #ffffff 0%, #ffffff 100%, transparent 100%); - background-size: 70px; - background-position: 4px; - background-repeat: no-repeat; } - -placessidebar > viewport.frame { - border-style: none; } - -placessidebar row { - min-height: 30px; - padding: 0px; } - placessidebar row > revealer { - padding: 0 10px; } - placessidebar row image.sidebar-icon:dir(ltr) { - padding-right: 8px; } - placessidebar row image.sidebar-icon:dir(rtl) { - padding-left: 8px; } - placessidebar row label.sidebar-label:dir(ltr) { - padding-right: 2px; } - placessidebar row label.sidebar-label:dir(rtl) { - padding-left: 2px; } - button.sidebar-button { - min-width: 22px; - min-height: 22px; - margin-top: 2px; - margin-bottom: 2px; - padding: 0; - border-radius: 100%; - -gtk-outline-radius: 100%; } - button.sidebar-button:not(:hover):not(:active) > image { - opacity: 0.5; } - placessidebar row.sidebar-placeholder-row { - padding: 0 8px; - min-height: 2px; - background-image: linear-gradient(to bottom, #f08437, #f08437); - background-clip: content-box; } - placessidebar row.sidebar-new-bookmark-row { - color: #1565c0; } - placessidebar row:drop(active):not(:disabled) { - box-shadow: inset 0 1px #f08437, inset 0 -1px #f08437; } - placessidebar row:drop(active):not(:disabled), placessidebar row:drop(active):not(:disabled) label, placessidebar row:drop(active):not(:disabled) image { - color: #f08437; } - placessidebar row:drop(active):not(:disabled):selected { - background-color: #f08437; } - placessidebar row:drop(active):not(:disabled):selected, placessidebar row:drop(active):not(:disabled):selected label, placessidebar row:drop(active):not(:disabled):selected image { - color: #ffffff; } - -placesview .server-list-button > image { - transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - -gtk-icon-transform: rotate(0turn); } - -placesview .server-list-button:checked > image { - transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - -gtk-icon-transform: rotate(-0.5turn); } - -placesview > actionbar > revealer > box > label { - padding-left: 8px; - padding-right: 8px; } - -paned > separator { - min-width: 1px; - min-height: 1px; - -gtk-icon-source: none; - border-style: none; - background-color: transparent; - background-image: linear-gradient(to bottom, #292929, #292929); - background-size: 1px 1px; } - paned > separator:selected { - background-image: linear-gradient(to bottom, #1565c0, #1565c0); } - paned > separator.wide { - min-width: 5px; - min-height: 5px; - background-color: transparent; } - -paned.horizontal > separator { - background-repeat: repeat-y; - margin: 0 -3px 0 -3px; - padding: 0 3px 0 3px; - background-position: center; } - paned.horizontal > separator.wide { - margin: 0; - padding: 0; - background-repeat: no-repeat; - background-position: center; - background-image: -gtk-scaled(url("assets/pane-separator-vertical.png"), url("assets/pane-separator-vertical@2.png")); - background-size: 2px 24px; } - -paned.vertical > separator { - margin: -3px 0 -3px 0; - padding: 3px 0 3px 0; - background-repeat: repeat-x; - background-position: center; } - paned.vertical > separator.wide { - margin: 0; - padding: 0; - background-repeat: no-repeat; - background-position: center; - background-image: -gtk-scaled(url("assets/pane-separator.png"), url("assets/pane-separator@2.png")); - background-size: 24px 2px; } - -infobar { - border-style: none; } - infobar.info, infobar.question, infobar.warning, infobar.error { - background-color: #1565c0; - color: #ffffff; - caret-color: currentColor; } - infobar.info selection, infobar.question selection, infobar.warning selection, infobar.error selection { - color: #1565c0; - background-color: #ffffff; } - infobar.info:disabled label, infobar.info:disabled image, infobar.question:disabled label, infobar.question:disabled image, infobar.warning:disabled label, infobar.warning:disabled image, infobar.error:disabled label, infobar.error:disabled image { - color: rgba(255, 255, 255, 0.5); } - infobar.warning { - background-color: #f27835; } - infobar.error { - background-color: #F04A50; } - infobar.question { - background-color: #55c1ec; } - -.primary-toolbar toolbar.selection-mode button:hover, .primary-toolbar .selection-mode.inline-toolbar button:hover, .selection-mode.primary-toolbar button:hover, headerbar.selection-mode button:hover, row:selected button, infobar.info button, infobar.question button, infobar.warning button, infobar.error button { - color: #ffffff; - background-color: rgba(255, 255, 255, 0); - border-color: rgba(255, 255, 255, 0.5); } - -row:selected button.flat, row:selected button.sidebar-button, infobar.info button.flat, infobar.info button.sidebar-button, infobar.question button.flat, infobar.question button.sidebar-button, infobar.warning button.flat, infobar.warning button.sidebar-button, infobar.error button.flat, infobar.error button.sidebar-button { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #ffffff; - background-color: rgba(255, 255, 255, 0); } - .primary-toolbar toolbar.selection-mode button:disabled, .primary-toolbar .selection-mode.inline-toolbar button:disabled, .selection-mode.primary-toolbar button:disabled, headerbar.selection-mode button:disabled, row:selected button.flat:disabled, row:selected button.sidebar-button:disabled, infobar.info button.flat:disabled, infobar.info button.sidebar-button:disabled, infobar.question button.flat:disabled, infobar.question button.sidebar-button:disabled, infobar.warning button.flat:disabled, infobar.warning button.sidebar-button:disabled, infobar.error button.flat:disabled, infobar.error button.sidebar-button:disabled, .primary-toolbar toolbar.selection-mode button:disabled label, .primary-toolbar .selection-mode.inline-toolbar button:disabled label, .selection-mode.primary-toolbar button:disabled label, headerbar.selection-mode button:disabled label, row:selected button.flat:disabled label, row:selected button.sidebar-button:disabled label, infobar.info button.flat:disabled label, infobar.info button.sidebar-button:disabled label, infobar.question button.flat:disabled label, infobar.question button.sidebar-button:disabled label, infobar.warning button.flat:disabled label, infobar.warning button.sidebar-button:disabled label, infobar.error button.flat:disabled label, infobar.error button.sidebar-button:disabled label { - color: rgba(255, 255, 255, 0.4); } - -row:selected button:hover, infobar.info button:hover, infobar.question button:hover, infobar.warning button:hover, infobar.error button:hover { - color: #ffffff; - background-color: rgba(255, 255, 255, 0.2); - border-color: rgba(255, 255, 255, 0.8); } - -.primary-toolbar toolbar.selection-mode button:active, .primary-toolbar .selection-mode.inline-toolbar button:active, .selection-mode.primary-toolbar button:active, headerbar.selection-mode button:active, .primary-toolbar toolbar.selection-mode button:checked, .primary-toolbar .selection-mode.inline-toolbar button:checked, .selection-mode.primary-toolbar button:checked, headerbar.selection-mode button:checked, row:selected button:active, infobar.info button:active, infobar.question button:active, infobar.warning button:active, infobar.error button:active, .primary-toolbar toolbar.selection-mode button:hover:active, .primary-toolbar .selection-mode.inline-toolbar button:hover:active, .selection-mode.primary-toolbar button:hover:active, headerbar.selection-mode button:hover:active, .primary-toolbar toolbar.selection-mode button:hover:checked, .primary-toolbar .selection-mode.inline-toolbar button:hover:checked, .selection-mode.primary-toolbar button:hover:checked, headerbar.selection-mode button:hover:checked, row:selected button:active:hover, infobar.info button:active:hover, infobar.question button:active:hover, infobar.warning button:active:hover, infobar.error button:active:hover, row:selected button:checked, infobar.info button:checked, infobar.question button:checked, infobar.warning button:checked, infobar.error button:checked { - color: #1565c0; - background-color: #ffffff; - border-color: #ffffff; } - -row:selected button:disabled, infobar.info button:disabled, infobar.question button:disabled, infobar.warning button:disabled, infobar.error button:disabled { - background-color: rgba(255, 255, 255, 0); - border-color: rgba(255, 255, 255, 0.4); } - row:selected button:disabled, infobar.info button:disabled, infobar.question button:disabled, infobar.warning button:disabled, infobar.error button:disabled, row:selected button:disabled label, infobar.info button:disabled label, infobar.question button:disabled label, infobar.warning button:disabled label, infobar.error button:disabled label { - color: rgba(255, 255, 255, 0.5); } - .primary-toolbar toolbar.selection-mode button:disabled:active, .primary-toolbar .selection-mode.inline-toolbar button:disabled:active, .selection-mode.primary-toolbar button:disabled:active, headerbar.selection-mode button:disabled:active, .primary-toolbar toolbar.selection-mode button:disabled:checked, .primary-toolbar .selection-mode.inline-toolbar button:disabled:checked, .selection-mode.primary-toolbar button:disabled:checked, headerbar.selection-mode button:disabled:checked, row:selected button:disabled:active, infobar.info button:disabled:active, infobar.question button:disabled:active, infobar.warning button:disabled:active, infobar.error button:disabled:active, .primary-toolbar toolbar.selection-mode button:disabled:checked, .primary-toolbar .selection-mode.inline-toolbar button:disabled:checked, .selection-mode.primary-toolbar button:disabled:checked, headerbar.selection-mode button:disabled:checked, .primary-toolbar toolbar.selection-mode button:disabled:active, .primary-toolbar .selection-mode.inline-toolbar button:disabled:active, .selection-mode.primary-toolbar button:disabled:active, headerbar.selection-mode button:disabled:active, row:selected button:disabled:checked, infobar.info button:disabled:checked, infobar.question button:disabled:checked, infobar.warning button:disabled:checked, infobar.error button:disabled:checked { - color: #1565c0; - background-color: rgba(255, 255, 255, 0.5); - border-color: rgba(255, 255, 255, 0.4); } - -tooltip, -.tooltip { - color: #4a4a4a; - border-radius: 4px; - border: 1px solid rgb(20, 20, 20); } - tooltip.background, - .tooltip.background { - background-color: #383838; - background-clip: padding-box; } - tooltip.background label, - .tooltip.background label { - padding: 4px; } - tooltip decoration, - .tooltip decoration { - background-color: transparent; } - tooltip *, - .tooltip * { - background-color: transparent; - color: white; } - -colorswatch, colorswatch:drop(active) { - border-style: none; } - -colorswatch.top { - border-top-left-radius: 3px; - border-top-right-radius: 3px; } - colorswatch.top overlay { - border-top-left-radius: 3px; - border-top-right-radius: 3px; } - -colorswatch.bottom { - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; } - colorswatch.bottom overlay { - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; } - -colorswatch.left, colorswatch:first-child:not(.top) { - border-top-left-radius: 3px; - border-bottom-left-radius: 3px; } - colorswatch.left overlay, colorswatch:first-child:not(.top) overlay { - border-top-left-radius: 3px; - border-bottom-left-radius: 3px; } - -colorswatch.right, colorswatch:last-child:not(.bottom) { - border-top-right-radius: 3px; - border-bottom-right-radius: 3px; } - colorswatch.right overlay, colorswatch:last-child:not(.bottom) overlay { - border-top-right-radius: 3px; - border-bottom-right-radius: 3px; } - -colorswatch.dark overlay { - color: rgba(255, 255, 255, 0.7); } - colorswatch.dark overlay:hover { - border-color: #292929; } - -colorswatch.light overlay { - color: rgba(0, 0, 0, 0.7); } - colorswatch.light overlay:hover { - border-color: #292929; } - -colorswatch overlay { - border: 1px solid #292929; } - colorswatch overlay:hover { - background-color: rgba(255, 255, 255, 0.2); } - -colorswatch:disabled { - opacity: 0.5; } - colorswatch:disabled overlay { - border-color: rgba(0, 0, 0, 0.6); - box-shadow: none; } - -colorswatch#add-color-button { - border-style: solid; - border-width: 1px; - color: #DADADA; - outline-color: rgba(218, 218, 218, 0.3); - border-color: #292929; - background-color: #454545; } - colorswatch#add-color-button:hover { - color: #DADADA; - outline-color: rgba(218, 218, 218, 0.3); - border-color: #292929; - background-color: #525252; } - colorswatch#add-color-button overlay { - border-color: transparent; - background-color: transparent; - background-image: none; } - -button.color { - padding: 0; } - button.color colorswatch:first-child:last-child, button.color colorswatch:first-child:last-child overlay { - margin: 4px; - border-radius: 0; } - -colorchooser .popover.osd { - border-radius: 3px; } - -.content-view { - background-color: #404040; } - .content-view:hover { - -gtk-icon-effect: highlight; } - -.scale-popup button:hover { - color: #DADADA; - outline-color: rgba(218, 218, 218, 0.3); - border-color: #292929; - background-color: #525252; } - -.touch-selection, -.context-menu, -popover.touch-selection, -.csd popover.touch-selection, -popover.background.touch-selection, -.csd popover.background.touch-selection { - font: initial; } - -.monospace { - font-family: Monospace; } - -button.circular, -button.circular-button, -.stack-switcher > button.circular { - min-width: 24px; - min-height: 24px; - padding: 5px; - border-radius: 50%; - -gtk-outline-radius: 50%; } - button.circular label, - button.circular-button label, - .stack-switcher > button.circular label { - padding: 0; } - -.keycap { - min-width: 16px; - min-height: 20px; - padding: 3px 6px 4px 6px; - color: #DADADA; - background-color: #404040; - border: 1px solid #292929; - border-radius: 2.5px; - box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.15); } - -*:drop(active):focus, -*:drop(active) { - box-shadow: inset 0 0 0 1px #1565c0; } - -decoration { - border-radius: 3px 3px 0 0; - border-width: 0px; - box-shadow: 0 0 1px 1px #1d1d1d, 0 8px 8px 0 rgba(0, 0, 0, 0.35); - margin: 10px; } - decoration:backdrop { - box-shadow: 0 0 0 1px rgba(29, 29, 29, 0.9), 0 8px 8px 0 transparent, 0 5px 5px 0 rgba(0, 0, 0, 0.35); } - .fullscreen decoration, - .tiled decoration { - border-radius: 0; } - .popup decoration { - box-shadow: none; - border-radius: 0; } - .ssd decoration { - border-radius: 3px 3px 0 0; - box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.65); } - .ssd decoration.maximized { - border-radius: 0; } - .csd.popup decoration { - border-radius: 2px; - box-shadow: 0 3px 6px rgba(0, 0, 0, 0.45), 0 0 0 1px #1f1e1e; } - tooltip.csd decoration { - border-radius: 2px; - box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0); } - message-dialog.csd decoration { - border-radius: 3px; } - .solid-csd decoration { - border-radius: 0; - margin: 1px; - background-color: #2f2f2f; - box-shadow: none; } - -headerbar.default-decoration button.titlebutton, -.titlebar.default-decoration button.titlebutton { - padding-top: 0px; - padding-bottom: 0px; - min-width: 22px; - min-height: 0; - margin: 0; } - -headerbar button.titlebutton, -.titlebar button.titlebutton { - padding: 6px 1px; - border-color: transparent; - background-color: transparent; - background-image: none; - background-color: rgba(47, 47, 47, 0); } - headerbar button.titlebutton:hover, - .titlebar button.titlebutton:hover { - color: #ded6d6; - outline-color: rgba(222, 214, 214, 0.3); - border-color: rgba(16, 16, 16, 0.4); - background-color: rgba(103, 103, 103, 0.4); } - headerbar button.titlebutton:active, headerbar button.titlebutton:checked, - .titlebar button.titlebutton:active, - .titlebar button.titlebutton:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: transparent; - background-color: #1565c0; } - headerbar button.titlebutton.close, headerbar button.titlebutton.maximize, headerbar button.titlebutton.minimize, - .titlebar button.titlebutton.close, - .titlebar button.titlebutton.maximize, - .titlebar button.titlebutton.minimize { - color: transparent; - background-color: transparent; - background-position: center; - background-repeat: no-repeat; - border-width: 0; } - headerbar button.titlebutton.close:backdrop, headerbar button.titlebutton.maximize:backdrop, headerbar button.titlebutton.minimize:backdrop, - .titlebar button.titlebutton.close:backdrop, - .titlebar button.titlebutton.maximize:backdrop, - .titlebar button.titlebutton.minimize:backdrop { - opacity: 1; } - headerbar button.titlebutton.close, - .titlebar button.titlebutton.close { - background-image: -gtk-scaled(url("assets/titlebutton-close-dark.png"), url("assets/titlebutton-close-dark@2.png")); } - headerbar button.titlebutton.close:backdrop, - .titlebar button.titlebutton.close:backdrop { - background-image: -gtk-scaled(url("assets/titlebutton-close-backdrop-dark.png"), url("assets/titlebutton-close-backdrop-dark@2.png")); } - headerbar button.titlebutton.close:hover, - .titlebar button.titlebutton.close:hover { - background-image: -gtk-scaled(url("assets/titlebutton-close-hover-dark.png"), url("assets/titlebutton-close-hover-dark@2.png")); } - headerbar button.titlebutton.close:active, - .titlebar button.titlebutton.close:active { - background-image: -gtk-scaled(url("assets/titlebutton-close-active-dark.png"), url("assets/titlebutton-close-active-dark@2.png")); } - headerbar button.titlebutton.maximize, - .titlebar button.titlebutton.maximize { - background-image: -gtk-scaled(url("assets/titlebutton-max-dark.png"), url("assets/titlebutton-max-dark@2.png")); } - headerbar button.titlebutton.maximize:backdrop, - .titlebar button.titlebutton.maximize:backdrop { - background-image: -gtk-scaled(url("assets/titlebutton-max-backdrop-dark.png"), url("assets/titlebutton-max-backdrop-dark@2.png")); } - headerbar button.titlebutton.maximize:hover, - .titlebar button.titlebutton.maximize:hover { - background-image: -gtk-scaled(url("assets/titlebutton-max-hover-dark.png"), url("assets/titlebutton-max-hover-dark@2.png")); } - headerbar button.titlebutton.maximize:active, - .titlebar button.titlebutton.maximize:active { - background-image: -gtk-scaled(url("assets/titlebutton-max-active-dark.png"), url("assets/titlebutton-max-active-dark@2.png")); } - headerbar button.titlebutton.minimize, - .titlebar button.titlebutton.minimize { - background-image: -gtk-scaled(url("assets/titlebutton-min-dark.png"), url("assets/titlebutton-min-dark@2.png")); } - headerbar button.titlebutton.minimize:backdrop, - .titlebar button.titlebutton.minimize:backdrop { - background-image: -gtk-scaled(url("assets/titlebutton-min-backdrop-dark.png"), url("assets/titlebutton-min-backdrop-dark@2.png")); } - headerbar button.titlebutton.minimize:hover, - .titlebar button.titlebutton.minimize:hover { - background-image: -gtk-scaled(url("assets/titlebutton-min-hover-dark.png"), url("assets/titlebutton-min-hover-dark@2.png")); } - headerbar button.titlebutton.minimize:active, - .titlebar button.titlebutton.minimize:active { - background-image: -gtk-scaled(url("assets/titlebutton-min-active-dark.png"), url("assets/titlebutton-min-active-dark@2.png")); } - -.view:selected, iconview:selected, .view:selected:focus, .view text:selected, iconview text:selected, -textview text:selected, .view text selection:focus, iconview text selection:focus, .view text selection, iconview text selection, -textview text selection:focus, -textview text selection, flowbox flowboxchild:selected, entry selection:focus, entry selection, menuitem.button.flat:active, menuitem.button.flat:active arrow, menuitem.button.flat:selected, menuitem.button.flat:selected arrow, -modelbutton.flat:active, -modelbutton.flat:active arrow, -modelbutton.flat:selected, -modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:focus, row:selected, .nautilus-window placessidebar.sidebar list row.sidebar-row.has-open-popup:selected, .nautilus-window placessidebar.sidebar list row.sidebar-row:selected, .nautilus-window placessidebar.sidebar list row.sidebar-row:selected:hover, .nautilus-window placessidebar.sidebar list row.sidebar-row:active:hover, -filechooser placessidebar.sidebar list row.sidebar-row.has-open-popup:selected, -filechooser placessidebar.sidebar list row.sidebar-row:selected, -filechooser placessidebar.sidebar list row.sidebar-row:selected:hover, -filechooser placessidebar.sidebar list row.sidebar-row:active:hover, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected, .nemo-window .nemo-inactive-pane .view:selected:focus, .nemo-window .nemo-inactive-pane iconview:selected:focus, .nemo-window .nemo-inactive-pane .view:selected, .nemo-window .nemo-inactive-pane iconview:selected, .caja-navigation-window .view .cell:selected, .caja-navigation-window iconview .cell:selected, .caja-navigation-window .view .cell:selected:focus, .caja-navigation-window iconview .cell:selected:focus { - background-color: #1565c0; } - row:selected label, label:selected, .view:selected, iconview:selected, .view:selected:focus, .view text:selected, iconview text:selected, - textview text:selected, .view text selection:focus, iconview text selection:focus, .view text selection, iconview text selection, - textview text selection:focus, - textview text selection, flowbox flowboxchild:selected, entry selection:focus, entry selection, menuitem.button.flat:active, menuitem.button.flat:active arrow, menuitem.button.flat:selected, menuitem.button.flat:selected arrow, - modelbutton.flat:active, - modelbutton.flat:active arrow, - modelbutton.flat:selected, - modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:focus, row:selected, .nautilus-window placessidebar.sidebar list row.sidebar-row.has-open-popup:selected, .nautilus-window placessidebar.sidebar list row.sidebar-row:selected, .nautilus-window placessidebar.sidebar list row.sidebar-row:selected:hover, .nautilus-window placessidebar.sidebar list row.sidebar-row:active:hover, - filechooser placessidebar.sidebar list row.sidebar-row.has-open-popup:selected, - filechooser placessidebar.sidebar list row.sidebar-row:selected, - filechooser placessidebar.sidebar list row.sidebar-row:selected:hover, - filechooser placessidebar.sidebar list row.sidebar-row:active:hover, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected, .nemo-window .nemo-inactive-pane .view:selected:focus, .nemo-window .nemo-inactive-pane iconview:selected:focus, .nemo-window .nemo-inactive-pane .view:selected, .nemo-window .nemo-inactive-pane iconview:selected, .caja-navigation-window .view .cell:selected, .caja-navigation-window iconview .cell:selected, .caja-navigation-window .view .cell:selected:focus, .caja-navigation-window iconview .cell:selected:focus { - color: #ffffff; } - row:selected label:disabled, label:disabled:selected, .view:disabled:selected, iconview:disabled:selected, iconview:disabled:selected:focus, .view text:disabled:selected, iconview text:disabled:selected, - textview text:disabled:selected, iconview text:disabled:selected:focus, - textview text:disabled:selected:focus, iconview text selection:disabled:focus, .view text selection:disabled, iconview text selection:disabled, - textview text selection:disabled, flowbox flowboxchild:disabled:selected, label:disabled selection, entry selection:disabled, menuitem.button.flat:disabled:active, menuitem.button.flat:active arrow:disabled, menuitem.button.flat:disabled:selected, menuitem.button.flat:selected arrow:disabled, - modelbutton.flat:disabled:active, - modelbutton.flat:active arrow:disabled, - modelbutton.flat:disabled:selected, - modelbutton.flat:selected arrow:disabled, treeview.view:disabled:selected:focus, row:disabled:selected, .nautilus-window placessidebar.sidebar list row.sidebar-row:disabled:selected, .nautilus-window placessidebar.sidebar list row.sidebar-row:disabled:active:hover, - filechooser placessidebar.sidebar list row.sidebar-row:disabled:selected, - filechooser placessidebar.sidebar list row.sidebar-row:disabled:active:hover, .nemo-window .nemo-window-pane widget.entry:disabled:selected, .nemo-window .nemo-inactive-pane iconview:disabled:selected:focus, .nemo-window .nemo-inactive-pane .view:disabled:selected, .nemo-window .nemo-inactive-pane iconview:disabled:selected, .caja-navigation-window .view .cell:disabled:selected, .caja-navigation-window iconview .cell:disabled:selected, .caja-navigation-window iconview .cell:disabled:selected:focus { - color: #8ab2e0; } - -GeditNotebook.notebook tab.reorderable-page.top:active, GeditNotebook.notebook tab.reorderable-page.top.active-page, GeditNotebook.notebook tab.reorderable-page.top.active-page:hover, GeditNotebook.notebook tab.top:active, GeditNotebook.notebook tab.top.active-page, GeditNotebook.notebook tab.top.active-page:hover, -ScratchMainWindow .notebook tab.reorderable-page.top:active, -ScratchMainWindow .notebook tab.reorderable-page.top.active-page, -ScratchMainWindow .notebook tab.reorderable-page.top.active-page:hover, -ScratchMainWindow .notebook tab.top:active, -ScratchMainWindow .notebook tab.top.active-page, -ScratchMainWindow .notebook tab.top.active-page:hover, -EphyNotebook.notebook tab.reorderable-page.top:active, -EphyNotebook.notebook tab.reorderable-page.top.active-page, -EphyNotebook.notebook tab.reorderable-page.top.active-page:hover, -EphyNotebook.notebook tab.top:active, -EphyNotebook.notebook tab.top.active-page, -EphyNotebook.notebook tab.top.active-page:hover, -MidoriNotebook .notebook tab.reorderable-page.top:active, -MidoriNotebook .notebook tab.reorderable-page.top.active-page, -MidoriNotebook .notebook tab.reorderable-page.top.active-page:hover, -MidoriNotebook .notebook tab.top:active, -MidoriNotebook .notebook tab.top.active-page, -MidoriNotebook .notebook tab.top.active-page:hover, -TerminalWindow .notebook tab.reorderable-page.top:active, -TerminalWindow .notebook tab.reorderable-page.top.active-page, -TerminalWindow .notebook tab.reorderable-page.top.active-page:hover, -TerminalWindow .notebook tab.top:active, -TerminalWindow .notebook tab.top.active-page, -TerminalWindow .notebook tab.top.active-page:hover, -PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top:active, -PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page, -PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page:hover, -PantheonTerminalPantheonTerminalWindow .notebook tab.top:active, -PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page, -PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page:hover { - box-shadow: inset 0 1px #292929, inset 0 -1px #292929, inset 1px 0 #292929, inset -1px 0 #292929; } - -TerminalWindow .notebook tab.reorderable-page.top, TerminalWindow .notebook tab.top, -PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top, -PantheonTerminalPantheonTerminalWindow .notebook tab.top { - padding-top: 7px; - border-top-width: 3px; } - -TerminalWindow .notebook.header.top, -PantheonTerminalPantheonTerminalWindow .notebook.header.top { - box-shadow: inset 0 1px #252525, inset 0 -1px #292929; } - -GtkHTML { - background-color: #404040; - color: #DADADA; } - GtkHTML:active { - color: #ffffff; - background-color: #1565c0; } - -SushiFontWidget { - padding: 6px 12px; } - -#gnome-system-monitor headerbar { - box-shadow: none; } - -vte-terminal.terminal-screen { - -TerminalScreen-background-darkness: 0.97; - background-color: #3f3f3f; - color: #fff; } - -terminal-screen-container, -terminal-screen-container scrollbar:not(slider) { - border-color: transparent; - background-color: transparent; } - -TerminalWindow .notebook tab .button { - color: #a1a1a1; } - TerminalWindow .notebook tab .button:hover { - color: #DADADA; - border-color: #292929; - background-color: #454545; } - -TerminalWindow .notebook .active-page .button:hover, TerminalWindow .notebook .prelight-page .button:hover { - color: #ff4d4d; } - -TerminalWindow .notebook .active-page .button:active, TerminalWindow .notebook .prelight-page .button:active { - color: #1565c0; } - -vte-terminal { - -TerminalScreen-background-darkness: 0.97; - background-color: #3f3f3f; - color: #fff; } - -.nautilus-canvas-item { - border-radius: 2px; } - -.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item { - color: #ffffff; - text-shadow: 1px 1px rgba(0, 0, 0, 0.6); } - .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active { - color: #DADADA; } - .nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected { - color: #ffffff; } - -.nautilus-canvas-item.dim-label, label.nautilus-canvas-item.separator, -popover.background label.nautilus-canvas-item.separator, -.nautilus-list-dim-label { - color: #898989; } - .nautilus-canvas-item.dim-label:selected, label.nautilus-canvas-item.separator:selected, .nautilus-canvas-item.dim-label:selected:focus, label.nautilus-canvas-item.separator:selected:focus, - .nautilus-list-dim-label:selected, - .nautilus-list-dim-label:selected:focus { - color: #d0e0f2; } - -.nautilus-window paned > separator { - background-image: linear-gradient(to bottom, #282828, #282828); } - -.nautilus-window .csd.background, .nautilus-window placessidebar list, -filechooser .csd.background, -filechooser placessidebar list { - background-color: transparent; } - -.nautilus-window placessidebar.sidebar list, -filechooser placessidebar.sidebar list { - background-color: #353535; } - .nautilus-window placessidebar.sidebar list row.sidebar-row, - filechooser placessidebar.sidebar list row.sidebar-row { - border: none; - color: #dbdbdb; } - .nautilus-window placessidebar.sidebar list row.sidebar-row.has-open-popup, .nautilus-window placessidebar.sidebar list row.sidebar-row:hover, - filechooser placessidebar.sidebar list row.sidebar-row.has-open-popup, - filechooser placessidebar.sidebar list row.sidebar-row:hover { - background-color: rgba(219, 219, 219, 0.15); } - .nautilus-window placessidebar.sidebar list row.sidebar-row:disabled, .nautilus-window placessidebar.sidebar list row.sidebar-row:disabled label, .nautilus-window placessidebar.sidebar list row.sidebar-row:disabled image, - filechooser placessidebar.sidebar list row.sidebar-row:disabled, - filechooser placessidebar.sidebar list row.sidebar-row:disabled label, - filechooser placessidebar.sidebar list row.sidebar-row:disabled image { - color: rgba(219, 219, 219, 0.4); } - .nautilus-window placessidebar.sidebar list row.sidebar-row:selected.has-open-popup .sidebar-icon, .nautilus-window placessidebar.sidebar list row.sidebar-row:selected .sidebar-icon, .nautilus-window placessidebar.sidebar list row.sidebar-row:selected:hover .sidebar-icon, .nautilus-window placessidebar.sidebar list row.sidebar-row:active:hover .sidebar-icon, - filechooser placessidebar.sidebar list row.sidebar-row:selected.has-open-popup .sidebar-icon, - filechooser placessidebar.sidebar list row.sidebar-row:selected .sidebar-icon, - filechooser placessidebar.sidebar list row.sidebar-row:selected:hover .sidebar-icon, - filechooser placessidebar.sidebar list row.sidebar-row:active:hover .sidebar-icon { - color: inherit; } - .nautilus-window placessidebar.sidebar list row.sidebar-row:not(:selected) button.sidebar-button, - filechooser placessidebar.sidebar list row.sidebar-row:not(:selected) button.sidebar-button { - color: #dbdbdb; } - .nautilus-window placessidebar.sidebar list row.sidebar-row:not(:selected) button.sidebar-button:hover, - filechooser placessidebar.sidebar list row.sidebar-row:not(:selected) button.sidebar-button:hover { - color: #dbdbdb; - outline-color: rgba(219, 219, 219, 0.3); - border-color: rgba(22, 22, 22, 0.4); - background-color: rgba(127, 127, 127, 0.5); } - .nautilus-window placessidebar.sidebar list row.sidebar-row:not(:selected) button.sidebar-button:active, - filechooser placessidebar.sidebar list row.sidebar-row:not(:selected) button.sidebar-button:active { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #292929; - background-color: #1565c0; } - .nautilus-window placessidebar.sidebar list row.sidebar-row:not(:selected) button.sidebar-button:not(:hover):not(:active) > image, - filechooser placessidebar.sidebar list row.sidebar-row:not(:selected) button.sidebar-button:not(:hover):not(:active) > image { - opacity: 0.5; } - .nautilus-window placessidebar.sidebar list row.sidebar-row.sidebar-new-bookmark-row, - filechooser placessidebar.sidebar list row.sidebar-row.sidebar-new-bookmark-row { - color: #1565c0; } - .nautilus-window placessidebar.sidebar list row.sidebar-row.sidebar-new-bookmark-row .sidebar-icon, - filechooser placessidebar.sidebar list row.sidebar-row.sidebar-new-bookmark-row .sidebar-icon { - color: inherit; } - .nautilus-window placessidebar.sidebar list row.sidebar-row:drop(active):not(:disabled), .nautilus-window placessidebar.sidebar list row.sidebar-row:drop(active):not(:disabled) label, .nautilus-window placessidebar.sidebar list row.sidebar-row:drop(active):not(:disabled) .sidebar-icon, - filechooser placessidebar.sidebar list row.sidebar-row:drop(active):not(:disabled), - filechooser placessidebar.sidebar list row.sidebar-row:drop(active):not(:disabled) label, - filechooser placessidebar.sidebar list row.sidebar-row:drop(active):not(:disabled) .sidebar-icon { - color: #f08437; } - .nautilus-window placessidebar.sidebar list row.sidebar-row:drop(active):not(:disabled):selected, - filechooser placessidebar.sidebar list row.sidebar-row:drop(active):not(:disabled):selected { - background-color: #f08437; } - .nautilus-window placessidebar.sidebar list row.sidebar-row:drop(active):not(:disabled):selected, .nautilus-window placessidebar.sidebar list row.sidebar-row:drop(active):not(:disabled):selected label, .nautilus-window placessidebar.sidebar list row.sidebar-row:drop(active):not(:disabled):selected .sidebar-icon, - filechooser placessidebar.sidebar list row.sidebar-row:drop(active):not(:disabled):selected, - filechooser placessidebar.sidebar list row.sidebar-row:drop(active):not(:disabled):selected label, - filechooser placessidebar.sidebar list row.sidebar-row:drop(active):not(:disabled):selected .sidebar-icon { - color: #ffffff; } - .nautilus-window placessidebar.sidebar list separator, - filechooser placessidebar.sidebar list separator { - background-color: transparent; } - -.nautilus-window.maximized placessidebar.sidebar, -filechooser.maximized placessidebar.sidebar { - background-color: #353535; } - -NautilusQueryEditor .search-bar.toolbar { - padding: 5px; - box-shadow: none; - background-color: #404040; } - -.nautilus-circular-button.image-button.button, headerbar button.nautilus-circular-button.button.titlebutton, -.titlebar button.nautilus-circular-button.button.titlebutton { - border-radius: 50%; - -gtk-outline-radius: 50%; - padding: 8px; } - -.disk-space-display { - border-style: solid; - border-width: 1px; } - .disk-space-display.unknown { - background-color: rgba(218, 218, 218, 0.5); - border-color: rgba(193, 192, 192, 0.5); } - .disk-space-display.used { - background-color: rgba(21, 101, 192, 0.8); - border-color: rgba(16, 77, 146, 0.8); } - .disk-space-display.free { - background-color: #303030; - border-color: #171717; } - -NautilusListView .view, NautilusListView iconview { - border-bottom: 1px solid #292929; } - -.nemo-window { - /* This is to keep the separator next to the sidebar dark so we don't see a gap - between it and the trash bar */ } - .nemo-window .nemo-window-pane widget.entry { - border: 1px solid; - border-radius: 3px; - color: #DADADA; - border-color: #292929; - background-color: #404040; - box-shadow: inset 1px 0 #1565c0, inset -1px 0 #1565c0, inset 0 1px #1565c0, inset 0 -1px #1565c0; } - .nemo-window .nemo-inactive-pane .view, .nemo-window .nemo-inactive-pane iconview { - background-color: #333333; } - .nemo-window .places-treeview { - -NemoPlacesTreeView-disk-full-bg-color: #dbdbdb; - -NemoPlacesTreeView-disk-full-fg-color: #104d92; - -GtkTreeView-vertical-separator: 7; } - .nemo-window .places-treeview .view.cell:hover, .nemo-window .places-treeview iconview.cell:hover { - background-color: rgba(219, 219, 219, 0.15); } - .nemo-window .nemo-places-sidebar.frame { - border-width: 0; } - .nemo-window .sidebar { - color: #dbdbdb; - background-color: #353535; } - .nemo-window .sidebar .frame { - border: none; } - .nemo-window .sidebar .view, .nemo-window .sidebar iconview, .nemo-window .sidebar row { - background-color: transparent; - color: #dbdbdb; } - .nemo-window .sidebar .view.cell:selected, .nemo-window .sidebar iconview.cell:selected, .nemo-window .sidebar row.cell:selected { - background-color: #1565c0; - color: #ffffff; } - .nemo-window .sidebar .view.expander, .nemo-window .sidebar iconview.expander, .nemo-window .sidebar row.expander { - color: #888888; } - .nemo-window .sidebar .view.expander:hover, .nemo-window .sidebar iconview.expander:hover, .nemo-window .sidebar row.expander:hover { - color: #dbdbdb; } - .nemo-window grid > paned > separator { - background-image: linear-gradient(to bottom, #353535, #353535); } - .nemo-window widget .toolbar .image-button, .nemo-window widget .toolbar headerbar button.titlebutton, headerbar .nemo-window widget .toolbar button.titlebutton, - .nemo-window widget .toolbar .titlebar button.titlebutton, .titlebar .nemo-window widget .toolbar button.titlebutton { - padding: 0; } - -.caja-navigation-window { - /* This seems to be needed to get proper highlighting in the caja view - * when split panes are used. Without it the inactive pane isn't displayed - * properly - */ } - .caja-navigation-window .view .cell:selected, .caja-navigation-window iconview .cell:selected, .caja-navigation-window .view .cell:selected:focus, .caja-navigation-window iconview .cell:selected:focus { - background-image: linear-gradient(to bottom, #1565c0, #1565c0); } - .caja-navigation-window .caja-side-pane .view, .caja-navigation-window .caja-side-pane iconview, - .caja-navigation-window .caja-side-pane textview text, - .caja-navigation-window .caja-side-pane notebook { - background-color: #353535; - color: #dbdbdb; } - -.gedit-headerbar-paned { - color: #252525; } - -.gedit-side-panel-paned > separator { - background-image: linear-gradient(to bottom, #282828, #282828); } - -.gedit-bottom-panel-paned > separator { - background-image: linear-gradient(to bottom, #292929, #292929); } - -.open-document-selector-treeview.view, iconview.open-document-selector-treeview { - padding: 3px 6px 3px 6px; - border-color: #404040; } - .open-document-selector-treeview.view:hover, iconview.open-document-selector-treeview:hover { - background-color: rgba(0, 0, 0, 0.05); } - .open-document-selector-treeview.view:hover:selected, iconview.open-document-selector-treeview:hover:selected { - color: #ffffff; - background-color: #1565c0; } - -.open-document-selector-name-label { - color: #DADADA; } - -.open-document-selector-path-label { - color: #8d8d8d; - font-size: smaller; } - .open-document-selector-path-label:selected { - color: rgba(255, 255, 255, 0.9); } - -.gedit-document-panel { - background-color: #353535; } - .gedit-document-panel row { - color: #dbdbdb; - background-color: rgba(219, 219, 219, 0); } - .gedit-document-panel row:hover { - background-color: rgba(219, 219, 219, 0.15); } - .gedit-document-panel row:active { - color: #ffffff; - background-color: #1565c0; } - .gedit-document-panel row:active button { - color: #ffffff; } - .gedit-document-panel row:selected, .gedit-document-panel row:selected:hover { - color: #ffffff; - background-color: #1565c0; } - .gedit-document-panel row:hover:not(:selected) button:active { - color: #dbdbdb; } - .gedit-document-panel row button { - min-width: 22px; - min-height: 22px; - color: transparent; - background: none; - border: none; - box-shadow: none; - padding: 4px; } - .gedit-document-panel row button image { - color: inherit; } - .gedit-document-panel row:hover:not(:selected) button { - color: #a1a1a1; } - .gedit-document-panel row:hover:not(:selected) button:hover { - color: #ff4d4d; } - .gedit-document-panel row:hover:not(:selected) button:active { - color: #DADADA; } - .gedit-document-panel row:hover:selected button:hover { - color: #ff6666; - background: none; - border: none; - box-shadow: none; } - .gedit-document-panel row:hover:selected button:hover:active { - color: #ffffff; } - -.gedit-document-panel-dragged-row { - border: 1px solid #292929; - background-color: #1f1e1e; - color: #DADADA; } - -.gedit-side-panel-paned statusbar { - border-top: 1px solid #292929; - background-color: #383838; } - -.gedit-search-entry-occurrences-tag { - color: rgba(218, 218, 218, 0.6); - border: none; - margin: 2px; - padding: 2px; } - -.gedit-map-frame border { - border-width: 0; } - .gedit-map-frame border:dir(ltr) { - border-left-width: 1px; } - .gedit-map-frame border:dir(rtl) { - border-right-width: 1px; } - -.gedit-search-slider, .xed-window .xed-goto-line-box { - background-color: #3d3d3d; - padding: 6px; - border-color: #292929; - border-radius: 0 0 2px 2px; - border-width: 0 1px 1px 1px; - border-style: solid; } - -.pluma-window statusbar frame > border { - border: none; } - -.pluma-window notebook > stack scrolledwindow { - border-width: 0 0 1px 0; } - -#pluma-status-combo-button { - min-height: 0; - padding: 0; - border-top: none; - border-bottom: none; - border-radius: 0; } - -.gb-search-entry-occurrences-tag { - background: none; } - -workbench.csd > stack.titlebar:not(headerbar) { - padding: 0; - background: none; - border: none; - box-shadow: none; } - workbench.csd > stack.titlebar:not(headerbar) headerbar, workbench.csd > stack.titlebar:not(headerbar) headerbar:first-child, workbench.csd > stack.titlebar:not(headerbar) headerbar:last-child { - border-radius: 3px 3px 0 0; } - -editortweak .linked > entry.search:focus + .gb-linked-scroller { - border-top-color: #1565c0; } - -layouttab { - background-color: #404040; } - -layout { - border: 1px solid #292929; - -PnlDockBin-handle-size: 1; } - -eggsearchbar box.search-bar { - border-bottom: 1px solid #292929; } - -pillbox { - color: #ffffff; - background-color: #1565c0; - border-radius: 3px; } - pillbox:disabled label { - color: rgba(255, 255, 255, 0.5); } - -docktabstrip { - padding: 0 6px; - background-color: #383838; - border-bottom: 1px solid #292929; } - docktabstrip docktab { - min-height: 28px; - border: solid transparent; - border-width: 0 1px; } - docktabstrip docktab label { - opacity: 0.5; } - docktabstrip docktab:checked label, docktabstrip docktab:hover label { - opacity: 1; } - docktabstrip docktab:checked { - border-color: #292929; - background-color: #404040; } - -dockbin { - border: 1px solid #292929; - -PnlDockBin-handle-size: 1; } - -dockpaned { - border: 1px solid #292929; } - -dockoverlayedge { - background-color: #383838; } - dockoverlayedge docktabstrip { - padding: 0; - border: none; } - dockoverlayedge.left-edge tab:checked, - dockoverlayedge.right-edge tab:checked { - border-width: 1px 0; } - -popover.messagepopover.background { - padding: 0; } - -popover.messagepopover .popover-content-area { - margin: 16px; } - -popover.messagepopover .popover-action-area { - margin: 8px; } - popover.messagepopover .popover-action-area button:not(:first-child):not(:last-child) { - margin: 0 4px; } - -popover.popover-selector { - padding: 0; } - popover.popover-selector list row { - padding: 5px 0; } - popover.popover-selector list row image { - margin-left: 3px; - margin-right: 10px; } - -entry.search.preferences-search { - border: none; - border-right: 1px solid #292929; - border-bottom: 1px solid #292929; - border-radius: 0; } - -preferences stacksidebar.sidebar list { - background-image: linear-gradient(to bottom, #404040, #404040); } - -preferences stacksidebar.sidebar list separator { - background-color: transparent; } - -devhelppanel entry:focus, -symboltreepanel entry:focus { - border-color: #292929; } - -button.run-arrow-button { - min-width: 12px; } - -omnibar.linked > entry:not(:only-child) { - border-style: solid; - border-radius: 3px; - margin-left: 1px; - margin-right: 1px; } - -gstyleslidein #scale_box button.toggle:checked, -gstyleslidein #strings_controls button.toggle:checked, -gstyleslidein #palette_controls button.toggle:checked, -gstyleslidein #components_controls button.toggle:checked { - color: #DADADA; } - -configurationview entry.flat { - background: none; } - -configurationview list { - border-width: 0; } - -EphyWindow .floating-bar { - color: #DADADA; } - -.xreader-window .primary-toolbar .button.the-button-in-the-combobox { - color: #ded6d6; - outline-color: rgba(222, 214, 214, 0.3); - border-color: rgba(16, 16, 16, 0.4); - background-color: rgba(103, 103, 103, 0.4); } - .xreader-window .primary-toolbar .button.the-button-in-the-combobox:hover { - background-color: rgba(141, 141, 141, 0.4); } - .xreader-window .primary-toolbar .button.the-button-in-the-combobox:disabled { - color: rgba(222, 214, 214, 0.6); } - -.documents-scrolledwin.frame { - border-width: 0; } - -button.documents-load-more { - border-width: 1px 0 0; - border-radius: 0; } - -.documents-icon-bg { - background-color: #1565c0; - color: #ffffff; - border-radius: 2px; } - -.documents-collection-icon, .photos-collection-icon { - background-color: rgba(218, 218, 218, 0.3); - border-radius: 2px; } - -.documents-favorite.button:active, -.documents-favorite.button:active:hover { - color: #4f98ec; } - -.documents-entry-tag, .photos-entry-tag { - background-color: #1565c0; - color: #ffffff; - border-radius: 2px; - border-width: 0; - margin: 2px; - padding: 4px; } - .documents-entry-tag:hover, .photos-entry-tag:hover { - color: #ffffff; - background-color: #176fd2; } - .documents-entry-tag:active, .photos-entry-tag:active { - color: #ffffff; - background-color: #135bae; } - -.photos-fade-in { - opacity: 1.0; - transition: opacity 0.2s ease-out; } - -.photos-fade-out { - opacity: 0.0; - transition: opacity 0.2s ease-out; } - -.tweak-categories, -.tweak-category:not(:selected):not(:hover) { - background-image: linear-gradient(to bottom, #404040, #404040); } - -.content-view.document-page { - border-style: solid; - border-width: 3px 3px 6px 4px; - border-image: url("assets/thumbnail-frame.png") 3 3 6 4; } - -TotemGrilo.vertical GdMainView.frame { - border-width: 0; } - -SynapseGuiSelectionContainer *:selected, -SynapseGuiViewVirgilio *:selected { - background-color: #1565c0; } - -.tr-workarea .undershoot, -.tr-workarea .overshoot { - border-color: transparent; } - -.gnome-panel-menu-bar, -.mate-panel-menu-bar { - color: #DADADA; - background-color: #292929; } - .gnome-panel-menu-bar, .gnome-panel-menu-bar menubar, - .mate-panel-menu-bar, - .mate-panel-menu-bar menubar { - background-color: #292929; } - .gnome-panel-menu-bar menubar, - .gnome-panel-menu-bar #PanelApplet label, - .gnome-panel-menu-bar #PanelApplet image, - .mate-panel-menu-bar menubar, - .mate-panel-menu-bar #PanelApplet label, - .mate-panel-menu-bar #PanelApplet image { - color: #DADADA; } - .gnome-panel-menu-bar menu > menuitem, - .mate-panel-menu-bar menu > menuitem { - color: #DADADA; } - .gnome-panel-menu-bar menu > menuitem:hover, - .mate-panel-menu-bar menu > menuitem:hover { - color: #ffffff; } - .gnome-panel-menu-bar button label, .gnome-panel-menu-bar button image, - .gnome-panel-menu-bar #tasklist-button label, - .gnome-panel-menu-bar #tasklist-button image, - .mate-panel-menu-bar button label, - .mate-panel-menu-bar button image, - .mate-panel-menu-bar #tasklist-button label, - .mate-panel-menu-bar #tasklist-button image { - color: inherit; } - .gnome-panel-menu-bar #tasklist-button, - .mate-panel-menu-bar #tasklist-button { - color: #DADADA; - border-radius: 0; - border: none; - padding-bottom: 0; - padding-top: 0; } - .gnome-panel-menu-bar #tasklist-button:hover, - .mate-panel-menu-bar #tasklist-button:hover { - background-color: rgba(255, 255, 255, 0.05); } - .gnome-panel-menu-bar #tasklist-button:checked, .gnome-panel-menu-bar #tasklist-button:active, - .mate-panel-menu-bar #tasklist-button:checked, - .mate-panel-menu-bar #tasklist-button:active { - background-color: #1565c0; } - .gnome-panel-menu-bar #tasklist-button:checked label, .gnome-panel-menu-bar #tasklist-button:active label, - .mate-panel-menu-bar #tasklist-button:checked label, - .mate-panel-menu-bar #tasklist-button:active label { - color: white; } - .gnome-panel-menu-bar PanelSeparator, - .mate-panel-menu-bar PanelSeparator { - color: rgba(0, 0, 0, 0.2); - padding-top: 4px; - padding-bottom: 4px; } - .gnome-panel-menu-bar na-tray-applet, - .mate-panel-menu-bar na-tray-applet { - -NaTrayApplet-icon-padding: 1px; } - -.mintmenu:hover { - background-color: #363636; } - -.mintmenu:selected { - color: #ffffff; - background-color: #1565c0; } - -.wnck-pager { - background-color: rgba(0, 0, 0, 0.04); } - .wnck-pager:selected { - background-color: rgba(21, 101, 192, 0.6); } - .wnck-pager:hover { - background-color: rgba(21, 101, 192, 0.2); } - -.xfce4-panel.panel { - background-color: #393939; - color: #DADADA; } - .xfce4-panel.panel frame > border { - border: 0; } - .xfce4-panel.panel label { - font-weight: normal; } - -.gnome-panel-menu-bar button:not(#tasklist-button), -.mate-panel-menu-bar button:not(#tasklist-button), .xfce4-panel.panel button { - color: #DADADA; - border-radius: 0; - border: none; - background-color: rgba(41, 41, 41, 0); } - .gnome-panel-menu-bar button:hover:not(#tasklist-button), - .mate-panel-menu-bar button:hover:not(#tasklist-button), .xfce4-panel.panel button:hover { - border: none; - background-color: #434343; } - .gnome-panel-menu-bar button:active:not(#tasklist-button), - .mate-panel-menu-bar button:active:not(#tasklist-button), .xfce4-panel.panel button:active, .gnome-panel-menu-bar button:checked:not(#tasklist-button), - .mate-panel-menu-bar button:checked:not(#tasklist-button), .xfce4-panel.panel button:checked { - color: #ffffff; - border: none; - background-color: #1565c0; } - .gnome-panel-menu-bar button:not(#tasklist-button) label, .mate-panel-menu-bar button:not(#tasklist-button) label, .xfce4-panel.panel button label, .gnome-panel-menu-bar button:not(#tasklist-button) image, .mate-panel-menu-bar button:not(#tasklist-button) image, .xfce4-panel.panel button image { - color: inherit; } - -.floating-bar { - background-color: #1565c0; - color: #ffffff; } - .floating-bar.top { - border-radius: 0 0 2px 2px; } - .floating-bar.right { - border-radius: 2px 0 0 2px; } - .floating-bar.bottom { - border-radius: 2px 2px 0 0; } - .floating-bar.left { - border-radius: 0 2px 2px 0; } - .floating-bar .button { - background-color: transparent; - box-shadow: none; - border: none; } - -BirdieWidgetsTweetList * { - background-image: none; - background-color: transparent; } - -MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus { - color: #ffffff; - background-color: #1565c0; - outline-color: transparent; } - -MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover { - background-color: transparent; } - -MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { - outline-color: transparent; } - -.marlin-pathbar.pathbar { - border-radius: 3px; - padding-left: 4px; - padding-right: 4px; - color: #ded6d6; - border-color: rgba(16, 16, 16, 0.4); - background-color: rgba(103, 103, 103, 0.4); } - .marlin-pathbar.pathbar image, .marlin-pathbar.pathbar image:hover { - color: inherit; } - .marlin-pathbar.pathbar:focus { - color: #ded6d6; - border-color: #1565c0; - background-color: rgba(103, 103, 103, 0.4); } - .marlin-pathbar.pathbar:disabled { - color: rgba(222, 214, 214, 0.55); - background-color: rgba(103, 103, 103, 0.25); } - .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { - color: #1565c0; } - -.gala-notification { - border: 1px solid rgba(0, 0, 0, 0.35); - border-radius: 3px; - box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); - background-color: white; } - .gala-notification .title, .gala-notification .label { - color: #5c616c; } - -PantheonTerminalPantheonTerminalWindow.background { - background-color: transparent; } - -SwitchboardCategoryView .view:selected, SwitchboardCategoryView iconview:selected, -SwitchboardCategoryView .view:selected:focus, -SwitchboardCategoryView iconview:selected:focus { - color: #DADADA; } - -.cs-header { - padding: 6px; - background-color: #353535; - border-bottom: 1px solid #292929; } - -.xed-window .xed-panel.side notebook tab.top { - padding: 8px 12px; } - -.xed-window .xed-panel.bottom notebook.frame { - border: none; } - -.xed-window .small-button { - padding: 2px 4px; } - -.xed-window .xed-searchbar { - border: 0px solid #292929; - border-top-width: 1px; } - -.xed-window statusbar widget border { - border-color: transparent; } - -.xed-window statusbar button, .xed-window statusbar widget frame, .xed-window statusbar widget frame border { - padding: 0; } - -EvWindow .content-view .view:selected, EvWindow .content-view iconview:selected, -EvWindow .content-view .view:focus:selected, -EvWindow .content-view iconview:focus:selected { - background-color: #1565c0; - color: #ffffff; } - -.nautilus-window placessidebar.sidebar list scrollbar, -filechooser placessidebar.sidebar list scrollbar, .nemo-window .sidebar scrollbar { - border-color: #282828; } - .nautilus-window placessidebar.sidebar list scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider, filechooser placessidebar.sidebar list scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider, .nemo-window .sidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { - background-color: white; - border: 1px solid rgba(0, 0, 0, 0.3); } - .nautilus-window placessidebar.sidebar list scrollbar slider, filechooser placessidebar.sidebar list scrollbar slider, .nemo-window .sidebar scrollbar slider { - background-color: rgba(255, 255, 255, 0.7); } - .nautilus-window placessidebar.sidebar list scrollbar slider:hover, filechooser placessidebar.sidebar list scrollbar slider:hover, .nemo-window .sidebar scrollbar slider:hover { - background-color: white; } - .nautilus-window placessidebar.sidebar list scrollbar slider:hover:active, filechooser placessidebar.sidebar list scrollbar slider:hover:active, .nemo-window .sidebar scrollbar slider:hover:active { - background-color: #1565c0; } - .nautilus-window placessidebar.sidebar list scrollbar slider:disabled, filechooser placessidebar.sidebar list scrollbar slider:disabled, .nemo-window .sidebar scrollbar slider:disabled { - background-color: transparent; } - .nautilus-window placessidebar.sidebar list scrollbar trough, filechooser placessidebar.sidebar list scrollbar trough, .nemo-window .sidebar scrollbar trough { - background-color: #282828; } - -.thunar .sidebar .view, .thunar .sidebar iconview { - background-color: #383838; } - .thunar .sidebar .view:selected, .thunar .sidebar iconview:selected, .thunar .sidebar .view:active, .thunar .sidebar iconview:active { - background: #1565c0; - color: #ffffff; } - -.thunar toolbar.horizontal button image, .thunar .horizontal.inline-toolbar button image { - -gtk-icon-transform: scale(0.9); } - -#panel_window { - background-color: #292929; - color: #DADADA; - font-weight: bold; - box-shadow: inset 0 -1px #171717; } - #panel_window menubar, - #panel_window menubar > menuitem { - background-color: transparent; - color: #DADADA; - font-weight: bold; } - #panel_window menubar menuitem:disabled { - color: rgba(218, 218, 218, 0.5); } - #panel_window menubar menuitem:disabled label { - color: inherit; } - #panel_window menubar menu > menuitem { - font-weight: normal; } - -#login_window, -#shutdown_dialog, -#restart_dialog { - font-weight: normal; - border-style: none; - background-color: transparent; - color: #DADADA; } - -#content_frame { - padding-bottom: 14px; - background-color: #383838; - border-top-left-radius: 2px; - border-top-right-radius: 2px; - border: solid rgba(0, 0, 0, 0.1); - border-width: 1px 1px 0 1px; } - -#content_frame button { - color: #DADADA; - outline-color: rgba(218, 218, 218, 0.3); - border-color: #292929; - background-color: #454545; } - #content_frame button:hover { - color: #DADADA; - outline-color: rgba(218, 218, 218, 0.3); - border-color: #292929; - background-color: #525252; } - #content_frame button:active, #content_frame button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #292929; - background-color: #1565c0; } - #content_frame button:disabled { - color: rgba(218, 218, 218, 0.55); - border-color: rgba(41, 41, 41, 0.55); - background-color: rgba(69, 69, 69, 0.55); } - #content_frame button:disabled label { - color: inherit; } - -#buttonbox_frame { - padding-top: 20px; - padding-bottom: 0px; - border-style: none; - background-color: #2f2f2f; - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; - border: solid rgba(0, 0, 0, 0.1); - border-width: 0 1px 1px 1px; - box-shadow: inset 0 1px #252525; } - -#buttonbox_frame button { - color: #dbdbdb; - outline-color: rgba(219, 219, 219, 0.3); - border-color: rgba(22, 22, 22, 0.4); - background-color: rgba(109, 109, 109, 0.4); } - #buttonbox_frame button:hover { - color: #dbdbdb; - outline-color: rgba(219, 219, 219, 0.3); - border-color: rgba(22, 22, 22, 0.4); - background-color: rgba(127, 127, 127, 0.5); } - #buttonbox_frame button:active, #buttonbox_frame button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: rgba(22, 22, 22, 0.4); - background-color: #1565c0; } - #buttonbox_frame button:disabled { - color: #676767; - border-color: rgba(22, 22, 22, 0.4); - background-color: rgba(109, 109, 109, 0.25); } - -#login_window #user_combobox { - color: #DADADA; - font-size: 13px; } - #login_window #user_combobox menu { - font-weight: normal; } - -#user_image { - padding: 3px; - border-radius: 2px; } - -#shutdown_button.button { - background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #F04A50; - border-color: #F04A50; } - #shutdown_button.button:hover { - background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #f4797e; - border-color: #f4797e; } - #shutdown_button.button:active, #shutdown_button.button:checked { - background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #ec1b22; - border-color: #ec1b22; } - -#restart_button.button { - background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #6db442; - border-color: #6db442; } - #restart_button.button:hover { - background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #88c663; - border-color: #88c663; } - #restart_button.button:active, #restart_button.button:checked { - background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #568f34; - border-color: #568f34; } - -#greeter_infobar { - border-bottom-width: 0; - font-weight: bold; } - -window.background.lightdm menubar > menuitem { - padding: 0 5px 0 5px; } - -window.background.lightdm button.flat.option-button, window.background.lightdm button.option-button.sidebar-button { - background-color: transparent; - color: #dadada; } - window.background.lightdm button.flat.option-button:hover, window.background.lightdm button.option-button.sidebar-button:hover { - border-color: rgba(41, 41, 41, 0.2); - background-color: rgba(0, 0, 0, 0.5); } - window.background.lightdm button.flat.option-button:active, window.background.lightdm button.option-button.sidebar-button:active { - border-color: #292929; - background-color: #1565c0; - color: #ffffff; } - -window.background.lightdm button, window.background.lightdm button.toggle-button { - border-color: transparent; - background-color: transparent; - color: #dadada; } - window.background.lightdm button:hover, window.background.lightdm button.toggle-button:hover { - border-color: rgba(41, 41, 41, 0.2); - background-color: rgba(0, 0, 0, 0.5); } - window.background.lightdm button:active, window.background.lightdm button.selected, window.background.lightdm button.toggle-button:active, window.background.lightdm button.toggle-button.selected { - border-color: rgba(41, 41, 41, 0.2); - background-color: #1565c0; - color: #ffffff; } - -window.background.lightdm entry, -window.background.lightdm .lightdm-combo entry { - background: rgba(0, 0, 0, 0.5); - color: white; } - -window.background.lightdm entry:active { - -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); - animation: spinner 1s linear infinite; } - -window.background.lightdm .lightdm-combo { - border-radius: 0; - background-color: transparent; } - -@define-color theme_fg_color #DADADA; -@define-color theme_text_color #DADADA; -@define-color theme_bg_color #383838; -@define-color theme_base_color #404040; -@define-color theme_selected_bg_color #1565c0; -@define-color theme_selected_fg_color #ffffff; -@define-color fg_color #DADADA; -@define-color text_color #DADADA; -@define-color bg_color #383838; -@define-color base_color #404040; -@define-color selected_bg_color #1565c0; -@define-color selected_fg_color #ffffff; -@define-color insensitive_bg_color #3d3d3d; -@define-color insensitive_fg_color alpha(#dadada, 0.5); -@define-color insensitive_base_color #404040; -@define-color theme_unfocused_fg_color #DADADA; -@define-color theme_unfocused_text_color #DADADA; -@define-color theme_unfocused_bg_color #383838; -@define-color theme_unfocused_base_color #404040; -@define-color borders #292929; -@define-color unfocused_borders #292929; -@define-color warning_color #f27835; -@define-color error_color #FC4138; -@define-color success_color #73d216; -@define-color placeholder_text_color #A8A8A8; -@define-color content_view_bg #404040; -@define-color wm_title #DADADA; -@define-color wm_unfocused_title alpha(#ded6d6, 0.5); -@define-color wm_bg #2f2f2f; -@define-color wm_bg_unfocused #333333; -@define-color wm_highlight #373737; -@define-color wm_shadow alpha(black, 0.35); -@define-color wm_button_close_bg #cc575d; -@define-color wm_button_close_hover_bg #d7787d; -@define-color wm_button_close_active_bg #be3841; -@define-color wm_icon_close_bg #2f343f; -@define-color wm_button_hover_bg #454C5C; -@define-color wm_button_active_bg #1565c0; -@define-color wm_button_hover_border #262932; -@define-color wm_icon_bg #90939B; -@define-color wm_icon_unfocused_bg #666A74; -@define-color wm_icon_hover_bg #C4C7CC; -@define-color wm_icon_active_bg #ffffff; diff --git a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/thumbnail.png b/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/thumbnail.png deleted file mode 100644 index f92cf30..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/gtk-3.0/thumbnail.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/index.theme b/profile/airootfs/root/content/home/.themes/CBlack/index.theme deleted file mode 100644 index c1ae41c..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/index.theme +++ /dev/null @@ -1,12 +0,0 @@ -[Desktop Entry] -Type=X-GNOME-Metatheme -Name=CBlack -Comment=A dark flat theme -Encoding=UTF-8 - -[X-GNOME-Metatheme] -GtkTheme=CBlack -MetacityTheme=CBlack -IconTheme=Mint-Y -CursorTheme=DMZ-Black -ButtonLayout=menu:minimize,maximize,close diff --git a/profile/airootfs/root/content/home/.themes/CBlack/metacity-1/button-bg.svg b/profile/airootfs/root/content/home/.themes/CBlack/metacity-1/button-bg.svg deleted file mode 100644 index 1f225b5..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/metacity-1/button-bg.svg +++ /dev/null @@ -1,105 +0,0 @@ - -image/svg+xml \ No newline at end of file diff --git a/profile/airootfs/root/content/home/.themes/CBlack/metacity-1/button-border.svg b/profile/airootfs/root/content/home/.themes/CBlack/metacity-1/button-border.svg deleted file mode 100644 index a1ab948..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/metacity-1/button-border.svg +++ /dev/null @@ -1,107 +0,0 @@ - -image/svg+xml \ No newline at end of file diff --git a/profile/airootfs/root/content/home/.themes/CBlack/metacity-1/close-icon.svg b/profile/airootfs/root/content/home/.themes/CBlack/metacity-1/close-icon.svg deleted file mode 100644 index 312fa9e..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/metacity-1/close-icon.svg +++ /dev/null @@ -1,104 +0,0 @@ - -image/svg+xml \ No newline at end of file diff --git a/profile/airootfs/root/content/home/.themes/CBlack/metacity-1/max-icon.svg b/profile/airootfs/root/content/home/.themes/CBlack/metacity-1/max-icon.svg deleted file mode 100644 index 6b80028..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/metacity-1/max-icon.svg +++ /dev/null @@ -1,75 +0,0 @@ - -image/svg+xml \ No newline at end of file diff --git a/profile/airootfs/root/content/home/.themes/CBlack/metacity-1/menu-icon.svg b/profile/airootfs/root/content/home/.themes/CBlack/metacity-1/menu-icon.svg deleted file mode 100644 index 7b44703..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/metacity-1/menu-icon.svg +++ /dev/null @@ -1,69 +0,0 @@ - -image/svg+xml \ No newline at end of file diff --git a/profile/airootfs/root/content/home/.themes/CBlack/metacity-1/metacity-theme-2.xml b/profile/airootfs/root/content/home/.themes/CBlack/metacity-1/metacity-theme-2.xml deleted file mode 100644 index 94d8207..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/metacity-1/metacity-theme-2.xml +++ /dev/null @@ -1,962 +0,0 @@ - - - - Arc - horst3180 - horst3180 - 2015 - Arc Metacity theme - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -</draw_ops> - -<draw_ops name="title_unfocused"> - <title x="(0 `max` ((width - title_width) / 2)) + 2" - y="(0 `max` ((height - title_height) / 2)) + 1" - color="C_title_unfocused"/> -</draw_ops> - - <!-- window decorations --> - -<draw_ops name="entire_background_focused"> - <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="true" /> -</draw_ops> - -<draw_ops name="entire_background_unfocused"> - <rectangle color="C_wm_bg_unfocused" x="0" y="0" width="width" height="height" filled="true" /> -</draw_ops> - -<draw_ops name="titlebar_focused"> - <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="true" /> - <rectangle color="C_wm_highlight" x="0" y="0" width="width" height="1" filled="true" /> -</draw_ops> - -<draw_ops name="titlebar_unfocused"> - <rectangle color="C_wm_bg_unfocused" x="0" y="0" width="width" height="height" filled="true" /> - <rectangle color="C_wm_highlight" x="0" y="0" width="width" height="1" filled="true" /> -</draw_ops> - -<draw_ops name="titlebar_max"> - -</draw_ops> - -<draw_ops name="titlebar_small_focused"> - -</draw_ops> - -<draw_ops name="titlebar_small_unfocused"> - -</draw_ops> - -<draw_ops name="border_focused"> - <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="false" /> -</draw_ops> - -<draw_ops name="border_unfocused"> - <rectangle color="C_wm_bg_unfocused" x="0" y="0" width="width" height="height" filled="false" /> -</draw_ops> - - -<!--close--> -<draw_ops name="close_focused"> - <image filename="button-bg.svg" colorize="C_button_close_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="close_focused_pressed"> - <image filename="button-bg.svg" colorize="C_button_close_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> - <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="close_focused_prelight"> - <image filename="button-bg.svg" colorize="C_button_close_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> - <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="close_unfocused"> - <image filename="button-bg.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="close_unfocused_prelight"> - <image filename="button-bg.svg" colorize="C_button_close_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> - <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="close_unfocused_pressed"> - <image filename="button-bg.svg" colorize="C_button_close_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> - <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<!--maximize--> -<draw_ops name="maximize_focused"> - <image filename="button-bg.svg" colorize="C_button_maximize_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="maximize_focused_pressed"> - <image filename="button-bg.svg" colorize="C_button_maximize_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> - <image filename="max-icon.svg" colorize="C_icon_maximize_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="maximize_focused_prelight"> - <image filename="button-bg.svg" colorize="C_button_maximize_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> - <image filename="max-icon.svg" colorize="C_icon_maximize_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="maximize_unfocused"> - <image filename="button-bg.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="maximize_unfocused_prelight"> - <image filename="button-bg.svg" colorize="C_button_maximize_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> - <image filename="max-icon.svg" colorize="C_icon_maximize_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="maximize_unfocused_pressed"> - <image filename="button-bg.svg" colorize="C_button_maximize_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> - <image filename="max-icon.svg" colorize="C_icon_maximize_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<!--minimize--> -<draw_ops name="minimize_focused"> - <image filename="button-bg.svg" colorize="C_button_minimize_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="minimize_focused_pressed"> - <image filename="button-bg.svg" colorize="C_button_minimize_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> - <image filename="min-icon.svg" colorize="C_icon_minimize_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="minimize_focused_prelight"> - <image filename="button-bg.svg" colorize="C_button_minimize_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> - <image filename="min-icon.svg" colorize="C_icon_minimize_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="minimize_unfocused"> - <image filename="button-bg.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="minimize_unfocused_prelight"> - <image filename="button-bg.svg" colorize="C_button_minimize_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> - <image filename="min-icon.svg" colorize="C_icon_minimize_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="minimize_unfocused_pressed"> - <image filename="button-bg.svg" colorize="C_button_minimize_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> - <image filename="min-icon.svg" colorize="C_icon_minimize_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<!--stick--> -<draw_ops name="stick_focused"> - <image filename="stick-icon.svg" colorize="C_icon_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="stick_focused_pressed"> - <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> - <image filename="stick-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="stick_focused_prelight"> - <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> - <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> - <image filename="stick-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="stick_unfocused"> - <image filename="stick-icon.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="stick_unfocused_prelight"> - <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> - <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> - <image filename="stick-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="stick_unfocused_pressed"> - <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> - <image filename="stick-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<!--unstick--> -<draw_ops name="unstick_focused"> - <image filename="unstick-icon.svg" colorize="C_icon_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="unstick_focused_pressed"> - <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> - <image filename="unstick-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="unstick_focused_prelight"> - <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> - <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> - <image filename="unstick-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="unstick_unfocused"> - <image filename="unstick-icon.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="unstick_unfocused_prelight"> - <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> - <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> - <image filename="unstick-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="unstick_unfocused_pressed"> - <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> - <image filename="unstick-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<!--shade--> -<draw_ops name="shade_focused"> - <image filename="shade-icon.svg" colorize="C_icon_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="shade_focused_pressed"> - <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> - <image filename="shade-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="shade_focused_prelight"> - <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> - <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> - <image filename="shade-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="shade_unfocused"> - <image filename="shade-icon.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="shade_unfocused_prelight"> - <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> - <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> - <image filename="shade-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="shade_unfocused_pressed"> - <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> - <image filename="shade-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<!--unshade--> -<draw_ops name="unshade_focused"> - <image filename="unshade-icon.svg" colorize="C_icon_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="unshade_focused_pressed"> - <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> - <image filename="unshade-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="unshade_focused_prelight"> - <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> - <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> - <image filename="unshade-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="unshade_unfocused"> - <image filename="unshade-icon.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="unshade_unfocused_prelight"> - <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> - <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> - <image filename="unshade-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="unshade_unfocused_pressed"> - <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> - <image filename="unshade-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<!--menu--> -<draw_ops name="menu_focused"> - <image filename="menu-icon.svg" colorize="C_icon_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="menu_focused_pressed"> - <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> - <image filename="menu-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="menu_focused_prelight"> - <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> - <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> - <image filename="menu-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="menu_unfocused"> - <image filename="menu-icon.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="menu_unfocused_prelight"> - <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> - <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> - <image filename="menu-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="menu_unfocused_pressed"> - <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> - <image filename="menu-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - - -<!-- frame styles --> - -<frame_style name="normal_focused" geometry="normal"> - <piece position="entire_background" draw_ops="entire_background_focused" /> - <piece position="titlebar" draw_ops="titlebar_focused" /> - <piece position="title" draw_ops="title_focused" /> - <button function="close" state="normal" draw_ops="close_focused" /> - <button function="close" state="pressed" draw_ops="close_focused_pressed" /> - <button function="close" state="prelight" draw_ops="close_focused_prelight" /> - <button function="maximize" state="normal" draw_ops="maximize_focused" /> - <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> - <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> - <button function="minimize" state="normal" draw_ops="minimize_focused" /> - <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> - <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> - <button function="menu" state="normal" draw_ops="menu_focused" /> - <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> - <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> - <button function="shade" state="normal" draw_ops="shade_focused" /> - <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> - <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> - <button function="unshade" state="normal" draw_ops="unshade_focused" /> - <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> - <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal" draw_ops="stick_focused" /> - <button function="stick" state="pressed" draw_ops="stick_focused_pressed" /> - <button function="stick" state="prelight" draw_ops="stick_focused_prelight" /> - <button function="unstick" state="normal" draw_ops="unstick_focused" /> - <button function="unstick" state="pressed" draw_ops="unstick_focused_pressed" /> - <button function="unstick" state="prelight" draw_ops="unstick_focused_prelight" /> -</frame_style> - -<frame_style name="normal_unfocused" geometry="normal_unfocused"> - <piece position="entire_background" draw_ops="entire_background_unfocused" /> - <piece position="titlebar" draw_ops="titlebar_unfocused" /> - <piece position="title" draw_ops="title_unfocused" /> - <button function="close" state="normal" draw_ops="close_unfocused"/> - <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> - <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> - <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> - <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> - <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> - <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> - <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> - <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> - <button function="menu" state="normal" draw_ops="menu_unfocused" /> - <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_unfocused" /> - <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> - <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> - <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> - <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal" draw_ops="stick_unfocused" /> - <button function="stick" state="prelight" draw_ops="stick_unfocused_prelight" /> - <button function="stick" state="pressed" draw_ops="stick_unfocused_pressed" /> - <button function="unstick" state="normal" draw_ops="unstick_unfocused" /> - <button function="unstick" state="prelight" draw_ops="unstick_unfocused_prelight" /> - <button function="unstick" state="pressed" draw_ops="unstick_unfocused_pressed" /> -</frame_style> - -<frame_style name="normal_max_focused" geometry="max"> - <piece position="entire_background" draw_ops="entire_background_focused" /> - <piece position="titlebar" draw_ops="titlebar_max" /> - <piece position="title" draw_ops="title_focused" /> - <button function="close" state="normal" draw_ops="close_focused" /> - <button function="close" state="pressed" draw_ops="close_focused_pressed" /> - <button function="close" state="prelight" draw_ops="close_focused_prelight" /> - <button function="maximize" state="normal" draw_ops="maximize_focused" /> - <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> - <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> - <button function="minimize" state="normal" draw_ops="minimize_focused" /> - <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> - <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> - <button function="menu" state="normal" draw_ops="menu_focused" /> - <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> - <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> - <button function="shade" state="normal" draw_ops="shade_focused" /> - <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> - <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> - <button function="unshade" state="normal" draw_ops="unshade_focused" /> - <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> - <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal" draw_ops="stick_focused" /> - <button function="stick" state="pressed" draw_ops="stick_focused_pressed" /> - <button function="stick" state="prelight" draw_ops="stick_focused_prelight" /> - <button function="unstick" state="normal" draw_ops="unstick_focused" /> - <button function="unstick" state="pressed" draw_ops="unstick_focused_pressed" /> - <button function="unstick" state="prelight" draw_ops="unstick_focused_prelight" /> -</frame_style> - -<frame_style name="normal_max_unfocused" geometry="max"> - <piece position="entire_background" draw_ops="entire_background_unfocused" /> - <piece position="titlebar" draw_ops="titlebar_max" /> - <piece position="title" draw_ops="title_unfocused" /> - <button function="close" state="normal" draw_ops="close_unfocused"/> - <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> - <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> - <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> - <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> - <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> - <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> - <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> - <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> - <button function="menu" state="normal" draw_ops="menu_unfocused" /> - <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_unfocused" /> - <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> - <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> - <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> - <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal" draw_ops="stick_unfocused" /> - <button function="stick" state="prelight" draw_ops="stick_unfocused_prelight" /> - <button function="stick" state="pressed" draw_ops="stick_unfocused_pressed" /> - <button function="unstick" state="normal" draw_ops="unstick_unfocused" /> - <button function="unstick" state="prelight" draw_ops="unstick_unfocused_prelight" /> - <button function="unstick" state="pressed" draw_ops="unstick_unfocused_pressed" /> -</frame_style> - -<frame_style name="normal_max_shaded_focused" geometry="max"> - <piece position="entire_background" draw_ops="entire_background_focused" /> - <piece position="titlebar" draw_ops="titlebar_max" /> - <piece position="title" draw_ops="title_focused" /> - <button function="close" state="normal" draw_ops="close_focused" /> - <button function="close" state="pressed" draw_ops="close_focused_pressed" /> - <button function="close" state="prelight" draw_ops="close_focused_prelight" /> - <button function="maximize" state="normal" draw_ops="maximize_focused" /> - <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> - <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> - <button function="minimize" state="normal" draw_ops="minimize_focused" /> - <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> - <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> - <button function="menu" state="normal" draw_ops="menu_focused" /> - <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> - <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> - <button function="shade" state="normal" draw_ops="shade_focused" /> - <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> - <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> - <button function="unshade" state="normal" draw_ops="unshade_focused" /> - <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> - <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal" draw_ops="stick_focused" /> - <button function="stick" state="pressed" draw_ops="stick_focused_pressed" /> - <button function="stick" state="prelight" draw_ops="stick_focused_prelight" /> - <button function="unstick" state="normal" draw_ops="unstick_focused" /> - <button function="unstick" state="pressed" draw_ops="unstick_focused_pressed" /> - <button function="unstick" state="prelight" draw_ops="unstick_focused_prelight" /> -</frame_style> - -<frame_style name="normal_max_shaded_unfocused" geometry="max"> - <piece position="entire_background" draw_ops="entire_background_unfocused" /> - <piece position="titlebar" draw_ops="titlebar_max" /> - <piece position="title" draw_ops="title_unfocused" /> - <button function="close" state="normal" draw_ops="close_unfocused"/> - <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> - <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> - <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> - <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> - <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> - <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> - <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> - <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> - <button function="menu" state="normal" draw_ops="menu_unfocused" /> - <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_unfocused" /> - <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> - <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> - <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> - <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal" draw_ops="stick_unfocused" /> - <button function="stick" state="prelight" draw_ops="stick_unfocused_prelight" /> - <button function="stick" state="pressed" draw_ops="stick_unfocused_pressed" /> - <button function="unstick" state="normal" draw_ops="unstick_unfocused" /> - <button function="unstick" state="prelight" draw_ops="unstick_unfocused_prelight" /> - <button function="unstick" state="pressed" draw_ops="unstick_unfocused_pressed" /> -</frame_style> - -<frame_style name="dialog_focused" geometry="normal"> - <piece position="entire_background" draw_ops="entire_background_focused" /> - <piece position="titlebar" draw_ops="titlebar_focused" /> - <piece position="title" draw_ops="title_focused" /> - <button function="close" state="normal" draw_ops="close_focused" /> - <button function="close" state="pressed" draw_ops="close_focused_pressed" /> - <button function="close" state="prelight" draw_ops="close_focused_prelight" /> - <button function="maximize" state="normal" draw_ops="maximize_focused" /> - <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> - <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> - <button function="minimize" state="normal" draw_ops="minimize_focused" /> - <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> - <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> - <button function="menu" state="normal" draw_ops="menu_focused" /> - <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> - <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> - <button function="shade" state="normal" draw_ops="shade_focused" /> - <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> - <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> - <button function="unshade" state="normal" draw_ops="unshade_focused" /> - <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> - <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal" draw_ops="stick_focused" /> - <button function="stick" state="pressed" draw_ops="stick_focused_pressed" /> - <button function="stick" state="prelight" draw_ops="stick_focused_prelight" /> - <button function="unstick" state="normal" draw_ops="unstick_focused" /> - <button function="unstick" state="pressed" draw_ops="unstick_focused_pressed" /> - <button function="unstick" state="prelight" draw_ops="unstick_focused_prelight" /> -</frame_style> - -<frame_style name="dialog_unfocused" geometry="normal"> - <piece position="entire_background" draw_ops="entire_background_unfocused" /> - <piece position="titlebar" draw_ops="titlebar_unfocused" /> - <piece position="title" draw_ops="title_unfocused" /> - <button function="close" state="normal" draw_ops="close_unfocused"/> - <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> - <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> - <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> - <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> - <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> - <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> - <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> - <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> - <button function="menu" state="normal" draw_ops="menu_unfocused" /> - <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_unfocused" /> - <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> - <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> - <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> - <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal" draw_ops="stick_unfocused" /> - <button function="stick" state="prelight" draw_ops="stick_unfocused_prelight" /> - <button function="stick" state="pressed" draw_ops="stick_unfocused_pressed" /> - <button function="unstick" state="normal" draw_ops="unstick_unfocused" /> - <button function="unstick" state="prelight" draw_ops="unstick_unfocused_prelight" /> - <button function="unstick" state="pressed" draw_ops="unstick_unfocused_pressed" /> -</frame_style> - -<frame_style name="modal_dialog_focused" geometry="modal"> - <piece position="entire_background" draw_ops="entire_background_focused" /> - <piece position="titlebar" draw_ops="titlebar_focused" /> - <piece position="title" draw_ops="title_focused" /> - <button function="close" state="normal" draw_ops="close_focused" /> - <button function="close" state="pressed" draw_ops="close_focused_pressed" /> - <button function="close" state="prelight" draw_ops="close_focused_prelight" /> - <button function="maximize" state="normal" draw_ops="maximize_focused" /> - <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> - <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> - <button function="minimize" state="normal" draw_ops="minimize_focused" /> - <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> - <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> - <button function="menu" state="normal" draw_ops="menu_focused" /> - <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> - <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> - <button function="shade" state="normal" draw_ops="shade_focused" /> - <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> - <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> - <button function="unshade" state="normal" draw_ops="unshade_focused" /> - <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> - <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal" draw_ops="stick_focused" /> - <button function="stick" state="pressed" draw_ops="stick_focused_pressed" /> - <button function="stick" state="prelight" draw_ops="stick_focused_prelight" /> - <button function="unstick" state="normal" draw_ops="unstick_focused" /> - <button function="unstick" state="pressed" draw_ops="unstick_focused_pressed" /> - <button function="unstick" state="prelight" draw_ops="unstick_focused_prelight" /> -</frame_style> - -<frame_style name="modal_dialog_unfocused" geometry="modal"> - <piece position="entire_background" draw_ops="entire_background_unfocused" /> - <piece position="titlebar" draw_ops="titlebar_focused" /> - <piece position="title" draw_ops="title_unfocused" /> - <button function="close" state="normal" draw_ops="close_unfocused"/> - <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> - <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> - <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> - <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> - <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> - <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> - <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> - <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> - <button function="menu" state="normal" draw_ops="menu_unfocused" /> - <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_unfocused" /> - <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> - <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> - <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> - <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal" draw_ops="stick_unfocused" /> - <button function="stick" state="prelight" draw_ops="stick_unfocused_prelight" /> - <button function="stick" state="pressed" draw_ops="stick_unfocused_pressed" /> - <button function="unstick" state="normal" draw_ops="unstick_unfocused" /> - <button function="unstick" state="prelight" draw_ops="unstick_unfocused_prelight" /> - <button function="unstick" state="pressed" draw_ops="unstick_unfocused_pressed" /> -</frame_style> - -<frame_style name="utility_focused" geometry="small"> - <piece position="entire_background" draw_ops="entire_background_focused" /> - <piece position="titlebar" draw_ops="titlebar_small_focused" /> - <piece position="title" draw_ops="title_focused" /> - <button function="close" state="normal" draw_ops="close_focused" /> - <button function="close" state="pressed" draw_ops="close_focused_pressed" /> - <button function="close" state="prelight" draw_ops="close_focused_prelight" /> - <button function="maximize" state="normal" draw_ops="maximize_focused" /> - <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> - <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> - <button function="minimize" state="normal" draw_ops="minimize_focused" /> - <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> - <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> - <button function="menu" state="normal" draw_ops="menu_focused" /> - <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> - <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> - <button function="shade" state="normal" draw_ops="shade_focused" /> - <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> - <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> - <button function="unshade" state="normal" draw_ops="unshade_focused" /> - <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> - <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal" draw_ops="stick_focused" /> - <button function="stick" state="pressed" draw_ops="stick_focused_pressed" /> - <button function="stick" state="prelight" draw_ops="stick_focused_prelight" /> - <button function="unstick" state="normal" draw_ops="unstick_focused" /> - <button function="unstick" state="pressed" draw_ops="unstick_focused_pressed" /> - <button function="unstick" state="prelight" draw_ops="unstick_focused_prelight" /> -</frame_style> - -<frame_style name="utility_unfocused" geometry="small_unfocused"> - <piece position="entire_background" draw_ops="entire_background_unfocused" /> - <piece position="titlebar" draw_ops="titlebar_small_unfocused" /> - <piece position="title" draw_ops="title_unfocused" /> - <button function="close" state="normal" draw_ops="close_unfocused"/> - <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> - <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> - <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> - <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> - <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> - <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> - <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> - <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> - <button function="menu" state="normal" draw_ops="menu_unfocused" /> - <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_unfocused" /> - <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> - <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> - <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> - <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal" draw_ops="stick_unfocused" /> - <button function="stick" state="prelight" draw_ops="stick_unfocused_prelight" /> - <button function="stick" state="pressed" draw_ops="stick_unfocused_pressed" /> - <button function="unstick" state="normal" draw_ops="unstick_unfocused" /> - <button function="unstick" state="prelight" draw_ops="unstick_unfocused_prelight" /> - <button function="unstick" state="pressed" draw_ops="unstick_unfocused_pressed" /> -</frame_style> - -<frame_style name="border_focused" geometry="borderless"> - <piece position="entire_background" draw_ops="entire_background_focused" /> - <piece position="overlay" draw_ops="border_focused" /> - <button function="close" state="normal"><draw_ops></draw_ops></button> - <button function="close" state="pressed"><draw_ops></draw_ops></button> - <button function="maximize" state="normal"><draw_ops></draw_ops></button> - <button function="maximize" state="pressed"><draw_ops></draw_ops></button> - <button function="minimize" state="normal"><draw_ops></draw_ops></button> - <button function="minimize" state="pressed"><draw_ops></draw_ops></button> - <button function="menu" state="normal"><draw_ops></draw_ops></button> - <button function="menu" state="pressed"><draw_ops></draw_ops></button> - <button function="shade" state="normal"><draw_ops></draw_ops></button> - <button function="shade" state="pressed"><draw_ops></draw_ops></button> - <button function="unshade" state="normal"><draw_ops></draw_ops></button> - <button function="unshade" state="pressed"><draw_ops></draw_ops></button> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="border_unfocused" geometry="borderless"> - <piece position="entire_background" draw_ops="entire_background_unfocused" /> - <piece position="overlay" draw_ops="border_unfocused" /> - <button function="close" state="normal"><draw_ops></draw_ops></button> - <button function="close" state="pressed"><draw_ops></draw_ops></button> - <button function="maximize" state="normal"><draw_ops></draw_ops></button> - <button function="maximize" state="pressed"><draw_ops></draw_ops></button> - <button function="minimize" state="normal"><draw_ops></draw_ops></button> - <button function="minimize" state="pressed"><draw_ops></draw_ops></button> - <button function="menu" state="normal"><draw_ops></draw_ops></button> - <button function="menu" state="pressed"><draw_ops></draw_ops></button> - <button function="shade" state="normal"><draw_ops></draw_ops></button> - <button function="shade" state="pressed"><draw_ops></draw_ops></button> - <button function="unshade" state="normal"><draw_ops></draw_ops></button> - <button function="unshade" state="pressed"><draw_ops></draw_ops></button> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<!-- placeholder for unimplementated styles--> -<frame_style name="blank" geometry="normal"> - <button function="close" state="normal"><draw_ops></draw_ops></button> - <button function="close" state="pressed"><draw_ops></draw_ops></button> - <button function="maximize" state="normal"><draw_ops></draw_ops></button> - <button function="maximize" state="pressed"><draw_ops></draw_ops></button> - <button function="minimize" state="normal"><draw_ops></draw_ops></button> - <button function="minimize" state="pressed"><draw_ops></draw_ops></button> - <button function="menu" state="normal"><draw_ops></draw_ops></button> - <button function="menu" state="pressed"><draw_ops></draw_ops></button> - <button function="shade" state="normal"><draw_ops></draw_ops></button> - <button function="shade" state="pressed"><draw_ops></draw_ops></button> - <button function="unshade" state="normal"><draw_ops></draw_ops></button> - <button function="unshade" state="pressed"><draw_ops></draw_ops></button> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<!-- frame style sets --> - -<frame_style_set name="normal_style_set"> - <frame focus="yes" state="normal" resize="both" style="normal_focused"/> - <frame focus="no" state="normal" resize="both" style="normal_unfocused"/> - <frame focus="yes" state="maximized" style="normal_max_focused"/> - <frame focus="no" state="maximized" style="normal_max_unfocused"/> - <frame focus="yes" state="shaded" style="normal_focused"/> - <frame focus="no" state="shaded" style="normal_unfocused"/> - <frame focus="yes" state="maximized_and_shaded" style="normal_max_shaded_focused"/> - <frame focus="no" state="maximized_and_shaded" style="normal_max_shaded_unfocused"/> -</frame_style_set> - -<frame_style_set name="dialog_style_set"> - <frame focus="yes" state="normal" resize="both" style="dialog_focused"/> - <frame focus="no" state="normal" resize="both" style="dialog_unfocused"/> - <frame focus="yes" state="maximized" style="blank"/> - <frame focus="no" state="maximized" style="blank"/> - <frame focus="yes" state="shaded" style="dialog_focused"/> - <frame focus="no" state="shaded" style="dialog_unfocused"/> - <frame focus="yes" state="maximized_and_shaded" style="blank"/> - <frame focus="no" state="maximized_and_shaded" style="blank"/> -</frame_style_set> - -<frame_style_set name="modal_dialog_style_set"> - <frame focus="yes" state="normal" resize="both" style="modal_dialog_focused"/> - <frame focus="no" state="normal" resize="both" style="modal_dialog_unfocused"/> - <frame focus="yes" state="maximized" style="blank"/> - <frame focus="no" state="maximized" style="blank"/> - <frame focus="yes" state="shaded" style="modal_dialog_focused"/> - <frame focus="no" state="shaded" style="modal_dialog_unfocused"/> - <frame focus="yes" state="maximized_and_shaded" style="blank"/> - <frame focus="no" state="maximized_and_shaded" style="blank"/> -</frame_style_set> - -<frame_style_set name="utility_style_set"> - <frame focus="yes" state="normal" resize="both" style="utility_focused"/> - <frame focus="no" state="normal" resize="both" style="utility_unfocused"/> - <frame focus="yes" state="maximized" style="blank"/> - <frame focus="no" state="maximized" style="blank"/> - <frame focus="yes" state="shaded" style="utility_focused"/> - <frame focus="no" state="shaded" style="utility_unfocused"/> - <frame focus="yes" state="maximized_and_shaded" style="blank"/> - <frame focus="no" state="maximized_and_shaded" style="blank"/> -</frame_style_set> - -<frame_style_set name="border_style_set"> - <frame focus="yes" state="normal" resize="both" style="border_focused"/> - <frame focus="no" state="normal" resize="both" style="border_unfocused"/> - <frame focus="yes" state="maximized" style="blank"/> - <frame focus="no" state="maximized" style="blank"/> - <frame focus="yes" state="shaded" style="blank"/> - <frame focus="no" state="shaded" style="blank"/> - <frame focus="yes" state="maximized_and_shaded" style="blank"/> - <frame focus="no" state="maximized_and_shaded" style="blank"/> -</frame_style_set> - - -<!-- windows --> - -<window type="normal" style_set="normal_style_set"/> -<window type="dialog" style_set="normal_style_set"/> -<window type="modal_dialog" style_set="normal_style_set"/> -<window type="menu" style_set="utility_style_set"/> -<window type="utility" style_set="utility_style_set"/> -<window type="border" style_set="border_style_set"/> - -</metacity_theme> diff --git a/profile/airootfs/root/content/home/.themes/CBlack/metacity-1/metacity-theme-3.xml b/profile/airootfs/root/content/home/.themes/CBlack/metacity-1/metacity-theme-3.xml deleted file mode 100644 index 2118bec..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/metacity-1/metacity-theme-3.xml +++ /dev/null @@ -1,1232 +0,0 @@ -<?xml version="1.0"?> -<metacity_theme> -<info> - <name>Arc</name> - <author>horst3180</author> - <copyright>horst3180</copyright> - <date>2015</date> - <description>Arc Metacity theme</description> -</info> - -<!-- meaningfull constants --> - -<constant name="C_title_focused" value="rgba(222,222,222,1.0)" /> -<constant name="C_title_unfocused" value="rgba(222,222,222,0.6)" /> - -<constant name="C_wm_bg_focused" value="rgba(47,47,47,1.0)" /> -<constant name="C_wm_bg_unfocused" value="rgba(47,47,47,1.0)" /> - -<constant name="C_wm_border" value="rgba(20,20,20,0.3)" /> - -<constant name="C_wm_highlight" value="rgba(55,55,55,1.0)" /> - -<!-- window button colors --> - -<!-- close --> -<constant name="C_button_close_bg_focused" value="#FF4040" /> -<constant name="C_button_close_bg_hover" value="#FF5050" /> -<constant name="C_button_close_bg_active" value="#FF5D5D" /> - -<!-- maximize --> -<constant name="C_button_maximize_bg_focused" value="#66FF40" /> -<constant name="C_button_maximize_bg_hover" value="#73FF50" /> -<constant name="C_button_maximize_bg_active" value="#7EFF5D" /> - -<!-- minimize --> -<constant name="C_button_minimize_bg_focused" value="#FFD940" /> -<constant name="C_button_minimize_bg_hover" value="#FFDC50" /> -<constant name="C_button_minimize_bg_active" value="#FFDF5D" /> - -<!-- foreground icon close, maximize, minimize --> -<constant name="C_icon_close_bg" value="#2f2f2f" /> -<constant name="C_icon_maximize_bg" value="#2f2f2f" /> -<constant name="C_icon_minimize_bg" value="#2f2f2f" /> - -<constant name="C_button_bg_hover" value="#4C4C4C" /> -<constant name="C_button_bg_active" value="#949494" /> - -<constant name="C_button_border_hover" value="#262626" /> - -<constant name="C_icon_bg_focused" value="#909090" /> -<constant name="C_icon_bg_unfocused" value="#666666" /> -<constant name="C_icon_bg_hover" value="#C4C4C4" /> -<constant name="C_icon_bg_active" value="#ffffff" /> - -<!-- geometries --> - -<frame_geometry name="normal" title_scale="medium" rounded_top_left="8" rounded_bottom_left="8" rounded_bottom_right="8" rounded_top_right="8"> - <distance name="left_width" value="0" /> - <distance name="right_width" value="0" /> - <distance name="bottom_height" value="0" /> - <distance name="left_titlebar_edge" value="2"/> - <distance name="right_titlebar_edge" value="2"/> - <distance name="title_vertical_pad" value="5"/> - <border name="title_border" left="10" right="10" top="5" bottom="5"/> - <border name="button_border" left="0" right="0" top="0" bottom="0"/> - <distance name="button_width" value="30"/> - <distance name="button_height" value="16"/> -</frame_geometry> - -<frame_geometry name="normal_unfocused" title_scale="medium" rounded_top_left="8" rounded_bottom_left="8" rounded_bottom_right="8" rounded_top_right="8" parent="normal"> -</frame_geometry> - -<frame_geometry name="max" title_scale="medium" parent="normal" rounded_top_left="false" rounded_top_right="false"> - <distance name="left_width" value="0" /> - <distance name="right_width" value="0" /> - <distance name="left_titlebar_edge" value="2"/> - <distance name="right_titlebar_edge" value="2"/> - <distance name="title_vertical_pad" value="5"/> <!-- - This needs to be 1 less then the - title_vertical_pad on normal state - or you'll have bigger buttons --> - <distance name="bottom_height" value="1" /> -</frame_geometry> - -<frame_geometry name="tiled_left" title_scale="medium" rounded_top_left="false" rounded_top_right="false" parent="normal"> - <distance name="right_width" value="1" /> - <distance name="bottom_height" value="1" /> -</frame_geometry> - -<frame_geometry name="tiled_right" title_scale="medium" rounded_top_left="false" rounded_top_right="false" parent="normal"> - <distance name="left_width" value="1" /> - <distance name="bottom_height" value="1" /> -</frame_geometry> - -<frame_geometry name="small" title_scale="small" parent="normal" rounded_top_left="8" rounded_bottom_left="8" rounded_bottom_right="8" rounded_top_right="8"> - <distance name="title_vertical_pad" value="7"/> - <distance name="left_titlebar_edge" value="1"/> - <distance name="right_titlebar_edge" value="1"/> - <border name="title_border" left="10" right="10" top="0" bottom="1"/> -</frame_geometry> - -<frame_geometry name="small_unfocused" parent="small"> -</frame_geometry> - -<frame_geometry name="border" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal" > - <distance name="left_width" value="1" /> - <distance name="right_width" value="1" /> - <distance name="bottom_height" value="1" /> - <border name="title_border" left="10" right="10" top="0" bottom="0" /> - <distance name="title_vertical_pad" value="1" /> - <distance name="button_height" value="0"/> -</frame_geometry> - -<frame_geometry name="borderless" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal" > - <distance name="left_width" value="0" /> - <distance name="right_width" value="0" /> - <distance name="bottom_height" value="0" /> - <distance name="title_vertical_pad" value="0" /> - <border name="title_border" left="10" right="10" top="0" bottom="0" /> - <distance name="button_height" value="0"/> -</frame_geometry> - -<frame_geometry name="modal" title_scale="small" hide_buttons="true" rounded_top_left="8" rounded_bottom_left="8" rounded_bottom_right="8" rounded_top_right="8" parent="small"> - <distance name="title_vertical_pad" value="5"/> -</frame_geometry> - -<frame_geometry name="attached" title_scale="small" hide_buttons="true" rounded_top_left="8" rounded_bottom_left="8" rounded_bottom_right="8" rounded_top_right="8" parent="small"> - <distance name="title_vertical_pad" value="5"/> -</frame_geometry> - -<!-- drawing operations --> - - <!-- title --> - -<draw_ops name="title_focused"> - - <title version="< 3.1" - x="(0 `max` ((width - title_width) / 2))" - y="(0 `max` ((height - title_height) / 2)) + 1" - color="C_title_focused" /> - <title version=">= 3.1" - x="(0 `max` ((frame_x_center - title_width / 2) `min` (width - title_width)))" - y="(0 `max` ((height - title_height) / 2)) + 1" - ellipsize_width="width" - color="C_title_focused" /> -</draw_ops> - -<draw_ops name="title_unfocused"> - <title version="< 3.1" - x="(0 `max` ((width - title_width) / 2))" - y="(0 `max` ((height - title_height) / 2)) + 1" - color="C_title_unfocused" /> - <title version=">= 3.1" - x="(0 `max` ((frame_x_center - title_width / 2) `min` (width - title_width)))" - y="(0 `max` ((height - title_height) / 2)) + 1" - ellipsize_width="width" - color="C_title_unfocused" /> -</draw_ops> - - <!-- window decorations --> - -<draw_ops name="entire_background_focused"> - <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="true" /> -</draw_ops> - -<draw_ops name="entire_background_unfocused"> - <rectangle color="C_wm_bg_unfocused" x="0" y="0" width="width" height="height" filled="true" /> -</draw_ops> - -<draw_ops name="titlebar_focused"> - <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="true" /> - <rectangle color="C_wm_highlight" x="0" y="0" width="width" height="1" filled="true" /> -</draw_ops> - -<draw_ops name="titlebar_unfocused"> - <rectangle color="C_wm_bg_unfocused" x="0" y="0" width="width" height="height" filled="true" /> - <rectangle color="C_wm_highlight" x="0" y="0" width="width" height="1" filled="true" /> -</draw_ops> - -<draw_ops name="titlebar_max"> - -</draw_ops> - -<draw_ops name="titlebar_small_focused"> - -</draw_ops> - -<draw_ops name="titlebar_small_unfocused"> - -</draw_ops> - -<draw_ops name="border_focused"> - <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="false" /> -</draw_ops> - -<draw_ops name="border_unfocused"> - <rectangle color="C_wm_bg_unfocused" x="0" y="0" width="width" height="height" filled="false" /> -</draw_ops> - -<draw_ops name="border_max"> - <line x1="1" y1="height-1" x2="width" y2="height-1" color="C_wm_border" /> -</draw_ops> - - -<!--close--> -<draw_ops name="close_focused"> - <image filename="button-bg.svg" colorize="C_button_close_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="close_focused_pressed"> - <image filename="button-bg.svg" colorize="C_button_close_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> - <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="close_focused_prelight"> - <image filename="button-bg.svg" colorize="C_button_close_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> - <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="close_unfocused"> - <image filename="button-bg.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="close_unfocused_prelight"> - <image filename="button-bg.svg" colorize="C_button_close_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> - <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="close_unfocused_pressed"> - <image filename="button-bg.svg" colorize="C_button_close_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> - <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<!--maximize--> -<draw_ops name="maximize_focused"> - <image filename="button-bg.svg" colorize="C_button_maximize_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="maximize_focused_pressed"> - <image filename="button-bg.svg" colorize="C_button_maximize_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> - <image filename="max-icon.svg" colorize="C_icon_maximize_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="maximize_focused_prelight"> - <image filename="button-bg.svg" colorize="C_button_maximize_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> - <image filename="max-icon.svg" colorize="C_icon_maximize_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="maximize_unfocused"> - <image filename="button-bg.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="maximize_unfocused_prelight"> - <image filename="button-bg.svg" colorize="C_button_maximize_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> - <image filename="max-icon.svg" colorize="C_icon_maximize_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="maximize_unfocused_pressed"> - <image filename="button-bg.svg" colorize="C_button_maximize_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> - <image filename="max-icon.svg" colorize="C_icon_maximize_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<!--minimize--> -<draw_ops name="minimize_focused"> - <image filename="button-bg.svg" colorize="C_button_minimize_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="minimize_focused_pressed"> - <image filename="button-bg.svg" colorize="C_button_minimize_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> - <image filename="min-icon.svg" colorize="C_icon_minimize_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="minimize_focused_prelight"> - <image filename="button-bg.svg" colorize="C_button_minimize_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> - <image filename="min-icon.svg" colorize="C_icon_minimize_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="minimize_unfocused"> - <image filename="button-bg.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="minimize_unfocused_prelight"> - <image filename="button-bg.svg" colorize="C_button_minimize_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> - <image filename="min-icon.svg" colorize="C_icon_minimize_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="minimize_unfocused_pressed"> - <image filename="button-bg.svg" colorize="C_button_minimize_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> - <image filename="min-icon.svg" colorize="C_icon_minimize_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<!--stick--> -<draw_ops name="stick_focused"> - <image filename="stick-icon.svg" colorize="C_icon_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="stick_focused_pressed"> - <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> - <image filename="stick-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="stick_focused_prelight"> - <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> - <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> - <image filename="stick-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="stick_unfocused"> - <image filename="stick-icon.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="stick_unfocused_prelight"> - <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> - <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> - <image filename="stick-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="stick_unfocused_pressed"> - <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> - <image filename="stick-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<!--unstick--> -<draw_ops name="unstick_focused"> - <image filename="unstick-icon.svg" colorize="C_icon_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="unstick_focused_pressed"> - <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> - <image filename="unstick-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="unstick_focused_prelight"> - <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> - <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> - <image filename="unstick-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="unstick_unfocused"> - <image filename="unstick-icon.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="unstick_unfocused_prelight"> - <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> - <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> - <image filename="unstick-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="unstick_unfocused_pressed"> - <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> - <image filename="unstick-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<!--shade--> -<draw_ops name="shade_focused"> - <image filename="shade-icon.svg" colorize="C_icon_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="shade_focused_pressed"> - <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> - <image filename="shade-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="shade_focused_prelight"> - <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> - <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> - <image filename="shade-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="shade_unfocused"> - <image filename="shade-icon.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="shade_unfocused_prelight"> - <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> - <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> - <image filename="shade-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="shade_unfocused_pressed"> - <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> - <image filename="shade-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<!--unshade--> -<draw_ops name="unshade_focused"> - <image filename="unshade-icon.svg" colorize="C_icon_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="unshade_focused_pressed"> - <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> - <image filename="unshade-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="unshade_focused_prelight"> - <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> - <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> - <image filename="unshade-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="unshade_unfocused"> - <image filename="unshade-icon.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="unshade_unfocused_prelight"> - <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> - <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> - <image filename="unshade-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="unshade_unfocused_pressed"> - <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> - <image filename="unshade-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<!--menu--> -<draw_ops name="menu_focused"> - <image filename="menu-icon.svg" colorize="C_icon_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="menu_focused_pressed"> - <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> - <image filename="menu-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="menu_focused_prelight"> - <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> - <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> - <image filename="menu-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="menu_unfocused"> - <image filename="menu-icon.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="menu_unfocused_prelight"> - <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> - <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> - <image filename="menu-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="menu_unfocused_pressed"> - <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> - <image filename="menu-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> -</draw_ops> - - -<!-- frame styles --> - -<frame_style name="normal_focused" geometry="normal"> - <piece position="entire_background" draw_ops="entire_background_focused" /> - <piece position="titlebar" draw_ops="titlebar_focused" /> - <piece position="title" draw_ops="title_focused" /> - <button function="close" state="normal" draw_ops="close_focused" /> - <button function="close" state="pressed" draw_ops="close_focused_pressed" /> - <button function="close" state="prelight" draw_ops="close_focused_prelight" /> - <button function="maximize" state="normal" draw_ops="maximize_focused" /> - <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> - <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> - <button function="minimize" state="normal" draw_ops="minimize_focused" /> - <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> - <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> - <button function="menu" state="normal" draw_ops="menu_focused" /> - <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> - <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> - <button function="shade" state="normal" draw_ops="shade_focused" /> - <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> - <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> - <button function="unshade" state="normal" draw_ops="unshade_focused" /> - <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> - <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal" draw_ops="stick_focused" /> - <button function="stick" state="pressed" draw_ops="stick_focused_pressed" /> - <button function="stick" state="prelight" draw_ops="stick_focused_prelight" /> - <button function="unstick" state="normal" draw_ops="unstick_focused" /> - <button function="unstick" state="pressed" draw_ops="unstick_focused_pressed" /> - <button function="unstick" state="prelight" draw_ops="unstick_focused_prelight" /> -</frame_style> - -<frame_style name="normal_unfocused" geometry="normal_unfocused"> - <piece position="entire_background" draw_ops="entire_background_unfocused" /> - <piece position="titlebar" draw_ops="titlebar_unfocused" /> - <piece position="title" draw_ops="title_unfocused" /> - <button function="close" state="normal" draw_ops="close_unfocused"/> - <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> - <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> - <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> - <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> - <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> - <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> - <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> - <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> - <button function="menu" state="normal" draw_ops="menu_unfocused" /> - <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_unfocused" /> - <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> - <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> - <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> - <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal" draw_ops="stick_unfocused" /> - <button function="stick" state="prelight" draw_ops="stick_unfocused_prelight" /> - <button function="stick" state="pressed" draw_ops="stick_unfocused_pressed" /> - <button function="unstick" state="normal" draw_ops="unstick_unfocused" /> - <button function="unstick" state="prelight" draw_ops="unstick_unfocused_prelight" /> - <button function="unstick" state="pressed" draw_ops="unstick_unfocused_pressed" /> -</frame_style> - -<frame_style name="normal_max_focused" geometry="max"> - <piece position="entire_background" draw_ops="entire_background_focused" /> - <piece position="overlay" draw_ops="border_max" /> - <piece position="titlebar" draw_ops="titlebar_max" /> - <piece position="title" draw_ops="title_focused" /> - <button function="close" state="normal" draw_ops="close_focused" /> - <button function="close" state="pressed" draw_ops="close_focused_pressed" /> - <button function="close" state="prelight" draw_ops="close_focused_prelight" /> - <button function="maximize" state="normal" draw_ops="maximize_focused" /> - <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> - <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> - <button function="minimize" state="normal" draw_ops="minimize_focused" /> - <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> - <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> - <button function="menu" state="normal" draw_ops="menu_focused" /> - <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> - <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> - <button function="shade" state="normal" draw_ops="shade_focused" /> - <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> - <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> - <button function="unshade" state="normal" draw_ops="unshade_focused" /> - <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> - <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal" draw_ops="stick_focused" /> - <button function="stick" state="pressed" draw_ops="stick_focused_pressed" /> - <button function="stick" state="prelight" draw_ops="stick_focused_prelight" /> - <button function="unstick" state="normal" draw_ops="unstick_focused" /> - <button function="unstick" state="pressed" draw_ops="unstick_focused_pressed" /> - <button function="unstick" state="prelight" draw_ops="unstick_focused_prelight" /> -</frame_style> - -<frame_style name="normal_max_unfocused" geometry="max"> - <piece position="entire_background" draw_ops="entire_background_unfocused" /> - <piece position="overlay" draw_ops="border_max" /> - <piece position="titlebar" draw_ops="titlebar_max" /> - <piece position="title" draw_ops="title_unfocused" /> - <button function="close" state="normal" draw_ops="close_unfocused"/> - <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> - <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> - <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> - <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> - <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> - <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> - <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> - <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> - <button function="menu" state="normal" draw_ops="menu_unfocused" /> - <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_unfocused" /> - <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> - <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> - <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> - <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal" draw_ops="stick_unfocused" /> - <button function="stick" state="prelight" draw_ops="stick_unfocused_prelight" /> - <button function="stick" state="pressed" draw_ops="stick_unfocused_pressed" /> - <button function="unstick" state="normal" draw_ops="unstick_unfocused" /> - <button function="unstick" state="prelight" draw_ops="unstick_unfocused_prelight" /> - <button function="unstick" state="pressed" draw_ops="unstick_unfocused_pressed" /> -</frame_style> - -<frame_style name="normal_max_shaded_focused" geometry="max"> - <piece position="entire_background" draw_ops="entire_background_focused" /> - <piece position="titlebar" draw_ops="titlebar_max" /> - <piece position="title" draw_ops="title_focused" /> - <button function="close" state="normal" draw_ops="close_focused" /> - <button function="close" state="pressed" draw_ops="close_focused_pressed" /> - <button function="close" state="prelight" draw_ops="close_focused_prelight" /> - <button function="maximize" state="normal" draw_ops="maximize_focused" /> - <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> - <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> - <button function="minimize" state="normal" draw_ops="minimize_focused" /> - <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> - <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> - <button function="menu" state="normal" draw_ops="menu_focused" /> - <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> - <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> - <button function="shade" state="normal" draw_ops="shade_focused" /> - <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> - <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> - <button function="unshade" state="normal" draw_ops="unshade_focused" /> - <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> - <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal" draw_ops="stick_focused" /> - <button function="stick" state="pressed" draw_ops="stick_focused_pressed" /> - <button function="stick" state="prelight" draw_ops="stick_focused_prelight" /> - <button function="unstick" state="normal" draw_ops="unstick_focused" /> - <button function="unstick" state="pressed" draw_ops="unstick_focused_pressed" /> - <button function="unstick" state="prelight" draw_ops="unstick_focused_prelight" /> -</frame_style> - -<frame_style name="normal_max_shaded_unfocused" geometry="max"> - <piece position="entire_background" draw_ops="entire_background_unfocused" /> - <piece position="titlebar" draw_ops="titlebar_max" /> - <piece position="title" draw_ops="title_unfocused" /> - <button function="close" state="normal" draw_ops="close_unfocused"/> - <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> - <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> - <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> - <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> - <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> - <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> - <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> - <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> - <button function="menu" state="normal" draw_ops="menu_unfocused" /> - <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_unfocused" /> - <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> - <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> - <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> - <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal" draw_ops="stick_unfocused" /> - <button function="stick" state="prelight" draw_ops="stick_unfocused_prelight" /> - <button function="stick" state="pressed" draw_ops="stick_unfocused_pressed" /> - <button function="unstick" state="normal" draw_ops="unstick_unfocused" /> - <button function="unstick" state="prelight" draw_ops="unstick_unfocused_prelight" /> - <button function="unstick" state="pressed" draw_ops="unstick_unfocused_pressed" /> -</frame_style> - -<frame_style name="dialog_focused" geometry="normal"> - <piece position="entire_background" draw_ops="entire_background_focused" /> - <piece position="titlebar" draw_ops="titlebar_focused" /> - <piece position="title" draw_ops="title_focused" /> - <button function="close" state="normal" draw_ops="close_focused" /> - <button function="close" state="pressed" draw_ops="close_focused_pressed" /> - <button function="close" state="prelight" draw_ops="close_focused_prelight" /> - <button function="maximize" state="normal" draw_ops="maximize_focused" /> - <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> - <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> - <button function="minimize" state="normal" draw_ops="minimize_focused" /> - <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> - <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> - <button function="menu" state="normal" draw_ops="menu_focused" /> - <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> - <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> - <button function="shade" state="normal" draw_ops="shade_focused" /> - <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> - <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> - <button function="unshade" state="normal" draw_ops="unshade_focused" /> - <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> - <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal" draw_ops="stick_focused" /> - <button function="stick" state="pressed" draw_ops="stick_focused_pressed" /> - <button function="stick" state="prelight" draw_ops="stick_focused_prelight" /> - <button function="unstick" state="normal" draw_ops="unstick_focused" /> - <button function="unstick" state="pressed" draw_ops="unstick_focused_pressed" /> - <button function="unstick" state="prelight" draw_ops="unstick_focused_prelight" /> -</frame_style> - -<frame_style name="dialog_unfocused" geometry="normal"> - <piece position="entire_background" draw_ops="entire_background_unfocused" /> - <piece position="titlebar" draw_ops="titlebar_unfocused" /> - <piece position="title" draw_ops="title_unfocused" /> - <button function="close" state="normal" draw_ops="close_unfocused"/> - <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> - <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> - <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> - <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> - <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> - <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> - <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> - <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> - <button function="menu" state="normal" draw_ops="menu_unfocused" /> - <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_unfocused" /> - <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> - <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> - <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> - <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal" draw_ops="stick_unfocused" /> - <button function="stick" state="prelight" draw_ops="stick_unfocused_prelight" /> - <button function="stick" state="pressed" draw_ops="stick_unfocused_pressed" /> - <button function="unstick" state="normal" draw_ops="unstick_unfocused" /> - <button function="unstick" state="prelight" draw_ops="unstick_unfocused_prelight" /> - <button function="unstick" state="pressed" draw_ops="unstick_unfocused_pressed" /> -</frame_style> - -<frame_style name="modal_dialog_focused" geometry="modal"> - <piece position="entire_background" draw_ops="entire_background_focused" /> - <piece position="titlebar" draw_ops="titlebar_focused" /> - <piece position="title" draw_ops="title_focused" /> - <button function="close" state="normal" draw_ops="close_focused" /> - <button function="close" state="pressed" draw_ops="close_focused_pressed" /> - <button function="close" state="prelight" draw_ops="close_focused_prelight" /> - <button function="maximize" state="normal" draw_ops="maximize_focused" /> - <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> - <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> - <button function="minimize" state="normal" draw_ops="minimize_focused" /> - <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> - <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> - <button function="menu" state="normal" draw_ops="menu_focused" /> - <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> - <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> - <button function="shade" state="normal" draw_ops="shade_focused" /> - <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> - <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> - <button function="unshade" state="normal" draw_ops="unshade_focused" /> - <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> - <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal" draw_ops="stick_focused" /> - <button function="stick" state="pressed" draw_ops="stick_focused_pressed" /> - <button function="stick" state="prelight" draw_ops="stick_focused_prelight" /> - <button function="unstick" state="normal" draw_ops="unstick_focused" /> - <button function="unstick" state="pressed" draw_ops="unstick_focused_pressed" /> - <button function="unstick" state="prelight" draw_ops="unstick_focused_prelight" /> -</frame_style> - -<frame_style name="modal_dialog_unfocused" geometry="modal"> - <piece position="entire_background" draw_ops="entire_background_unfocused" /> - <piece position="titlebar" draw_ops="titlebar_focused" /> - <piece position="title" draw_ops="title_unfocused" /> - <button function="close" state="normal" draw_ops="close_unfocused"/> - <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> - <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> - <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> - <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> - <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> - <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> - <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> - <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> - <button function="menu" state="normal" draw_ops="menu_unfocused" /> - <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_unfocused" /> - <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> - <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> - <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> - <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal" draw_ops="stick_unfocused" /> - <button function="stick" state="prelight" draw_ops="stick_unfocused_prelight" /> - <button function="stick" state="pressed" draw_ops="stick_unfocused_pressed" /> - <button function="unstick" state="normal" draw_ops="unstick_unfocused" /> - <button function="unstick" state="prelight" draw_ops="unstick_unfocused_prelight" /> - <button function="unstick" state="pressed" draw_ops="unstick_unfocused_pressed" /> -</frame_style> - -<frame_style name="utility_focused" geometry="small"> - <piece position="entire_background" draw_ops="entire_background_focused" /> - <piece position="titlebar" draw_ops="titlebar_small_focused" /> - <piece position="title" draw_ops="title_focused" /> - <button function="close" state="normal" draw_ops="close_focused" /> - <button function="close" state="pressed" draw_ops="close_focused_pressed" /> - <button function="close" state="prelight" draw_ops="close_focused_prelight" /> - <button function="maximize" state="normal" draw_ops="maximize_focused" /> - <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> - <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> - <button function="minimize" state="normal" draw_ops="minimize_focused" /> - <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> - <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> - <button function="menu" state="normal" draw_ops="menu_focused" /> - <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> - <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> - <button function="shade" state="normal" draw_ops="shade_focused" /> - <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> - <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> - <button function="unshade" state="normal" draw_ops="unshade_focused" /> - <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> - <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal" draw_ops="stick_focused" /> - <button function="stick" state="pressed" draw_ops="stick_focused_pressed" /> - <button function="stick" state="prelight" draw_ops="stick_focused_prelight" /> - <button function="unstick" state="normal" draw_ops="unstick_focused" /> - <button function="unstick" state="pressed" draw_ops="unstick_focused_pressed" /> - <button function="unstick" state="prelight" draw_ops="unstick_focused_prelight" /> -</frame_style> - -<frame_style name="utility_unfocused" geometry="small_unfocused"> - <piece position="entire_background" draw_ops="entire_background_unfocused" /> - <piece position="titlebar" draw_ops="titlebar_small_unfocused" /> - <piece position="title" draw_ops="title_unfocused" /> - <button function="close" state="normal" draw_ops="close_unfocused"/> - <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> - <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> - <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> - <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> - <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> - <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> - <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> - <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> - <button function="menu" state="normal" draw_ops="menu_unfocused" /> - <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_unfocused" /> - <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> - <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> - <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> - <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal" draw_ops="stick_unfocused" /> - <button function="stick" state="prelight" draw_ops="stick_unfocused_prelight" /> - <button function="stick" state="pressed" draw_ops="stick_unfocused_pressed" /> - <button function="unstick" state="normal" draw_ops="unstick_unfocused" /> - <button function="unstick" state="prelight" draw_ops="unstick_unfocused_prelight" /> - <button function="unstick" state="pressed" draw_ops="unstick_unfocused_pressed" /> -</frame_style> - -<frame_style name="border_focused" geometry="border"> - <piece position="entire_background" draw_ops="entire_background_focused" /> - <piece position="overlay" draw_ops="border_focused" /> - <button function="close" state="normal"><draw_ops></draw_ops></button> - <button function="close" state="pressed"><draw_ops></draw_ops></button> - <button function="maximize" state="normal"><draw_ops></draw_ops></button> - <button function="maximize" state="pressed"><draw_ops></draw_ops></button> - <button function="minimize" state="normal"><draw_ops></draw_ops></button> - <button function="minimize" state="pressed"><draw_ops></draw_ops></button> - <button function="menu" state="normal"><draw_ops></draw_ops></button> - <button function="menu" state="pressed"><draw_ops></draw_ops></button> - <button function="shade" state="normal"><draw_ops></draw_ops></button> - <button function="shade" state="pressed"><draw_ops></draw_ops></button> - <button function="unshade" state="normal"><draw_ops></draw_ops></button> - <button function="unshade" state="pressed"><draw_ops></draw_ops></button> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="border_unfocused" geometry="border"> - <piece position="entire_background" draw_ops="entire_background_unfocused" /> - <piece position="overlay" draw_ops="border_unfocused" /> - <button function="close" state="normal"><draw_ops></draw_ops></button> - <button function="close" state="pressed"><draw_ops></draw_ops></button> - <button function="maximize" state="normal"><draw_ops></draw_ops></button> - <button function="maximize" state="pressed"><draw_ops></draw_ops></button> - <button function="minimize" state="normal"><draw_ops></draw_ops></button> - <button function="minimize" state="pressed"><draw_ops></draw_ops></button> - <button function="menu" state="normal"><draw_ops></draw_ops></button> - <button function="menu" state="pressed"><draw_ops></draw_ops></button> - <button function="shade" state="normal"><draw_ops></draw_ops></button> - <button function="shade" state="pressed"><draw_ops></draw_ops></button> - <button function="unshade" state="normal"><draw_ops></draw_ops></button> - <button function="unshade" state="pressed"><draw_ops></draw_ops></button> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="borderless" geometry="borderless"> - <button function="close" state="normal"><draw_ops></draw_ops></button> - <button function="close" state="pressed"><draw_ops></draw_ops></button> - <button function="maximize" state="normal"><draw_ops></draw_ops></button> - <button function="maximize" state="pressed"><draw_ops></draw_ops></button> - <button function="minimize" state="normal"><draw_ops></draw_ops></button> - <button function="minimize" state="pressed"><draw_ops></draw_ops></button> - <button function="menu" state="normal"><draw_ops></draw_ops></button> - <button function="menu" state="pressed"><draw_ops></draw_ops></button> - <button function="shade" state="normal"><draw_ops></draw_ops></button> - <button function="shade" state="pressed"><draw_ops></draw_ops></button> - <button function="unshade" state="normal"><draw_ops></draw_ops></button> - <button function="unshade" state="pressed"><draw_ops></draw_ops></button> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="attached_focused" geometry="attached"> - <piece position="entire_background" draw_ops="entire_background_focused" /> - <piece position="titlebar" draw_ops="titlebar_focused" /> - <piece position="title" draw_ops="title_focused" /> - <button function="close" state="normal"><draw_ops></draw_ops></button> - <button function="close" state="pressed"><draw_ops></draw_ops></button> - <button function="maximize" state="normal"><draw_ops></draw_ops></button> - <button function="maximize" state="pressed"><draw_ops></draw_ops></button> - <button function="minimize" state="normal"><draw_ops></draw_ops></button> - <button function="minimize" state="pressed"><draw_ops></draw_ops></button> - <button function="menu" state="normal"><draw_ops></draw_ops></button> - <button function="menu" state="pressed"><draw_ops></draw_ops></button> - <button function="shade" state="normal"><draw_ops></draw_ops></button> - <button function="shade" state="pressed"><draw_ops></draw_ops></button> - <button function="unshade" state="normal"><draw_ops></draw_ops></button> - <button function="unshade" state="pressed"><draw_ops></draw_ops></button> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="attached_unfocused" geometry="attached"> - <piece position="entire_background" draw_ops="entire_background_unfocused" /> - <piece position="titlebar" draw_ops="titlebar_unfocused" /> - <piece position="title" draw_ops="title_unfocused" /> - <button function="close" state="normal"><draw_ops></draw_ops></button> - <button function="close" state="pressed"><draw_ops></draw_ops></button> - <button function="maximize" state="normal"><draw_ops></draw_ops></button> - <button function="maximize" state="pressed"><draw_ops></draw_ops></button> - <button function="minimize" state="normal"><draw_ops></draw_ops></button> - <button function="minimize" state="pressed"><draw_ops></draw_ops></button> - <button function="menu" state="normal"><draw_ops></draw_ops></button> - <button function="menu" state="pressed"><draw_ops></draw_ops></button> - <button function="shade" state="normal"><draw_ops></draw_ops></button> - <button function="shade" state="pressed"><draw_ops></draw_ops></button> - <button function="unshade" state="normal"><draw_ops></draw_ops></button> - <button function="unshade" state="pressed"><draw_ops></draw_ops></button> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="tiled_left_focused" geometry="tiled_left"> - <piece position="entire_background" draw_ops="entire_background_focused" /> - <piece position="titlebar" draw_ops="titlebar_focused" /> - <piece position="title" draw_ops="title_focused" /> - <button function="close" state="normal" draw_ops="close_focused" /> - <button function="close" state="pressed" draw_ops="close_focused_pressed" /> - <button function="close" state="prelight" draw_ops="close_focused_prelight" /> - <button function="maximize" state="normal" draw_ops="maximize_focused" /> - <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> - <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> - <button function="minimize" state="normal" draw_ops="minimize_focused" /> - <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> - <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> - <button function="menu" state="normal" draw_ops="menu_focused" /> - <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> - <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> - <button function="shade" state="normal" draw_ops="shade_focused" /> - <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> - <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> - <button function="unshade" state="normal" draw_ops="unshade_focused" /> - <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> - <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal" draw_ops="stick_focused" /> - <button function="stick" state="pressed" draw_ops="stick_focused_pressed" /> - <button function="stick" state="prelight" draw_ops="stick_focused_prelight" /> - <button function="unstick" state="normal" draw_ops="unstick_focused" /> - <button function="unstick" state="pressed" draw_ops="unstick_focused_pressed" /> - <button function="unstick" state="prelight" draw_ops="unstick_focused_prelight" /> -</frame_style> - -<frame_style name="tiled_left_unfocused" geometry="tiled_left"> - <piece position="entire_background" draw_ops="entire_background_unfocused" /> - <piece position="titlebar" draw_ops="titlebar_unfocused" /> - <piece position="title" draw_ops="title_unfocused" /> - <button function="close" state="normal" draw_ops="close_unfocused"/> - <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> - <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> - <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> - <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> - <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> - <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> - <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> - <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> - <button function="menu" state="normal" draw_ops="menu_unfocused" /> - <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_unfocused" /> - <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> - <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> - <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> - <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal" draw_ops="stick_unfocused" /> - <button function="stick" state="prelight" draw_ops="stick_unfocused_prelight" /> - <button function="stick" state="pressed" draw_ops="stick_unfocused_pressed" /> - <button function="unstick" state="normal" draw_ops="unstick_unfocused" /> - <button function="unstick" state="prelight" draw_ops="unstick_unfocused_prelight" /> - <button function="unstick" state="pressed" draw_ops="unstick_unfocused_pressed" /> -</frame_style> - -<frame_style name="tiled_right_focused" geometry="tiled_right"> - <piece position="entire_background" draw_ops="entire_background_focused" /> - <piece position="titlebar" draw_ops="titlebar_focused" /> - <piece position="title" draw_ops="title_focused" /> - <button function="close" state="normal" draw_ops="close_focused" /> - <button function="close" state="pressed" draw_ops="close_focused_pressed" /> - <button function="close" state="prelight" draw_ops="close_focused_prelight" /> - <button function="maximize" state="normal" draw_ops="maximize_focused" /> - <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> - <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> - <button function="minimize" state="normal" draw_ops="minimize_focused" /> - <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> - <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> - <button function="menu" state="normal" draw_ops="menu_focused" /> - <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> - <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> - <button function="shade" state="normal" draw_ops="shade_focused" /> - <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> - <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> - <button function="unshade" state="normal" draw_ops="unshade_focused" /> - <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> - <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal" draw_ops="stick_focused" /> - <button function="stick" state="pressed" draw_ops="stick_focused_pressed" /> - <button function="stick" state="prelight" draw_ops="stick_focused_prelight" /> - <button function="unstick" state="normal" draw_ops="unstick_focused" /> - <button function="unstick" state="pressed" draw_ops="unstick_focused_pressed" /> - <button function="unstick" state="prelight" draw_ops="unstick_focused_prelight" /> -</frame_style> - -<frame_style name="tiled_right_unfocused" geometry="tiled_right"> - <piece position="entire_background" draw_ops="entire_background_unfocused" /> - <piece position="titlebar" draw_ops="titlebar_unfocused" /> - <piece position="title" draw_ops="title_unfocused" /> - <button function="close" state="normal" draw_ops="close_unfocused"/> - <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> - <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> - <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> - <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> - <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> - <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> - <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> - <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> - <button function="menu" state="normal" draw_ops="menu_unfocused" /> - <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_unfocused" /> - <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> - <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> - <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> - <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal" draw_ops="stick_unfocused" /> - <button function="stick" state="prelight" draw_ops="stick_unfocused_prelight" /> - <button function="stick" state="pressed" draw_ops="stick_unfocused_pressed" /> - <button function="unstick" state="normal" draw_ops="unstick_unfocused" /> - <button function="unstick" state="prelight" draw_ops="unstick_unfocused_prelight" /> - <button function="unstick" state="pressed" draw_ops="unstick_unfocused_pressed" /> -</frame_style> - -<!-- placeholder for unimplementated styles--> -<frame_style name="blank" geometry="normal"> - <button function="close" state="normal"><draw_ops></draw_ops></button> - <button function="close" state="pressed"><draw_ops></draw_ops></button> - <button function="maximize" state="normal"><draw_ops></draw_ops></button> - <button function="maximize" state="pressed"><draw_ops></draw_ops></button> - <button function="minimize" state="normal"><draw_ops></draw_ops></button> - <button function="minimize" state="pressed"><draw_ops></draw_ops></button> - <button function="menu" state="normal"><draw_ops></draw_ops></button> - <button function="menu" state="pressed"><draw_ops></draw_ops></button> - <button function="shade" state="normal"><draw_ops></draw_ops></button> - <button function="shade" state="pressed"><draw_ops></draw_ops></button> - <button function="unshade" state="normal"><draw_ops></draw_ops></button> - <button function="unshade" state="pressed"><draw_ops></draw_ops></button> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<!-- frame style sets --> - -<frame_style_set name="normal_style_set"> - <frame focus="yes" state="normal" resize="both" style="normal_focused"/> - <frame focus="no" state="normal" resize="both" style="normal_unfocused"/> - <frame focus="yes" state="maximized" style="normal_max_focused"/> - <frame focus="no" state="maximized" style="normal_max_unfocused"/> - <frame focus="yes" state="shaded" style="normal_focused"/> - <frame focus="no" state="shaded" style="normal_unfocused"/> - <frame focus="yes" state="maximized_and_shaded" style="normal_max_shaded_focused"/> - <frame focus="no" state="maximized_and_shaded" style="normal_max_shaded_unfocused"/> - <frame version=">= 3.3" focus="yes" state="tiled_left" style="tiled_left_focused"/> - <frame version=">= 3.3" focus="no" state="tiled_left" style="tiled_left_unfocused"/> - <frame version=">= 3.3" focus="yes" state="tiled_right" style="tiled_right_focused"/> - <frame version=">= 3.3" focus="no" state="tiled_right" style="tiled_right_unfocused"/> - <frame version=">= 3.3" focus="yes" state="tiled_left_and_shaded" style="tiled_left_focused"/> - <frame version=">= 3.3" focus="no" state="tiled_left_and_shaded" style="tiled_left_unfocused"/> - <frame version=">= 3.3" focus="yes" state="tiled_right_and_shaded" style="tiled_right_focused"/> - <frame version=">= 3.3" focus="no" state="tiled_right_and_shaded" style="tiled_right_unfocused"/> -</frame_style_set> - -<frame_style_set name="dialog_style_set"> - <frame focus="yes" state="normal" resize="both" style="dialog_focused"/> - <frame focus="no" state="normal" resize="both" style="dialog_unfocused"/> - <frame focus="yes" state="maximized" style="blank"/> - <frame focus="no" state="maximized" style="blank"/> - <frame focus="yes" state="shaded" style="dialog_focused"/> - <frame focus="no" state="shaded" style="dialog_unfocused"/> - <frame focus="yes" state="maximized_and_shaded" style="blank"/> - <frame focus="no" state="maximized_and_shaded" style="blank"/> -</frame_style_set> - -<frame_style_set name="modal_dialog_style_set"> - <frame focus="yes" state="normal" resize="both" style="modal_dialog_focused"/> - <frame focus="no" state="normal" resize="both" style="modal_dialog_unfocused"/> - <frame focus="yes" state="maximized" style="blank"/> - <frame focus="no" state="maximized" style="blank"/> - <frame focus="yes" state="shaded" style="modal_dialog_focused"/> - <frame focus="no" state="shaded" style="modal_dialog_unfocused"/> - <frame focus="yes" state="maximized_and_shaded" style="blank"/> - <frame focus="no" state="maximized_and_shaded" style="blank"/> -</frame_style_set> - -<frame_style_set name="utility_style_set"> - <frame focus="yes" state="normal" resize="both" style="utility_focused"/> - <frame focus="no" state="normal" resize="both" style="utility_unfocused"/> - <frame focus="yes" state="maximized" style="blank"/> - <frame focus="no" state="maximized" style="blank"/> - <frame focus="yes" state="shaded" style="utility_focused"/> - <frame focus="no" state="shaded" style="utility_unfocused"/> - <frame focus="yes" state="maximized_and_shaded" style="blank"/> - <frame focus="no" state="maximized_and_shaded" style="blank"/> -</frame_style_set> - -<frame_style_set name="border_style_set"> - <frame focus="yes" state="normal" resize="both" style="border_focused"/> - <frame focus="no" state="normal" resize="both" style="border_unfocused"/> - <frame focus="yes" state="maximized" style="borderless"/> - <frame focus="no" state="maximized" style="borderless"/> - <frame focus="yes" state="shaded" style="blank"/> - <frame focus="no" state="shaded" style="blank"/> - <frame focus="yes" state="maximized_and_shaded" style="blank"/> - <frame focus="no" state="maximized_and_shaded" style="blank"/> -</frame_style_set> - -<frame_style_set name="attached_style_set"> - <frame focus="yes" state="normal" resize="both" style="attached_focused"/> - <frame focus="no" state="normal" resize="both" style="attached_unfocused"/> - <frame focus="yes" state="maximized" style="blank"/> - <frame focus="no" state="maximized" style="blank"/> - <frame focus="yes" state="shaded" style="blank"/> - <frame focus="no" state="shaded" style="blank"/> - <frame focus="yes" state="maximized_and_shaded" style="blank"/> - <frame focus="no" state="maximized_and_shaded" style="blank"/> -</frame_style_set> - - -<!-- windows --> - -<window type="normal" style_set="normal_style_set"/> -<window type="dialog" style_set="normal_style_set"/> -<window type="modal_dialog" style_set="normal_style_set"/> -<window type="menu" style_set="utility_style_set"/> -<window type="utility" style_set="utility_style_set"/> -<window type="border" style_set="border_style_set"/> -<window version=">= 3.2" type="attached" style_set="attached_style_set"/> - -</metacity_theme> diff --git a/profile/airootfs/root/content/home/.themes/CBlack/metacity-1/min-icon.svg b/profile/airootfs/root/content/home/.themes/CBlack/metacity-1/min-icon.svg deleted file mode 100644 index 92920b5..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/metacity-1/min-icon.svg +++ /dev/null @@ -1,75 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - 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" - enable-background="new 0 0 32 32" - height="16" - id="Layer_1" - version="1.1" - viewBox="0 0 16 16" - width="16" - xml:space="preserve" - inkscape:version="0.91 r13725" - sodipodi:docname="min-icon.svg"><metadata - id="metadata26"><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 /></cc:Work></rdf:RDF></metadata><defs - id="defs24" /><sodipodi:namedview - pagecolor="#e2e2e2" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1366" - inkscape:window-height="718" - id="namedview22" - showgrid="true" - inkscape:zoom="22.627417" - inkscape:cx="6.164106" - inkscape:cy="8.4082271" - inkscape:window-x="0" - inkscape:window-y="27" - inkscape:window-maximized="1" - inkscape:current-layer="Layer_1" - inkscape:snap-bbox="true" - inkscape:bbox-paths="true" - inkscape:bbox-nodes="true" - inkscape:snap-bbox-edge-midpoints="true"><inkscape:grid - type="xygrid" - id="grid3003" - empspacing="5" - visible="true" - enabled="true" - snapvisiblegridlinesonly="true" /></sodipodi:namedview><g - style="display:inline" - id="titlebutton-min" - inkscape:label="#g6247" - transform="translate(-587,185.63782)"><g - id="g7138" - style="display:inline;opacity:1" - transform="translate(-781,-432.63782)"><g - transform="translate(-58,0)" - style="display:inline;opacity:1" - id="g4490-3-75"><g - id="g4092-0-7-0" - style="display:inline" - transform="translate(58,0)" /></g><path - inkscape:connector-curvature="0" - d="m 1373,254 0,2 6,0 0,-2 z" - id="rect9057-4-3" - 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;opacity:1;fill:#808080;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" - sodipodi:nodetypes="ccccc" /></g><rect - y="-185.63782" - x="587" - height="16" - width="16" - id="rect17883-32" - style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /></g></svg> \ No newline at end of file diff --git a/profile/airootfs/root/content/home/.themes/CBlack/metacity-1/shade-icon.svg b/profile/airootfs/root/content/home/.themes/CBlack/metacity-1/shade-icon.svg deleted file mode 100644 index ca36b4f..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/metacity-1/shade-icon.svg +++ /dev/null @@ -1,75 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - 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" - enable-background="new 0 0 32 32" - height="16" - id="Layer_1" - version="1.1" - viewBox="0 0 16 16" - width="16" - xml:space="preserve" - inkscape:version="0.91 r13725" - sodipodi:docname="shade-icon.svg"><metadata - id="metadata26"><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 /></cc:Work></rdf:RDF></metadata><defs - id="defs24" /><sodipodi:namedview - pagecolor="#e2e2e2" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1920" - inkscape:window-height="1026" - id="namedview22" - showgrid="true" - inkscape:zoom="22.627417" - inkscape:cx="-0.62788945" - inkscape:cy="2.5679813" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:window-maximized="1" - inkscape:current-layer="Layer_1" - inkscape:snap-bbox="true" - inkscape:bbox-paths="true" - inkscape:bbox-nodes="true" - inkscape:snap-bbox-edge-midpoints="true"><inkscape:grid - type="xygrid" - id="grid3003" - empspacing="5" - visible="true" - enabled="true" - snapvisiblegridlinesonly="true" /></sodipodi:namedview><g - transform="translate(-1426,-247)" - style="display:inline;opacity:1" - id="g4490-3-75"><g - id="g4092-0-7-0" - style="display:inline" - transform="translate(58,0)" /></g><g - id="g4142"><rect - y="2.6171874e-06" - x="0" - height="16" - width="16" - id="rect17883-32" - style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /><g - id="g4138"><path - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.80000001;marker:none;enable-background:accumulate" - d="M 5.5,4 C 4.6689999,4 4,4.669 4,5.5 L 4,7 12,7 12,5.5 C 12,4.669 11.331,4 10.5,4 Z m 4.5,1 1,0 0,1 -1,0 z" - id="path3842-6" - inkscape:connector-curvature="0" - sodipodi:nodetypes="ssccsssccccc" /><path - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.80000001;marker:none;enable-background:accumulate" - d="m 11,10 -3,-3 -3,3 2,0 0,2 2,0 0,-2 z" - id="path3842" - inkscape:connector-curvature="0" - sodipodi:nodetypes="cccccccc" /></g></g></svg> \ No newline at end of file diff --git a/profile/airootfs/root/content/home/.themes/CBlack/metacity-1/stick-icon.svg b/profile/airootfs/root/content/home/.themes/CBlack/metacity-1/stick-icon.svg deleted file mode 100644 index 06c54c6..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/metacity-1/stick-icon.svg +++ /dev/null @@ -1,63 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - 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" - enable-background="new 0 0 32 32" - height="16" - id="Layer_1" - version="1.1" - viewBox="0 0 16 16" - width="16" - xml:space="preserve" - inkscape:version="0.91 r13725" - sodipodi:docname="stick-icon.svg"><metadata - id="metadata26"><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 /></cc:Work></rdf:RDF></metadata><defs - id="defs24" /><sodipodi:namedview - pagecolor="#d7d7d7" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1920" - inkscape:window-height="1026" - id="namedview22" - showgrid="true" - inkscape:zoom="32" - inkscape:cx="6.2833169" - inkscape:cy="4.6144526" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:window-maximized="1" - inkscape:current-layer="Layer_1" - inkscape:snap-bbox="true" - inkscape:bbox-paths="true" - inkscape:bbox-nodes="true" - inkscape:snap-bbox-edge-midpoints="true"><inkscape:grid - type="xygrid" - id="grid3003" - empspacing="5" - visible="true" - enabled="true" - snapvisiblegridlinesonly="true" /></sodipodi:namedview><g - id="g4156"><rect - y="2.6171874e-06" - x="0" - height="16" - width="16" - id="rect17883-29" - style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /><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:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" - sodipodi:nodetypes="cccccccccc" - id="path9895" - d="M 10,3 7,5 4,4 4,11 7,10 10,12 10,8 15,7.51693 10,7 Z" - inkscape:connector-curvature="0" /></g></svg> \ No newline at end of file diff --git a/profile/airootfs/root/content/home/.themes/CBlack/metacity-1/thumbnail.png b/profile/airootfs/root/content/home/.themes/CBlack/metacity-1/thumbnail.png deleted file mode 100644 index 5040a3c..0000000 Binary files a/profile/airootfs/root/content/home/.themes/CBlack/metacity-1/thumbnail.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/.themes/CBlack/metacity-1/unshade-icon.svg b/profile/airootfs/root/content/home/.themes/CBlack/metacity-1/unshade-icon.svg deleted file mode 100644 index 1081dce..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/metacity-1/unshade-icon.svg +++ /dev/null @@ -1,69 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - 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" - enable-background="new 0 0 32 32" - height="16" - id="Layer_1" - version="1.1" - viewBox="0 0 16 16" - width="16" - xml:space="preserve" - inkscape:version="0.91 r13725" - sodipodi:docname="shade-icon.svg"><metadata - id="metadata26"><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 /></cc:Work></rdf:RDF></metadata><defs - id="defs24" /><sodipodi:namedview - pagecolor="#e2e2e2" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1369" - inkscape:window-height="1027" - id="namedview22" - showgrid="true" - inkscape:zoom="22.627417" - inkscape:cx="9.170067" - inkscape:cy="8.3198388" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:window-maximized="0" - inkscape:current-layer="Layer_1" - inkscape:snap-bbox="true" - inkscape:bbox-paths="true" - inkscape:bbox-nodes="true" - inkscape:snap-bbox-edge-midpoints="true"><inkscape:grid - type="xygrid" - id="grid3003" - empspacing="5" - visible="true" - enabled="true" - snapvisiblegridlinesonly="true" /></sodipodi:namedview><g - transform="translate(-1426,-247)" - style="display:inline;opacity:1" - id="g4490-3-75"><g - id="g4092-0-7-0" - style="display:inline" - transform="translate(58,0)" /></g><g - id="g4146"><rect - y="2.6171874e-06" - x="0" - height="16" - width="16" - id="rect17883-32" - style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /><path - sodipodi:nodetypes="ssccssscccccccccc" - inkscape:connector-curvature="0" - id="path3842-6" - d="M 5.5,4 C 4.6689999,4 4,4.669 4,5.5 l 0,6.5 8,0 0,-6.5 C 12,4.669 11.331,4 10.5,4 Z m 4.5,1 1,0 0,1 -1,0 z m -4,2 4,0 0,3 -4,0 z" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.80000001;marker:none;enable-background:accumulate" /></g></svg> \ No newline at end of file diff --git a/profile/airootfs/root/content/home/.themes/CBlack/metacity-1/unstick-icon.svg b/profile/airootfs/root/content/home/.themes/CBlack/metacity-1/unstick-icon.svg deleted file mode 100644 index 9c968e2..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/metacity-1/unstick-icon.svg +++ /dev/null @@ -1,70 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - 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" - enable-background="new 0 0 32 32" - height="16" - id="Layer_1" - version="1.1" - viewBox="0 0 16 16" - width="16" - xml:space="preserve" - inkscape:version="0.91 r13725" - sodipodi:docname="unstick-icon.svg"><metadata - id="metadata26"><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 /></cc:Work></rdf:RDF></metadata><defs - id="defs24" /><sodipodi:namedview - pagecolor="#d7d7d7" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1920" - inkscape:window-height="1026" - id="namedview22" - showgrid="true" - inkscape:zoom="32" - inkscape:cx="10.611442" - inkscape:cy="4.5519526" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:window-maximized="1" - inkscape:current-layer="Layer_1" - inkscape:snap-bbox="true" - inkscape:bbox-paths="true" - inkscape:bbox-nodes="true" - inkscape:snap-bbox-edge-midpoints="true"><inkscape:grid - type="xygrid" - id="grid3003" - empspacing="5" - visible="true" - enabled="true" - snapvisiblegridlinesonly="true" /></sodipodi:namedview><g - id="g4148"><g - id="g4147" - style="display:inline" - transform="translate(-321.0002,-727)"><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:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" - d="M 10,3 7.2382812,4.8417969 10.361328,7.9648438 15,7.5175781 10,7 10,3 Z M 4.59375,4.1992188 10,9.6035156 10,9.3964844 4.90625,4.3027344 4.59375,4.1992188 Z M 4,5.3964844 4,11 7,10 10,12 10,11.396484 4,5.3964844 Z" - transform="translate(321.0002,727)" - id="path9895-5" - inkscape:connector-curvature="0" /><path - inkscape:connector-curvature="0" - d="m 325.39622,730 8.10398,8.10398 -0.89602,0.89602 -8.10398,-8.10398 z" - id="path2986-2-7" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;enable-background:accumulate" /></g><rect - y="2.6171874e-06" - x="0" - height="16" - width="16" - id="rect17883-29" - style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /></g></svg> \ No newline at end of file diff --git a/profile/airootfs/root/content/home/.themes/CBlack/metadata.json b/profile/airootfs/root/content/home/.themes/CBlack/metadata.json deleted file mode 100644 index 6984616..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/metadata.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "last-edited": 1624305235 -} \ No newline at end of file diff --git a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/bottom-active.xpm b/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/bottom-active.xpm deleted file mode 100644 index 938416f..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/bottom-active.xpm +++ /dev/null @@ -1,8 +0,0 @@ -/* XPM */ -static char * bottom_active_xpm[] = { -"1 3 2 1", -" c None", -". c #2F2F2F", -".", -".", -"."}; diff --git a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/bottom-inactive.xpm b/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/bottom-inactive.xpm deleted file mode 100644 index 938416f..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/bottom-inactive.xpm +++ /dev/null @@ -1,8 +0,0 @@ -/* XPM */ -static char * bottom_active_xpm[] = { -"1 3 2 1", -" c None", -". c #2F2F2F", -".", -".", -"."}; diff --git a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/bottom-left-active.xpm b/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/bottom-left-active.xpm deleted file mode 100644 index 1e2652f..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/bottom-left-active.xpm +++ /dev/null @@ -1,8 +0,0 @@ -/* XPM */ -static char * bottom_left_active_xpm[] = { -"3 3 2 1", -" c None", -". c #2F2F2F", -"...", -"...", -"..."}; diff --git a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/bottom-left-inactive.xpm b/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/bottom-left-inactive.xpm deleted file mode 100644 index 1e2652f..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/bottom-left-inactive.xpm +++ /dev/null @@ -1,8 +0,0 @@ -/* XPM */ -static char * bottom_left_active_xpm[] = { -"3 3 2 1", -" c None", -". c #2F2F2F", -"...", -"...", -"..."}; diff --git a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/bottom-right-active.xpm b/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/bottom-right-active.xpm deleted file mode 100644 index f08c031..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/bottom-right-active.xpm +++ /dev/null @@ -1,8 +0,0 @@ -/* XPM */ -static char * bottom_right_active_xpm[] = { -"3 3 2 1", -" c None", -". c #2F2F2F", -"...", -"...", -"..."}; diff --git a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/bottom-right-inactive.xpm b/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/bottom-right-inactive.xpm deleted file mode 100644 index f08c031..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/bottom-right-inactive.xpm +++ /dev/null @@ -1,8 +0,0 @@ -/* XPM */ -static char * bottom_right_active_xpm[] = { -"3 3 2 1", -" c None", -". c #2F2F2F", -"...", -"...", -"..."}; diff --git a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/close-active.xpm b/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/close-active.xpm deleted file mode 100644 index c606dc9..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/close-active.xpm +++ /dev/null @@ -1,69 +0,0 @@ -/* XPM */ -static char *close_active[] = { -/* columns rows colors chars-per-pixel */ -"24 24 39 1", -". c #373737", -" c #2F2F2F", -"@ c #33343B", -"# c #455075", -"$ c #51629C", -"% c #576BAF", -"& c #51629B", -"* c #455074", -"= c #3D445B", -"- c #566AAE", -"; c #596EB5", -"> c #3D445C", -", c #596EB4", -"' c #586CAE", -") c #576BAE", -"! c #33353A", -"~ c #303032", -"{ c #404864", -"] c #586DB4", -"^ c #404966", -"/ c #303030", -"( c #444F73", -"_ c #52639D", -": c #444E71", -"< c #3F4661", -"[ c #3F4762", -"} c #424C6D", -"| c #434D6F", -"1 c #424C6C", -"2 c #3E4660", -"3 c #596DB3", -"4 c #404863", -"5 c #444F72", -"6 c #3F4763", -"7 c #465176", -"8 c #576BAD", -"9 c #323439", -"0 c #3D435A", -"a c #51619B", -/* pixels */ -"........................", -" ", -" ", -" ", -" ", -" @#$%%&*@ ", -" =-;;;;;;-> ", -" =,;;;;;;;;,> ", -" @-;;';;;;);;)! ", -" #;;;~{]]^/;;;( ", -" _;;;: <[ };;;& ", -" );;;;| 1;;;;- ", -" -;;;,2 >3;;;) ", -" $;;;4 55 6;;;& ", -" *;;;@7;;7@;;;( ", -" @-;;;;;;;;;;89 ", -" >,;;;;;;;;,0 ", -" >);;;;;;80 ", -" !(a))a(9 ", -" ", -" ", -" ", -" ", -" " -}; diff --git a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/close-inactive.xpm b/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/close-inactive.xpm deleted file mode 100644 index b1a0598..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/close-inactive.xpm +++ /dev/null @@ -1,53 +0,0 @@ -/* XPM */ -static char *close_inactive[] = { -/* columns rows colors chars-per-pixel */ -"24 24 23 1", -" c #2F2F2F", -". c #373737", -"@ c #343434", -"# c #4C4C4C", -"$ c #5C5C5C", -"% c #646464", -"& c #5B5B5B", -"* c #4B4B4B", -"= c #414141", -"- c #636363", -"; c #666666", -"> c #424242", -", c #303030", -"' c #454545", -") c #656565", -"! c #464646", -"~ c #4A4A4A", -"{ c #434343", -"] c #444444", -"^ c #484848", -"/ c #494949", -"( c #4D4D4D", -"_ c #333333", -/* pixels */ -"........................", -" ", -" ", -" ", -" ", -" @#$%%&*@ ", -" =-;;;;;;-> ", -" =;;;;;;;;;;> ", -" @-;;%;;;;-;;-@ ", -" #;;;,'))!,;;;* ", -" $;;;~ {] ^;;;& ", -" -;;;;/ ^;;;;- ", -" -;;;;{ =);;;- ", -" $;;;' ** ];;;& ", -" *;;;@(;;(@;;;* ", -" @-;;;;;;;;;;-_ ", -" >;;;;;;;;;;= ", -" >-;;;;;;-= ", -" @*&--&*_ ", -" ", -" ", -" ", -" ", -" " -}; diff --git a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/close-prelight.xpm b/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/close-prelight.xpm deleted file mode 100644 index e69d3ae..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/close-prelight.xpm +++ /dev/null @@ -1,67 +0,0 @@ -/* XPM */ -static char * close_prelight_xpm[] = { -/* columns rows colors chars-per-pixel */ -"24 24 37 1", -". c #373737", -" c #2F2F2F", -"@ c #34363C", -"# c #505A7D", -"$ c #6273AA", -"% c #6B7EBF", -"& c #6272A9", -"* c #444B61", -"= c #6A7DBE", -"- c #6E82C6", -"; c #6E81C5", -"> c #6C7EBE", -", c #6B7EBE", -"' c #35363B", -") c #303132", -"! c #48506B", -"~ c #6D81C4", -"{ c #49516D", -"] c #303031", -"^ c #4F597C", -"/ c #6373AB", -"( c #4E587A", -"_ c #464E68", -": c #474E68", -"< c #4C5575", -"[ c #4D5777", -"} c #4C5573", -"| c #464D67", -"1 c #444B62", -"2 c #484F6A", -"3 c #4F597B", -"4 c #474F69", -"5 c #515B7F", -"6 c #6B7DBD", -"7 c #34353B", -"8 c #434A60", -"9 c #6172A8", -/* pixels */ -"........................", -" ", -" ", -" ", -" ", -" @#$%%&#@ ", -" *=------=* ", -" *;--------;* ", -" @=-->----,--,' ", -" #---)!~~{]---^ ", -" /---( _: <---& ", -" %----[ }----= ", -" =---;| 1~---, ", -" $---2 33 4---& ", -" #---@5--5@---3 ", -" @=----------67 ", -" *;--------;8 ", -" *,------68 ", -" '^9%%937 ", -" ", -" ", -" ", -" ", -" " -}; diff --git a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/close-pressed.xpm b/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/close-pressed.xpm deleted file mode 100644 index 0df70b8..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/close-pressed.xpm +++ /dev/null @@ -1,65 +0,0 @@ -/* XPM */ -static char * close_pressed_xpm[] = { -/* columns rows colors chars-per-pixel */ -"24 24 35 1", -". c #373737", -" c #2F2F2F", -"@ c #313337", -"# c #3E4660", -"$ c #46527B", -"% c #4A5889", -"& c #3E455F", -"* c #383D4E", -"= c #495788", -"- c #4B5A8D", -"; c #393E4E", -"> c #4B5A8C", -", c #4B5989", -"' c #4A5888", -") c #323337", -"! c #2F3031", -"~ c #3A4054", -"{ c #4A598C", -"] c #3B4156", -"^ c #303030", -"/ c #3D455F", -"( c #46527C", -"_ c #3D445E", -": c #393F52", -"< c #3A3F53", -"[ c #3C435A", -"} c #495888", -"| c #3D445C", -"1 c #383D4F", -"2 c #3D455E", -"3 c #3A4053", -"4 c #3E4661", -"5 c #313236", -"6 c #383D4D", -"7 c #45517A", -/* pixels */ -"........................", -" ", -" ", -" ", -" ", -" @#$%%$&@ ", -" *=------=; ", -" *>-------->; ", -" @=--,----'--') ", -" #---!~{{]^---/ ", -" (---_ :< [---$ ", -" }----| [----= ", -" =--->: 1>---' ", -" $---~ 22 3---$ ", -" &---@4--4@---2 ", -" @=----------'5 ", -" ;>-------->6 ", -" ;'------'6 ", -" )/7}}725 ", -" ", -" ", -" ", -" ", -" " -}; diff --git a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/hide-active.xpm b/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/hide-active.xpm deleted file mode 100644 index 79239a2..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/hide-active.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char *hide_active[] = { -/* columns rows colors chars-per-pixel */ -"24 24 3 1 ", -" c #2F2F2F", -". c #373737", -"X c #909090", -/* pixels */ -"........................", -" ", -" ", -" ", -" ", -" ", -" ", -" ", -" ", -" ", -" ", -" XXXXXX ", -" XXXXXX ", -" ", -" ", -" ", -" ", -" ", -" ", -" ", -" ", -" ", -" ", -" " -}; diff --git a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/hide-inactive.xpm b/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/hide-inactive.xpm deleted file mode 100644 index 0bfa3d3..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/hide-inactive.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char *hide_inactive[] = { -/* columns rows colors chars-per-pixel */ -"24 24 3 1 ", -" c #2F2F2F", -". c #373737", -"X c gray40", -/* pixels */ -"........................", -" ", -" ", -" ", -" ", -" ", -" ", -" ", -" ", -" ", -" ", -" XXXXXX ", -" XXXXXX ", -" ", -" ", -" ", -" ", -" ", -" ", -" ", -" ", -" ", -" ", -" " -}; diff --git a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/hide-prelight.xpm b/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/hide-prelight.xpm deleted file mode 100644 index f1078f4..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/hide-prelight.xpm +++ /dev/null @@ -1,40 +0,0 @@ -/* XPM */ -static char *hide_prelight[] = { -/* columns rows colors chars-per-pixel */ -"24 24 10 1 ", -" c #272727", -". c #2A2A2A", -"X c #2F2F2F", -"o c #323232", -"O c #373737", -"+ c #434343", -"@ c #444444", -"# c #4B4B4B", -"$ c #4C4C4C", -"% c gray77", -/* pixels */ -"OOOOOOOOOOOOOOOOOOOOOOOO", -"XXXXXXXXXXXXXXXXXXXXXXXX", -"XXXXXXXXXXXXXXXXXXXXXXXX", -"XXXXXXXXXXXXXXXXXXXXXXXX", -"XXXXXXXXXXXXXXXXXXXXXXXX", -"XXXXXXXXXoX XoXXXXXXXXX", -"XXXXXXXo.O@##@O.oXXXXXXX", -"XXXXXXo.@#$$$$#+.oXXXXXX", -"XXXXXo.@$$$$$$$$@.oXXXXX", -"XXXXXoO$$$$$$$$$#OoXXXXX", -"XXXXX.+$$$$$$$$$$+.XXXXX", -"XXXXX.#$$%%%%%%$## XXXXX", -"XXXXX.##$%%%%%%$$# XXXXX", -"XXXXX.+#$$$$$$$$#+XXXXXX", -"XXXXXoO$$$$$$$$$#OoXXXXX", -"XXXXXo.@$$$$$$$$+.XXXXXX", -"XXXXXXo.@$$#$$#@.oXXXXXX", -"XXXXXXXo O+##+O.ooXXXXXX", -"XXXXXXXXXoX XXXXXXXXXXX", -"XXXXXXXXXXXXXXXXXXXXXXXX", -"XXXXXXXXXXXXXXXXXXXXXXXX", -"XXXXXXXXXXXXXXXXXXXXXXXX", -"XXXXXXXXXXXXXXXXXXXXXXXX", -"XXXXXXXXXXXXXXXXXXXXXXXX" -}; diff --git a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/hide-pressed.xpm b/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/hide-pressed.xpm deleted file mode 100644 index 9ad9302..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/hide-pressed.xpm +++ /dev/null @@ -1,44 +0,0 @@ -/* XPM */ -static char *hide_pressed[] = { -/* columns rows colors chars-per-pixel */ -"24 24 14 1 ", -" c #2A2A2A", -". c #2F2F2F", -"X c #323232", -"o c #373737", -"O c gray22", -"+ c gray26", -"@ c #444444", -"# c #555555", -"$ c #565656", -"% c #7B7B7B", -"& c gray50", -"* c #8E8E8E", -"= c gray58", -"- c white", -/* pixels */ -"oooooooooooooooooooooooo", -"........................", -"........................", -"........................", -".........X..............", -"........o+o O+o........", -".......+.$%*=%$.+.......", -"......+X&======&X+......", -".....o.&========&.X.....", -".....+$==========$+.....", -".....o&==========%o.....", -"..... *==------=== .....", -"..... *==------==* .....", -".....o&==========%o.....", -".....+$==========$+.....", -".....o.&========&.o.....", -"......+X&======&X+......", -".......+.$%**%$.+.......", -"........o+o o+o........", -"..........X...X.........", -"........................", -"........................", -"........................", -"........................" -}; diff --git a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/left-active.xpm b/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/left-active.xpm deleted file mode 100644 index 2103096..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/left-active.xpm +++ /dev/null @@ -1,6 +0,0 @@ -/* XPM */ -static char * left_active_xpm[] = { -"3 1 2 1", -" c None", -". c #2F2F2F", -"..."}; diff --git a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/left-inactive.xpm b/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/left-inactive.xpm deleted file mode 100644 index 2103096..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/left-inactive.xpm +++ /dev/null @@ -1,6 +0,0 @@ -/* XPM */ -static char * left_active_xpm[] = { -"3 1 2 1", -" c None", -". c #2F2F2F", -"..."}; diff --git a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/maximize-active.xpm b/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/maximize-active.xpm deleted file mode 100644 index 3ee3f0b..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/maximize-active.xpm +++ /dev/null @@ -1,38 +0,0 @@ -/* XPM */ -static char *maximize_active[] = { -/* columns rows colors chars-per-pixel */ -"24 24 8 1 ", -" c #2F2F2F", -". c gray19", -"X c #373737", -"o c gray43", -"O c #717171", -"+ c #747474", -"@ c gray49", -"# c #909090", -/* pixels */ -"XXXXXXXXXXXXXXXXXXXXXXXX", -" ", -" ", -" ", -" ", -" ", -" ", -" ", -" ... ", -" .O##@ ", -" ...O## ", -" .+...o# ", -" .#+. .o ", -" .##O... ", -" .@##O.. ", -" .. . ", -" ", -" ", -" ", -" ", -" ", -" ", -" ", -" " -}; diff --git a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/maximize-inactive.xpm b/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/maximize-inactive.xpm deleted file mode 100644 index 40dd986..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/maximize-inactive.xpm +++ /dev/null @@ -1,38 +0,0 @@ -/* XPM */ -static char *maximize_inactive[] = { -/* columns rows colors chars-per-pixel */ -"24 24 8 1 ", -" c #2F2F2F", -". c gray19", -"X c #373737", -"o c #535353", -"O c #565656", -"+ c #5B5B5B", -"@ c gray36", -"# c gray40", -/* pixels */ -"XXXXXXXXXXXXXXXXXXXXXXXX", -" ", -" ", -" ", -" ", -" ", -" ", -" ", -" ", -" O##+ ", -" . .o## ", -" .O.. o# ", -" .#O. o ", -" .##o. . ", -" @##O. ", -" ", -" ", -" ", -" ", -" ", -" ", -" ", -" ", -" " -}; diff --git a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/maximize-prelight.xpm b/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/maximize-prelight.xpm deleted file mode 100644 index b04d285..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/maximize-prelight.xpm +++ /dev/null @@ -1,45 +0,0 @@ -/* XPM */ -static char *maximize_prelight[] = { -/* columns rows colors chars-per-pixel */ -"24 24 15 1 ", -" c #272727", -". c #2A2A2A", -"X c #2F2F2F", -"o c #323232", -"O c #373737", -"+ c #434343", -"@ c #444444", -"# c #4B4B4B", -"$ c #4C4C4C", -"% c gray31", -"& c #9A9A9A", -"* c #9D9D9D", -"= c #A0A0A0", -"- c #AEAEAE", -"; c gray77", -/* pixels */ -"OOOOOOOOOOOOOOOOOOOOOOOO", -"XXXXXXXXXXXXXXXXXXXXXXXX", -"XXXXXXXXXXXXXXXXXXXXXXXX", -"XXXXXXXXXXXXXXXXXXXXXXXX", -"XXXXXXXXXXXXXXXXXXXXXXXX", -"XXXXXXXXXoX XoXXXXXXXXX", -"XXXXXXXo.O@##@O.oXXXXXXX", -"XXXXXXo.@#$$$$#+.oXXXXXX", -"XXXXXo.@$$$$$$$$@.oXXXXX", -"XXXXXoO$$$%*;;-$#OoXXXXX", -"XXXXX.+$$$$%*;;$$+.XXXXX", -"XXXXX.##$=%$$*;$## XXXXX", -"XXXXX ##$;=%$$*$$# XXXXX", -"XXXXo.+#$;;*$$$$#+XXXXXX", -"XXXXXoO$$-;;*%$$#OoXXXXX", -"XXXXooX@$$$$$$$$+.XXXXXX", -"XXXXXXo.@$$#$$#@.oXXXXXX", -"XXXXXXXo O+##+O.ooXXXXXX", -"XXXXXXXXXoX XXXXXXXXXXX", -"XXXXXXXXXXXXXXXXXXXXXXXX", -"XXXXXXXXXXXXXXXXXXXXXXXX", -"XXXXXXXXXXXXXXXXXXXXXXXX", -"XXXXXXXXXXXXXXXXXXXXXXXX", -"XXXXXXXXXXXXXXXXXXXXXXXX" -}; diff --git a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/maximize-pressed.xpm b/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/maximize-pressed.xpm deleted file mode 100644 index 2bf4b7f..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/maximize-pressed.xpm +++ /dev/null @@ -1,49 +0,0 @@ -/* XPM */ -static char *maximize_pressed[] = { -/* columns rows colors chars-per-pixel */ -"24 24 19 1 ", -" c #2A2A2A", -". c #2F2F2F", -"X c #323232", -"o c #373737", -"O c gray22", -"+ c gray26", -"@ c #444444", -"# c #555555", -"$ c #565656", -"% c #7B7B7B", -"& c gray50", -"* c #8E8E8E", -"= c gray58", -"- c #979797", -"; c #DADADA", -": c #DDDDDD", -"> c gray88", -", c #EAEAEA", -"< c white", -/* pixels */ -"oooooooooooooooooooooooo", -"........................", -"........................", -"........................", -".........X..............", -"........o+o O+o........", -".......+.$%*=%$.+.......", -"......+X&======&X+......", -".....o.&========&.X.....", -".....+$====:<<,==$+.....", -".....o&===--:<<==%o.....", -"..... *==:-==;<=== .....", -"..... *==<>===:==* .....", -"....XO&=-<<;-====%o.....", -".....O#*=,<<:====$+.....", -".....o.*========&.o.....", -"......+X&======&X+......", -".......+.$%**%$.+.......", -"........o+O o+o........", -"..........X...X.........", -"........................", -"........................", -"........................", -"........................" -}; diff --git a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/menu-active.xpm b/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/menu-active.xpm deleted file mode 100644 index 5df0a0b..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/menu-active.xpm +++ /dev/null @@ -1,43 +0,0 @@ -/* XPM */ -static char *menu_active[] = { -/* columns rows colors chars-per-pixel */ -"24 24 13 1 ", -" c #2F2F2F", -". c #373737", -"X c #3C3C3C", -"o c #4B4B4B", -"O c #555555", -"+ c #585858", -"@ c #646464", -"# c gray43", -"$ c #717171", -"% c #7C7C7C", -"& c #838383", -"* c #8B8B8B", -"= c #909090", -/* pixels */ -"........................", -" ", -" ", -" ", -" ", -" ", -" ", -" ", -" ", -" ", -" &%o o%& ", -" #=*@@*=# ", -" O&==&+ ", -" X$$X ", -" ", -" ", -" ", -" ", -" ", -" ", -" ", -" ", -" ", -" " -}; diff --git a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/menu-inactive.xpm b/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/menu-inactive.xpm deleted file mode 100644 index 7feecf2..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/menu-inactive.xpm +++ /dev/null @@ -1,41 +0,0 @@ -/* XPM */ -static char *menu_inactive[] = { -/* columns rows colors chars-per-pixel */ -"24 24 11 1 ", -" c #2F2F2F", -". c #373737", -"X c #3F3F3F", -"o c gray28", -"O c gray30", -"+ c gray32", -"@ c #555555", -"# c #5A5A5A", -"$ c gray37", -"% c gray39", -"& c #676767", -/* pixels */ -"........................", -" ", -" ", -" ", -" ", -" ", -" ", -" ", -" ", -" ", -" $#X X#$ ", -" +&%OO%&+ ", -" o$&&$o ", -" .@@. ", -" ", -" ", -" ", -" ", -" ", -" ", -" ", -" ", -" ", -" " -}; diff --git a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/menu-prelight.xpm b/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/menu-prelight.xpm deleted file mode 100644 index 1b50b00..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/menu-prelight.xpm +++ /dev/null @@ -1,64 +0,0 @@ -/* XPM */ -static char *menu_prelight[] = { -/* columns rows colors chars-per-pixel */ -"24 24 34 1", -". c #373737", -" c #2F2F2F", -"@ c #313131", -"# c #323232", -"$ c #2C2C2C", -"% c #272727", -"& c #333333", -"* c #292929", -"= c #454545", -"- c #4B4B4B", -"; c #363636", -"> c #2A2A2A", -", c #464646", -"' c #4C4C4C", -") c #2B2B2B", -"! c #444444", -"~ c #B4B4B4", -"{ c #AAAAAA", -"] c #6E6E6E", -"^ c #434343", -"/ c #4A4A4A", -"( c #9B9B9B", -"_ c #C3C3C3", -": c #BFBFBF", -"< c #8E8E8E", -"[ c #282828", -"} c #7A7A7A", -"| c #B2B2B2", -"1 c #C4C4C4", -"2 c #7D7D7D", -"3 c #5A5A5A", -"4 c #9C9C9C", -"5 c #303030", -"6 c #2D2D2D", -/* pixels */ -"........................", -" ", -" ", -" ", -" ", -" @#$%%$#@ ", -" &*.=--=;*& ", -" &>,''''''=)& ", -" @*,''''''''=*# ", -" #.'''''''''';@ ", -" $!'~{]'']{~'^$ ", -" %/'(_:<<:_('/[ ", -" [/''}|11~2''/[ ", -" $!'''3443'''^$ ", -" #;'''''''''';@ ", -" @*=''''''''=*5 ", -" &>=''''''=)# ", -" &*;^//!;*# ", -" #@6%%6@5 ", -" ", -" ", -" ", -" ", -" " -}; diff --git a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/menu-pressed.xpm b/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/menu-pressed.xpm deleted file mode 100644 index 31c747f..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/menu-pressed.xpm +++ /dev/null @@ -1,51 +0,0 @@ -/* XPM */ -static char *menu_pressed[] = { -/* columns rows colors chars-per-pixel */ -"24 24 21 1 ", -" c #2A2A2A", -". c #2F2F2F", -"X c #323232", -"o c #373737", -"O c gray22", -"+ c gray26", -"@ c #565656", -"# c #7B7B7B", -"$ c gray50", -"% c #8E8E8E", -"& c gray58", -"* c #959595", -"= c gray62", -"- c #B1B1B1", -"; c gray74", -": c #C8C8C8", -"> c gray88", -", c gray89", -"< c gray96", -"1 c gray99", -"2 c #FEFEFE", -/* pixels */ -"oooooooooooooooooooooooo", -"........................", -"........................", -"........................", -".........X..............", -"........o+o O+o........", -".......+.@#%&#@.+.......", -"......+X$&&&&&&$X+......", -".....o.$&&&&&&&&$.o.....", -".....+@&&&&&&&&&&@+.....", -".....o$&:2:&&:2:&$O.....", -"..... %&;22,,22;&% .....", -"..... %&&-<22<-&&% .....", -".....o$&&&=,,=&&&#O.....", -".....+@%&&&&&&&&&@+.....", -".....o %&&&&&&&&$.o.....", -"......+X$&&&&&&$X+......", -".......+.@#%%#@.+.......", -"........o+o o+o........", -"..........X.............", -"........................", -"........................", -"........................", -"........................" -}; diff --git a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/right-active.xpm b/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/right-active.xpm deleted file mode 100644 index e8e87a9..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/right-active.xpm +++ /dev/null @@ -1,6 +0,0 @@ -/* XPM */ -static char * right_active_xpm[] = { -"3 1 2 1", -" c None", -". c #2F2F2F", -"..."}; diff --git a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/right-inactive.xpm b/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/right-inactive.xpm deleted file mode 100644 index e8e87a9..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/right-inactive.xpm +++ /dev/null @@ -1,6 +0,0 @@ -/* XPM */ -static char * right_active_xpm[] = { -"3 1 2 1", -" c None", -". c #2F2F2F", -"..."}; diff --git a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/shade-active.xpm b/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/shade-active.xpm deleted file mode 100644 index 7c80f9e..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/shade-active.xpm +++ /dev/null @@ -1,37 +0,0 @@ -/* XPM */ -static char *shade_active[] = { -/* columns rows colors chars-per-pixel */ -"24 24 7 1 ", -" c #2F2F2F", -". c gray19", -"X c #373737", -"o c #5F5F5F", -"O c gray39", -"+ c #8E8E8E", -"@ c #909090", -/* pixels */ -"XXXXXXXXXXXXXXXXXXXXXXXX", -" ", -" ", -" ", -" ", -" ", -" ", -" ", -" O+@@@@+O ", -" +@@@@@ + ", -" @@@@@@+@ ", -" oO ", -" o@@O ", -" o@@@@O ", -" @@ ", -" @@ ", -" .. ", -" ", -" ", -" ", -" ", -" ", -" ", -" " -}; diff --git a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/shade-inactive.xpm b/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/shade-inactive.xpm deleted file mode 100644 index 14d0a3a..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/shade-inactive.xpm +++ /dev/null @@ -1,37 +0,0 @@ -/* XPM */ -static char *shade_inactive[] = { -/* columns rows colors chars-per-pixel */ -"24 24 7 1", -". c #373737", -" c #2F2F2F", -"@ c #4C4C4C", -"# c #656565", -"$ c #666666", -"% c #646464", -"& c #4A4A4A", -/* pixels */ -"........................", -" ", -" ", -" ", -" ", -" ", -" ", -" ", -" @#$$$$#@ ", -" #$$$$$ % ", -" $$$$$$$$ ", -" &@ ", -" &$$@ ", -" &$$$$@ ", -" $$ ", -" $$ ", -" ", -" ", -" ", -" ", -" ", -" ", -" ", -" " -}; diff --git a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/shade-prelight.xpm b/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/shade-prelight.xpm deleted file mode 100644 index 51325cd..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/shade-prelight.xpm +++ /dev/null @@ -1,56 +0,0 @@ -/* XPM */ -static char *shade_prelight[] = { -/* columns rows colors chars-per-pixel */ -"24 24 26 1", -". c #373737", -" c #2F2F2F", -"@ c #313131", -"# c #323232", -"$ c #2C2C2C", -"% c #272727", -"& c #333333", -"* c #292929", -"= c #454545", -"- c #4B4B4B", -"; c #363636", -"> c #2A2A2A", -", c #464646", -"' c #4C4C4C", -") c #2B2B2B", -"! c #8C8C8C", -"~ c #C1C1C1", -"{ c #C4C4C4", -"] c #8B8B8B", -"^ c #444444", -"/ c #434343", -"( c #4A4A4A", -"_ c #888888", -": c #282828", -"< c #303030", -"[ c #2D2D2D", -/* pixels */ -"........................", -" ", -" ", -" ", -" ", -" @#$%%$#@ ", -" &*.=--=;*& ", -" &>,''''''=)& ", -" @*,!~{{{{~]=*# ", -" #.'~{{{{{'~';@ ", -" $^'{{{{{{{{'/$ ", -" %(''''_!''''(: ", -" :('''_{{!'''(: ", -" $^''_{{{{!''/$ ", -" #;''''{{'''';@ ", -" @*='''{{'''=*< ", -" &>=''''''=)# ", -" &*;/((^;*# ", -" #@[%%[@< ", -" ", -" ", -" ", -" ", -" " -}; diff --git a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/shade-pressed.xpm b/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/shade-pressed.xpm deleted file mode 100644 index 73f6361..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/shade-pressed.xpm +++ /dev/null @@ -1,51 +0,0 @@ -/* XPM */ -static char *shade_pressed[] = { -/* columns rows colors chars-per-pixel */ -"24 24 21 1", -". c #373737", -" c #2F2F2F", -"@ c #383838", -"# c #646464", -"$ c #818181", -"% c #909090", -"& c #636363", -"* c #515151", -"= c #8E8E8E", -"- c #949494", -"; c #939393", -"> c #CDCDCD", -", c #FCFCFC", -"' c #FFFFFF", -") c #CCCCCC", -"! c #8F8F8F", -"~ c #626262", -"{ c #828282", -"] c #CACACA", -"^ c #505050", -"/ c #808080", -/* pixels */ -"........................", -" ", -" ", -" ", -" ", -" @#$%%$&@ ", -" *=------=* ", -" *;--------;* ", -" @=->,'''',)-!@ ", -" #--,'''''-,--~ ", -" {--''''''''--$ ", -" !-----]>-----= ", -" =----]''>----! ", -" $---]''''>---$ ", -" &-----''-----~ ", -" @=----''----=. ", -" *;--------;^ ", -" *!------=^ ", -" @~/!!/~. ", -" ", -" ", -" ", -" ", -" " -}; diff --git a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/shade-toggled-active.xpm b/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/shade-toggled-active.xpm deleted file mode 100644 index 659b9ae..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/shade-toggled-active.xpm +++ /dev/null @@ -1,38 +0,0 @@ -/* XPM */ -static char *shade_toggled_active[] = { -/* columns rows colors chars-per-pixel */ -"24 24 8 1", -". c #373737", -" c #2F2F2F", -"@ c #303030", -"# c #636363", -"$ c #8E8E8E", -"% c #909090", -"& c #626262", -"* c #8D8D8D", -/* pixels */ -"........................", -" ", -" ", -" ", -" ", -" ", -" ", -" @@ ", -" #$%%%%$& ", -" $%%%%% * ", -" %%%%%%%% ", -" %% %% ", -" %% %% ", -" %% %% ", -" %%%%%%%% ", -" %%%%%%%% ", -" ", -" ", -" ", -" ", -" ", -" ", -" ", -" " -}; diff --git a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/shade-toggled-inactive.xpm b/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/shade-toggled-inactive.xpm deleted file mode 100644 index a9bdad5..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/shade-toggled-inactive.xpm +++ /dev/null @@ -1,36 +0,0 @@ -/* XPM */ -static char *shade_toggled_inactive[] = { -/* columns rows colors chars-per-pixel */ -"24 24 6 1", -". c #373737", -" c #2F2F2F", -"@ c #4C4C4C", -"# c #656565", -"$ c #666666", -"% c #646464", -/* pixels */ -"........................", -" ", -" ", -" ", -" ", -" ", -" ", -" ", -" @#$$$$#@ ", -" #$$$$$ % ", -" $$$$$$$$ ", -" $$ $$ ", -" $$ $$ ", -" $$ $$ ", -" $$$$$$$$ ", -" $$$$$$$$ ", -" ", -" ", -" ", -" ", -" ", -" ", -" ", -" " -}; diff --git a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/shade-toggled-prelight.xpm b/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/shade-toggled-prelight.xpm deleted file mode 100644 index 1adc9ec..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/shade-toggled-prelight.xpm +++ /dev/null @@ -1,55 +0,0 @@ -/* XPM */ -static char *shade_toggled_prelight[] = { -/* columns rows colors chars-per-pixel */ -"24 24 25 1", -". c #373737", -" c #2F2F2F", -"@ c #313131", -"# c #323232", -"$ c #2C2C2C", -"% c #272727", -"& c #333333", -"* c #292929", -"= c #454545", -"- c #4B4B4B", -"; c #363636", -"> c #2A2A2A", -", c #464646", -"' c #4C4C4C", -") c #2B2B2B", -"! c #8C8C8C", -"~ c #C1C1C1", -"{ c #C4C4C4", -"] c #8B8B8B", -"^ c #444444", -"/ c #434343", -"( c #4A4A4A", -"_ c #282828", -": c #303030", -"< c #2D2D2D", -/* pixels */ -"........................", -" ", -" ", -" ", -" ", -" @#$%%$#@ ", -" &*.=--=;*& ", -" &>,''''''=)& ", -" @*,!~{{{{~]=*# ", -" #.'~{{{{{'~';@ ", -" $^'{{{{{{{{'/$ ", -" %('{{''''{{'(_ ", -" _('{{''''{{'(_ ", -" $^'{{''''{{'/$ ", -" #;'{{{{{{{{';@ ", -" @*={{{{{{{{=*: ", -" &>=''''''=)# ", -" &*;/((^;*# ", -" #@<%%<@: ", -" ", -" ", -" ", -" ", -" " -}; diff --git a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/shade-toggled-pressed.xpm b/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/shade-toggled-pressed.xpm deleted file mode 100644 index a4c334d..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/shade-toggled-pressed.xpm +++ /dev/null @@ -1,50 +0,0 @@ -/* XPM */ -static char *shade_toggled_pressed[] = { -/* columns rows colors chars-per-pixel */ -"24 24 20 1", -". c #373737", -" c #2F2F2F", -"@ c #383838", -"# c #646464", -"$ c #818181", -"% c #909090", -"& c #636363", -"* c #515151", -"= c #8E8E8E", -"- c #949494", -"; c #939393", -"> c #CDCDCD", -", c #FCFCFC", -"' c #FFFFFF", -") c #CCCCCC", -"! c #8F8F8F", -"~ c #626262", -"{ c #828282", -"] c #505050", -"^ c #808080", -/* pixels */ -"........................", -" ", -" ", -" ", -" ", -" @#$%%$&@ ", -" *=------=* ", -" *;--------;* ", -" @=->,'''',)-!@ ", -" #--,'''''-,--~ ", -" {--''''''''--$ ", -" !--''----''--= ", -" =--''----''--! ", -" $--''----''--$ ", -" &--''''''''--~ ", -" @=-''''''''-=. ", -" *;--------;] ", -" *!------=] ", -" @~^!!^~. ", -" ", -" ", -" ", -" ", -" " -}; diff --git a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/stick-active.xpm b/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/stick-active.xpm deleted file mode 100644 index 7014704..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/stick-active.xpm +++ /dev/null @@ -1,44 +0,0 @@ -/* XPM */ -static char *stick_active[] = { -/* columns rows colors chars-per-pixel */ -"24 24 14 1", -". c #373737", -" c #2F2F2F", -"@ c #707070", -"# c #808080", -"$ c #5F5F5F", -"% c #404040", -"& c #4F4F4F", -"* c #888888", -"= c #909090", -"- c #878787", -"; c #727272", -"> c #606060", -", c #4C4C4C", -"' c #393939", -/* pixels */ -"........................", -" ", -" ", -" ", -" ", -" ", -" ", -" .@ ", -" #$%&*= ", -" ====== ", -" ====== ", -" ======-;>,' ", -" ====== ", -" ====== ", -" #$%&*= ", -" .@ ", -" ", -" ", -" ", -" ", -" ", -" ", -" ", -" " -}; diff --git a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/stick-inactive.xpm b/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/stick-inactive.xpm deleted file mode 100644 index 19d356a..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/stick-inactive.xpm +++ /dev/null @@ -1,44 +0,0 @@ -/* XPM */ -static char *stick_inactive[] = { -/* columns rows colors chars-per-pixel */ -"24 24 14 1", -". c #373737", -" c #2F2F2F", -"@ c #343434", -"# c #545454", -"$ c #5D5D5D", -"% c #4A4A4A", -"& c #393939", -"* c #414141", -"= c #626262", -"- c #666666", -"; c #616161", -"> c #555555", -", c #4B4B4B", -"' c #3F3F3F", -/* pixels */ -"........................", -" ", -" ", -" ", -" ", -" ", -" ", -" @# ", -" $%&*=- ", -" ------ ", -" ------ ", -" ------;>,'@ ", -" ------ ", -" ------ ", -" $%&*=- ", -" @# ", -" ", -" ", -" ", -" ", -" ", -" ", -" ", -" " -}; diff --git a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/stick-prelight.xpm b/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/stick-prelight.xpm deleted file mode 100644 index a93a81a..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/stick-prelight.xpm +++ /dev/null @@ -1,64 +0,0 @@ -/* XPM */ -static char *stick_prelight[] = { -/* columns rows colors chars-per-pixel */ -"24 24 34 1", -". c #373737", -" c #2F2F2F", -"@ c #313131", -"# c #323232", -"$ c #2C2C2C", -"% c #272727", -"& c #333333", -"* c #292929", -"= c #454545", -"- c #4B4B4B", -"; c #363636", -"> c #2A2A2A", -", c #464646", -"' c #4C4C4C", -") c #565656", -"! c #9C9C9C", -"~ c #2B2B2B", -"{ c #B1B1B1", -"] c #888888", -"^ c #606060", -"/ c #747474", -"( c #BABABA", -"_ c #C4C4C4", -": c #444444", -"< c #434343", -"[ c #4A4A4A", -"} c #B9B9B9", -"| c #9F9F9F", -"1 c #898989", -"2 c #6E6E6E", -"3 c #383838", -"4 c #282828", -"5 c #303030", -"6 c #2D2D2D", -/* pixels */ -"........................", -" ", -" ", -" ", -" ", -" @#$%%$#@ ", -" &*.=--=;*& ", -" &>,''')!'=~& ", -" @*,{]^/(_''=*# ", -" #.'______''';@ ", -" $:'______'''<$ ", -" %['______}|123 ", -" 4['______'''[4 ", -" $:'______'''<$ ", -" #;'{]^/(_''';@ ", -" @*='''')!''=*5 ", -" &>=''''''=~# ", -" &*;<[[:;*# ", -" #@6%%6@5 ", -" ", -" ", -" ", -" ", -" " -}; diff --git a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/stick-pressed.xpm b/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/stick-pressed.xpm deleted file mode 100644 index 99027c5..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/stick-pressed.xpm +++ /dev/null @@ -1,58 +0,0 @@ -/* XPM */ -static char *stick_pressed[] = { -/* columns rows colors chars-per-pixel */ -"24 24 28 1", -". c #373737", -" c #2F2F2F", -"@ c #383838", -"# c #646464", -"$ c #818181", -"% c #909090", -"& c #636363", -"* c #515151", -"= c #8E8E8E", -"- c #949494", -"; c #939393", -"> c #9D9D9D", -", c #DBDBDB", -"' c #EDEDED", -") c #CACACA", -"! c #A6A6A6", -"~ c #B8B8B8", -"{ c #F6F6F6", -"] c #FFFFFF", -"^ c #8F8F8F", -"/ c #626262", -"( c #828282", -"_ c #F5F5F5", -": c #DEDEDE", -"< c #B3B3B3", -"[ c #9A9A9A", -"} c #505050", -"| c #808080", -/* pixels */ -"........................", -" ", -" ", -" ", -" ", -" @#$%%$&@ ", -" *=------=* ", -" *;---->,--;* ", -" @=-')!~{]---^@ ", -" #--]]]]]]----/ ", -" (--]]]]]]----$ ", -" ^--]]]]]]_:)<[ ", -" =--]]]]]]----^ ", -" $--]]]]]]----$ ", -" &--')!~{]----/ ", -" @=----->,---=. ", -" *;--------;} ", -" *^------=} ", -" @/|^^|/. ", -" ", -" ", -" ", -" ", -" " -}; diff --git a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/stick-toggled-active.xpm b/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/stick-toggled-active.xpm deleted file mode 100644 index 5645795..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/stick-toggled-active.xpm +++ /dev/null @@ -1,56 +0,0 @@ -/* XPM */ -static char *stick_toggled_active[] = { -/* columns rows colors chars-per-pixel */ -"24 24 26 1", -". c #373737", -" c #2F2F2F", -"@ c #404040", -"# c #777777", -"$ c #363636", -"% c #707070", -"& c #7D7D7D", -"* c #818181", -"= c #4D4D4D", -"- c #888888", -"; c #909090", -"> c #464646", -", c #7E7E7E", -"' c #474747", -") c #898989", -"! c #484848", -"~ c #7F7F7F", -"{ c #808080", -"] c #727272", -"^ c #606060", -"/ c #4C4C4C", -"( c #393939", -"_ c #5F5F5F", -": c #4F4F4F", -"< c #7C7C7C", -"[ c #686868", -/* pixels */ -"........................", -" ", -" ", -" ", -" ", -" ", -" ", -" @#$ .% ", -" $&*$=-; ", -" >,*'); ", -" )!~{') ", -" ;)>,*'{]^/( ", -" ;;)!~{$ ", -" ;;;)',,$ ", -" {_@:*'<,$ ", -" .[$#@ ", -" ", -" ", -" ", -" ", -" ", -" ", -" ", -" " -}; diff --git a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/stick-toggled-inactive.xpm b/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/stick-toggled-inactive.xpm deleted file mode 100644 index 3525b09..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/stick-toggled-inactive.xpm +++ /dev/null @@ -1,53 +0,0 @@ -/* XPM */ -static char *stick_toggled_inactive[] = { -/* columns rows colors chars-per-pixel */ -"24 24 23 1", -". c #373737", -" c #2F2F2F", -"@ c #393939", -"# c #585858", -"$ c #333333", -"% c #343434", -"& c #545454", -"* c #5B5B5B", -"= c #5E5E5E", -"- c #404040", -"; c #616161", -"> c #666666", -", c #3C3C3C", -"' c #5C5C5C", -") c #3D3D3D", -"! c #626262", -"~ c #5D5D5D", -"{ c #555555", -"] c #4B4B4B", -"^ c #3F3F3F", -"/ c #4A4A4A", -"( c #414141", -"_ c #4F4F4F", -/* pixels */ -"........................", -" ", -" ", -" ", -" ", -" ", -" ", -" @#$ %& ", -" $*=$-;> ", -" ,'=)!> ", -" !)'~)! ", -" >!,'=)~{]^% ", -" >>!)'~$ ", -" >>>!)''$ ", -" ~/@(=)*'$ ", -" %_$#@ ", -" ", -" ", -" ", -" ", -" ", -" ", -" ", -" " -}; diff --git a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/stick-toggled-prelight.xpm b/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/stick-toggled-prelight.xpm deleted file mode 100644 index df1fcfe..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/stick-toggled-prelight.xpm +++ /dev/null @@ -1,79 +0,0 @@ -/* XPM */ -static char *stick_toggled_prelight[] = { -/* columns rows colors chars-per-pixel */ -"24 24 49 1", -". c #373737", -" c #2F2F2F", -"@ c #313131", -"# c #323232", -"$ c #2C2C2C", -"% c #272727", -"& c #333333", -"* c #292929", -"= c #454545", -"- c #4B4B4B", -"; c #363636", -"> c #A3A3A3", -", c #555555", -"' c #4C4C4C", -") c #565656", -"! c #9C9C9C", -"~ c #2B2B2B", -"{ c #4E4E4E", -"] c #ACACAC", -"^ c #B0B0B0", -"/ c #707070", -"( c #BABABA", -"_ c #C4C4C4", -": c #686868", -"< c #AFAFAF", -"[ c #6A6A6A", -"} c #BBBBBB", -"| c #444444", -"1 c #BCBCBC", -"2 c #6B6B6B", -"3 c #AEAEAE", -"4 c #B1B1B1", -"5 c #434343", -"6 c #4A4A4A", -"7 c #9F9F9F", -"8 c #898989", -"9 c #6E6E6E", -"0 c #383838", -"a c #282828", -"b c #696969", -"c c #888888", -"d c #606060", -"e c #747474", -"f c #929292", -"g c #A5A5A5", -"h c #5B5B5B", -"i c #303030", -"j c #2A2A2A", -"k c #2D2D2D", -/* pixels */ -"........................", -" ", -" ", -" ", -" ", -" @#$%%$#@ ", -" &*.=--=;*& ", -" &=>,'')!'=~& ", -" @*{]^,/(_''=*# ", -" #.':<^[}_''';@ ", -" $|'1234[}'''5$ ", -" %6'_}:<^[^7890 ", -" a6'__1234,''6a ", -" $|'___}b<<,'5$ ", -" #;'4cde^b]<,;@ ", -" @*='''')f,gh*i ", -" &j=''''''=~# ", -" &*;566|;*# ", -" #@k%%k@i ", -" ", -" ", -" ", -" ", -" " -}; diff --git a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/stick-toggled-pressed.xpm b/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/stick-toggled-pressed.xpm deleted file mode 100644 index c6ab49e..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/stick-toggled-pressed.xpm +++ /dev/null @@ -1,70 +0,0 @@ -/* XPM */ -static char *stick_toggled_pressed[] = { -/* columns rows colors chars-per-pixel */ -"24 24 40 1", -". c #373737", -" c #2F2F2F", -"@ c #383838", -"# c #646464", -"$ c #818181", -"% c #909090", -"& c #636363", -"* c #515151", -"= c #8E8E8E", -"- c #949494", -"; c #A6A6A6", -"> c #E3E3E3", -", c #9C9C9C", -"' c #9D9D9D", -") c #DBDBDB", -"! c #939393", -"~ c #9B9B9B", -"{ c #EAEAEA", -"] c #EEEEEE", -"^ c #B4B4B4", -"/ c #F6F6F6", -"( c #FFFFFF", -"_ c #8F8F8F", -": c #ADADAD", -"< c #ECECEC", -"[ c #AEAEAE", -"} c #F7F7F7", -"| c #626262", -"1 c #828282", -"2 c #F8F8F8", -"3 c #AFAFAF", -"4 c #EDEDED", -"5 c #DEDEDE", -"6 c #CACACA", -"7 c #B3B3B3", -"8 c #9A9A9A", -"9 c #B8B8B8", -"0 c #D3D3D3", -"a c #505050", -"b c #808080", -/* pixels */ -"........................", -" ", -" ", -" ", -" ", -" @#$%%$&@ ", -" *=------=* ", -" *;>,--')--!* ", -" @=~{],^/(---_@ ", -" #--:<][}(----| ", -" 1--23<][}----$ ", -" _--(}:<][45678 ", -" =--((23<],---_ ", -" $--(((}[<<,--$ ", -" &--46;9][{<,-| ", -" @=-----'0,>;=. ", -" *!--------!a ", -" *_------=a ", -" @|b__b|. ", -" ", -" ", -" ", -" ", -" " -}; diff --git a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/themerc b/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/themerc deleted file mode 100644 index b333fc9..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/themerc +++ /dev/null @@ -1,25 +0,0 @@ -button_offset=7 -button_spacing=4 -full_width_title=true -title_horizontal_offset=0 -title_vertical_offset_active=1 -title_vertical_offset_inactive=1 -title_shadow_active=false -title_shadow_inactive=false - -#button_layout=O|HMC - -active_text_color=#cfcfcf -#active_text_shadow_color=#e7e8eb -inactive_text_color=#bababa -#inactive_text_shadow_color=#e7e8eb - -#placement_ratio=20 -shadow_delta_height=2 -shadow_delta_width=0 -shadow_delta_x=0 -shadow_delta_y=-5 -shadow_opacity=50 - -show_frame_shadow=true -show_popup_shadow=true diff --git a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/title-1-active.xpm b/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/title-1-active.xpm deleted file mode 100644 index f38cd33..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/title-1-active.xpm +++ /dev/null @@ -1,30 +0,0 @@ -/* XPM */ -static char * title_1_active_xpm[] = { -"24 24 3 1", -" c None", -". c #373737", -"+ c #2F2F2F", -"........................", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++"}; diff --git a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/title-1-inactive.xpm b/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/title-1-inactive.xpm deleted file mode 100644 index f38cd33..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/title-1-inactive.xpm +++ /dev/null @@ -1,30 +0,0 @@ -/* XPM */ -static char * title_1_active_xpm[] = { -"24 24 3 1", -" c None", -". c #373737", -"+ c #2F2F2F", -"........................", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++"}; diff --git a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/title-2-active.xpm b/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/title-2-active.xpm deleted file mode 100644 index 782c921..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/title-2-active.xpm +++ /dev/null @@ -1,30 +0,0 @@ -/* XPM */ -static char * title_2_active_xpm[] = { -"24 24 3 1", -" c None", -". c #373737", -"+ c #2F2F2F", -"........................", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++"}; diff --git a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/title-2-inactive.xpm b/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/title-2-inactive.xpm deleted file mode 100644 index 782c921..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/title-2-inactive.xpm +++ /dev/null @@ -1,30 +0,0 @@ -/* XPM */ -static char * title_2_active_xpm[] = { -"24 24 3 1", -" c None", -". c #373737", -"+ c #2F2F2F", -"........................", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++"}; diff --git a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/title-3-active.xpm b/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/title-3-active.xpm deleted file mode 100644 index 39c0c2e..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/title-3-active.xpm +++ /dev/null @@ -1,30 +0,0 @@ -/* XPM */ -static char * title_3_active_xpm[] = { -"24 24 3 1", -" c None", -". c #373737", -"+ c #2F2F2F", -"........................", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++"}; diff --git a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/title-3-inactive.xpm b/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/title-3-inactive.xpm deleted file mode 100644 index 39c0c2e..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/title-3-inactive.xpm +++ /dev/null @@ -1,30 +0,0 @@ -/* XPM */ -static char * title_3_active_xpm[] = { -"24 24 3 1", -" c None", -". c #373737", -"+ c #2F2F2F", -"........................", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++"}; diff --git a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/title-4-active.xpm b/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/title-4-active.xpm deleted file mode 100644 index 19537cb..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/title-4-active.xpm +++ /dev/null @@ -1,30 +0,0 @@ -/* XPM */ -static char * title_4_active_xpm[] = { -"24 24 3 1", -" c None", -". c #373737", -"+ c #2F2F2F", -"........................", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++"}; diff --git a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/title-4-inactive.xpm b/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/title-4-inactive.xpm deleted file mode 100644 index 19537cb..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/title-4-inactive.xpm +++ /dev/null @@ -1,30 +0,0 @@ -/* XPM */ -static char * title_4_active_xpm[] = { -"24 24 3 1", -" c None", -". c #373737", -"+ c #2F2F2F", -"........................", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++"}; diff --git a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/title-5-active.xpm b/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/title-5-active.xpm deleted file mode 100644 index 746f199..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/title-5-active.xpm +++ /dev/null @@ -1,30 +0,0 @@ -/* XPM */ -static char * title_5_active_xpm[] = { -"24 24 3 1", -" c None", -". c #373737", -"+ c #2F2F2F", -"........................", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++"}; diff --git a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/title-5-inactive.xpm b/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/title-5-inactive.xpm deleted file mode 100644 index 746f199..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/title-5-inactive.xpm +++ /dev/null @@ -1,30 +0,0 @@ -/* XPM */ -static char * title_5_active_xpm[] = { -"24 24 3 1", -" c None", -". c #373737", -"+ c #2F2F2F", -"........................", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++", -"++++++++++++++++++++++++"}; diff --git a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/top-left-active.xpm b/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/top-left-active.xpm deleted file mode 100644 index 31e0277..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/top-left-active.xpm +++ /dev/null @@ -1,30 +0,0 @@ -/* XPM */ -static char * top_left_active_xpm[] = { -"5 24 3 1", -" c None", -". c #373737", -"+ c #2F2F2F", -" ....", -".++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++"}; diff --git a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/top-left-inactive.xpm b/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/top-left-inactive.xpm deleted file mode 100644 index 31e0277..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/top-left-inactive.xpm +++ /dev/null @@ -1,30 +0,0 @@ -/* XPM */ -static char * top_left_active_xpm[] = { -"5 24 3 1", -" c None", -". c #373737", -"+ c #2F2F2F", -" ....", -".++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++"}; diff --git a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/top-right-active.xpm b/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/top-right-active.xpm deleted file mode 100644 index 419b92c..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/top-right-active.xpm +++ /dev/null @@ -1,30 +0,0 @@ -/* XPM */ -static char * top_right_active_xpm[] = { -"5 24 3 1", -" c None", -". c #373737", -"+ c #2F2F2F", -".... ", -"++++.", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++"}; diff --git a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/top-right-inactive.xpm b/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/top-right-inactive.xpm deleted file mode 100644 index 419b92c..0000000 --- a/profile/airootfs/root/content/home/.themes/CBlack/xfwm4/top-right-inactive.xpm +++ /dev/null @@ -1,30 +0,0 @@ -/* XPM */ -static char * top_right_active_xpm[] = { -"5 24 3 1", -" c None", -". c #373737", -"+ c #2F2F2F", -".... ", -"++++.", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++"}; diff --git a/profile/airootfs/root/content/home/.zshrc b/profile/airootfs/root/content/home/.zshrc deleted file mode 100644 index dc572f9..0000000 --- a/profile/airootfs/root/content/home/.zshrc +++ /dev/null @@ -1,40 +0,0 @@ - -# :oh-my-zsh -export ZSH="$HOME/.oh-my-zsh" - -ZSH_THEME="robbyrussell" -plugins=( - git - zsh-autosuggestions - zsh-completions - zsh-syntax-highlighting - archlinux -) - -source $ZSH/oh-my-zsh.sh - -ZSH_AUTOSUGGEST_STRATEGY=(completion history) -ZSH_AUTOSUGGEST_USE_ASYNC="true" - - -# :opam configuration -[[ ! -r /home/user/.opam/opam-init/init.zsh ]] || source /home/user/.opam/opam-init/init.zsh > /dev/null 2> /dev/null - - -# :nnn -n () -{ - if [[ "${NNNLVL:-0}" -ge 1 ]]; then - echo "nnn is already running" - return - fi - export NNN_TMPFILE="${XDG_CONFIG_HOME:-$HOME/.config}/nnn/.lastd" - \nnn "$@" - if [ -f "$NNN_TMPFILE" ]; then - . "$NNN_TMPFILE" - rm -f "$NNN_TMPFILE" > /dev/null - fi -} - -# user profile -source ~/.profile diff --git a/profile/airootfs/root/content/home/Pictures/dark-geometry.png b/profile/airootfs/root/content/home/Pictures/dark-geometry.png deleted file mode 100644 index 6e01e6c..0000000 Binary files a/profile/airootfs/root/content/home/Pictures/dark-geometry.png and /dev/null differ diff --git a/profile/airootfs/root/content/home/dconf/user b/profile/airootfs/root/content/home/dconf/user deleted file mode 100644 index a288e65..0000000 Binary files a/profile/airootfs/root/content/home/dconf/user and /dev/null differ