diff --git a/B00merang Blackout/cinnamon/calendar-arrow-left.png b/B00merang Blackout/cinnamon/calendar-arrow-left.png
deleted file mode 100755
index 100e0f1..0000000
Binary files a/B00merang Blackout/cinnamon/calendar-arrow-left.png and /dev/null differ
diff --git a/B00merang Blackout/cinnamon/calendar-arrow-right.png b/B00merang Blackout/cinnamon/calendar-arrow-right.png
deleted file mode 100755
index 7e9d3a7..0000000
Binary files a/B00merang Blackout/cinnamon/calendar-arrow-right.png and /dev/null differ
diff --git a/B00merang Blackout/cinnamon/checkbox-focus.png b/B00merang Blackout/cinnamon/checkbox-focus.png
deleted file mode 100755
index 3fd2e33..0000000
Binary files a/B00merang Blackout/cinnamon/checkbox-focus.png and /dev/null differ
diff --git a/B00merang Blackout/cinnamon/checkbox-off-focus.png b/B00merang Blackout/cinnamon/checkbox-off-focus.png
deleted file mode 100755
index b528a28..0000000
Binary files a/B00merang Blackout/cinnamon/checkbox-off-focus.png and /dev/null differ
diff --git a/B00merang Blackout/cinnamon/checkbox-off.png b/B00merang Blackout/cinnamon/checkbox-off.png
deleted file mode 100755
index b528a28..0000000
Binary files a/B00merang Blackout/cinnamon/checkbox-off.png and /dev/null differ
diff --git a/B00merang Blackout/cinnamon/checkbox.png b/B00merang Blackout/cinnamon/checkbox.png
deleted file mode 100755
index 6194cff..0000000
Binary files a/B00merang Blackout/cinnamon/checkbox.png and /dev/null differ
diff --git a/B00merang Blackout/cinnamon/cinnamon.css b/B00merang Blackout/cinnamon/cinnamon.css
deleted file mode 100755
index e3055fa..0000000
--- a/B00merang Blackout/cinnamon/cinnamon.css
+++ /dev/null
@@ -1,1890 +0,0 @@
-/* ###################################################################
- * Modern Mint CC-BY-SA made by fmcgorenc(at)gmail(dot)com
- * ###################################################################
- * Section common with Gnome Shell
- * ... contains a few cinnamon specific styles (rare occurences)
- * ###################################################################
- *
- * Customization:
- * ===================================================================
- * 1. Background colors
- * ===================================================================*/
-#panel {
- background-color: rgba(0,0,0,1.0);
-}
-.popup-menu,
-.window-caption, /* Open windows aka "exposé" */
-.window-caption#selected,
-.desklet-with-borders,
-.desklet-with-borders-and-header,
-.desklet-header,
-.photoframe-box,
-#notification,
-.switcher-list, /* "Window List With App Grouping" */
-.modal-dialog,
-.menu-background, /* Main menu */
-.workspace-osd,
-.expo-workspaces-name-entry, /* Workspaces */
-.expo-workspaces-name-entry#selected,
-.info-osd, /* Window Snap message */
-.osd-window, /* Media keys */
-.tile-preview,
-.tile-hud,
-.tile-preview.snap,
-.tile-hud.snap {
- background-color: rgba(0,0,0,1.0);
-}
-.expo-background { /* Workspaces */
- background-color: rgba(0,0,0,0.5);
-}
-.workspace-overview-background-shade { /* Open windows aka "exposé" */
- background-color: rgba(0,0,0,0.5);
-}
-/* ===================================================================
- * 2. Borders
- * ===================================================================*/
-.popup-menu,
-.window-caption, /* Open windows aka "exposé" */
-.expo-workspace-thumbnail-frame,
-.desklet-with-borders,
-.desklet-with-borders-and-header,
-.desklet-header,
-.photoframe-box,
-.switcher-list, /* "Window List With App Grouping" */
-.modal-dialog,
-.menu-background, /* Main menu */
-.workspace-osd,
-.expo-workspaces-name-entry, /* Workspaces */
-.info-osd, /* Window Snap message */
-.osd-window, /* Media keys */
-.tile-preview,
-.tile-hud,
-.tile-preview.snap,
-.tile-hud.snap {
- border:1px solid rgba(255,255,255,1.0);
-}
-/* ===================================================================
- * Highlights
- * ===================================================================*/
-.window-caption#selected,
-.datemenu-date-label,
-.expo-workspaces-name-entry#selected,
-.calendar-day-with-events{
- color: #fff;
-}
-/* ".keyboard-key:active" background on line 1074 */
-.toggle-switch-us:checked,
-.toggle-switch-intl:checked,
-.calendar-day-base:active, /* Todays' date */
-.menu-favorites-button:hover {
- background-color: #fff;
-}
-.expo-workspace-thumbnail-frame#active,
-.window-caption#selected,
-.expo-workspaces-name-entry#selected {
- border:1px solid #fff;
-}
-#notification StEntry, #notification StEntry:focus, .run-dialog-entry,
-#menu-search-entry, .panel-launcher-add-dialog-entry,
-.expo-workspaces-name-entry {
- selected-color: #fff;
-}
-.window-list-item-box,
-.window-list-item-box:hover{}
-
-.popup-submenu-menu-item:open,
-.window-list-item-box:active,
-.window-list-item-box:checked,
-.window-list-item-box:focus,
-.window-list-item-box:checked:hover,
-.window-list-item-box:focus:hover,
-.window-list-item-box:active:hover {
- box-shadow: inset 0px -2px 0px 0px #fff;
-}
-.popup-slider-menu-item { /* Volume slider */
- -slider-active-background-color: #fff;
-}
-/*=====================================================================
- * the rest of the theme vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
- * ===================================================================*/
-stage {
- font-family: sans, Ubuntu Mono Regular, sans-serif;
- font-size: 7pt;
-}
-.cinnamon-link {
- color: #0000ff;
- text-decoration: underline;
-}
-.cinnamon-link:hover {
- color: #0000e0;
-}
-.label-shadow {
- color: rgba(0,0,0,0);
-}
-StScrollBar {
- padding: 0px;
-}
-StScrollView.vfade {
- -st-vfade-offset: 68px;
-}
-StScrollView StScrollBar {
- min-width: 6px;
- min-height: 6px;
-}
-
-StScrollBar StBin#trough {
- background-color: rgba(255,255,255,0.0);
-}
-StScrollBar StButton#vhandle {
- background-color: rgba(255,255,255,1.0);
-}
-StScrollBar StButton#hhandle {
- background-color: rgba(255,255,255,1.0);
-}
-StScrollBar StButton#hhandle:hover {
- background-color: rgba(255,255,255,1.0);
-}
-StScrollBar StButton#vhandle:hover {
- background-color: rgba(255,255,255,1.0);
-}
-#Tooltip {
- padding: 4px;
- color: black;
- font-size: 8.5pt;
- font-weight: normal;
- text-align: center;
- border:1px solid #767676;
- box-shadow: outset 2px 2px 2px 0px rgba(0,0,0,0.6);
- background-color: white;
-}
-/* ===================================================================
- * Shared button properties
- * ===================================================================*/
-.notification-button, .notification-icon-button,
-.hotplug-notification-item, .hotplug-resident-eject-button,
-.modal-dialog-button {
- color: white;
- font-size: 11pt;
- margin-left: 10px;
- margin-right: 10px;
- padding: 4px 20px 5px
-}
-.notification-button:hover,
-.notification-icon-button:hover, .hotplug-notification-item:hover,
-.hotplug-resident-eject-button:hover, .modal-dialog-button:hover {
- background-color: rgba(255,255,255,0.15);
-}
-.notification-button:focus,
-.notification-icon-button:focus, .hotplug-notification-item:focus,
-.modal-dialog-button:focus {
- background-color: rgba(255,255,255,0.15);
-}
-.notification-button:active, .notification-icon-button:active,
-.hotplug-notification-item:active, .hotplug-resident-eject-button:active,
-.modal-dialog-button:active, .modal-dialog-button:checked,
-.modal-dialog-button:pressed {
- background-color: rgba(255,255,255,0.3);
-}
-.modal-dialog-button:disabled {
- color: #9E9E9E;
-}
-/* ===================================================================
- * PopupMenu (popupMenu.js)
- * ===================================================================*/
-.popup-menu-boxpointer {
- -arrow-border-radius: 16px;
- -arrow-background-color: rgba(0,0,0,0);
- -arrow-border-width: 0px;
- -arrow-border-color: rgba(0,0,0,0);
- -boxpointer-gap: 10px;
-}
-
-.popup-menu {
- font-size: 8pt;
- padding-left: 0px;
- padding-right: 0px;
- padding-top: 0px;
- padding-bottom: 0px;
- min-width: 250px;
- min-height: 80px;
- color: white;
-}
-
-.popup-sub-menu {
-}
-.popup-sub-menu .popup-menu-item:ltr {
- padding-right: 0em;
-}
-.popup-sub-menu .popup-menu-item:rtl {
- padding-left: 0em;
-}
-.popup-sub-menu StScrollBar {
-}
-.popup-sub-menu StScrollBar StBin#trough {
-}
-.popup-sub-menu StScrollBar StBin#vhandle {
-}
-.popup-combo-menu {
- color: white;
- font-size: 9.5pt;
- padding-left: 0px;
- padding-right: 0px;
- padding-top: 0px;
- padding-bottom: 0px;
- min-width: 250px;
- min-height: 80px;
-}
-/* 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: .4em 1.75em;
- spacing: 1em;
-}
-.popup-submenu-menu-item:open {
- background-color: rgba(255,255,255,0.3);
-}
-.popup-menu-item:active {
- background-color: rgba(255,255,255,0.15);
-}
-.popup-menu-item:insensitive {
- color: #9f9f9f;
-}
-.popup-image-menu-item {
-}
-.popup-combobox-item {
- spacing: 1em;
-}
-.popup-separator-menu-item {
- -gradient-height: 1px;
- -gradient-start: rgba(255,255,255,0.3);
- -gradient-end: rgba(255,255,255,0.3);
- -margin-horizontal: 1.5em;
- height: 1em;
-}
-.popup-alternating-menu-item:alternate {
- font-weight: bold;
-}
-.popup-slider-menu-item {
- height: 1em;
- min-width: 15em;
- -slider-height: 2px; /*0.3em*/
- -slider-background-color: rgba(255,255,255,0.3);
- -slider-border-color: rgba(0,0,0,0);
- -slider-active-border-color: rgba(0,0,0,0);
- -slider-border-width: 0px;
- -slider-handle-radius: 0.5em;
-}
-.popup-device-menu-item {
- spacing: .5em;
-}
-.popup-inactive-menu-item {
- font-weight: normal;
- color: #999;
-}
-.popup-subtitle-menu-item {
- font-weight: bold;
-}
-.popup-menu-icon {
- icon-size: 1.14em;
-}
-/* Switches (to be used in menus) */
-.toggle-switch {
- width: 40px;
- height: 16px;
- border: 2px solid white;
- border-radius: 10px;
-}
-.toggle-switch-us {
- background-image: url("toggle-off.png");
-}
-.toggle-switch-us:checked {
- background-image: url("toggle-on.png");
-}
-.toggle-switch-intl {
- background-image: url("toggle-off.png");
-}
-.toggle-switch-intl:checked {
- background-image: url("toggle-on.png");
-}
-.nm-menu-item-icons {
- spacing: .5em;
-}
-/* ===================================================================
- * Panel (panel.js)
- * ===================================================================*/
-#panel {
- font-size: 8.5pt;
- font-weight: normal;
- height: 40px;
-}
-#panelLeft {
- spacing: 0px;
-}
-#panelCenter {
- spacing: 0px;
- padding-left: 1px;
- padding-right: 1px;
-}
-#panelRight {
- spacing: 0px;
-}
-#panelLeft:dnd {
- background-color: rgba(255,0,0,0.6);
-}
-#panelCenter:dnd {
- background-color: rgba(0,255,0,0.6);
-}
-#panelRight:dnd {
- background-color: rgba(0,0,255,0.6);
-}
-#panelLeft:ltr {
- padding-right: 0px;
-}
-#panelLeft:rtl {
- padding-left: 0px;
-}
-#panelRight:ltr {
- padding-left: 0px;
-}
-#panelRight:rtl {
- padding-right: 0px;
-}
-.panel-top {}
-.panel-bottom {}
-.panel-status-button {
- -natural-hpadding: 0px;
- -minimum-hpadding: 0px;
- font-weight: bold;
- color: white;
- padding-top: 2px;
- height: 29px;
- icon-size: 1em;
-}
-.panel-status-button:hover {
-}
-.system-status-icon {
- padding-left: 0px;
- padding-right: 0px;
- spacing: 0px;
- margin: 0px;
-}
-.panel-corner {}
-.panel-corner:active,
-.panel-corner:overview,
-.panel-corner:focus {
-}
-#appMenu {
- spacing: 4px;
-}
-.panel-button #appMenuIcon {
- app-icon-bottom-clip: 1px;
-}
-.panel-button:active #appMenuIcon,
-.panel-button:checked #appMenuIcon,
-.panel-button:focus #appMenuIcon {
- app-icon-bottom-clip: 2px;
-}
-.panel-button {
- -natural-hpadding: 0px;
- -minimum-hpadding: 0px;
- font-weight: bold;
- color: white;
-}
-.panel-button:hover {
- color: white;
-}
-.panel-button:active,
-.panel-button:overview,
-.panel-button:focus {}
-.panel-button:active > .system-status-icon,
-.panel-button:checked > .system-status-icon,
-.panel-button:focus > .system-status-icon {}
-.panel-menu {
- -boxpointer-gap: 4px
-}
-.popup-menu-item-dot {}
-.system-status-icon {
- icon-size: 1.3em;
-}
-/* ===================================================================
- * Overview
- * ===================================================================*/
-#overview {
- spacing: 20px;
-}
-.window-caption {
- color: white;
- spacing: 25px;
- padding: 5px;
-}
-.window-caption#selected {}
-.workspace-controls {
- visible-height: 32px; /* Amount visible before hovering */
-}
-.workspace-thumbnails-background {
- padding: 8px;
-}
-.workspace-thumbnails-background:rtl {}
-.workspace-thumbnails {
- spacing: 14px;
-}
-.workspace-add-button {
- height: 200px;
- width: 30px;
- background-color: #83F36B;
- background-image: url("workspace-add-button.png");
-}
-.workspace-add-button:hover {
- height: 200px;
- width: 30px;
- background-color: #56E356;
-}
-.workspace-close-button {
- border-image: url("close-window.png");
- height: 30px;
- width: 30px;
- -cinnamon-close-overlap: 29px;
-}
-.workspace-thumbnail-indicator {
- outline: 2px solid white;
- border: 1px solid #888;
-}
-.window-close {
- border-image: url("close-window.png");
- height: 30px;
- width: 30px;
- -cinnamon-close-overlap: 29px;
-}
-.window-close:rtl {}
-.window-close-area {
- height: 30px;
- width: 200px;
- background-color: #E81123;
- background-image: url("close-window.png");
-}
-/*
-.icon-grid {
- spacing: 36px;
- -cinnamon-grid-item-size: 118px;
-}*/
-/*
-.icon-grid .overview-icon {
- icon-size: 96px;
-}*/
-.overview-icon {
- border-radius: 4px;
- padding: 3px;
- border: 1px rgba(0,0,0,0);
- font-size: 7.5pt;
- color: white;
- text-align: center;
-}
-.expo-background {} /* Workspaces */
-.workspace-overview-background-shade {} /* "exposé" */
-.expo-workspace-thumbnail-frame {}
-.expo-workspace-thumbnail-frame#active {}
-/* ===================================================================
- * Desklets (desklet.js)
- * ===================================================================*/
-.desklet {
- color: white;
-}
-.desklet-with-borders {
- color: white;
-}
-.desklet-with-borders-and-header {
- color: white;
- border-top: 0px;
-}
-.desklet-header {
- padding: 10px;
- font-size: 10.5pt;
- color: white;
- border-bottom: 0px;
-}
-.desklet-drag-placeholder {
- border:1px solid white;
-}
-.xkcd-box {
- padding: 20px;
- border: 0px;
- background-color: rgba(0,0,0,0);
- border-radius: 0px;
-}
-.photoframe-box {
- padding: 20px;
-}
-/* ===================================================================
- * Clock Desklet (desklet.js)
- * ===================================================================*/
-.clock-desklet-label {
- color: white;
-}
-/* ===================================================================
- * Looking Glass
- * ===================================================================
- * Controls the styling of the dialog shown when using the inspector
- * from looking glass
- * ==================================================================*/
-#LookingGlassDialog
-{
- background-color: rgba(35,35,35,0.8);
- spacing: 4px;
- padding: 4px;
- border: 1px solid rgba(100,100,100,0.8);
- border-radius: 4px;
- color: #CCCCCC;
-}
-/* ===================================================================
- * Date applet
- * ===================================================================*/
-.calendar {
- padding: .4em 1.75em;
- spacing-rows: 0px;
- spacing-columns: 0px;
-}
-.calendar-month-label {
- color: white;
- font-size: 10pt;
- padding-bottom: 8px;
- padding-top: 8px;
- font-weight: normal;
-}
-.calendar-change-month-back {
- width: 12px;
- height: 16px;
- background-image: url("calendar-arrow-left.png");
-}
-.calendar-change-month-back:rtl {
- background-image: url("calendar-arrow-right.png");
-}
-.calendar-change-month-back:hover {
- background-color: rgba(255,255,255,0.15);
-}
-.calendar-change-month-back:active {
- background-color: rgba(255,255,255,0.3);
-}
-.calendar-change-month-forward {
- width: 12px;
- height: 16px;
- background-image: url("calendar-arrow-right.png");
-}
-.calendar-change-month-forward:rtl {
- background-image: url("calendar-arrow-left.png");
-}
-.calendar-change-month-forward:hover {
- background-color: rgba(255,255,255,0.15);
-}
-.calendar-change-month-forward:active {
- background-color: rgba(255,255,255,0.3);
-}
-.datemenu-date-label {
- padding: .4em 1.75em;
- font-size: 10.5pt;
- font-weight: bold;
-}
-.calendar-day-base {
- font-size: 10pt;
- text-align: center;
- width: 2.4em;
- height: 2.4em;
-}
-.calendar-day-base:hover {
- color: white;
-}
-.calendar-day-base:active { /* Todays' date */
- color: white;
-}
-.calendar-day-heading {
- color: white;
- padding-top: 1em;
-}
-.calendar-week-number {
- color: white;
- font-weight: bold;
-}
-/* Hack used in lieu of border-collapse - see calendar.js */
-.calendar-day:ltr {
- border: 0px ;
- border-top-width: 0;
- border-left-width: 0;
-}
-.calendar-day-top:ltr {
- border-top-width: 1px;
-}
-.calendar-day-left:ltr {
- border-left-width: 1px;
-}
-.calendar-day:rtl {
-}
-.calendar-day-top:rtl {
-}
-.calendar-day-left:rtl {
-}
-.calendar-work-day {
-}
-.calendar-nonwork-day {
-}
-.calendar-today {
- font-weight: bold;
-}
-.calendar-other-month-day {
- color: rgba(255,255,255,0.4);
-}
-.calendar-day-with-events {
- font-weight: bold;
-}
-/* ===================================================================
- * Notifications
- * ===================================================================*/
-#notification {
- font-size: 8.5pt;
- padding: 8px 8px 8px 8px;
- spacing-rows: 10px;
- spacing-columns: 10px;
- margin-from-right-edge-of-screen: 0px;
- width: 34em;
- color: white;
-}
-#notification.multi-line-notification {
- 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-icon-button > StIcon {
- icon-size: 36px;
-}
-#notification StEntry {
- padding: 4px;
- color: white;
- border-image: url('entry.png') 2;
- caret-color: white;
- caret-size: 2px;
-}
-#notification StEntry:focus {
- color: white;
- border-image: url('entry.png') 2;
- caret-color: white;
- caret-size: 2px;
-}
-/* ===================================================================
- * Alt Tab
- * ===================================================================*/
-#altTabPopup {
- padding: 8px;
- spacing: 16px;
-}
-.switcher-list { /* Window List With App Grouping */
- padding: 20px;
- font-size: 9pt;
- color: white;
-}
-.switcher-list-item-container {
- spacing: 8px;
-}
-.thumbnail-scroll-gradient-left {
- background-gradient-direction: horizontal;
- background-gradient-start: rgba(51, 51, 51, 1.0);
- background-gradient-end: rgba(51, 51, 51, 0);
- border-radius: 24px;
- border-radius-topright: 0px;
- border-radius-bottomright: 0px;
- width: 60px;
-}
-.thumbnail-scroll-gradient-right {
- background-gradient-direction: horizontal;
- background-gradient-start: rgba(51, 51, 51, 0);
- background-gradient-end: rgba(51, 51, 51, 1.0);
- border-radius: 24px;
- border-radius-topleft: 0px;
- border-radius-bottomleft: 0px;
- width: 60px;
-}
-.switcher-list .item-box {
- padding: 8px;
-}
-.switcher-list .item-box:outlined {}
-.switcher-list .item-box:selected { /* "selected" for "Window List With App Grouping" */
- background-color: rgba(255,255,255,0.3);
-}
-.switcher-list .thumbnail-box {
- padding: 2px;
- spacing: 4px;
-}
-.switcher-list .thumbnail {
- width: 256px;
-}
-.switcher-list .separator {
- width: 1px;
- background: rgba(77,77,77,0.45);
-}
-.ripple-box {
- width: 200px;
- height: 200px;
- background-image: url("corner-ripple.png");
-}
-.ripple-box:rtl {
- background-image: url("corner-ripple.png");
-}
-.switcher-arrow {
- color: white;
-}
-.switcher-arrow:highlighted {
- background-color: rgba(255,255,255,0.15);
- color: white;
-}
-.switcher-preview-backdrop {
- background-gradient-start: red;
- background-gradient-end: rgba(243,182,207,0.3);
- background-gradient-direction: radial;
-}
-/* ===================================================================
- * Modal dialogs
- * ===================================================================*/
-.modal-dialog {
- font-size: 12pt;
- color: white;
- padding-right: 42px;
- padding-left: 42px;
- padding-bottom: 30px;
- padding-top: 30px;
-}
-.modal-dialog-button-box {
- spacing: 21px;
-}
-/* ===================================================================
- * Run dialog
- * ===================================================================*/
-.run-dialog-label {
- font-size: 9pt;
- color: white;
-}
-.run-dialog-error-label {
- font-size: 9pt;
- color: white;
-}
-.run-dialog-error-box {
- padding-top: 15px;
- spacing: 5px;
-}
-.run-dialog-entry {
- border-image: url("entry.png") 2;
- font-size: 10.5pt;
- font-weight: bold;
- width: 23em;
- color: white;
- selection-background-color: white;
-}
-.run-dialog-completion-box {
- padding-left: 15px;
- font-size: 10px;
-}
-.run-dialog {
- padding-right: 21px;
- padding-left: 21px;
- padding-bottom: 15px;
- padding-top: 15px;
-}
-.lightbox {
- background-color: rgba(0,0,0,0.5);
-}
-/* ===================================================================
- * End session dialog
- * ===================================================================*/
-.end-session-dialog {
- spacing: 42px;
- color: white;
-}
-.end-session-dialog-subject {
- font-size: 12pt;
- font-weight: bold;
- color: white;
- padding-top: 10px;
- padding-left: 17px;
- padding-bottom: 30px;
-}
-.end-session-dialog-subject:rtl {
- padding-left: 0px;
- padding-right: 17px;
-}
-.end-session-dialog-description {
- font-size: 10pt;
- color: white;
- padding-left: 17px;
- width: 28em;
-}
-.end-session-dialog-description:rtl {
- padding-right: 17px;
-}
-.end-session-dialog-logout-icon {
- border: 2px solid #8b8b8b;
- border-radius: 5px;
- width: 32px;
- height: 32px;
-}
-.end-session-dialog-shutdown-icon {
- width: 32px;
- height: 32px;
-}
-.end-session-dialog-app-list {
- font-size: 10pt;
- max-height: 200px;
- padding-top: 42px;
- padding-left: 49px;
- padding-right: 32px;
-}
-.end-session-dialog-app-list:rtl {
- padding-right: 49px;
- padding-left: 32px;
-}
-.end-session-dialog-app-list-item {
- color: white;
-}
-.end-session-dialog-app-list-item:hover {
- color: white;
-}
-.end-session-dialog-app-list-item:ltr {
- padding-right: 1em;
-}
-.end-session-dialog-app-list-item:rtl {
- padding-left: 1em;
-}
-.end-session-dialog-app-list-item-icon:ltr {
- padding-right: 17px;
-}
-.end-session-dialog-app-list-item-icon:rtl {
- padding-left: 17px;
-}
-.end-session-dialog-app-list-item-name {
- font-size: 10pt;
-}
-.end-session-dialog-app-list-item-description {
- font-size: 8pt;
- color: white;
-}
-/* CinnamonMountOperation Dialogs */
-.cinnamon-mount-operation-icon {
- icon-size: 48px;
-}
-.mount-password-reask {
- color: red;
-}
-.show-processes-dialog,
-.mount-question-dialog {
- spacing: 24px;
-}
-.show-processes-dialog-subject,
-.mount-question-dialog-subject {
- font-size: 12pt;
- font-weight: bold;
- color: #666666;
- padding-top: 10px;
- padding-left: 17px;
- padding-bottom: 6px;
-}
-.show-processes-dialog-subject:rtl,
-.mount-question-dialog-subject:rtl {
- padding-left: 0px;
- padding-right: 17px;
-}
-.show-processes-dialog-description,
-.mount-question-dialog-description {
- font-size: 10pt;
- color: white;
- padding-left: 17px;
- width: 28em;
-}
-.show-processes-dialog-description:rtl,
-.mount-question-dialog-description:rtl {
- padding-right: 17px;
-}
-.show-processes-dialog-app-list {
- font-size: 10pt;
- max-height: 200px;
- padding-top: 24px;
- padding-left: 49px;
- padding-right: 32px;
-}
-.show-processes-dialog-app-list:rtl {
- padding-right: 49px;
- padding-left: 32px;
-}
-.show-processes-dialog-app-list-item {
- color: white;
-}
-.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: 10pt;
-}
-/* ===================================================================
- * Policykit authentication dialog
- * ===================================================================*/
-.polkit-dialog {
- /* this is the width of the entire modal popup */
- width: 500px;
-}
-.polkit-dialog-main-layout {
- spacing: 24px;
- padding: 10px;
-}
-.polkit-dialog-message-layout {
- spacing: 16px;
-}
-.polkit-dialog-headline {
- font-size: 12pt;
- font-weight: bold;
- color: white;
-}
-.polkit-dialog-description {
- font-size: 10pt;
- color: white;
-}
-.polkit-dialog-user-layout {
- padding-left: 10px;
- spacing: 10px;
-}
-.polkit-dialog-user-layout:rtl {
- padding-left: 0px;
- padding-right: 10px;
-}
-.polkit-dialog-user-root-label {
- color: #ff0000;
-}
-.polkit-dialog-password-label:ltr {
- padding-right: 0.5em;
-}
-.polkit-dialog-password-label:rtl {
- padding-left: 0.5em;
-}
-.polkit-dialog-password-entry {
- background-gradient-start: rgb(236,236,236);
- background-gradient-end: white;
- background-gradient-direction: vertical;
- color: black;
- border-radius: 5px;
- border: 2px solid #555753;
-}
-.polkit-dialog-password-entry:focus {
- border: 2px solid #3465a4;
-}
-.polkit-dialog-password-entry .capslock-warning {
- icon-size: 16px;
- warning-color: #999;
- padding: 0 4px;
-}
-.polkit-dialog-error-label {
- font-size: 10pt;
- color: #ffff00;
- padding-bottom: 8px;
-}
-.polkit-dialog-info-label {
- font-size: 10pt;
- padding-bottom: 8px;
-}
-/* intentionally left transparent to avoid dialog changing size */
-.polkit-dialog-null-label {
- font-size: 10pt;
- color: rgba(0,0,0,0);
- padding-bottom: 8px;
-}
-.network-dialog-secret-table {
- spacing-rows: 15px;
-}
-/* ===================================================================
- * Magnifier
- * ===================================================================*/
-.magnifier-zoom-region {
- border: 0px;
-}
-.magnifier-zoom-region.full-screen {
-}
-/* ===================================================================
- * On screen keyboard
- * ===================================================================*/
-#keyboard {
- background-color: #1A1A1A;
-}
-.keyboard-layout {
- spacing: 6px;
- padding: 6px;
-}
-.keyboard-row {
- spacing: 6px;
-}
-.keyboard-key {
- min-height: 0px;
- min-width: 0px;
- font-size: 14pt;
- font-weight: normal;
- color: white;
- background-color: rgba(255,255,255,0.152);
-}
-.keyboard-key:grayed {
- color: rgba(255,255,255,0.23);
-}
-.keyboard-key:checked,
-.keyboard-key:hover {
- color: black;
- background-color: rgba(255,255,255,0.89);
-}
-.keyboard-key:active {
- color: white;
- background-color: #fff;
-}
-.keyboard-subkeys {
- color: white;
- padding: 0px;
- -arrow-border-radius: 0px;
- -arrow-background-color: rgba(0,0,0,0);
- -arrow-border-width: 0px;
- -arrow-border-color: rgba(0,0,0,0);
- -arrow-base: 0px;
- -arrow-rise: 0px;
- -boxpointer-gap: 0px;
-}
-/* ###################################################################
- * Cinnamon Specific Section
- * ###################################################################*/
-/* ===================================================================
- * Menu (menu.js)
- * ===================================================================*/
-/* Main menu title */
-.menu-background {
- color: white;
-}
-.menu-favorites-box {
- margin: auto;
- padding: 0px;
- border:0px;
-}
-.menu-favorites-button {
- padding-top: 5px;
- padding-left: 10px;
- padding-right: 10px;
- padding-bottom: 5px;
- color: white;
-}
-.menu-favorites-button:hover {}
-.menu-places-box {
- margin: auto;
- padding: 5px;
- border: 0px;
-}
-.menu-places-button {
- padding-top: 10px;
- padding-left: 10px;
- padding-right: 10px;
- padding-bottom: 10px;
-}
-.menu-categories-box {
- padding-top: 2px;
- padding-left: 5px;
- padding-right: 0px;
- padding-bottom: 1px;
-}
-.menu-applications-box {
- padding-top: 2px;
- padding-left: 5px;
- padding-right: 5px;
- padding-bottom: 1px;
-}
-.menu-application-button {
- padding-top: 6px;
- padding-left: 10px;
- padding-right: 0px;
- padding-bottom: 6px;
-}
-.menu-application-button:highlighted {
- font-weight: bold;
-}
-.menu-application-button-selected {
- padding-top: 6px;
- padding-left: 10px;
- padding-right: 0px;
- padding-bottom: 6px;
- background-color: rgba(255,255,255,0.15);
-}
-.menu-application-button-selected:highlighted {
- font-weight: bold;
-}
-.menu-application-button-label:ltr {
- padding-left: 5px;
-}
-.menu-application-button-label:rtl {
- padding-right: 5px;
-}
-.menu-category-button {
- padding-top: 6px;
- padding-left: 15px;
- padding-right: 10px;
- padding-bottom: 6px;
-}
-.menu-category-button-greyed {
- padding-top: 6px;
- padding-left: 15px;
- padding-right: 10px;
- padding-bottom: 6px;
- color: #9C9C9C;
- font-style: italic;
-}
-.menu-category-button-selected {
- padding-top: 6px;
- padding-left: 15px;
- padding-right: 10px;
- padding-bottom: 6px;
- background-color: rgba(255,255,255,0.15);
-}
-.menu-category-button-label:ltr {
- padding-left: 3px;
-}
-.menu-category-button-label:rtl {
- padding-right: 3px;
-}
-.menu-category-button-button:hover {
-}
-/* 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;
-}
-.menu-selected-app-box:rtl {
- padding-top: 10px;
- height: 40px;
-}
-.menu-selected-app-title {
- font-weight: bold;
-}
-.menu-selected-app-description {
- max-width: 150px;
-}
-.menu-search-box:ltr {
- padding-left: 30px;
-}
-.menu-search-box:rtl {
- padding-right: 30px;
-}
-#menu-search-entry {
- padding: 5px;
- color: white;
- border-image: url('entry.png') 2;
- caret-color: white;
- caret-size: 2px;
- width: 250px;
- height: 15px;
-}
-#menu-search-entry:focus,
-#menu-search-entry:hover {
- color: white;
- font-weight: bold;
-}
-.menu-search-entry-icon {
- icon-size: 1em;
- color: white;
-}
-/* Context menu (at the moment only for favorites) */
-.menu-context-menu {
-}
-/* ===================================================================
- * Window list (windowList.js)
- * ===================================================================*/
-.window-list-box {
- spacing: 2px;
-}
-.window-list-item-label {
- font-weight: bold;
- width: 15em;
- min-width: 5px;
-}
-.window-list-item-box {
- color: white;
- padding-left: 0px;
- padding-right: 0px;
- transition-duration: 50;
- background-color: rgba(255,255,255,0.0);
-}
-.window-list-item-box:hover {
- color: white;
- padding-left: 0px;
- padding-right: 0px;
- background-color: rgba(255,255,255,0.15);
-}
-.window-list-item-box:active,
-.window-list-item-box:checked,
-.window-list-item-box:focus {
- color: white;
- padding-left: 0px;
- padding-right: 0px;
- background-color: rgba(255,255,255,0.3);
-}
-.window-list-item-box:checked:hover,
-.window-list-item-box:focus:hover,
-.window-list-item-box:active:hover {
- color: white;
- padding-left: 0px;
- padding-right: 0px;
- background-color: rgba(255,255,255,0.15);
-}
-
-.window-list-item-demands-attention {
- color: white;
- padding-left: 0px;
- padding-right: 0px;
- background-color: rgba(255,0,0,0.3);
- box-shadow: inset 0px -2px 0px 0px #FF0000;
-}
-/* ===================================================================
- * Sound Applet (status/volume.js)
- * ===================================================================*/
-.sound-button-container {
- padding-right: 3px;
- padding-left: 3px;
-}
-.sound-button {
- width: 30px;
- height: 20px;
- padding: 5px;
-}
-.sound-button:hover {
- background-color: rgba(255,255,255,0.15);
-}
-.sound-button:active {
- background-color: rgba(255,255,255,0.3);
-}
-.sound-button StIcon {
- icon-size: 1.4em;
-}
-.sound-track-infos {
- padding-left: 5px;
- padding-right: 5px;
- padding-top: 5px;
- padding-bottom: 5px;
-}
-.sound-track-info {
- padding-top: 2px;
- padding-bottom: 2px;
-}
-.sound-track-info StIcon {
- icon-size: 1em;
-}
-.sound-track-info StLabel {
- padding-left: 5px;
- padding-right: 5px;
-}
-.sound-track-box {
- padding-left: 15px;
- padding-right: 15px;
- max-width: 220px;
-}
-.sound-seek-box {
- padding-left: 20px;
-}
-.sound-seek-box StLabel {
- padding-top: 2px;
-}
-.sound-seek-box StIcon {
- icon-size: 1em;
-}
-.sound-seek-slider {
- width: 140px;
-}
-.sound-volume-menu-item {
- padding: .4em 1.75em;
-}
-.sound-volume-menu-item StIcon {
- icon-size: 1.14em;
- padding-left: 8px;
- padding-right: 8px;
-}
-.sound-playback-control {
- padding-top: 5px;
- padding-bottom: 10px;
- padding-left: 10px;
- padding-right: 10px;
-}
-/* ===================================================================
- * Workspace Switcher applet (workspaceSwitcher.js)
- * ===================================================================*/
-#workspaceSwitcher {
- spacing: 0px;
- padding: 3px;
-
-}
-.workspace-switcher-box {
- padding-left: 3px;
- padding-right: 3px;
-}
-
-.workspace-button {
- width: 20px;
- height: 10px;
- color: white;
-}
-
-.workspace-button:outlined {
- color: red;
-}
-/* ===================================================================
- * Panel Launchers Applet (panelLaunchers.js)
- * ===================================================================*/
-#panel-launchers-box {
- spacing: 1px;
-}
-.panel-launcher {
- margin: 0px;
- padding: 3px;
- transition-duration: 50;
-}
-.panel-launcher:hover {
- margin: 0px;
- padding: 3px;
- background-color: rgba(255,255,255,0.15)
-}
-.panel-launcher-add-dialog-content-box {
- padding: 6px;
- spacing: 20px;
-}
-.panel-launcher-add-dialog-content-box-left {
- padding: 6px;
- spacing: 20px;
-}
-.panel-launcher-add-dialog-content-box-right {
- padding: 6px;
- spacing: 10px;
-}
-.panel-launcher-add-dialog-entry {
- padding: 5px;
- color: white;
- caret-color: white;
- caret-size: 2px;
- width: 250px;
-}
-.panel-launcher-add-dialog-entry:focus,
-.panel-launcher-add-dialog-entry:hover {
- background-gradient-start: rgb(200,200,200);
- background-gradient-end: white;
- background-gradient-direction: vertical;
-}
-.panel-launcher-add-dialog-entry:hover {
-}
-.panel-launcher-add-dialog-entry:focus {
- color: rgb(64, 64, 64);
- font-weight: bold;
-}
-/* ===================================================================
- * Overview corner
- * ===================================================================*/
-#overview-corner {
- background-image: url("overview.png");
-}
-#overview-corner:hover {
- background-image: url("overview-hover.png");
-}
-/* ===================================================================
- * Applets (applet.js)
- * ===================================================================*/
-.applet-separator {
- padding: 5px 4px;
-}
-.applet-separator-line {
- width: 2px;
- background: rgba(255,255,255,.5);
-}
-.applet-box {
- spacing: 1px;
- padding-top: 0px;
- padding-left: 4px;
- padding-right: 4px;
- padding-bottom: 0px;
- color: white;
- transition-duration: 50;
-}
-.applet-box:hover {
- background-color: rgba(255,255,255,0.15)
-}
-.applet-label {
- font-weight: bold;
- color: white;
- font-size: 9pt;
-}
-.applet-label:hover,
-.applet-box:hover > .applet-label {}
-
-.applet-icon {
- color: white;
- icon-size: 24px;
-}
-.applet-icon:hover,
-.applet-box:hover > .applet-icon {}
-/* ===================================================================
- * Workspace OSD
- * ===================================================================*/
-.workspace-osd {
- padding: 9px 15px;
- color: white;
- font-weight: bold;
- font-size: 26pt;
-}
-.expo-workspaces-name-entry {
- padding: 6px;
- color: white;
- font-weight: bold;
- caret-color: white;
- caret-size: 2px;
- width: 250px;
- height: 15px;
-}
-.expo-workspaces-name-entry#selected {
- font-weight: bold;
-}
-.expo-workspaces-name-entry:focus {
- color: white;
- font-weight: bold;
- font-style: italic;
-}
-/* ===================================================================
- * Notification Applet
- * ===================================================================*/
-.notification-applet-padding {
- padding: .5em 1em;
-}
-.notification-applet-container {
- max-height: 100px;
-}
-/* Check Boxes */
-.check-box CinnamonGenericContainer {
- spacing: .2em;
- min-height: 30px;
- padding-top: 2px;
-}
-.check-box StBin {
- width: 24px;
- height: 18px;
- background-image: url("checkbox-off.png");
-}
-.check-box:focus StBin {
- background-image: url("checkbox-off-focus.png");
-}
-.check-box:checked StBin {
- background-image: url("checkbox.png");
-}
-.check-box:focus:checked StBin {
- background-image: url("checkbox-focus.png");
-}
-.check-box StLabel {
- font-weight: normal;
-}
-.radiobutton CinnamonGenericContainer {
- spacing: .2em;
- height: 26px;
- padding-top: 2px;
-}
-.radiobutton StBin {
- width: 22px;
- height: 22px;
- background-image: url("radio-unselected.png");
- border-radius: 15px;
-}
-.radiobutton:focus StBin {
- background-image: url("radio-unselected.png");
-}
-.radiobutton:checked StBin {
- background-image: url("radio-selected.png");
-}
-.radiobutton:focus:checked StBin {
- background-image: url("radio-selected.png");
-}
-.radiobutton StLabel {
- padding-top: 4px;
- font-size: 0.9em;
- box-shadow: none;
-}
-.flashspot {
- background-color: white;
-}
-/* ===================================================================
- * User Applet
- * ===================================================================*/
-.user-icon {
- background-color: rgba(0,0,0,0);
- border: 0px;
- border-radius: 0px;
- padding: 1em;
-}
-.user-label {
- color: white;
- font-size: 16px;
- margin: 6px;
- padding-left: 5px;
-}
-/* ===================================================================
- * About Dialog (applet.js and desklet.js)
- * ===================================================================*/
-.about-content {
- width: 300px;
- height: 150px;
- spacing: 8px;
- padding-bottom: 16px;
-}
-.about-title {
- font-size: 1.5em;
- font-weight: bold;
-}
-.about-uuid {
- font-size: .8em;
-}
-.about-icon {
- padding-right: 20px;
-}
-.about-scrollBox {
- color: white;
-}
-.about-scrollBox-innerBox {
- padding: 1.2em;
- spacing: 1.2em;
-}
-.about-description {
- padding-top: 4px;
-}
-.about-version {
- padding-left: 7px;
-}
-/* ===================================================================
- * OSD Popups
- * ===================================================================*/
-.info-osd { /* Window snap message */
- font-size: 24pt;
- color: white;
- padding-right: 20px;
- padding-left: 20px;
- padding-bottom: 20px;
- padding-top: 20px;
- text-align: center;
-}
-.osd-window { /* Media key */
- color: white;
- padding: 20px;
- spacing: 5px;
-}
-.osd-window .level {
- height: 0.7em;
- border-radius: 0.3em;
- background-color: rgba(190,190,190,0.3);
-}
-/* ===================================================================
- * Snap/Tile OSD Popup
- * ===================================================================*/
-.tile-preview, .tile-hud,
-.tile-preview.snap, .tile-hud.snap {}
-.tile-hud:top {
- border-top-width: 0px;
-}
-.tile-hud:bottom {
- border-bottom-width: 0px;
-}
-.tile-hud:left {
- border-left-width: 0px;
-}
-.tile-hud:right {
- border-right-width: 0px;
-}
-.tile-hud:top-left {
- border-top-width: 0px;
- border-left-width: 0px;
-}
-.tile-hud:top-right {
- border-top-width: 0px;
- border-right-width: 0px;
-}
-.tile-hud:bottom-left {
- border-bottom-width: 0px;
- border-left-width: 0px;
-}
-.tile-hud:bottom-right {
- border-bottom-width: 0px;
- border-right-width: 0px;
-}
-/* ===================================================================
- * TimeAndDate desklet
- * ===================================================================*/
-.clock-container{
- padding: 15px;
- color: white;
- text-shadow: 1px 1px 2px rgba(0,0,0,0);
-}
-.time-container{}
-.date-container{}
-.clock-date-label{}
-/*=====================================================================
- * soundBox desklet (Mint theme)
- * ===================================================================*/
-.mint-mainBox {
- padding: 10px 0px 5px 0px;
- border:6px solid #051d42;
- border-radius: 20px 60px 20px 60px;
- box-shadow: inset 0px 3px 5px 0px rgba(0,0,0,0.6);
- background-color: #1e376f;
- background-image: url('popup-logo.png');
- border-top: 2px;
- border-bottom: 2px;
- color: white;
-}
-.mint-buttonMenu {
- color: white;
- padding: 7px;
- border:2px solid #051d42;
- border-radius: 10px 30px 10px 30px;
- box-shadow: inset 0px 3px 5px 0px rgba(0,0,0,0.6);
- background-gradient-start: #1e376f;
- background-gradient-end: #1f46c6;
- background-gradient-direction: vertical;
-}
-.mint-buttonMenu:hover {
- border:2px solid #051d42;
- border-radius: 30px 10px 30px 10px;
- box-shadow: inset 0px 3px 5px 0px rgba(0,0,0,0.6);
- background-gradient-start: #1e376f;
- background-gradient-end: #1f46c6;
- background-gradient-direction: vertical;
-}
-.mint-buttonMenu:active {
- border:2px solid #051d42;
- border-radius: 30px 10px 30px 10px;
- box-shadow: inset 0px 3px 5px 0px rgba(0,0,0,0.6);
- background-gradient-end: #1e376f;
- background-gradient-start: #1f46c6;
- background-gradient-direction: vertical;
-}
-.mint-divider {
- background-color: white;
- -margin-horizontal: 14px;
- height: 1px;
-}
-.mint-divider-box {
- color: white;
- padding: 10px 30px 10px 30px;
-}
-.mint-text,
-.mint-buttonText,
-.mint-appTitle,
-.mint-playerTitleText,
-.mint-trackInfo-text {
- color: white;
-}
-.mint-volumeBox {
- padding: 0px 5px 0px 5px;
-}
-.mint-volumeButton {
- padding: 2px 3px 2px 3px;
-}
-.mint-volumeIcon {
- icon-size: 16px;
- color: white;
-}
-.mint-slider {
- height: 1em;
- min-width: 165px;
- -slider-active-height: 0.3em;
- -slider-handle-color: #61c5e3;
- -slider-handle-border-color: #61c5e3;
- -slider-height: 0.3em;
- -slider-background-color: #1e376f;
- -slider-border-color: #051d42;
- -slider-active-background-color: #61c5e3;
- -slider-active-border-color: #051d42;
- -slider-border-width: 1px;
- -slider-handle-radius: 0.5em;
-}
-.mint-appIcon {
- icon-size: 20px;
- padding: 0px 4px 4px 4px;
-}
-.mint-appTitleBox {
- padding: 0px 0px 2px 0px;
-}
-.mint-titleBar {
- color: white;
- background-color: rgba(140, 140, 140,0);
- background-gradient-direction: none;
- padding: 2px 0px 2px 0px;
-}
-.mint-playerIcon {
- icon_size: 16px;
- width: 16px;
-}
-.mint-trackInfoBox {
- padding: 5px 0px 5px 0px;
- margin-top: 5px;
- width: 200px;
-}
-.mint-trackInfo {
- padding: 3px 0px 5px 0px;
-
-}
-.mint-trackInfo-icon {
- icon-size: 1em;
- color: white;
-}
-.mint-albumCover {
- border: 0px;
- icon_size: 200px;
- width: 200px;
- height: 200px;
-}
-.mint-buttonBox {
- padding: 5px 5px 5px 5px;
-}
-.mint-soundButton-box {
- padding-right: 3px;
- padding-left: 3px;
-}
-.mint-soundButton {
- width: 30px;
- height: 20px;
- padding: 5px;
- border:2px solid #051d42;
- border-radius: 10px 30px 10px 30px;
- box-shadow: inset 0px 3px 5px 0px rgba(0,0,0,0.6);
- background-gradient-start: #1e376f;
- background-gradient-end: #1f46c6;
- background-gradient-direction: vertical;
-}
-.mint-soundButton:hover {
- border:2px solid #051d42;
- border-radius: 30px 10px 30px 10px;
- box-shadow: inset 0px 3px 5px 0px rgba(0,0,0,0.6);
- background-gradient-start: #1e376f;
- background-gradient-end: #1f46c6;
- background-gradient-direction: vertical;
-}
-.mint-soundButton:active {
- border:2px solid #051d42;
- border-radius: 30px 10px 30px 10px;
- box-shadow: inset 0px 3px 5px 0px rgba(0,0,0,0.6);
- background-gradient-end: #1e376f;
- background-gradient-start: ;
- background-gradient-direction: vertical;
-}
-.mint-soundButton-icon {
- icon-size: 16px;
- color: white;
-}
-#mint-popup-menuitem {
- text-mint: 0px 0px 0px 0px;
- color: white;
- padding: .4em 1em;
- spacing: 1em;
- border:2px;
-}
-#mint-popup-menuitem:active {
- box-mint: 0px 0px 0px 0px;
- text-mint: 0px 0px 0px 0px;
- color: white;
- border:2px solid #051d42;
- border-radius: 10px 30px 10px 30px;
- box-shadow: inset 0px 3px 5px 0px rgba(0,0,0,0.6);
- background-gradient-start: #1e376f;
- background-gradient-end: ;
- background-gradient-direction: vertical;
-}
-#Tooltip.mint-tooltip {
- padding: 4px 12px;
- color: white;
- font-size: 8.5pt;
- font-weight: normal;
- text-align: center;
-}
-#mint-popup {}
-#mint-popup-boxPointer {
-
-}
-/* Compact */
-.mint-mainBox:compact {
- padding: 0px 0px 0px 0px;
-}
-.mint-buttonMenu:compact {
- padding: 2px 4px 2px 4px;
-}
-.mint-divider:compact {
- background-color: mintparent;
- height: 0px;
-}
-.mint-divider-box:compact {
- padding: 0px;
-}
-.mint-volumeButton:compact {
- padding: 0px 2px 2px 2px;
-}
-.mint-volumeIcon:compact {
- icon-size: 14px;
-}
-.mint-appIcon:compact {
- icon-size: 1em;
-}
-.mint-titleBar:compact {
- padding: 0px;
-}
-.mint-trackInfoBox:compact {
- padding: 0px;
-}
-.mint-trackInfo:compact {
- padding: 0px;
-}
-.mint-trackInfo-icon:compact {
- icon-size: 1em;
-}
-.mint-buttonBox:compact{
- padding: 0px;
-}
-.mint-soundButton:compact {
- height: 14px;
- width: 16px;
-}
-.mint-soundButton-box:compact {
- padding: 2px;
-}
-/*====================================================================*/
diff --git a/B00merang Blackout/cinnamon/close-window.png b/B00merang Blackout/cinnamon/close-window.png
deleted file mode 100755
index a819801..0000000
Binary files a/B00merang Blackout/cinnamon/close-window.png and /dev/null differ
diff --git a/B00merang Blackout/cinnamon/corner-ripple.png b/B00merang Blackout/cinnamon/corner-ripple.png
deleted file mode 100755
index 9958c79..0000000
Binary files a/B00merang Blackout/cinnamon/corner-ripple.png and /dev/null differ
diff --git a/B00merang Blackout/cinnamon/entry.png b/B00merang Blackout/cinnamon/entry.png
deleted file mode 100755
index d4ba44b..0000000
Binary files a/B00merang Blackout/cinnamon/entry.png and /dev/null differ
diff --git a/B00merang Blackout/cinnamon/metadata.json b/B00merang Blackout/cinnamon/metadata.json
deleted file mode 100755
index c6a2e13..0000000
--- a/B00merang Blackout/cinnamon/metadata.json
+++ /dev/null
@@ -1,4 +0,0 @@
-{
- "last-edited": "1400226761",
- "uuid": "295"
-}
\ No newline at end of file
diff --git a/B00merang Blackout/cinnamon/overview-hover.png b/B00merang Blackout/cinnamon/overview-hover.png
deleted file mode 100755
index 8e82082..0000000
Binary files a/B00merang Blackout/cinnamon/overview-hover.png and /dev/null differ
diff --git a/B00merang Blackout/cinnamon/overview.png b/B00merang Blackout/cinnamon/overview.png
deleted file mode 100755
index db71494..0000000
Binary files a/B00merang Blackout/cinnamon/overview.png and /dev/null differ
diff --git a/B00merang Blackout/cinnamon/player-paused.svg b/B00merang Blackout/cinnamon/player-paused.svg
deleted file mode 100755
index e657d72..0000000
--- a/B00merang Blackout/cinnamon/player-paused.svg
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
diff --git a/B00merang Blackout/cinnamon/player-playing.svg b/B00merang Blackout/cinnamon/player-playing.svg
deleted file mode 100755
index 2b09d89..0000000
--- a/B00merang Blackout/cinnamon/player-playing.svg
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
diff --git a/B00merang Blackout/cinnamon/player-stopped.svg b/B00merang Blackout/cinnamon/player-stopped.svg
deleted file mode 100755
index 5802265..0000000
--- a/B00merang Blackout/cinnamon/player-stopped.svg
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
diff --git a/B00merang Blackout/cinnamon/process-working.svg b/B00merang Blackout/cinnamon/process-working.svg
deleted file mode 100755
index f2ba6f9..0000000
--- a/B00merang Blackout/cinnamon/process-working.svg
+++ /dev/null
@@ -1,32 +0,0 @@
-
-
diff --git a/B00merang Blackout/cinnamon/radio-selected.png b/B00merang Blackout/cinnamon/radio-selected.png
deleted file mode 100755
index e82cad0..0000000
Binary files a/B00merang Blackout/cinnamon/radio-selected.png and /dev/null differ
diff --git a/B00merang Blackout/cinnamon/radio-unselected.png b/B00merang Blackout/cinnamon/radio-unselected.png
deleted file mode 100755
index 809b438..0000000
Binary files a/B00merang Blackout/cinnamon/radio-unselected.png and /dev/null differ
diff --git a/B00merang Blackout/cinnamon/thumbnail.png b/B00merang Blackout/cinnamon/thumbnail.png
deleted file mode 100755
index fbf8210..0000000
Binary files a/B00merang Blackout/cinnamon/thumbnail.png and /dev/null differ
diff --git a/B00merang Blackout/cinnamon/toggle-off.png b/B00merang Blackout/cinnamon/toggle-off.png
deleted file mode 100755
index 46a8c0d..0000000
Binary files a/B00merang Blackout/cinnamon/toggle-off.png and /dev/null differ
diff --git a/B00merang Blackout/cinnamon/toggle-on.png b/B00merang Blackout/cinnamon/toggle-on.png
deleted file mode 100755
index 7a317a0..0000000
Binary files a/B00merang Blackout/cinnamon/toggle-on.png and /dev/null differ
diff --git a/B00merang Blackout/cinnamon/workspace-add-button.png b/B00merang Blackout/cinnamon/workspace-add-button.png
deleted file mode 100755
index 9fb090e..0000000
Binary files a/B00merang Blackout/cinnamon/workspace-add-button.png and /dev/null differ
diff --git a/B00merang Blackout/gtk-2.0/Apps/chromium.rc b/B00merang Blackout/gtk-2.0/Apps/chromium.rc
deleted file mode 100755
index b8d6a12..0000000
--- a/B00merang Blackout/gtk-2.0/Apps/chromium.rc
+++ /dev/null
@@ -1,33 +0,0 @@
-# ==============================================================================
-# CHROMIUM SPECIFIC SETTINGS
-# ==============================================================================
-
-style "chromium_toolbar_button" {
- engine "murrine" {
- roundness = 3
- textstyle = 0
- }
-}
-
-style "chrome-gtk-frame"
-{
- ChromeGtkFrame::frame-color = @window-color
- ChromeGtkFrame::inactive-frame-color = @window-color
-
- ChromeGtkFrame::frame-gradient-size = 16
- ChromeGtkFrame::frame-gradient-color = @window-color
-
- ChromeGtkFrame::incognito-frame-color = lighter (@window-color)
- ChromeGtkFrame::incognito-inactive-frame-color = lighter (@window-color)
-
- ChromeGtkFrame::incognito-frame-gradient-size = 16
- ChromeGtkFrame::incognito-frame-gradient-color = @window-color
-
- ChromeGtkFrame::scrollbar-trough-color = @window-color
- ChromeGtkFrame::scrollbar-slider-prelight-color = @window-color
- ChromeGtkFrame::scrollbar-slider-normal-color = @window-color
-}
-
-class "ChromeGtkFrame" style "chrome-gtk-frame"
-
-widget_class "*Chrom*Button*" style "chromium_toolbar_button"
diff --git a/B00merang Blackout/gtk-2.0/Apps/mate.rc b/B00merang Blackout/gtk-2.0/Apps/mate.rc
deleted file mode 100755
index c4e8dcf..0000000
--- a/B00merang Blackout/gtk-2.0/Apps/mate.rc
+++ /dev/null
@@ -1,16 +0,0 @@
-style "mate-menu"
-{
- bg[NORMAL] = "#000000"
- bg[PRELIGHT] = "#1f1f1f"
- bg[SELECTED] = "#004D8C"
- bg[INSENSITIVE] = "#1f1f1f"
- fg[NORMAL] = "#ffffff"
- fg[PRELIGHT] = "#ffffff"
- text[NORMAL] = @fg_color_dark
- xthickness = 0
- ythickness = 0
-}
-
-widget_class "*n-menu*" style "mate-menu"
-widget "*n-menu*" style "mate-menu"
-class "*n-menu*" style "mate-menu"
diff --git a/B00merang Blackout/gtk-2.0/Apps/xfce.rc b/B00merang Blackout/gtk-2.0/Apps/xfce.rc
deleted file mode 100755
index 943a6f8..0000000
--- a/B00merang Blackout/gtk-2.0/Apps/xfce.rc
+++ /dev/null
@@ -1,32 +0,0 @@
-#Whisker-Menu theming
-style "darkback"
-{
- bg[NORMAL] = "#000000"
- bg[ACTIVE] = "#1f1f1f"
- bg[PRELIGHT] = "#0b5a98"
- fg[NORMAL] = "#ccc"
- fg[ACTIVE] = "#fff"
- fg[PRELIGHT] = "#fff"
-}
-widget "whiskermenu-window*" style "darkback"
-
-style "darktree"
-{
- base[NORMAL] = "#000000"
- base[ACTIVE] = "#0b5a98"
- text[NORMAL] = "#ccc"
- text[ACTIVE] = "#fff"
-}
-widget "whiskermenu-window*TreeView*" style "darktree"
-
-#Xfce-desktop text settings
-style "xfdesktop-icon-view" {
-XfdesktopIconView::label-alpha = 0
-
-#Text colors you can delete these if you want you use gtk theme colors
-fg[NORMAL] = "#ffffff"
-fg[SELECTED] = "#ffffff"
-fg[ACTIVE] = "#ffffff"
-
-}
-widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view"
diff --git a/B00merang Blackout/gtk-3.0/apps/gnome-applications.css b/B00merang Blackout/gtk-3.0/apps/gnome-applications.css
deleted file mode 100755
index 30b80fa..0000000
--- a/B00merang Blackout/gtk-3.0/apps/gnome-applications.css
+++ /dev/null
@@ -1,386 +0,0 @@
-/************************
- * Email Client sidebar *
- ************************/
-EMailSidebar.view {
- background-color: shade(@theme_bg_color, 0.9);
- color: @theme_fg_color;
-}
-
-/***********************
- * fallback mode panel *
- ***********************/
-PanelWidget,
-PanelApplet,
-PanelToplevel {
- padding: 0;
- background-color: @panel_bg_color;
- background-image: none;
- color: @panel_fg_color;
-}
-
-PanelApplet {
- border-width: 0;
-}
-
-PanelSeparator {
- border-width: 0;
- background-color: @panel_bg_color;
- background-image: none;
- color: @panel_fg_color;
-}
-
-.gnome-panel-menu-bar,
-PanelApplet > GtkMenuBar.menubar,
-PanelApplet > GtkMenuBar.menubar.menuitem,
-PanelMenuBar.menubar,
-PanelMenuBar.menubar.menuitem {
- -PanelMenuBar-icon-visible: true;
-
- border-width: 0;
- background-color: @panel_bg_color;
- background-image: none;
-}
-
-PanelAppletFrame {
- border-width: 0;
- background-color: @panel_bg_color;
- background-image: none;
-}
-
-PanelApplet .button {
- -GtkButton-inner-border: 2;
-
- border-width: 0 1px;
- border-radius: 0;
- border-color: transparent;
- background-color: @panel_bg_color;
- background-image: none;
- color: @panel_fg_color;
-}
-
-PanelApplet .button:active {
- border-width: 0 1px;
- border-radius: 0;
- border-color: mix(@panel_bg_color, @panel_fg_color, 0.21);
- background-color: mix(@panel_bg_color, @panel_fg_color, 0.21);
- color: shade(@panel_fg_color, 1.08);
-}
-
-PanelApplet .button:prelight {
- border-color: mix(@panel_bg_color, @panel_fg_color, 0.11);
- background-color: mix(@panel_bg_color, @panel_fg_color, 0.11);
- color: shade(@panel_fg_color, 1.08);
-}
-
-PanelApplet .button:active:prelight {
- border-color: mix(@panel_bg_color, @panel_fg_color, 0.31);
- background-color: mix(@panel_bg_color, @panel_fg_color, 0.31);
- color: shade(@panel_fg_color, 1.08);
-}
-
-WnckPager, WnckTasklist {
- background-color: @panel_bg_color;
-}
-
-/************
- * nautilus *
- ************/
-.nautilus-canvas-item {
- border-radius: 0px;
-}
-
-.nautilus-desktop.nautilus-canvas-item {
- color: white;
- text-shadow: 1px 1px black;
-}
-
-.nautilus-desktop.nautilus-canvas-item:active {
- color: @theme_fg_color;
-}
-
-.nautilus-desktop.nautilus-canvas-item:selected {
- color: @theme_selected_fg_color;
-}
-
-.nautilus-desktop.nautilus-canvas-item:active,
-.nautilus-desktop.nautilus-canvas-item:prelight,
-.nautilus-desktop.nautilus-canvas-item:selected {
- text-shadow: none;
-}
-
-NautilusWindow .toolbar {
- border-width: 0 0 1px;
- border-style: solid;
- border-color: shade(@toolbar_bg_color, 0.8);
-}
-
-NautilusWindow .sidebar .frame {
- border-style: none;
-}
-
-NautilusWindow > GtkGrid > .pane-separator,
-NautilusWindow > GtkGrid > .pane-separator:hover {
- border-width: 0 1px 0 0;
- border-style: solid;
- border-color: shade(@theme_bg_color, 0.8);
- background-color: @theme_bg_color;
-}
-
-NautilusNotebook.notebook {
- border-right-width: 0;
- border-left-width: 0;
- border-bottom-width: 0;
-}
-
-NautilusNotebook .frame {
- border-width: 0;
-}
-
-NautilusQueryEditor .search-bar.toolbar {
- border-top-width: 0;
- border-bottom-width: 0;
-}
-
-NautilusQueryEditor .toolbar {
- padding-top: 3px;
- padding-bottom: 2px;
- border-width: 1px 0 0 0;
- border-style: solid;
- border-color: @toolbar_bg_color;
- background-color: shade(@toolbar_bg_color, 0.9);
-}
-
-NautilusQueryEditor .toolbar:nth-child(2) {
- border-color: shade(@toolbar_bg_color, 0.8);
-}
-
-NautilusQueryEditor .toolbar:last-child,
-NautilusQueryEditor .search-bar.toolbar:only-child {
- border-bottom-width: 1px;
- border-bottom-color: shade(@toolbar_bg_color, 0.8);
-}
-
-/******************
- * gnome terminal *
- ******************/
-VteTerminal {
- background-color: #000001;
- color: @terminal_text_color;
-}
-
-TerminalWindow GtkNotebook.notebook {
- border-right-width: 0;
- border-bottom-width: 0;
- border-left-width: 0;
-}
-
-/*********
- * gedit *
- *********/
-GeditWindow .pane-separator,
-GeditWindow .pane-separator:hover {
- border-width: 0 1px 1px 1px;
- border-style: solid;
- border-color: shade(@theme_bg_color, 0.8);
- background-color: @theme_bg_color;
- color: shade(@theme_bg_color, 0.8);
-}
-
-.gedit-document-panel {
- background-color: @theme_bg_color;
- color: mix(@theme_fg_color, @theme_bg_color, 0.1);
-}
-
-.gedit-document-panel-group-row,
-.gedit-document-panel-group-row:hover {
- border-top: 1px solid shade(@theme_bg_color, 0.9);
- background-color: @theme_bg_color;
-}
-
-.gedit-document-panel-document-row:hover {
- background-color: shade(@theme_bg_color, 1.05);
-}
-
-.gedit-document-panel-document-row:selected,
-.gedit-document-panel-document-row:selected:hover {
- background-color: @theme_selected_bg_color;
- color: @theme_selected_fg_color;
-}
-
-.gedit-document-panel .list-row .button {
- padding: 1px;
- border-image: none;
- border-radius: 0px;
- border-style: solid;
- border-color: transparent;
- border-width: 1px;
- background-color: transparent;
- background-image: none;
- color: transparent;
- icon-shadow: none;
-}
-
-.gedit-document-panel .prelight-row .button {
- border-color: alpha(black, 0.1);
- color: mix(@theme_text_color, @theme_base_color, 0.5);
-}
-
-.gedit-document-panel .list-row .button:hover,
-.gedit-document-panel .prelight-row .button:hover {
- color: @theme_text_color;
- border-color: alpha(black, 0.1);
-}
-
-.gedit-document-panel .prelight-row .button:active {
- color: @theme_text_color;
- background-color: alpha(black, 0.08);
- border-color: alpha(black, 0.2);
-}
-
-GeditStatusbar {
- border-top: 1px solid shade(@theme_bg_color, 0.8);
-}
-
-GeditStatusbar GeditSmallButton,
-GeditStatusMenuButton {
- text-shadow: none;
-}
-
-GeditStatusbar GeditSmallButton.button,
-GeditStatusbar GeditSmallButton.button:hover,
-GeditStatusbar GeditSmallButton.button:active,
-GeditStatusbar GeditSmallButton.button:active:hover,
-GeditStatusMenuButton.button,
-GeditStatusMenuButton.button:hover,
-GeditStatusMenuButton.button:active,
-GeditStatusMenuButton.button:active:hover {
- border-image: none;
- border-style: solid;
- border-width: 0 1px;
- border-radius: 0;
- padding: 1px 6px 2px 4px;
-}
-
-GeditStatusbar GeditSmallButton.button:hover,
-GeditStatusbar GeditSmallButton.button:active,
-GeditStatusbar GeditSmallButton.button:active:hover,
-GeditStatusMenuButton.button:hover,
-GeditStatusMenuButton.button:active,
-GeditStatusMenuButton.button:active:hover {
- border-color: shade(@theme_bg_color, 0.8);
-}
-
-GeditStatusbar GeditSmallButton.button:active,
-GeditStatusMenuButton.button:active {
- background-color: shade(@theme_bg_color, 0.95);
- color: @theme_fg_color;
-}
-
-GeditViewFrame .gedit-search-slider {
- padding: 4px;
- border-radius: 0 0 0px 0px;
- border-width: 0 1px 1px 1px;
- border-style: solid;
- border-color: shade(@theme_base_color, 0.8);
- background-color: @theme_base_color;
-}
-
-GeditViewFrame .gedit-search-slider .not-found {
- background-color: @error_bg_color;
- background-image: none;
- color: @error_fg_color;
-}
-
-GeditViewFrame .gedit-search-slider .not-found:selected {
- background-color: @theme_selected_bg_color;
- color: @theme_selected_fg_color;
-}
-
-GeditFileBrowserWidget .toolbar {
- padding: 2px;
- border-top: none;
- background-color: @theme_bg_color;
- background-image: none;
-}
-
-.gedit-search-entry-occurrences-tag {
- margin: 2px;
- padding: 2px;
- color: mix(@theme_text_color, @theme_base_color, 0.5);
-}
-
-/***************
- * font-viewer *
- ***************/
-SushiFontWidget {
- padding: 6px 12px;
-}
-
-/*************
- * gucharmap *
- *************/
-GucharmapChartable {
- background-color: @theme_base_color;
- color: @theme_text_color;
-}
-
-GucharmapChartable:active,
-GucharmapChartable:focus,
-GucharmapChartable:selected {
- background-color: @theme_selected_bg_color;
- color: @theme_selected_fg_color;
-}
-
-/*************
- * evolution *
- *************/
-EPreviewPane .entry {
- background-color: @theme_base_color;
- color: @theme_text_color;
-}
-
-/******************
- * gnome calendar *
- ******************/
-.calendar-view {
- background-color: shade(@theme_base_color, 0.95);
- color: @theme_text_color;
-}
-
-/*******************
- * gnome-bluetooth *
- *******************/
-GtkEntry.entry.pin-entry {
- font: regular 50;
- padding-left: 25px;
- padding-right: 25px;
-}
-
-GtkLabel.pin-label {
- font: regular 50;
-}
-
-/*********************
- * Nemo File Manager *
-**********************/
-.nemo-canvas-item {
- border-radius: 0px;
-}
-
-.nemo-desktop.nemo-canvas-item {
- color: @desktop_item_fg;
- text-shadow: 1px 1px @desktop_item_text_shadow;
-}
-
-.nautilus-desktop.nautilus-canvas-item:active {
- background-color: @desktop_item_selected_fg;
- background-image: none;
- color: @theme_fg_color;
-}
-
-.nautilus-desktop.nautilus-canvas-item:selected {
- background-color: alpha(@theme_selected_bg_color, 0.8);
- background-image: none;
- color: @theme_selected_fg_color;
-}
-
diff --git a/B00merang Blackout/gtk-3.0/apps/granite-widgets.css b/B00merang Blackout/gtk-3.0/apps/granite-widgets.css
deleted file mode 100755
index 8cc9405..0000000
--- a/B00merang Blackout/gtk-3.0/apps/granite-widgets.css
+++ /dev/null
@@ -1,670 +0,0 @@
-/********************
- * dynamic notebook *
- ********************/
-.dynamic-notebook {
- background-color: shade(@theme_bg_color, 1.08);
- background-image: none;
-}
-
-.dynamic-notebook GtkLabel,
-.dynamic-notebook GtkImage {
- color: alpha(@theme_fg_color, 0.5);
-}
-
-.dynamic-notebook .notebook {
- -GtkNotebook-tab-overlap: 3px;
- -GtkNotebook-initial-gap: 12px;
-
- border-width: 1px 0 0 0;
- border-color: shade(@theme_bg_color, 0.8);
- border-radius: 0;
- padding: 0;
-}
-
-.dynamic-notebook .notebook tab {
- padding: 3px;
- border-width: 0 1px;
- border-color: shade(@theme_bg_color, 0.85);
- border-radius: 0;
- background-color: shade(@theme_bg_color, 0.9);
- background-image: none;
- color: @theme_fg_color;
-}
-
-.dynamic-notebook .notebook tab:nth-child(first) {
-}
-
-.dynamic-notebook .notebook tab:active {
- border-color: shade(@theme_bg_color, 0.8);
- background-color: shade(@theme_base_color, 0.85);
- background-image: none;
- color: @theme_fg_color;
- box-shadow:inset 0 -2px @theme_selected_bg_color;
-}
-
-.dynamic-notebook .notebook tab .entry {
- border-radius: 0px;
- padding: 4px 3px;
-}
-
-.dynamic-notebook .button:hover,
-.dynamic-notebook .button:hover:active,
-.dynamic-notebook .notebook .button,
-.dynamic-notebook .notebook .button:hover,
-.dynamic-notebook .notebook .button:hover:active {
- border-color: shade(@theme_bg_color, 0.7);
- background-color: shade(@theme_bg_color, 1.10);
- background-image: none;
-}
-
-.dynamic-notebook .button:hover:active,
-.dynamic-notebook .notebook .button:hover:active {
- border-color: shade(@theme_bg_color, 0.7);
- color: shade(@theme_fg_color, 0.7);
-}
-
-.dynamic-notebook .menu GtkLabel {
- color: @menu_fg;
-}
-
-/****************
- * content view *
- ****************/
-.content-view-window {
- border-width: 1px;
- border-style: solid;
- border-color: shade(@theme_base_color, 0.8);
- border-radius: 2px;
- background-color:@theme_base_color;
- background-image: none;
- color: @theme_text_color;
-}
-
-.content-view,
-.content-view GtkViewport {
- background-color: @theme_base_color;
- background-image: none;
-}
-
-.content-view * {
- background-color: transparent;
- background-image: none;
-}
-
-.content-view .entry {
- background-color: @theme_base_color;
- background-image: none;
- color: @theme_text_color;
-}
-
-.content-view .button {
- border-width: 1px;
- border-style: solid;
- border-color: shade(@theme_base_color, 0.8);
- border-radius: 2px;
- background-color: shade(@theme_base_color, 1.08);
- background-image: none;
- color: @theme_text_color;
-}
-
-.content-view .button:hover {
- border-color: shade(@theme_base_color, 0.7);
- background-color: shade(@theme_base_color, 1.10);
- background-image: none;
-}
-
-.content-view .button:active {
- border-color: shade(@theme_base_color, 0.8);
- background-color: shade(@theme_base_color, 0.95);
- background-image: none;
-}
-
-.content-view .button:active:hover {
- border-color: shade(@theme_base_color, 0.7);
- color: shade(@theme_text_color, 0.7);
-}
-
-.content-view .button:insensitive {
- background-color: shade(@theme_base_color, 0.9);
- background-image: none;
-}
-
-.content-view .help_button * {
- color: @theme_text_color;
-}
-
-.content-view .toolbar {
- -GtkWidget-window-dragging: true;
-
- padding: 1px;
- border-width: 0 0 1px 0;
- border-style: solid;
- border-color: shade(@theme_base_color, 0.8);
- background-color: @theme_base_color;
- background-image: none;
-}
-
-.content-view .menu {
- padding: 0;
- border-radius: 0;
- border-style: none;
- background-color: @menu_bg_color;
- background-image: none;
- color: @menu_fg_color;
-}
-
-/**************
- * sourcelist *
- **************/
-.source-list,
-.source-list.view {
- border-radius: 0;
- background-color: @theme_bg_color;
- background-image: none;
- color: mix(@theme_fg_color, @theme_bg_color, 0.1);
-}
-
-.source-list {
- -GtkTreeView-horizontal-separator: 1;
- -GtkTreeView-vertical-separator: 1;
-}
-
-.source-list.view:selected,
-.source-list.view:prelight:selected {
- background-color: @theme_selected_bg_color;
- background-image: none;
- color: @theme_selected_fg_color;
-}
-
-.source-list.view:prelight {
- background-color: shade(@theme_bg_color, 1.08);
- background-image: none;
-}
-
-.source-list.badge,
-.source-list.badge:prelight,
-.source-list.badge:selected,
-.source-list.badge:prelight:selected {
- margin: 0 3px;
- padding: 0 6px;
- border-width: 0;
- border-radius: 10px;
- background-color: @theme_selected_bg_color;
- background-image: none;
- color: @theme_selected_fg_color;
-}
-
-/******************
- * no undo button *
- ******************/
-.button.noundo,
-.content-view .button.noundo {
- border-color: shade(@error_bg_color, 0.8);
- background-color: shade(@error_bg_color, 1.08);
- background-image: none;
- color: @error_fg_color;
-}
-
-.button.noundo:hover,
-.content-view .button.noundo:hover {
- border-color: shade(@error_bg_color, 0.7);
- background-color: @error_bg_color;
- background-image: none;
-}
-
-.button.noundo:active,
-.content-view .button.noundo:active {
- border-color: shade(@error_bg_color, 0.8);
- background-color: shade(@error_bg_color, 0.95);
- background-image: none;
-}
-
-.button.noundo:active:hover,
-.content-view .button.noundo:active:hover {
- border-color: shade(@error_bg_color, 0.7);
- background-color: shade(@error_bg_color, 0.97);
- background-image: none;
-}
-
-.button.noundo GtkLabel,
-.button.noundo Gtklabel:prelight {
- color: @error_fg_color;
-}
-
-/**********************
- * affirmative button *
- **********************/
-.button.affirmative,
-.content-view .button.affirmative {
- border-color: shade(@theme_selected_bg_color, 0.8);
- background-color: shade(@theme_selected_bg_color, 1.08);
- background-image: none;
- color: @theme_selected_fg_color;
-}
-
-.button.affirmative:hover,
-.content-view .button.affirmative:hover {
- border-color: shade(@theme_selected_bg_color, 0.7);
- background-color: @theme_selected_bg_color;
- background-image: none;
-}
-
-.button.affirmative:active,
-.content-view .button.affirmative:active {
- border-color: shade(@theme_selected_bg_color, 0.8);
- background-color: shade(@theme_selected_bg_color, 0.95);
- background-image: none;
-}
-
-.button.affirmative:active:hover,
-.content-view .button.affirmative:active:hover {
- border-color: shade(@theme_selected_bg_color, 0.7);
- background-color: shade(@theme_selected_bg_color, 0.97);
- background-image: none;
-}
-
-.button.affirmative GtkLabel,
-.button.affirmative Gtklabel:prelight {
- color: @theme_selected_fg_color;
-}
-
-/**********************
- * secondary toolbars *
- **********************/
-.secondary-toolbar.toolbar {
- padding: 2px;
- border-color: shade(@toolbar_bg_color, 0.8);
- background-color: @toolbar_bg_color;
- background-image: none;
-}
-
-.secondary-toolbar.toolbar .button {
- border-color: shade(@toolbar_bg_color, 0.8);
- background-color: shade(@toolbar_bg_color, 1.08);
- background-image: none;
- color: @toolbar_fg_color;
-}
-
-.secondary-toolbar.toolbar .button:hover {
- border-color: shade(@toolbar_bg_color, 0.7);
- background-color: shade(@toolbar_bg_color, 1.10);
- background-image: none;
-}
-
-.secondary-toolbar.toolbar .button:active {
- border-color: shade(@toolbar_bg_color, 0.8);
- background-color: shade(@toolbar_bg_color, 0.95);
- background-image: none;
-}
-
-.secondary-toolbar.toolbar .button:active:hover {
- border-color: shade(@toolbar_bg_color, 0.7);
-}
-
-.secondary-toolbar.toolbar .button:focus,
-.secondary-toolbar.toolbar .button:hover:focus,
-.secondary-toolbar.toolbar .button:active:focus,
-.secondary-toolbar.toolbar .button:active:hover:focus {
- border-color: shade(@toolbar_bg_color, 0.7);
-}
-
-.secondary-toolbar.toolbar .button:insensitive {
- border-color: shade(@toolbar_bg_color, 0.85);
- background-color: shade(@toolbar_bg_color, 0.9);
- background-image: none;
-}
-
-.secondary-toolbar.toolbar .button:active *:insensitive {
- border-color: shade(@toolbar_bg_color, 0.75);
- background-color: shade(@toolbar_bg_color, 0.80);
- background-image: none;
-}
-
-/*******************
- * bottom toolbars *
- *******************/
-.bottom-toolbar.toolbar {
- padding: 6px;
- border-width: 1px 0 0 0;
- border-color: shade(@theme_bg_color, 0.8);
- background-color: @theme_bg_color;
- background-image: none;
-}
-
-.bottom-toolbar.toolbar .button {
- border-color: shade(@theme_bg_color, 0.8);
- background-color: shade(@theme_bg_color, 1.08);
- background-image: none;
- color: @theme_fg_color;
-}
-
-.bottom-toolbar.toolbar .button:hover {
- border-color: shade(@theme_bg_color, 0.7);
- background-color: shade(@theme_bg_color, 1.10);
- background-image: none;
-}
-
-.bottom-toolbar.toolbar .button:active {
- border-color: shade(@theme_bg_color, 0.8);
- background-color: shade(@theme_bg_color, 0.95);
- background-image: none;
-}
-
-.bottom-toolbar.toolbar .button:active:hover {
- border-color: shade(@theme_bg_color, 0.7);
-}
-
-.bottom-toolbar.toolbar .button:focus,
-.bottom-toolbar.toolbar .button:hover:focus,
-.bottom-toolbar.toolbar .button:active:focus,
-.bottom-toolbar.toolbar .button:active:hover:focus {
- border-color: shade(@theme_bg_color, 0.7);
-}
-
-.bottom-toolbar.toolbar .button:insensitive {
- border-color: shade(@theme_bg_color, 0.85);
- background-color: shade(@theme_bg_color, 0.9);
- background-image: none;
-}
-
-.bottom-toolbar.toolbar .button:active *:insensitive {
- border-color: shade(@theme_bg_color, 0.75);
- background-color: shade(@theme_bg_color, 0.80);
- background-image: none;
-}
-
-/*************
- * statusbar *
- *************/
-GraniteWidgetsStatusBar {
- padding: 1px;
- background-color: @theme_bg_color;
- background-image: none;
- box-shadow: inset 0 1px shade(@theme_bg_color, 0.8);
-}
-
-/***********
- * popover *
- ***********/
-GraniteWidgetsPopOver {
- -GraniteWidgetsPopOver-arrow-width: 21;
- -GraniteWidgetsPopOver-arrow-height: 12;
- -GraniteWidgetsPopOver-border-radius: 2px;
- -GraniteWidgetsPopOver-border-width: 1;
- -GraniteWidgetsPopOver-shadow-size: 12;
-
- margin: 0;
- border-style: solid;
- border-color: shade(@menu_bg_color, 0.8);
- color: @menu_fg_color;
-}
-
-.popover_bg {
- background-color: transparent;
- background-image: linear-gradient(to bottom,
- @menu_bg_color,
- @menu_bg_color
- );
-}
-
-GraniteWidgetsPopOver .sidebar.view,
-GraniteWidgetsPopOver * {
- background-color: transparent;
- background-image: none;
- color: @menu_fg_color;
-}
-
-GraniteWidgetsPopOver .sidebar.view:selected,
-GraniteWidgetsPopOver .sidebar.view:selected:focus,
-GraniteWidgetsPopOver *:selected,
-GraniteWidgetsPopOver *:selected:focus {
- background-color: @theme_selected_bg_color;
- background-image: none;
- color: @theme_selected_fg_color;
-}
-
-GraniteWidgetsPopOver .button {
- border-color: shade(@menu_bg_color, 0.8);
- background-color: shade(@menu_bg_color, 1.08);
- background-image: none;
- color: @menu_fg_color;
-
-}
-
-GraniteWidgetsPopOver .button:hover {
- border-color: shade(@menu_bg_color, 0.7);
- background-color: shade(@menu_bg_color, 1.10);
- background-image: none;
- color: shade(@menu_fg_color, 0.7);
-}
-
-GraniteWidgetsPopOver .button:active {
- border-color: shade(@menu_bg_color, 0.8);
- background-color: shade(@menu_bg_color, 0.95);
- background-image: none;
-}
-
-GraniteWidgetsPopOver .button:active:hover {
- border-color: shade(@menu_bg_color, 0.7);
- color: shade(@menu_fg_color, 0.7);
-}
-
-/* linked buttons */
-GraniteWidgetsPopOver .linked .button {
- box-shadow: inset -1px 0 shade(@menu_bg_color, 0.9);
-}
-
-GraniteWidgetsPopOver .linked .button:active {
- box-shadow: inset -1px 0 shade(@menu_bg_color, 0.9),
- inset 1px 0 alpha(@dark_shadow, 0.07),
- inset 0 1px alpha(@dark_shadow, 0.08),
- inset 0 -1px alpha(@dark_shadow, 0.05);
-}
-
-GraniteWidgetsPopOver .linked .button:insensitive {
- box-shadow: inset -1px 0 shade(@menu_bg_color, 0.9);
-}
-
-/* remove box shadow from last-child and only-child */
-GraniteWidgetsPopOver .linked .button:last-child,
-GraniteWidgetsPopOver .linked .button:only-child,
-GraniteWidgetsPopOver .linked .button:insensitive:last-child,
-GraniteWidgetsPopOver .linked .button:insensitive:only-child,
-GraniteWidgetsPopOver .linked .button:active *:insensitive:last-child,
-GraniteWidgetsPopOver .linked .button:active *:insensitive:only-child {
- box-shadow: none;
-}
-
-/* add back the inset shadow effect */
-GraniteWidgetsPopOver .linked .button:active:last-child,
-GraniteWidgetsPopOver .linked .button:active:only-child {
- box-shadow: inset 1px 0 alpha(@dark_shadow, 0.07),
- inset 0 1px alpha(@dark_shadow, 0.08),
- inset -1px 0 alpha(@dark_shadow, 0.07);
-}
-
-GraniteWidgetsPopOver .entry {
- border-color: shade(@menu_bg_color, 0.7);
- background-color: @menu_bg_color;
- background-image: none;
- color: @menu_fg_color;
-}
-
-GraniteWidgetsPopOver .entry:active,
-GraniteWidgetsPopOver .entry:focus {
- border-color: shade(@menu_bg_color, 0.7);
-}
-
-GraniteWidgetsPopOver *.separator {
- border-color: shade(@menu_bg_color, 0.9);
- color: transparent;
-}
-
-.button.app {
- border-width: 0;
- border-radius: 2px;
- background-color: transparent;
- background-image: none;
-}
-
-.button.app:hover {
- border-color: shade(@theme_selected_bg_color, 0.9);
- background-color: @theme_selected_bg_color;
- background-image: none;
- color: @theme_selected_fg_color;
-}
-
-.button.app:focus {
- border-color: shade(@theme_selected_bg_color, 0.9);
- background-color: @theme_selected_bg_color;
- background-image: none;
- color: @theme_selected_fg_color;
-}
-
-/********
- * gala *
- ********/
-.gala-workspaces-background {
- border-width: 1px 0 0 0;
- border-color: shade(@panel_bg_color, 0.8);
- background-color: @panel_bg_color;
- background-image: none;
-}
-
-.gala-workspace-selected {
- border-width: 1px;
- border-radius: 2px;
- border-color: shade(@theme_selected_bg_color, 0.9);
- background-color: @theme_selected_bg_color;
- background-image: none;
-}
-
-/*********
- * files *
- *********/
-.files-overlay-bar {
- margin: 3px;
- padding: 3px 6px;
- border-width: 1px;
- border-color: shade(@theme_base_color, 0.7);
- border-radius: 2px;
- background-color: @theme_base_color;
- background-image: none;
-}
-
-.files-overlay-bar GtkLabel {
- color: @theme_text_color;
-}
-
-/*********
- * noise *
- *********/
-.album-list-view,
-.album-list-view * {
- border-color: shade(@theme_base_color, 0.7);
- border-radius: 0;
- background-color: @theme_base_color;
- background-image: none;
- color: @theme_text_color;
-}
-
-.album-list-view GtkTreeView {
- -GtkTreeView-vertical-separator: 1;
- -GtkTreeView-grid-line-width: 0;
-
- background-color: @theme_base_color;
- background-image: none;
- color: @theme_text_color;
-}
-
-.album-list-view GtkTreeView row:nth-child(even) {
- border-width: 0;
- border-style: none;
- background-color: shade(@theme_base_color, 0.97);
- background-image: none;
-}
-
-
-.album-list-view GtkTreeView row:nth-child(odd) {
- border-width: 0;
- border-style: none;
- background-color: shade(@theme_base_color, 1.0);
- background-image: none;
-}
-
-.album-list-view GtkTreeView row:selected {
- background-color: @selected_bg_color;
- background-image: none;
- color: @selected_fg_color;
-}
-
-/**********
- * birdie *
- **********/
-BirdieWidgetsTweetList * {
- background-color: transparent;
- background-image: none;
-}
-
-/*********
- * tweet *
- *********/
-.tweet {
- padding: 0;
-}
-
-/**********
- * notify *
- **********/
-.notify {
- border-width: 1px;
- border-style: solid;
- border-color: shade(@theme_base_color, 0.7);
- border-radius: 2px;
- background-color: @theme_base_color;
- background-image: none;
- color: @theme_text_color;
-}
-
-.notify .low {
-}
-
-.notify .critical {
-}
-
-/*********
- * panel *
- *********/
-.panel {
- background-color: @panel_bg_color;
- background-image: none;
- color: @panel_fg_color;
- font: bold;
-}
-
-.panel .menubar .menuitem {
- padding: 1px 3px;
-}
-
-.shadow {
- background-color: transparent;
- background-image: linear-gradient(to bottom,
- rgba(0, 0, 0, 0.3),
- transparent
- );
-}
-
-.composited-indicator,
-.wingpanel-app-button,
-.wingpanel-indicator-button {
- padding: 0 2px;
- background-color: transparent;
- background-image: none;
- color: @osd_fg;
-}
-
-.composited-indicator.menuitem:active,
-.composited-indicator.menuitem:prelight {
- border-style: none;
- background-image: none;
-}
diff --git a/B00merang Blackout/gtk-3.0/apps/lightdm-gtk-greeter.css b/B00merang Blackout/gtk-3.0/apps/lightdm-gtk-greeter.css
deleted file mode 100755
index 874cdb3..0000000
--- a/B00merang Blackout/gtk-3.0/apps/lightdm-gtk-greeter.css
+++ /dev/null
@@ -1,250 +0,0 @@
-/*********
- * panel *
- *********/
-#panel_window {
- background-color: transparent;
- background-image: none;
- color: white;
- font: bold;
- text-shadow: 0 1px alpha(black, 0.5);
- icon-shadow: 0 1px alpha(black, 0.5);
-}
-
-#panel_window .menubar,
-#panel_window .menubar > .menuitem {
- background-color: transparent;
- background-image: none;
- color: white;
- font: bold;
- text-shadow: 0 1px alpha(black, 0.5);
- icon-shadow: 0 1px alpha(black, 0.5);
-}
-
-#panel_window .menubar > .menuitem:hover {
- border-style: none;
- background-color: alpha(white, 0.2);
- background-image: none;
- color: white;
-}
-
-#panel_window .menubar > .menuitem *:hover {
- color: white;
-}
-
-#panel_window .menubar > .menuitem:insensitive {
- color: alpha(white, 0.7);
-}
-
-#panel_window .menubar .menu {
- border-radius: 1px;
-}
-
-#panel_window .menubar .menu .menuitem {
- font: normal;
- text-shadow: none;
-}
-
-/****************
- * login window *
- ****************/
-#login_window,
-#shutdown_dialog,
-#restart_dialog {
- border-style: none;
- border-radius: 2px;
- background-color: @lightdm_bg_color;
- color: @lightdm_fg_color;
-
- /* draw border using box-shadow */
- box-shadow: inset 1px 0 mix(shade(@lightdm_bg_color, 0.7), @lightdm_fg_color, 0.21),
- inset -1px 0 mix(shade(@lightdm_bg_color, 0.7), @lightdm_fg_color, 0.21),
- inset 0 1px mix(shade(@lightdm_bg_color, 0.7), @lightdm_fg_color, 0.21),
- inset 0 -1px mix(shade(@lightdm_bg_color, 0.7), @lightdm_fg_color, 0.21);
-}
-
-#content_frame {
- padding-bottom: 14px;
-}
-
-#login_window .menu {
- border-radius: 1px;
-}
-
-#login_window GtkComboBox .button,
-#login_window GtkComboBox .button:hover,
-#login_window GtkComboBox .button:active,
-#login_window GtkComboBox .button:active:hover,
-#login_window GtkComboBox .button:focus,
-#login_window GtkComboBox .button:hover:focus,
-#login_window GtkComboBox .button:active:focus,
-#login_window GtkComboBox .button:active:hover:focus {
- padding: 0;
- background: none;
- border-style: none;
- box-shadow: none;
-}
-
-#login_window GtkComboBox .button:focus,
-#login_window GtkComboBox .button:hover:focus,
-#login_window GtkComboBox .button:active:focus,
-#login_window GtkComboBox .button:active:hover:focus {
- background: none;
- border-style: none;
-}
-
-#login_window #user_combobox {
- color: @lightdm_fg_color;
- font: 18px;
-}
-
-#login_window #user_combobox .menu {
- font: normal;
-}
-
-#login_window #user_combobox .arrow {
- color: mix(@lightdm_fg_color, @lightdm_bg_color, 0.5);
-}
-
-#login_window .entry {
- padding: 3px 5px;
- border-width: 1px;
- border-style: solid;
- border-color: shade(@lightdm_bg_color, 0.8);
- border-radius: 2px;
- background-color: shade(@lightdm_bg_color, 0.9);
- background-image: none;
- color: @lightdm_fg_color;
-
- box-shadow: none;
- transition: all 150ms ease-out;
-}
-
-#login_window .entry:focus,
-#login_window .entry:hover {
- border-color: shade(@lightdm_bg_color, 0.7);
-
- box-shadow: inset 1px 0 alpha(@dark_shadow, 0.10),
- inset 0 1px alpha(@dark_shadow, 0.12),
- inset -1px 0 alpha(@dark_shadow, 0.10),
- inset 0 -1px alpha(@dark_shadow, 0.05);
-}
-
-#login_window .button,
-#shutdown_dialog .button,
-#restart_dialog .button {
- padding: 3px 15px;
- border-width: 1px;
- border-radius: 2px;
- border-style: solid;
- border-color: shade(@lightdm_bg_color, 0.8);
- background-color: shade(@lightdm_bg_color, 1.08);
- background-image: none;
- color: @lightdm_fg_color;
-
- transition: all 150ms ease-out;
-}
-
-#user_image {
- padding: 3px;
- border-radius: 2px;
-
- /* draw border using box-shadow */
- box-shadow: inset 1px 0 shade(@lightdm_bg_color, 0.7),
- inset -1px 0 shade(@lightdm_bg_color, 0.7),
- inset 0 1px shade(@lightdm_bg_color, 0.7),
- inset 0 -1px shade(@lightdm_bg_color, 0.7);
-}
-
-#user_image_border {
- border-radius: 2px;
- background-color: shade(@lightdm_bg_color, 0.9);
- background-image: none;
-
- box-shadow: inset 1px 0 alpha(@dark_shadow, 0.07),
- inset 0 1px alpha(@dark_shadow, 0.08),
- inset -1px 0 alpha(@dark_shadow, 0.07),
- inset 0 -1px alpha(@dark_shadow, 0.05);
-}
-
-#buttonbox_frame {
- padding-top: 10px;
- padding-bottom: 0;
- border-style: none;
- border-bottom-left-radius: 2px;
- border-bottom-right-radius: 2px;
- background-color: transparent;
- background-image: none;
- box-shadow: none;
-}
-
-/******************************
- * default and focused button *
- ******************************/
-#login_window .button.default,
-#shutdown_dialog .button.default,
-#restart_dialog .button.default,
-#login_window .button:focus,
-#login_window .button:active:focus,
-#shutdown_dialog .button:focus,
-#shutdown_dialog .button:active:focus,
-#restart_dialog .button:focus,
-#restart_dialog .button:active:focus {
- border-color: shade(@theme_selected_bg_color, 0.8);
- background-color: shade(@theme_selected_bg_color, 1.08);
- background-image: none;
- color: @theme_selected_fg_color;
-}
-
-#login_window .button.default:hover,
-#shutdown_dialog .button.default:hover,
-#restart_dialog .button.default:hover,
-#login_window .button:hover:focus,
-#login_window .button:active:hover:focus,
-#shutdown_dialog .button:hover:focus,
-#shutdown_dialog .button:active:hover:focus,
-#restart_dialog .button:hover:focus,
-#restart_dialog .button:active:hover:focus {
- border-color: shade(@theme_selected_bg_color, 0.7);
- background-color: @theme_selected_bg_color;
-}
-
-/*******************
- * shutdown button *
- *******************/
-#shutdown_button.button {
- border-color: shade(@error_bg_color, 0.8);
- background-color: shade(@error_bg_color, 1.08);
- background-image: none;
- color: @error_fg_color;
-}
-
-#shutdown_button.button:hover,
-#shutdown_button.button:active,
-#shutdown_button.button:active:hover {
- border-color: shade(@error_bg_color, 0.7);
- background-color: @error_bg_color;
-}
-
-/******************
- * restart button *
- ******************/
-#restart_button.button {
- border-color: shade(@warning_bg_color, 0.8);
- background-color: shade(@warning_bg_color, 1.08);
- background-image: none;
- color: @warning_fg_color;
-}
-
-#restart_button.button:hover,
-#restart_button.button:active,
-#restart_button.button:active:hover {
- border-color: shade(@warning_bg_color, 0.7);
- background-color: @warning_bg_color;
-}
-
-/********************
- * password warning *
- ********************/
-#greeter_infobar {
- font: bold;
-}
diff --git a/B00merang Blackout/gtk-3.0/apps/nemo.css b/B00merang Blackout/gtk-3.0/apps/nemo.css
deleted file mode 100755
index 3a17578..0000000
--- a/B00merang Blackout/gtk-3.0/apps/nemo.css
+++ /dev/null
@@ -1,50 +0,0 @@
-/***********************
- * pathbar breadcrumbs *
- ***********************/
-NemoPathbarButton {
- border-color: shade(@toolbar_bg_color, 0.8);
- background-color: shade(@toolbar_bg_color, 1.08);
- background-image: none;
- color: @toolbar_fg_color;
-
- -NemoPathbarButton-border-radius: 0px;
-}
-
-NemoPathbarButton:active {
- border-color: shade(@toolbar_bg_color, 0.8);
- background-color: shade(@toolbar_bg_color, 0.95);
- background-image: none;
-}
-
-NemoPathbarButton:hover {
- border-color: shade(@toolbar_bg_color, 0.7);
- background-color: shade(@toolbar_bg_color, 1.10);
- background-image: none;
-}
-
-NemoPathbarButton:active:hover {
- border-color: shade(@toolbar_bg_color, 0.7);
-}
-
-/*********************************
- * sidebar disk space indicators *
- *********************************/
-NemoPlacesTreeView {
- -NemoPlacesTreeView-disk-full-bg-color: shade(@toolbar_bg_color, 0.8);
- -NemoPlacesTreeView-disk-full-fg-color: @theme_selected_bg_color;
- -NemoPlacesTreeView-disk-full-bar-width: 1px;
- -NemoPlacesTreeView-disk-full-bar-radius: 1px;
- -NemoPlacesTreeView-disk-full-bottom-padding: 2px;
- -NemoPlacesTreeView-disk-full-max-length: 70px;
-}
-
-NemoPlacesTreeView:selected {
- -NemoPlacesTreeView-disk-full-bg-color: @theme_selected_fg_color;
- -NemoPlacesTreeView-disk-full-fg-color: shade(@theme_selected_bg_color, 1.4);
-}
-
-NemoPlacesTreeView:hover {
-}
-
-NemoPlacesTreeView:selected:hover {
-}
diff --git a/B00merang Blackout/gtk-3.0/assets/checkbox-checked-insensitive.png b/B00merang Blackout/gtk-3.0/assets/checkbox-checked-insensitive.png
deleted file mode 100755
index 489ab72..0000000
Binary files a/B00merang Blackout/gtk-3.0/assets/checkbox-checked-insensitive.png and /dev/null differ
diff --git a/B00merang Blackout/gtk-3.0/assets/checkbox-checked-over.png b/B00merang Blackout/gtk-3.0/assets/checkbox-checked-over.png
deleted file mode 100755
index ef28cff..0000000
Binary files a/B00merang Blackout/gtk-3.0/assets/checkbox-checked-over.png and /dev/null differ
diff --git a/B00merang Blackout/gtk-3.0/assets/checkbox-checked.png b/B00merang Blackout/gtk-3.0/assets/checkbox-checked.png
deleted file mode 100755
index 9b4be50..0000000
Binary files a/B00merang Blackout/gtk-3.0/assets/checkbox-checked.png and /dev/null differ
diff --git a/B00merang Blackout/gtk-3.0/assets/checkbox-mixed-insensitive.png b/B00merang Blackout/gtk-3.0/assets/checkbox-mixed-insensitive.png
deleted file mode 100755
index cf9a9ca..0000000
Binary files a/B00merang Blackout/gtk-3.0/assets/checkbox-mixed-insensitive.png and /dev/null differ
diff --git a/B00merang Blackout/gtk-3.0/assets/checkbox-mixed.png b/B00merang Blackout/gtk-3.0/assets/checkbox-mixed.png
deleted file mode 100755
index bccee79..0000000
Binary files a/B00merang Blackout/gtk-3.0/assets/checkbox-mixed.png and /dev/null differ
diff --git a/B00merang Blackout/gtk-3.0/assets/checkbox-unchecked-insensitive.png b/B00merang Blackout/gtk-3.0/assets/checkbox-unchecked-insensitive.png
deleted file mode 100755
index ca128fa..0000000
Binary files a/B00merang Blackout/gtk-3.0/assets/checkbox-unchecked-insensitive.png and /dev/null differ
diff --git a/B00merang Blackout/gtk-3.0/assets/checkbox-unchecked-over.png b/B00merang Blackout/gtk-3.0/assets/checkbox-unchecked-over.png
deleted file mode 100755
index 59d3c86..0000000
Binary files a/B00merang Blackout/gtk-3.0/assets/checkbox-unchecked-over.png and /dev/null differ
diff --git a/B00merang Blackout/gtk-3.0/assets/checkbox-unchecked.png b/B00merang Blackout/gtk-3.0/assets/checkbox-unchecked.png
deleted file mode 100755
index e10523f..0000000
Binary files a/B00merang Blackout/gtk-3.0/assets/checkbox-unchecked.png and /dev/null differ
diff --git a/B00merang Blackout/gtk-3.0/assets/menuitem-checkbox-checked.png b/B00merang Blackout/gtk-3.0/assets/menuitem-checkbox-checked.png
deleted file mode 100755
index 14d1eb6..0000000
Binary files a/B00merang Blackout/gtk-3.0/assets/menuitem-checkbox-checked.png and /dev/null differ
diff --git a/B00merang Blackout/gtk-3.0/assets/radio-mixed-insensitive.png b/B00merang Blackout/gtk-3.0/assets/radio-mixed-insensitive.png
deleted file mode 100755
index 8c7f312..0000000
Binary files a/B00merang Blackout/gtk-3.0/assets/radio-mixed-insensitive.png and /dev/null differ
diff --git a/B00merang Blackout/gtk-3.0/assets/radio-mixed.png b/B00merang Blackout/gtk-3.0/assets/radio-mixed.png
deleted file mode 100755
index 1d67f06..0000000
Binary files a/B00merang Blackout/gtk-3.0/assets/radio-mixed.png and /dev/null differ
diff --git a/B00merang Blackout/gtk-3.0/assets/radio-selected-insensitive.png b/B00merang Blackout/gtk-3.0/assets/radio-selected-insensitive.png
deleted file mode 100755
index 8a3c254..0000000
Binary files a/B00merang Blackout/gtk-3.0/assets/radio-selected-insensitive.png and /dev/null differ
diff --git a/B00merang Blackout/gtk-3.0/assets/radio-selected-over.png b/B00merang Blackout/gtk-3.0/assets/radio-selected-over.png
deleted file mode 100755
index 57204d6..0000000
Binary files a/B00merang Blackout/gtk-3.0/assets/radio-selected-over.png and /dev/null differ
diff --git a/B00merang Blackout/gtk-3.0/assets/radio-selected.png b/B00merang Blackout/gtk-3.0/assets/radio-selected.png
deleted file mode 100755
index 2251d29..0000000
Binary files a/B00merang Blackout/gtk-3.0/assets/radio-selected.png and /dev/null differ
diff --git a/B00merang Blackout/gtk-3.0/assets/radio-unselected-insensitive.png b/B00merang Blackout/gtk-3.0/assets/radio-unselected-insensitive.png
deleted file mode 100755
index effa6fe..0000000
Binary files a/B00merang Blackout/gtk-3.0/assets/radio-unselected-insensitive.png and /dev/null differ
diff --git a/B00merang Blackout/gtk-3.0/assets/radio-unselected-over.png b/B00merang Blackout/gtk-3.0/assets/radio-unselected-over.png
deleted file mode 100755
index 1c01aab..0000000
Binary files a/B00merang Blackout/gtk-3.0/assets/radio-unselected-over.png and /dev/null differ
diff --git a/B00merang Blackout/gtk-3.0/assets/radio-unselected.png b/B00merang Blackout/gtk-3.0/assets/radio-unselected.png
deleted file mode 100755
index 47e5970..0000000
Binary files a/B00merang Blackout/gtk-3.0/assets/radio-unselected.png and /dev/null differ
diff --git a/B00merang Blackout/gtk-3.0/assets/switch-off-disabled.svg b/B00merang Blackout/gtk-3.0/assets/switch-off-disabled.svg
deleted file mode 100755
index a81a6e9..0000000
--- a/B00merang Blackout/gtk-3.0/assets/switch-off-disabled.svg
+++ /dev/null
@@ -1,80 +0,0 @@
-
-
-
-
diff --git a/B00merang Blackout/gtk-3.0/gtk-widgets.css b/B00merang Blackout/gtk-3.0/gtk-widgets.css
deleted file mode 100755
index 820fad2..0000000
--- a/B00merang Blackout/gtk-3.0/gtk-widgets.css
+++ /dev/null
@@ -1,3818 +0,0 @@
-/* NOTES to contributors:
- * use 4 spaces indents, and keep code ALIGNED and ORDERED */
-
-/* default */
-* {
- -GtkArrow-arrow-scaling: 0.5;
- -GtkButton-child-displacement-x: 0;
- -GtkButton-child-displacement-y: 0;
- -GtkButton-default-border: 0;
- -GtkButton-image-spacing: 0;
- -GtkButton-inner-border: 1;
- -GtkButton-interior-focus: true;
- -GtkButtonBox-child-min-height: 24;
- -GtkButtonBox-child-internal-pad-y: 1;
- -GtkCheckButton-indicator-size: 16;
- -GtkCheckMenuItem-indicator-size: 14;
- -GtkExpander-expander-size: 8;
- -GtkHTML-link-color: @link_color;
- -GtkIMHtml-hyperlink-color: @link_color;
- -GtkMenu-horizontal-padding: 0;
- -GtkMenu-vertical-padding: 0;
- -GtkPaned-handle-size: 4;
- -GtkProgressBar-min-horizontal-bar-height: 12;
- -GtkProgressBar-min-vertical-bar-width: 12;
- -GtkRange-slider-width: 12;
- -GtkRange-stepper-spacing: 0;
- -GtkRange-trough-border: 0;
- -GtkRange-trough-under-steppers: 1;
- -GtkScrollbar-has-backward-stepper: true;
- -GtkScrollbar-has-forward-stepper: true;
- -GtkScrollbar-min-slider-length: 80;
- -GtkScrolledWindow-scrollbar-spacing: 0;
- -GtkScrolledWindow-scrollbars-within-bevel: 1;
- -GtkStatusbar-shadow-type: none;
- -GtkTextView-error-underline-color: @error_color;
- -GtkToolButton-icon-spacing: 6;
- -GtkToolItemGroup-expander-size: 8;
- -GtkTreeView-expander-size: 8;
- -GtkWidget-focus-line-width: 1;
- -GtkWidget-focus-padding: 0;
- -GtkWidget-link-color: @link_color;
- -GtkWidget-visited-link-color: @link_color;
- -GtkWindow-resize-grip-height: 0;
- -GtkWindow-resize-grip-width: 0;
- -WnckTasklist-fade-overlay-rect: 0;
-
- background-clip: padding-box;
-
- outline-color: alpha(@theme_selected_bg_color, 0.5);
- outline-style: solid;
- outline-offset: 0;
-}
-
-/***************
- * base states *
- ***************/
-.background {
- background-color: @theme_bg_color;
- color: @theme_fg_color;
-}
-
-* {
- /* inherit colors from parent */
- color: inherit;
- background-color: inherit;
-}
-
-*:selected,
-*:selected:focus {
- background-color: @theme_selected_bg_color;
- color: @theme_selected_fg_color;
-}
-
-*:insensitive,
-*:insensitive:insensitive {
- color: mix(@theme_fg_color, @theme_bg_color, 0.5);
-}
-
-/* apply effects to insensitive and prelit images */
-*:insensitive {
- -gtk-image-effect: dim;
-}
-
-*:hover {
- -gtk-image-effect: highlight;
-}
-
-.gtkstyle-fallback {
- background-color: @theme_bg_color;
- color: @theme_fg_color;
-}
-
-.gtkstyle-fallback:prelight {
- background-color: shade(@theme_bg_color, 1.1);
- color: @theme_fg_color;
-}
-
-.gtkstyle-fallback:active {
- background-color: shade(@theme_bg_color, 0.9);
- color: @theme_fg_color;
-}
-
-.gtkstyle-fallback:insensitive {
- background-color: shade(shade(@theme_bg_color, 0.95), 1.05);
- color: mix(@theme_fg_color, @theme_bg_color, 0.5);
-}
-
-.gtkstyle-fallback:selected {
- background-color: @theme_selected_bg_color;
- color: @theme_selected_fg_color;
-}
-
-GtkImage,
-GtkImage:insensitive,
-GtkLabel,
-GtkLabel:insensitive,
-GtkBox,
-GtkBox:insensitive,
-GtkGrid,
-GtkGrid:insensitive {
- background-color: transparent;
-}
-
-/******************
- * visual effects *
- ******************/
-/* transitions */
-.button {
- transition: border 100ms ease-in-out;
-}
-
-.entry {
- transition: border 100ms ease-out;
-}
-
-.entry:focus {
- transition: border 100ms ease-in;
-}
-
-.entry.image.left {
- padding-right: 4px;
-}
-
-.notebook tab GtkLabel,
-.notebook .prelight-page,
-.notebook .prelight-page GtkLabel,
-.notebook .active-page,
-.notebook .active-page GtkLabel {
- transition: all 200ms ease-in;
-}
-
-/* inset shadows */
-.button:active,
-.primary-toolbar .button:active,
-.toolbar .button:active,
-.header-bar .button:active,
-.notebook.header {
- box-shadow: inset 1px 0 alpha(@dark_shadow, 0.07),
- inset 0 1px alpha(@dark_shadow, 0.08),
- inset -1px 0 alpha(@dark_shadow, 0.07),
- inset 0 -1px alpha(@dark_shadow, 0.05);
-}
-
-.entry {
- box-shadow: inset 0 0 alpha(@dark_shadow, 0.10),
- inset 0 0 alpha(@dark_shadow, 0.12),
- inset 0 0 alpha(@dark_shadow, 0.10),
- inset 0 0 alpha(@dark_shadow, 0.05);
-}
-
-/* disable inset shadow */
-.button:active *:insensitive,
-.primary-toolbar .button:active *:insensitive,
-.toolbar .button:active *:insensitive,
-.header-bar .button:active *:insensitive,
-.entry:insensitive {
- box-shadow: none;
-}
-
-/*************
- * assistant *
- *************/
-GtkAssistant .sidebar .highlight {
- font: bold;
-}
-
-GtkAssistant .sidebar {
- padding: 4px;
- border-width: 0 1px 0 0;
- border-style: solid;
- border-right-color: shade(@theme_bg_color, 1.4);
- border-radius: 0;
- background-color: @theme_bg_color;
- color: mix(@theme_fg_color, @theme_bg_color, 0.1);
-}
-
-/**********
- * button *
- **********/
-.button {
- -GtkWidget-focus-padding: 1;
- -GtkWidget-focus-line-width: 0;
-
- padding: 3px;
- border-width: 2px;
- border-radius: 0px;
- border-style: solid;
- border-color: shade(@theme_fg_color, 1.0);
- background-color: shade(@theme_bg_color, 1.08);
- background-image: none;
- color: @theme_fg_color;
-}
-
-.button:hover {
- border-color: shade(@theme_fg_color, 1.0);
- background-color: shade(@theme_selected_bg_color, 1.02);
- background-image: none;
- color: @theme_selected_fg_color;
-}
-
-.button:active {
- border-color: shade(@theme_fg_color, 0.8);
- background-color: shade(@theme_selected_bg_color, 0.95);
- background-image: none;
- color: @theme_selected_fg_color;
-}
-
-.button:active:hover {
- border-color: shade(@theme_bg_color, 1.0);
- color: @theme_selected_fg_color;
-}
-
-.button:focus,
-.button:hover:focus,
-.button:active:focus,
-.button:active:hover:focus {
- border-color: shade(@theme_fg_color, 1.0);
- box-shadow: inset 0 0 0 5px @theme_fg_color;
- color: @theme_selected_fg_color;
- background: white;
-}
-
-.button:insensitive {
- border-color: shade(@theme_fg_color, 0.85);
- background-color: shade(@theme_bg_color, 0.9);
- background-image: none;
-}
-
-.button:active *:insensitive {
- border-color: shade(@theme_fg_color, 0.75);
- background-color: shade(@theme_bg_color, 0.80);
- background-image: none;
-}
-
-/* default button */
-.button.default {
- border-color: shade(@theme_fg_color, 1.0);
- background-color: shade(@theme_selected_bg_color, 1.0);
- color: @theme_selected_fg_color;
-}
-
-.button.default:hover {
- border-color: shade(@theme_fg_color, 0.9);
- background-color: shade(@theme_selected_bg_color, 1.02);
- color: @theme_selected_fg_color;
-}
-
-.button.default:active {
- border-color: shade(@theme_fg_color, 1.0);
- background-color: shade(@theme_selected_bg_color, 0.95);
-}
-
-.button.default:active:hover {
- border-color: shade(@theme_fg_color, 1.0);
- background-color: shade(@theme_selected_bg_color, 0.97);
-}
-
-/****************
- * cell and row *
- ****************/
-.cell {
- border-width: 0;
- border-radius: 0;
-}
-
-.cell:selected,
-.cell:selected:focus {
- background-color: @theme_selected_bg_color;
- color: @theme_selected_fg_color;
-}
-
-row:selected,
-row:selected:hover,
-row:selected:focus {
- -GtkWidget-focus-padding: 1;
- -GtkWidget-focus-line-width: 0;
-
- border-width: 1px 0;
- border-style: solid;
- border-color: shade(@theme_selected_bg_color, 0.9);
- background-color: @theme_selected_bg_color;
- background-image: none;
- color: @theme_selected_fg_color;
-}
-
-/*******************
- * check and radio *
- *******************/
-.check,
-.radio,
-.check:insensitive,
-.radio:insensitive {
- border-style: none;
- background-color: transparent;
-}
-
-GtkCheckButton:hover,
-GtkCheckButton:active:hover,
-GtkCheckButton:selected,
-GtkCheckButton:selected:focus {
- background-color: transparent;
-}
-
-/*****************
- * column-header *
- *****************/
-column-header .button,
-column-header .button:active {
- border-width: 0 1px 1px 0;
- border-radius: 0;
-}
-
-column-header .button,
-column-header .button:active,
-column-header .button:focus,
-column-header .button:active:focus {
- border-color: shade(@theme_base_color, 0.9);
- border-bottom-color: shade(@theme_base_color, 1.4);
- background-color: shade(@theme_base_color, 0.97);
- background-image: none;
-}
-
-column-header .button:hover,
-column-header .button:active:hover,
-column-header .button:hover:focus,
-column-header .button:active:hover:focus {
- border-color: shade(@theme_base_color, 0.9);
- border-bottom-color: shade(@theme_base_color, 1.4);
- background-color: shade(@theme_base_color, 0.99);
- background-image: none;
-}
-
-column-header:last-child .button {
- border-width: 0 0 1px 0;
-}
-
-/****************
- * content view *
- ****************/
-.content-view.view {
- background-color: @theme_base_color;
-}
-
-.content-view.view:prelight {
- background-color: alpha(@theme_selected_bg_color, 0.6);
-}
-
-.content-view.view:selected,
-.content-view.view:active {
- background-color: @theme_selected_bg_color;
-}
-
-.content-view.view:insensitive {
- background-color: shade(@theme_base_color, 0.9);
-}
-
-GdMainIconView.content-view {
- -GdMainIconView-icon-size: 40;
-}
-
-GtkIconView.content-view.check {
- background-color: transparent;
-}
-
-GtkIconView.content-view.check:active {
- background-color: transparent;
-}
-
-.content-view.view.check,
-.content-view.view.check:active {
- background-color: transparent;
-}
-
-GtkIconView.content-view.check:prelight,
-GtkIconView.content-view.check:insensitive,
-GtkIconView.content-view.check:selected {
- background-color: transparent;
-}
-
-/****************
- * drawing area *
- ****************/
-GtkDrawingArea {
- background-color: @theme_base_color;
-}
-
-GtkDrawingArea:insensitive {
- background-color: shade(@theme_base_color, 0.9);
-}
-
-/***********
- * gtkhtml *
- ***********/
-GtkHTML {
- background-color: @theme_base_color;
- color: @theme_text_color;
-}
-
-/***********
-* calendar *
-************/
-GtkCalendar {
- padding: 4px;
-}
-
-GtkCalendar:inconsistent {
- color: mix(@theme_fg_color, @theme_bg_color, 0.5);
-}
-
-GtkCalendar.view,
-GtkCalendar.header,
-GtkCalendar.button,
-GtkCalendar.button:hover,
-GtkCalendar.button:insensitive {
- border-width: 0;
- background-color: transparent;
- background-image: none;
-}
-
-.highlight,
-GtkCalendar.highlight {
- border-width: 0;
- background-color: transparent;
- color: @theme_selected_bg_color;
-}
-
-/******************
- * combobox entry *
- ******************/
-.primary-toolbar GtkComboBox.combobox-entry .entry,
-.primary-toolbar GtkComboBox.combobox-entry .entry:active,
-.primary-toolbar GtkComboBox.combobox-entry .entry:focus,
-.primary-toolbar GtkComboBox.combobox-entry .entry:insensitive,
-GtkComboBox.combobox-entry .entry,
-GtkComboBox.combobox-entry .entry:active,
-GtkComboBox.combobox-entry .entry:focus,
-GtkComboBox.combobox-entry .entry:insensitive {
- border-width: 1px 0 1px 1px;
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
-}
-
-.primary-toolbar GtkComboBox.combobox-entry .button,
-.primary-toolbar GtkComboBox.combobox-entry .button:hover,
-.primary-toolbar GtkComboBox.combobox-entry .button:active,
-.primary-toolbar GtkComboBox.combobox-entry .button:insensitive,
-GtkComboBox.combobox-entry .button,
-GtkComboBox.combobox-entry .button:hover,
-GtkComboBox.combobox-entry .button:active,
-GtkComboBox.combobox-entry .button:insensitive {
- border-width: 1px 1px 1px 1px;
- border-bottom-left-radius: 0;
- border-top-left-radius: 0;
-}
-
-/*********
- * entry *
- *********/
-.entry {
- padding: 4px 3px;
- border-width: 1px;
- border-style: solid;
- border-color: shade(@fg_color, 1.0);
- border-radius: 0px;
- background-color: @theme_base_color;
- background-image: none;
- color: @theme_text_color;
-}
-
-.entry:active,
-.entry:focus {
- border-color: shade(@selected_bg_color, 1.0);
-}
-
-.entry:selected,
-.entry:selected:focus {
- background-color: @theme_selected_bg_color;
- color: @theme_selected_fg_color;
-}
-
-.entry:insensitive {
- background-color: shade(@theme_bg_color, 0.95);
- background-image: none;
- color: mix(@theme_text_color, @theme_base_color, 0.5);
-}
-
-.entry.progressbar {
- border-width: 0;
- border-radius: 0px;
- background-color: @bg_color;
- background-image: none;
- color: @theme_fg_color;
-}
-
-/************
- * expander *
- ************/
-.expander {
- color: alpha(currentColor, 0.7);
- border: alpha(currentColor, 0.7);
-}
-
-.expander:hover {
- color: alpha(currentColor, 0.8);
- border-color: alpha(currentColor, 0.8);
-}
-
-.expander:active {
- color: alpha(currentColor, 0.9);
- border-color: alpha(currentColor, 0.9);
-}
-
-/**************
- * list boxes *
- **************/
-.list {
- background-color: shade(@theme_bg_color, 0.97);
- color: @theme_fg_color;
-}
-
-.list-row:hover {
- background-color: shade(@theme_bg_color, 1.02);
-}
-
-.list-row:selected {
- background-color: @theme_selected_bg_color;
- color: @theme_selected_fg_color;
-}
-
-/*********
- * frame *
- *********/
-.frame {
- border-width: 1px;
- border-style: solid;
- border-color: shade(@theme_bg_color, 1.4);
- border-radius: 0;
-}
-
-/*******************
- * scrolled window *
- *******************/
-GtkScrolledWindow.frame {
- border-width: 1px;
- border-style: solid;
- border-color: shade(@theme_bg_color, 1.4);
- border-radius: 0;
-}
-
-/* avoid double borders when a viewport is
- * packed into a GtkScrolledWindow */
-GtkScrolledWindow GtkViewport.frame {
- border-style: none;
-}
-
-/************
- * iconview *
- ************/
-GtkIconView.view.cell:selected,
-GtkIconView.view.cell:selected:focus {
- border-width: 1px;
- border-style: solid;
- border-color: shade(@theme_selected_bg_color, 0.9);
- border-radius: 0px;
- background-color: @theme_selected_bg_color;
- background-image: none;
- color: @theme_selected_fg_color;
-}
-
-.content-view.view.rubberband,
-.view.rubberband,
-.rubberband {
- border-width: 1px;
- border-style: solid;
- border-color: shade(@theme_selected_bg_color, 0.9);
- border-radius: 0;
- background-color: alpha(@theme_selected_bg_color, 0.3);
-}
-
-/***********
- * infobar *
- ***********/
-GtkInfoBar {
- border-width: 0;
- border-style: none;
-}
-
-.info {
- border-width: 1px;
- border-style: solid;
- border-color: shade(@info_bg_color, 0.8);
- background-color: @info_bg_color;
- background-image: none;
- color: @info_fg_color;
-}
-
-.info .button {
- border-top-color: shade(@info_bg_color, 0.8);
- border-right-color: shade(@info_bg_color, 0.72);
- border-left-color: shade(@info_bg_color, 0.72);
- border-bottom-color: shade(@info_bg_color, 0.7);
- background-color: shade(@info_bg_color, 1.08);
- color: @info_fg_color;
-}
-
-.info .button:hover {
- border-top-color: shade(@info_bg_color, 0.85);
- border-right-color: shade(@info_bg_color, 0.78);
- border-left-color: shade(@info_bg_color, 0.78);
- border-bottom-color: shade(@info_bg_color, 0.7);
- background-color: shade(@info_bg_color, 1.10);
-}
-
-.info .button:active {
- border-color: shade(@info_bg_color, 0.6);
- background-color: shade(@info_bg_color, 0.95);
-}
-
-.info .button:active:hover {
- border-top-color: shade(@info_bg_color, 0.85);
- border-right-color: shade(@info_bg_color, 0.78);
- border-left-color: shade(@info_bg_color, 0.78);
- border-bottom-color: shade(@info_bg_color, 0.7);
-}
-
-.info .button.close {
- color: @info_fg_color;
-}
-
-.info .button.close:hover {
- background-color: alpha(white, 0.2);
-}
-
-.info .button.close:active {
- color: @info_fg_color;
- background-color: alpha(black, 0.1);
-}
-
-.warning {
- border-width: 1px;
- border-style: solid;
- border-color: shade(@warning_bg_color, 0.8);
- background-color: @warning_bg_color;
- background-image: none;
- color: @warning_fg_color;
-}
-
-.warning .button {
- border-top-color: shade(@warning_bg_color, 0.8);
- border-right-color: shade(@warning_bg_color, 0.72);
- border-left-color: shade(@warning_bg_color, 0.72);
- border-bottom-color: shade(@warning_bg_color, 0.7);
- background-color: shade(@warning_bg_color, 1.08);
- color: @warning_fg_color;
-}
-
-.warning .button:hover {
- border-top-color: shade(@warning_bg_color, 0.85);
- border-right-color: shade(@warning_bg_color, 0.78);
- border-left-color: shade(@warning_bg_color, 0.78);
- border-bottom-color: shade(@warning_bg_color, 0.7);
- background-color: shade(@warning_bg_color, 1.10);
-}
-
-.warning .button:active {
- border-color: shade(@warning_bg_color, 0.6);
- background-color: shade(@warning_bg_color, 0.95);
-}
-
-.warning .button:active:hover {
- border-top-color: shade(@warning_bg_color, 0.85);
- border-right-color: shade(@warning_bg_color, 0.78);
- border-left-color: shade(@warning_bg_color, 0.78);
- border-bottom-color: shade(@warning_bg_color, 0.7);
-}
-
-.warning .button.close {
- color: @warning_fg_color;
-}
-
-.warning .button.close:hover {
- background-color: alpha(white, 0.2);
-}
-
-.warning .button.close:active {
- color: @warning_fg_color;
- background-color: alpha(black, 0.1);
-}
-
-.question {
- border-width: 1px;
- border-style: solid;
- border-color: shade(@question_bg_color, 0.8);
- background-color: @question_bg_color;
- background-image: none;
- color: @question_fg_color;
-}
-
-.question .button {
- border-top-color: shade(@question_bg_color, 0.8);
- border-right-color: shade(@question_bg_color, 0.72);
- border-left-color: shade(@question_bg_color, 0.72);
- border-bottom-color: shade(@question_bg_color, 0.7);
- background-color: shade(@question_bg_color, 1.08);
- color: @question_fg_color;
-}
-
-.question .button:hover {
- border-top-color: shade(@question_bg_color, 0.85);
- border-right-color: shade(@question_bg_color, 0.78);
- border-left-color: shade(@question_bg_color, 0.78);
- border-bottom-color: shade(@question_bg_color, 0.7);
- background-color: shade(@question_bg_color, 1.10);
-}
-
-.question .button:active {
- border-color: shade(@question_bg_color, 0.6);
- background-color: shade(@question_bg_color, 0.95);
-}
-
-.question .button:active:hover {
- border-top-color: shade(@question_bg_color, 0.85);
- border-right-color: shade(@question_bg_color, 0.78);
- border-left-color: shade(@question_bg_color, 0.78);
- border-bottom-color: shade(@question_bg_color, 0.7);
-}
-
-.question .button.close {
- color: @question_fg_color;
-}
-
-.question .button.close:hover {
- background-color: alpha(white, 0.2);
-}
-
-.question .button.close:active {
- color: @question_fg_color;
- background-color: alpha(black, 0.1);
-}
-
-.error {
- border-width: 1px;
- border-style: solid;
- border-color: shade(@error_bg_color, 0.8);
- background-color: @error_bg_color;
- background-image: none;
- color: @error_fg_color;
-}
-
-.error .button {
- border-top-color: shade(@error_bg_color, 0.8);
- border-right-color: shade(@error_bg_color, 0.72);
- border-left-color: shade(@error_bg_color, 0.72);
- border-bottom-color: shade(@error_bg_color, 0.7);
- background-color: shade(@error_bg_color, 1.08);
- color: @error_fg_color;
-}
-
-.error .button:hover {
- border-top-color: shade(@error_bg_color, 0.85);
- border-right-color: shade(@error_bg_color, 0.78);
- border-left-color: shade(@error_bg_color, 0.78);
- border-bottom-color: shade(@error_bg_color, 0.7);
- background-color: shade(@error_bg_color, 1.10);
-}
-
-.error .button:active {
- border-color: shade(@error_bg_color, 0.6);
- background-color: shade(@error_bg_color, 0.95);
-}
-
-.error .button:active:hover {
- border-top-color: shade(@error_bg_color, 0.85);
- border-right-color: shade(@error_bg_color, 0.78);
- border-left-color: shade(@error_bg_color, 0.78);
- border-bottom-color: shade(@error_bg_color, 0.7);
-}
-
-.error .button.close {
- color: @error_fg_color;
-}
-
-.error .button.close:hover {
- background-color: alpha(white, 0.2);
-}
-
-.error .button.close:active {
- color: @error_fg_color;
- background-color: alpha(black, 0.1);
-}
-
-/*******************
- * symbolic images *
- *******************/
-.image {
- color: alpha(currentColor, 0.5);
-}
-
-.image:hover {
- color: alpha(currentColor, 0.9);
-}
-
-.image:selected,
-.image:selected:hover {
- color: @theme_selected_fg_color;
-}
-
-.view.image,
-.view.image:hover {
- color: alpha(currentColor, 0.9);
-}
-
-.view.image:selected,
-.view.image:selected:hover {
- color: @theme_selected_fg_color;
-}
-
-/*****************
- * miscellaneous *
- *****************/
-.floating-bar {
- border-width: 1px;
- border-style: solid;
- border-color: shade(@theme_bg_color, 1.4);
- border-radius: 0px;
- background-color: @theme_bg_color;
- background-image: none;
- color: @theme_fg_color;
-}
-
-.floating-bar.top {
- border-top-width: 0;
- border-top-right-radius: 0;
- border-top-left-radius: 0;
-}
-
-.floating-bar.right {
- border-right-width: 0;
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
-}
-
-.floating-bar.bottom {
- border-bottom-width: 0;
- border-bottom-right-radius: 0;
- border-bottom-left-radius: 0;
-}
-
-.floating-bar.left {
- border-left-width: 0;
- border-bottom-left-radius: 0;
- border-top-left-radius: 0;
-}
-
-.floating-bar .button {
- -GtkButton-image-spacing: 0;
- -GtkButton-inner-border: 0;
-
- border-style: none;
- background-color: transparent;
- background-image: none;
-}
-
-.view.dim-label,
-.dim-label {
- color: alpha(currentColor, 0.5);
-}
-
-.dnd {
- border-width: 1px;
- border-style: solid;
- border-color: shade(@theme_selected_bg_color, 0.9);
-}
-
-.grip {
- background-color: transparent;
-}
-
-.arrow {
- color: alpha(currentColor, 0.7);
-}
-
-/********
- * menu *
- ********/
-GtkTreeMenu.menu,
-GtkMenuToolButton.menu,
-GtkComboBox .menu {
- background-color: @menu_bg_color;
-}
-
-.primary-toolbar .menu,
-.primary-toolbar .button .menu,
-.toolbar .menu,
-.toolbar .primary-toolbar .menu,
-.header-bar .menu,
-.header-bar .primary-toolbar .menu,
-.menu {
- padding: 0;
- border-radius: 0;
- border-style: none;
- background-color: @menu_bg_color;
- color: @menu_fg_color;
-}
-
-/* Hover-effect on play-button in ubuntu soundmenu */
-.menu:selected {
- background-color: @selected_bg_color;
-}
-
-.menu.button:hover,
-.menu.button:active,
-.menu.button:active *:insensitive,
-.menu.button:insensitive,
-.menu.button {
- border-width: 0;
- background-color: @menu_bg_color;
- background-image: none;
-}
-
-.context-menu {
- font: initial;
-}
-
-/* ubuntu software center menu */
-#toolbar-popup {
- background-color: @menu_bg_color;
- color: @menu_fg_color;
-}
-
-/***********
- * menubar *
- ***********/
-.menubar {
- -GtkWidget-window-dragging: true;
-
- border-style: none;
- background-color: @menubar_bg_color;
- background-image: none;
- color: @menubar_fg_color;
-}
-
-/***************
- * menubaritem *
- ***************/
-.menubar.menuitem,
-.menubar .menuitem {
- padding: 3px 5px;
- border-width: 1px;
- border-style: solid;
- border-color: transparent;
- background-color: transparent;
- background-image: none;
- color: @menubar_fg_color;
-}
-
-.menubar.menuitem:hover,
-.menubar .menuitem:hover {
- border-color: mix(@menubar_bg_color, @menubar_fg_color, 0.21);
- background-color: mix(@menubar_bg_color, @menubar_fg_color, 0.21);
- background-image: none;
- color: shade(@menubar_fg_color, 1.08);
-}
-
-.menubar .menuitem *:hover {
- color: shade(@menubar_fg_color, 1.08);
-}
-
-/************
- * menuitem *
- ************/
-GtkTreeMenu .menuitem {
- padding: 0;
- border-width: 0;
-}
-
-.menuitem,
-.menu .menuitem {
- -GtkMenuItem-arrow-scaling: 0.5;
-
- padding: 3px;
- border-width: 1px;
- border-style: solid;
- border-color: transparent;
- border-radius: 0;
- background-color: transparent;
- background-image: none;
- color: @menu_fg_color;
-}
-
-.menu .menuitem:active,
-.menu .menuitem:hover {
- border-color: shade(@theme_selected_bg_color, 0.9);
- background-color: @theme_selected_bg_color;
- background-image: none;
-}
-
-.menu .menuitem:active,
-.menu .menuitem *:active,
-.menu .menuitem:hover,
-.menu .menuitem *:hover {
- color: @theme_selected_fg_color;
-}
-
-.menu .menuitem:insensitive,
-.menu .menuitem *:insensitive {
- color: mix(@menu_fg_color, @menu_bg_color, 0.5);
-}
-
-.menuitem.check,
-.menuitem.radio,
-.menuitem.check:hover,
-.menuitem.radio:hover,
-.menuitem.check:insensitive,
-.menuitem.radio:insensitive {
- border-style: none;
- background-color: transparent;
- background-image: none;
-}
-
-.menuitem.check:active,
-.menuitem.radio:active {
- border-style: none;
- background-color: transparent;
-}
-
-.menuitem GtkCalendar:inconsistent {
- color: mix(@menu_fg_color, @menu_bg_color, 0.5);
-}
-
-.menuitem GtkCalendar.button {
- border-style: none;
- background-color: transparent;
- background-image: none;
-}
-
-.menuitem .entry {
- border-color: shade(@fg_color, 1.0);
- background-color: @menu_bg_color;
- background-image: none;
- color: @menu_fg_color;
-}
-
-.menuitem .entry:active,
-.menuitem .entry:focus {
- border-color: shade(@selected_bg_color, 1.0);
-}
-
-.menuitem .accelerator {
- color: alpha(@menu_fg_color, 0.6);
-}
-
-.menuitem .accelerator:hover {
- color: alpha(@theme_selected_fg_color, 0.8);
-}
-
-.menuitem .accelerator:insensitive {
- color: alpha(mix(@menu_fg_color, @menu_bg_color, 0.5), 0.6);
-}
-
-GtkModelMenuItem GtkBox GtkImage {
- padding-right: 4px;
-}
-
-/************
- * popovers *
- ************/
-GtkPopover {
- margin: 10px;
- padding: 2px;
- border-radius: 0px;
- border-color: shade(@theme_bg_color, 1.4);
- border-width: 1px;
- border-style: solid;
- background-clip: border-box;
- background-color: @theme_bg_color;
- color: @theme_fg_color;
- box-shadow: 0 2px 3px alpha(black, 0.5);
-}
-
-GtkPopover.osd {
- box-shadow: 0 2px 7px 3px alpha(black, 0.5);
-}
-
-GtkPopover > .list,
-GtkPopover > .view,
-GtkPopover > .toolbar {
- background-color: transparent;
-}
-
-GtkPopover.osd > .toolbar .button {
- border-radius: 0;
- border-width: 0;
- background-image: none;
- background-color: transparent;
-}
-
-GtkPopover .separator {
- border: 0;
- background-color: transparent;
- color: alpha(currentColor, 0.5);
- font-size: 80%;
- font-weight: bold;
-}
-
-GtkModelButton.button,
-GtkModelButton.button:active,
-GtkModelButton.button:insensitive,
-GtkModelButton.button:active:insensitive {
- background-color: transparent;
- background-image: none;
- border-color: transparent;
- border-style: none;
- box-shadow: none;
- color: @theme_fg_color;
-}
-
-GtkModelButton.button:active:hover,
-GtkModelButton.button:hover,
-GtkModelButton.button:selected {
- border-width: 0;
- border-color: transparent;
- background-color: @theme_selected_bg_color;
- background-image: none;
- color: @theme_selected_fg_color;
-}
-
-/************
- * notebook *
- ************/
-.notebook {
- padding: 0;
- border-width: 1px;
- border-style: solid;
- border-color: shade(@theme_fg_color, 1.0);
- border-radius: 0;
- background-color: @theme_base_color;
- background-image: none;
- background-clip: border-box;
-
- -GtkNotebook-initial-gap: 0;
- -GtkNotebook-has-tab-gap: false;
-}
-
-.notebook.frame {
- border-width: 1px;
-}
-
-.notebook.header {
- border-width: 0;
- background-color: @theme_base_color;
-}
-
-.notebook.header.frame {
- border-color: shade(@theme_fg_color, 1.0);
-}
-
-.notebook.header.frame.top {
- border-width: 1px 1px 0 1px;
-}
-
-.notebook.header.frame.right {
- border-width: 1px 1px 1px 0;
-}
-
-.notebook.header.frame.bottom {
- border-width: 0 1px 1px 1px;
-}
-
-.notebook.header.frame.left {
- border-width: 1px 0 1px 1px;
-}
-
-.notebook GtkViewport {
- border-width: 0;
- background-color: @theme_base_color;
- color: @theme_text_color;
-}
-
-.notebook tab {
- padding: 4px;
- border: 1px solid shade(@theme_fg_color, 3.8);
- background-color: shade(@theme_base_color, 0.92);
- background-image: none;
-}
-
-.notebook tab:hover {
- background-color: shade(@theme_base_color, 0.95);
- background-image: none;
-}
-
-.notebook tab:active {
- background-color: shade(@theme_base_color, 1);
- background-image: none;
-}
-
-.notebook tab.top {
- border-bottom-right-radius: 0;
- border-bottom-left-radius: 0;
- border-bottom: none;
- border-top: 2px solid @theme_bg_color;
- box-shadow:inset 0 1px shade(@theme_fg_color, 2.2);
-}
-
-.notebook tab.top:active {
- border: 1px solid shade(@theme_fg_color, 2.2);
- box-shadow:inset 0 -1px @theme_bg_color;
- border-bottom: none;
-}
-
-.notebook tab.right {
- border-bottom-left-radius: 0;
- border-top-left-radius: 0;
- border-left: none;
- border-right: 2px solid @theme_bg_color;
- box-shadow:inset -1px 0 shade(@theme_fg_color, 2.2)
-}
-
-.notebook tab.right:active {
- border: 1px solid shade(@theme_fg_color, 2.2);
- border-left: none;
- box-shadow:inset 1px 0 @theme_bg_color;
-}
-
-.notebook tab.bottom {
- border-top-right-radius: 0;
- border-top-left-radius: 0;
- border-top: none;
- border-bottom: 2px solid @theme_bg_color;
- box-shadow:inset 0 -1px shade(@theme_fg_color, 2.2)
-}
-
-.notebook tab.bottom:active {
- border: 1px solid shade(@theme_fg_color, 2.2);
- border-top: none;
- box-shadow:inset 0 1px @theme_bg_color;
-}
-
-.notebook tab.left {
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
- border-right: none;
- border-left: 2px solid @theme_bg_color;
- box-shadow:inset 1px 0 shade(@theme_fg_color, 2.2)
-}
-
-.notebook tab.left:active {
- border: 1px solid shade(@theme_fg_color, 2.2);
- border-right: none;
- box-shadow:inset -1px 0 @theme_bg_color;
-}
-
-.notebook tab GtkLabel {
- color: mix(@theme_text_color, @theme_base_color, 0.3);
-}
-
-.notebook .active-page,
-.notebook tab .active-page GtkLabel {
- color: @theme_text_color;
-}
-
-/* close button styling */
-.notebook tab .button,
-.notebook tab .button:active,
-.notebook tab .button:hover {
- padding: 1px;
- border-width: 1px;
- border-radius: 0px;
- border-style: solid;
- border-color: transparent;
- background-image: none;
- background-color: transparent;
- color: mix(@theme_text_color, @theme_base_color, 0.5);
-}
-
-.notebook tab .button:hover {
- color: @theme_text_color;
- border-color: shade(@theme_base_color, 1.4);
-}
-
-.notebook tab .button:active,
-.notebook tab .button:active:hover {
- border-color: shade(@theme_base_color, 0.7);
- background-color: shade(@theme_base_color, 0.95);
-}
-
-/******************
- * pane separator *
- ******************/
-.pane-separator {
- background-color: @theme_bg_color;
- color: transparent;
-}
-
-/*************************
- * progressbar and scale *
- *************************/
-GtkProgressBar {
- padding: 0;
- border-width: 1px;
- border-radius: 0px;
-}
-
-.progressbar,
-.progressbar row,
-.progressbar row:hover,
-.progressbar row:selected,
-.progressbar row:selected:focus {
- background-image: none;
- background-color: @progressbar_color;
- box-shadow:none;
-}
-
-.progressbar.vertical {
- background-image: none;
- background-color: @progressbar_color;
-}
-
-.trough,
-.trough row,
-.trough row:hover,
-.trough row:selected,
-.trough row:selected:focus {
- border-width: 1px;
- border-style: solid;
- border-color: shade(@theme_fg_color, 1.4);
- background-color: shade(@theme_bg_color, 1.08);
- background-image: none;
-}
-
-.trough.vertical {
- background-color: shade(@theme_bg_color, 1.08);
- background-image: none;
-}
-
-/* level bars as used for password quality or remaining power */
-GtkLevelBar {
- -GtkLevelBar-min-block-width: 34;
- -GtkLevelBar-min-block-height: 2;
-}
-
-GtkLevelBar.vertical {
- -GtkLevelBar-min-block-width: 2;
- -GtkLevelBar-min-block-height: 34;
-}
-
-.level-bar.trough {
- padding: 1px;
- border-radius: 0px;
-}
-
-.level-bar.fill-block {
- border-width: 1px;
- border-style: solid;
- border-color: shade(@theme_selected_bg_color, 0.9);
- background-color: @theme_selected_bg_color;
-}
-
-.level-bar.indicator-continuous.fill-block {
- padding: 1px;
- border-radius: 0px;
-}
-
-.level-bar.indicator-discrete.fill-block.horizontal {
- margin: 0 1px;
-}
-
-.level-bar.indicator-discrete.fill-block.vertical {
- margin: 1px 0;
-}
-
-/* discrete indicator border rounding,
- uncomment when :nth-child will be working
- on the widget
-
-.level-bar.indicator-discrete.fill-block.horizontal:first-child {
- border-radius: 2px 0 0 2px;
-}
-
-.level-bar.indicator-discrete.fill-block.horizontal:last-child {
- border-radius: 0 2px 2px 0;
-}
-
-.level-bar.indicator-discrete.fill-block.vertical:first-child {
- border-radius: 2px 2px 0 0;
-}
-
-.level-bar.indicator-discrete.fill-block.vertical:last-child {
- border-radius: 0 0 2px 2px;
-}
-*/
-
-.level-bar.fill-block.level-high {
- border-color: shade(@success_color, 0.85);
- background-image: linear-gradient(to bottom,
- shade(@success_color, 1.2),
- @success_color 75%,
- shade(@success_color, 0.95)
- );
-}
-
-.level-bar.fill-block.level-low {
- border-color: shade(@warning_color, 0.80);
- background-image: linear-gradient(to bottom,
- shade(@warning_color, 1.3),
- @warning_color 75%,
- shade(@warning_color, 0.9)
- );
-}
-
-.level-bar.fill-block.empty-fill-block {
- border-color: alpha(@theme_fg_color, 0.1);
- background-color: transparent;
- background-image: none;
-}
-
-.scale {
- -GtkRange-slider-width: 16;
- -GtkRange-trough-border: 0;
- -GtkScale-slider-length: 7;
-
- padding: 0;
- border-width: 1px;
- border-radius: 0px;
-}
-
-.scale.slider {
- border-radius: 0px;
- background-color: shade(@theme_bg_color, 1.08);
- background-image: none;
- border: 1px solid @theme_fg_color;
- /* we will draw the border using box shadow for now */
-/* box-shadow: inset 1px 0 shade(@theme_bg_color, 1.2),*/
-/* inset 0 1px shade(@theme_bg_color, 1.2),*/
-/* inset -1px 0 shade(@theme_bg_color, 1.2),*/
-/* inset 0 -1px shade(@theme_bg_color, 1.2); */
-}
-
-.scale.slider:hover {
-/* box-shadow: inset 1px 0 shade(@theme_bg_color, 1.4),*/
-/* inset 0 1px shade(@theme_bg_color, 1.4),*/
-/* inset -1px 0 shade(@theme_bg_color, 1.4),*/
-/* inset 0 -1px shade(@theme_bg_color, 1.4);*/
-}
-
-.scale.slider:insensitive {
- background-color: shade(@theme_bg_color, 0.9);
- background-image: none;
-/* box-shadow: inset 1px 0 shade(@theme_bg_color, 1.6),*/
-/* inset 0 1px shade(@theme_bg_color, 1.6),*/
-/* inset -1px 0 shade(@theme_bg_color, 1.6),*/
-/* inset 0 -1px shade(@theme_bg_color, 1.6);*/
-}
-
-.scale.slider.fine-tune:active,
-.scale.slider.fine-tune:active:hover,
-.scale.slider.fine-tune.horizontal:active,
-.scale.slider.fine-tune.horizontal:active:hover {
- background-size: 50%;
- background-repeat: no-repeat;
- background-position: center;
-}
-
-.scale.mark {
- border-color: shade(@theme_fg_color, 1.4);
-}
-
-.scale.trough {
- margin: 7px 0;
- border-color: shade(@theme_fg_color, 1.4);
- border-radius: 0px;
- background-color: shade(@theme_bg_color, 1.08);
- background-image: none;
-}
-
-.scale.trough.vertical {
- margin: 0 7px;
-}
-
-.menuitem .scale.highlight.left,
-.scale.highlight.left {
- border-color: @theme_selected_bg_color;
- background-color: @theme_selected_bg_color;
- background-image: none;
-}
-
-.menuitem .scale.highlight.left:hover {
- border-color: shade(@theme_selected_bg_color, 0.8);
- background-color: shade(@theme_selected_bg_color, 0.8);
-}
-
-.scale.highlight.bottom {
- border-color: @theme_selected_bg_color;
- background-color: @theme_selected_bg_color;
- background-image: none;
-}
-
-.scale.trough:insensitive,
-.scale.highlight.left:insensitive {
- border-color: shade(@theme_fg_color, 0.65);
- background-color: shade(@theme_bg_color, 0.9);
- background-image: none;
-}
-
-/*************
- * scrollbar *
- *************/
-.scrollbar {
- border-width: 1px;
- border-style: solid;
- padding: 0;
-}
-
-.scrollbars-junction,
-.scrollbar.trough {
- border-width: 0;
- border-radius: 0;
- background-color: transparent;
- background-image: none;
-}
-
-.scrollbar.button,
-.scrollbar.button:active,
-.scrollbar.button:active:hover {
- border-width: 0;
- border-radius: 0;
- background-color: transparent;
- background-image: none;
- color: shade(@theme_fg_color, 1.0);
-}
-
-.scrollbar.slider {
- border-width: 3px;
- border-color: transparent;
- border-radius: 0;
- background-color: @theme_fg_color;
-}
-/*
-.scrollbar.slider:hover,
-.scrollbar.slider.vertical:hover {
- border-color: transparent;
- background-color: @scrollhover_bg_color;
-}
-
-.scrollbar.slider:active,
-.scrollbar.slider.vertical:active {
- border-color: transparent;
- background-color: @scrollpress_bg_color;
-}
-*/
-.scrollbar.slider.fine-tune:prelight:active {
- border-width: 3px;
- border-color: transparent;
-}
-
-/* overlay scrollbar */
-OsThumb {
- color: shade(@theme_bg_color, 0.7);
-}
-
-OsThumb:selected,
-OsScrollbar:selected {
- background-color: @theme_selected_bg_color;
-}
-
-OsThumb:active,
-OsScrollbar:active {
- background-color: @theme_selected_bg_color;
-}
-
-OsThumb:insensitive,
-OsScrollbar:insensitive {
- background-color: shade(@theme_bg_color, 0.9);
-}
-
-/*************
- * separator *
- *************/
-.sidebar.view.separator,
-.view.separator,
-.separator {
- border-width: 1px;
- border-style: solid;
- border-color: shade(@theme_bg_color, 0.9);
- color: shade(@theme_bg_color, 0.9);
-}
-
-.button .separator,
-.button.separator {
- border-color: shade(@theme_bg_color, 0.95);
-}
-
-.button .separator:insensitive,
-.button.separator:insensitive {
- border-color: shade(@theme_bg_color, 0.85);
-}
-
-.primary-toolbar GtkSeparatorToolItem,
-.primary-toolbar .separator,
-.primary-toolbar .separator:insensitive,
-.toolbar GtkSeparatorToolItem,
-.toolbar .separator,
-.toolbar .separator:insensitive {
- -GtkWidget-window-dragging: true;
-
- border-color: shade(@toolbar_bg_color, 0.95);
- color: shade(@toolbar_bg_color, 0.95);
-}
-
-.header-bar GtkSeparatorToolItem,
-.header-bar .separator,
-.header-bar .separator:insensitive,
-.titlebar GtkSeparatorToolItem,
-.titlebar .separator,
-.titlebar .separator:insensitive {
- -GtkWidget-window-dragging: true;
-
- border-color: shade(@titlebar_bg_color, 0.95);
- color: shade(@titlebar_bg_color, 0.95);
-}
-
-.primary-toolbar .button .separator,
-.primary-toolbar .button.separator,
-.toolbar .button .separator,
-.toolbar .button.separator {
- border-color: shade(@toolbar_bg_color, 0.95);
-}
-
-.header-bar .button .separator,
-.header-bar .button.separator,
-.titlebar .button .separator,
-.titlebar .button.separator {
- border-color: shade(@titlebar_bg_color, 0.95);
-}
-
-.primary-toolbar .button .separator:insensitive,
-.primary-toolbar .button.separator:insensitive,
-.toolbar .button .separator:insensitive,
-.toolbar .button.separator:insensitive {
- border-color: shade(@toolbar_bg_color, 0.85);
-}
-
-.header-bar .button .separator:insensitive,
-.header-bar .button.separator:insensitive,
-.titlebar .button .separator:insensitive,
-.titlebar .button.separator:insensitive {
- border-color: shade(@titlebar_bg_color, 0.85);
-}
-
-.menuitem.separator {
- -GtkMenuItem-horizontal-padding: 0;
- -GtkWidget-separator-height: 1;
-
- border-style: none;
- color: shade(@menu_bg_color, 0.9);
-}
-
-GtkComboBox .separator {
- /* always disable separators */
- -GtkWidget-wide-separators: true;
- -GtkWidget-horizontal-separator: 0;
- -GtkWidget-vertical-separator: 0;
-
- border-style: none;
-}
-
-/***********
- * sidebar *
- ***********/
-.sidebar,
-.sidebar.view,
-.sidebar .view,
-.sidebar GtkScrolledWindow {
- background-color: @theme_bg_color;
- color: mix(@theme_fg_color, @theme_bg_color, 0.1);
-}
-
-.sidebar row:selected,
-.sidebar row:selected:hover,
-.sidebar row:selected:focus,
-.sidebar .view row:selected,
-.sidebar .view row:selected:hover,
-.sidebar .view row:selected:focus {
- border-color: shade(@theme_selected_bg_color, 0.9);
- background-color: @theme_selected_bg_color;
- background-image: none;
- color: @theme_selected_fg_color;
-}
-
-.sidebar row:prelight,
-.sidebar .view row:prelight {
- border-color: shade(@theme_selected_bg_color, 1.05);
- background-color: shade(@theme_selected_bg_color, 1.05);
- background-image: none;
- color: @theme_selected_fg_color;
-}
-
-.sidebar row:selected:prelight,
-.sidebar .view row:selected:prelight {
- border-color: shade(@theme_selected_bg_color, 1.05);
- background-color: shade(@theme_selected_bg_color, 1.05);
- background-image: none;
- color: @theme_selected_fg_color;
-}
-
-.sidebar .frame {
- border-width: 1px;
- border-color: white;
- border-style: solid;
-}
-
-/*addition start*/
-.sidebar-item {
- padding: 10px 4px; }
- .sidebar-item > Gtklabel {
- padding-left: 6px;
- padding-right: 6px; }
- .sidebar-item.needs-attention > Gtklabel {
- background-size: 6px 6px, 0 0; }
-
-/* -------------
-NEW ON GTK 3.18
----------------*/
-GtkSidebarRow.list-row {
- padding: 0px; }
-GtkSidebarRow .sidebar-revealer {
- padding: 1px 14px 1px 12px; }
-GtkSidebarRow .sidebar-icon:dir(ltr) {
- padding-right: 8px; }
-GtkSidebarRow .sidebar-icon:dir(rtl) {
- padding-left: 8px; }
-GtkSidebarRow .sidebar-label:dir(ltr) {
- padding-right: 2px; }
-GtkSidebarRow .sidebar-label:dir(rtl) {
- padding-left: 2px; }
-
-
-.sidebar-button.button.image-button {
- padding: 3px;
- border-radius: 0;
- box-shadow: 0px 0px 0px alpha(@dark_shadow,0)}
-.sidebar-button.button:not(:hover):not(:active) > GtkImage {
- opacity: 0.5; }
-
-.sidebar-item {
- padding: 10px 4px; }
- .sidebar-item > GtkLabel {
- padding-left: 6px;
- padding-right: 6px; }
- .sidebar-item.needs-attention > GtkLabel {
- background-size: 6px 6px, 0 0; }
-/*addition end*/
-/**************
- * spinbutton *
- **************/
-.spinbutton .button {
- color: mix(@theme_text_color, @theme_base_color, 0.4);
- padding: 2px 4px;
- border-width: 0;
- border-radius: 0;
- border-style: none;
- background-color: transparent;
- background-image: none;
- box-shadow: inset 1px 0 shade(@theme_base_color, 0.9);
-}
-
-.spinbutton .button:insensitive {
- color: mix(@theme_text_color, @theme_base_color, 0.7);
- box-shadow: inset 1px 0 shade(@theme_bg_color, 0.95);
-}
-
-.spinbutton .button:active,
-.spinbutton .button:hover {
- color: @theme_fg_color;
-}
-
-.spinbutton .button:first-child {
- border-radius: 0px 0 0 0px;
- box-shadow: none;
-}
-
-.spinbutton .button:last-child {
- border-radius: 0 0px 0px 0;
-}
-
-.spinbutton .button:dir(rtl) {
- box-shadow: inset -1px 0 shade(@theme_base_color, 0.9);
-}
-
-.spinbutton.vertical .button {
- border-width: 1px;
- border-style: solid;
- border-color: shade(@theme_bg_color, 1.4);
- border-radius: 0px;
- background-color: shade(@theme_bg_color, 1.08);
- background-image: none;
- color: @theme_fg_color;
- box-shadow: none;
-}
-
-.spinbutton.vertical .button:hover {
- border-color: shade(@theme_bg_color, 0.7);
- background-color: shade(@theme_bg_color, 1.10);
- background-image: none;
-}
-
-.spinbutton.vertical .button:active {
- border-color: shade(@theme_bg_color, 1.4);
- background-color: shade(@theme_bg_color, 0.95);
- background-image: none;
-}
-
-.spinbutton.vertical .button:active:hover {
- border-color: shade(@theme_bg_color, 0.7);
-}
-
-.spinbutton.vertical .button:focus,
-.spinbutton.vertical .button:hover:focus,
-.spinbutton.vertical .button:active:focus,
-.spinbutton.vertical .button:active:hover:focus {
- border-color: shade(@theme_bg_color, 0.7);
-}
-
-.spinbutton.vertical .button:insensitive {
- border-color: shade(@theme_bg_color, 0.85);
- background-color: shade(@theme_bg_color, 0.9);
- background-image: none;
-}
-
-.spinbutton.vertical .button:first-child {
- border-width: 1px;
- border-bottom-width: 0;
- border-radius: 0px;
- border-bottom-right-radius: 0;
- border-bottom-left-radius: 0;
-}
-
-.spinbutton.vertical .button:last-child {
- border-width: 1px;
- border-top-width: 0;
- border-radius: 0px;
- border-top-left-radius: 0;
- border-top-right-radius: 0;
-}
-
-.spinbutton.vertical.entry {
- border-width: 1px;
- border-style: solid;
- border-radius: 0;
-}
-
-/***********
- * spinner *
- ***********/
-@keyframes spinner {
- 00.0% { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.70)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.40)), to(transparent)); }
-
- 10.0% { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.80)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.90)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.60)), to(transparent)); }
-
- 20.0% { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.60)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.90)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.80)), to(transparent)); }
-
- 30.0% { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.40)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.70)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent)); }
-
- 40.0% { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.20)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.50)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.80)), to(transparent)); }
-
- 50.0% { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(transparent), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.30)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.60)), to(transparent)); }
-
- 60.0% { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.20)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.10)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.40)), to(transparent)); }
-
- 70.0% { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.40)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.10)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.20)), to(transparent)); }
-
- 80.0% { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.60)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.30)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(transparent), to(transparent)); }
-
- 90.0% { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.80)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.50)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.20)), to(transparent)); }
-
- 100% { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.70)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.40)), to(transparent)); }
-}
-
-.spinner {
- background-color: transparent;
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent));
-
- background-position: 0% 70%, 33% 70%, 70% 70%;
- background-size: 30% 30%;
- background-repeat: no-repeat;
-}
-
-.spinner:active {
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.70)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.40)), to(transparent));
-
- animation: spinner 1s infinite linear;
-}
-
-.menu.spinner,
-.menu .spinner,
-.menu .spinner:hover,
-.primary-toolbar .spinner {
- color: @theme_selected_bg_color;
- border: none;
- box-shadow: none;
-}
-
-/*************
- * statusbar *
- *************/
-GtkStatusbar {
- padding: 4px;
- color: @theme_fg_color;
- border-width: 0;
-}
-
-/**********
- * switch *
- **********
-GtkSwitch {
- padding: 0;
- border-radius: 0px;
- font: bold condensed;
-}
-
-GtkSwitch.slider {
- border-width: 1px;
- border-style: solid;
- border-color: shade(@theme_bg_color, 1.4);
- background-color: shade(@theme_bg_color, 1.08);
- background-image: none;
-}
-
-GtkSwitch.slider:insensitive {
- border-color: shade(@theme_bg_color, 0.85);
- background-color: shade(@theme_bg_color, 0.9);
- background-image: none;
-}
-
-GtkSwitch.trough {
- border-color: shade(@theme_bg_color, 1.4);
- background-color: shade(@theme_bg_color, 0.95);
- background-image: none;
- color: @theme_fg_color;
-}
-
-GtkSwitch.trough:active {
- border-color: shade(@theme_selected_bg_color, 0.9);
- background-color: @theme_selected_bg_color;
- background-image: none;
- color: @theme_selected_fg_color;
-}
-
-GtkSwitch.trough:insensitive {
- border-color: shade(@theme_bg_color, 0.85);
- background-color: shade(@theme_bg_color, 0.9);
- background-image: none;
- color: mix(@theme_fg_color, @theme_bg_color, 0.5);
-}*/
-
-GtkSwitch {
- -GtkWidget-focus-line-width: 0;
- border-radius: 8px;
- padding: 0;
-}
-
-.menu GtkSwitch.trough,
-.toolbar.menubar GtkSwitch.trough,
-.primary-toolbar .toolbar GtkSwitch.trough,
-.primary-toolbar.toolbar GtkSwitch.trough,
-GtkSwitch.trough,
-GtkSwitch.trough:insensitive,
-GtkSwitch.trough:backdrop {
- border: none;
- border-image: none;
- background: none;
- color: transparent;
- box-shadow: none;
- background-image: url("assets/switch-off.svg");
- background-size: 44px 20px;
- background-position: center center;
- background-repeat: no-repeat;
- text-shadow: none;
-}
-
-GtkSwitch.trough {
- background-image: url("assets/switch-off.svg");
-}
-
-GtkSwitch.trough:active {
- background-image: url("assets/switch-on.svg");
-}
-
-GtkSwitch.trough:insensitive {
- background-image: url("assets/switch-off-disabled.svg");
-}
-
-GtkSwitch.trough:active:insensitive {
- background-image: url("assets/switch-on-disabled.svg");
-}
-
-.toolbar.menubar GtkSwitch.trough,
-.primary-toolbar .toolbar GtkSwitch.trough,
-.primary-toolbar.toolbar GtkSwitch.trough {
- background-image: url("assets/switch-dark-off.svg");
-}
-
-.toolbar.menubar GtkSwitch.trough:active,
-.primary-toolbar .toolbar GtkSwitch.trough:active,
-.primary-toolbar.toolbar GtkSwitch.trough:active {
- background-image: url("assets/switch-dark-on.svg");
-}
-
-.toolbar.menubar GtkSwitch.trough:insensitive,
-.primary-toolbar .toolbar GtkSwitch.trough:insensitive,
-.primary-toolbar.toolbar GtkSwitch.trough:insensitive {
- background-image: url("assets/switch-dark-off-disabled.svg");
-}
-
-.toolbar.menubar GtkSwitch.trough:active:insensitive,
-.primary-toolbar .toolbar GtkSwitch.trough:active:insensitive,
-.primary-toolbar.toolbar GtkSwitch.trough:active:insensitive {
- background-image: url("assets/switch-dark-on-disabled.svg");
-}
-
-GtkSwitch.slider {
- border: none;
- border-image: none;
- background: none;
- color: transparent;
- box-shadow: none;
-}
-
-/************
- * textview *
- ************/
-GtkTextView {
- background-color: @theme_base_color;
- color: @theme_text_color;
-}
-
-/*****************
- * color chooser *
- *****************/
-GtkColorSwatch,
-GtkColorSwatch:selected {
- border-width: 1px;
- border-style: solid;
- border-color: alpha(black, 0.1);
- border-radius: 0px;
- background-color: transparent;
- background-clip: border-box;
-}
-
-GtkColorSwatch:hover,
-GtkColorSwatch:selected:hover {
- border-color: alpha(black, 0.3);
-}
-
-GtkColorSwatch.color-dark:hover {
-}
-
-GtkColorSwatch.color-light:hover {
-}
-
-GtkColorSwatch.color-light:selected:hover,
-GtkColorSwatch.color-dark:selected:hover {
- background-image: none;
-}
-
-GtkColorSwatch.left,
-GtkColorSwatch:first-child {
- border-top-left-radius: 0px;
- border-bottom-left-radius: 0px;
-}
-
-GtkColorSwatch.right,
-GtkColorSwatch:last-child {
- border-top-right-radius: 0px;
- border-bottom-right-radius: 0px;
-}
-
-GtkColorSwatch:only-child {
- border-radius: 0px;
-}
-
-GtkColorSwatch.top {
- border-top-left-radius: 0px;
- border-top-right-radius: 0px;
-}
-
-GtkColorSwatch.bottom {
- border-bottom-left-radius: 0px;
- border-bottom-right-radius: 0px;
-}
-
-GtkColorChooserWidget #add-color-button {
- background-clip: padding-box;
- border-color: alpha(black, 0.1);
- background-color: shade(@theme_bg_color, 0.95);
- color: @theme_fg_color;
-}
-
-GtkColorChooserWidget #add-color-button:hover {
- border-color: alpha(black, 0.3);
- background-color: shade(@theme_bg_color, 0.90);
- color: @theme_fg_color;
-}
-
-.color-active-badge,
-.color-active-badge:selected {
- border-width: 1px;
- border-style: solid;
- border-width: 2px;
- background-color: transparent;
-}
-
-.color-active-badge.color-light,
-.color-active-badge.color-light:hover {
- border-color: alpha(black, 0.3);
- color: alpha(black, 0.3);
-}
-
-.color-active-badge.color-dark,
-.color-active-badge.color-dark:hover {
- border-color: alpha(white, 0.3);
- color: alpha(white, 0.3);
-}
-
-GtkColorEditor GtkColorSwatch {
- border-radius: 0px;
-}
-
-GtkColorEditor GtkColorSwatch.color-dark:hover,
-GtkColorEditor GtkColorSwatch.color-light:hover {
- background-image: none;
- border-color: alpha(black, 0.3);
-}
-
-GtkColorButton.button {
- padding: 2px;
-}
-
-/**************
- * header-bar *
- **************/
-.header-bar {
- padding: 4px;
- border-width: 0 0 1px 0;
- border-style: solid;
- border-color: shade(@titlebar_bg_color, 0.8);
- background-color: @titlebar_bg_color;
- background-image: none;
- color: @titlebar_fg_color;
-}
-
-.header-bar .button.text-button {
- padding: 4px;
-}
-
-.header-bar .button.image-button {
- padding: 6px;
-}
-
-.header-bar .title {
- font: bold;
- padding: 0 12px;
-}
-
-.header-bar .subtitle {
- font: smaller;
- padding: 0 12px;
-}
-
-.header-bar GtkComboBox,
-.header-bar .button {
- border-color: shade(@titlebar_bg_color, 0.8);
- background-color: shade(@titlebar_bg_color, 1.08);
- background-image: none;
- color: @titlebar_fg_color;
-}
-
-.header-bar .button:hover {
- border-color: shade(@titlebar_bg_color, 0.7);
- background-color: shade(@titlebar_bg_color, 1.10);
- background-image: none;
-}
-
-.header-bar .button:active {
- border-color: shade(@titlebar_bg_color, 0.8);
- background-color: shade(@titlebar_bg_color, 0.95);
- background-image: none;
-}
-
-.header-bar .button:active:hover {
- border-color: shade(@titlebar_bg_color, 0.7);
-}
-
-.header-bar .button:focus,
-.header-bar .button:hover:focus,
-.header-bar .button:active:focus,
-.header-bar .button:active:hover:focus {
- border-color: shade(@titlebar_bg_color, 0.7);
-}
-
-.header-bar .button:insensitive {
- border-color: shade(@titlebar_bg_color, 0.85);
- background-color: shade(@titlebar_bg_color, 0.9);
- background-image: none;
-}
-
-.header-bar .button:active *:insensitive {
- border-color: shade(@titlebar_bg_color, 0.75);
- background-color: shade(@titlebar_bg_color, 0.80);
- background-image: none;
-}
-
-.header-bar .entry {
- border-width: 1px;
- border-color: shade(@fg_color, 1.0);
-}
-
-.header-bar .entry:active,
-.header-bar .entry:focus {
- border-width: 1px;
- border-color: shade(@selected_fg_color, 1.0);
-}
-
-/***********
- * toolbar *
- ***********/
-.toolbar {
- padding: 4px;
- border-style: none;
- background-color: @toolbar_bg_color;
- background-image: none;
- color: @toolbar_fg_color;
-}
-
-.toolbar .button {
- padding: 2px;
-}
-
-.toolbar .button.text-button {
- padding: 2px 4px;
-}
-
-.toolbar .button.image-button {
- padding: 4px 3px 3px 4px;
-}
-
-.toolbar:insensitive {
- background-color: shade(@toolbar_bg_color, 0.9);
- color: mix(@toolbar_fg_color, @toolbar_bg_color, 0.5);
-}
-
-/* menubar toolbars */
-.toolbar.menubar {
- -GtkToolbar-button-relief: normal;
-}
-
-/*******************
- * primary-toolbar *
- *******************/
-.primary-toolbar,
-.primary-toolbar .toolbar,
-.primary-toolbar.toolbar {
- -GtkWidget-window-dragging: true;
-
- padding: 4px;
- border-width: 0;
- border-style: solid;
- border-color: shade(@toolbar_bg_color, 0.8);
- background-color: @toolbar_bg_color;
- background-image: none;
- color: @toolbar_fg_color;
-}
-
-.primary-toolbar GtkComboBox,
-.primary-toolbar .button {
- padding: 2px;
- border-width: 0;
- border-color: transparent;
- border-radius: 0px;
- background-color: transparent;
- background-image: none;
- color: @toolbar_fg_color;
-}
-
-.primary-toolbar .raised .button,
-.primary-toolbar .raised.button,
-.toolbar GtkComboBox,
-.toolbar .button {
- border-color: transparent;
- background-color: shade(@toolbar_bg_color, 1.08);
- background-image: none;
- color: @toolbar_fg_color;
-}
-
-.primary-toolbar .button:hover,
-.toolbar .button:hover {
- border-color: transparent;
- background-color: shade(@toolbar_bg_color, 1.10);
- background-image: none;
-}
-
-.primary-toolbar .button:active,
-.toolbar .button:active {
- border-color: shade(@selected_bg_color, 0.9);
- background-color: shade(@selected_bg_color, 1.1);
- background-image: none;
-}
-
-.primary-toolbar .button:checked {
- border-color: transparent;
- background-color: shade(@toolbar_bg_color, 0.95);
- background-image: none;
-}
-
-.primary-toolbar .button:active:hover,
-.toolbar .button:active:hover {
- border-color: transparent;
-}
-
-.primary-toolbar .button:focus,
-.primary-toolbar .button:hover:focus,
-.primary-toolbar .button:active:focus,
-.primary-toolbar .button:active:hover:focus,
-.toolbar .button:focus,
-.toolbar .button:hover:focus,
-.toolbar .button:active:focus,
-.toolbar .button:active:hover:focus {
- border-color: transparent;
-}
-
-.primary-toolbar .button:insensitive,
-.toolbar .button:insensitive {
- border-color: transparent;
- background-color: @toolbar_bg_color;
- background-image: none;
-}
-
-.primary-toolbar .button:active *:insensitive,
-.toolbar .button:active *:insensitive {
- border-color: transparent;
- background-color: shade(@toolbar_bg_color, 0.80);
- background-image: none;
-}
-
-.primary-toolbar .entry,
-.toolbar .entry {
- border-width: 1px;
- border-color: shade(@fg_color, 1.0);
-}
-
-.primary-toolbar .entry:active,
-.primary-toolbar .entry:focus,
-.toolbar .entry:active,
-.toolbar .entry:focus {
- border-width: 1px;
- border-color: shade(@selected_bg_color, 1.0);
-}
-
-/* inline-toolbar */
-.inline-toolbar.toolbar {
- -GtkToolbar-button-relief: normal;
-
- padding: 1px;
- border-width: 1px;
- border-style: solid;
- border-color: shade(@theme_bg_color, 1.4);
- border-radius: 0;
- background-color: @theme_bg_color;
- background-image: none;
-}
-
-.inline-toolbar.toolbar:last-child {
- border-width: 1px;
- border-color: shade(@theme_bg_color, 1.4);
- border-radius: 0;
-}
-
-.inline-toolbar.toolbar .button {
- padding: 1px;
- border-width: 1px;
- border-style: solid;
- border-color: shade(@theme_bg_color, 1.4);
- border-radius: 0;
- background-color: shade(@theme_bg_color, 1.08);
- background-image: none;
- color: @theme_fg_color;
-}
-
-.inline-toolbar.toolbar .button:hover {
- border-color: shade(@theme_bg_color, 0.7);
- background-color: shade(@theme_bg_color, 1.10);
- background-image: none;
-}
-
-.inline-toolbar.toolbar .button:active {
- border-color: shade(@theme_bg_color, 1.4);
- background-color: shade(@theme_bg_color, 0.95);
- background-image: none;
-}
-
-.inline-toolbar.toolbar .button:active:hover {
- border-color: shade(@theme_bg_color, 0.7);
-}
-
-.inline-toolbar.toolbar .button:focus,
-.inline-toolbar.toolbar .button:hover:focus,
-.inline-toolbar.toolbar .button:active:focus,
-.inline-toolbar.toolbar .button:active:hover:focus {
- border-color: shade(@theme_bg_color, 0.7);
-}
-
-.inline-toolbar.toolbar .button:insensitive,
-.inline-toolbar.toolbar GtkToolButton .button:insensitive {
- border-color: shade(@theme_bg_color, 0.85);
- background-color: shade(@theme_bg_color, 0.9);
- background-image: none;
-}
-
-.inline-toolbar.toolbar .button:active *:insensitive
-.inline-toolbar.toolbar GtkToolButton .button:active *:insensitive {
- border-color: shade(@theme_bg_color, 0.75);
- background-color: shade(@theme_bg_color, 0.80);
- background-image: none;
-}
-
-/******************
- * linked buttons *
- *****************/
-/* set up shadows for visual separation */
-.linked .button,
-.inline-toolbar.toolbar .button,
-.inline-toolbar.toolbar GtkToolButton .button,
-.inline-toolbar.toolbar GtkToolButton > .button {
- box-shadow: inset -1px 0 shade(@theme_bg_color, 0.9);
-}
-
-.linked .button:active,
-.inline-toolbar.toolbar .button:active,
-.inline-toolbar.toolbar GtkToolButton .button:active,
-.inline-toolbar.toolbar GtkToolButton > .button:active {
- box-shadow: inset -1px 0 shade(@theme_bg_color, 0.9),
- inset 1px 0 alpha(@dark_shadow, 0.07),
- inset 0 1px alpha(@dark_shadow, 0.08),
- inset 0 -1px alpha(@dark_shadow, 0.05);
-}
-
-.linked .button:insensitive,
-.inline-toolbar.toolbar .button:insensitive,
-.inline-toolbar.toolbar GtkToolButton .button:insensitive,
-.inline-toolbar.toolbar GtkToolButton > .button:insensitive {
- box-shadow: inset -1px 0 shade(@theme_bg_color, 0.85);
-}
-
-/* remove box shadow from last-child and only-child */
-.linked .button:last-child,
-.linked .button:only-child,
-.linked .button:insensitive:last-child,
-.linked .button:insensitive:only-child,
-.linked .button:active *:insensitive:last-child,
-.linked .button:active *:insensitive:only-child,
-.inline-toolbar.toolbar .button:last-child,
-.inline-toolbar.toolbar .button:only-child,
-.inline-toolbar.toolbar .button:insensitive:last-child,
-.inline-toolbar.toolbar .button:insensitive:only-child,
-.inline-toolbar.toolbar .button:active *:insensitive:last-child,
-.inline-toolbar.toolbar .button:active *:insensitive:only-child,
-.inline-toolbar.toolbar GtkToolButton:last-child > .button,
-.inline-toolbar.toolbar GtkToolButton:only-child > .button,
-.inline-toolbar.toolbar GtkToolButton:last-child > .button:insensitive,
-.inline-toolbar.toolbar GtkToolButton:only-child > .button:insensitive,
-.inline-toolbar.toolbar GtkToolButton:last-child > .button:active *:insensitive,
-.inline-toolbar.toolbar GtkToolButton:only-child > .button:active *:insensitive {
- box-shadow: none;
-}
-
-/* add back the inset shadow effect */
-.linked .button:active:last-child,
-.linked .button:active:only-child,
-.inline-toolbar.toolbar .button:active:last-child,
-.inline-toolbar.toolbar .button:active:only-child,
-.inline-toolbar.toolbar GtkToolButton:last-child > .button:active,
-.inline-toolbar.toolbar GtkToolButton:only-child > .button:active {
- box-shadow: inset 1px 0 alpha(@dark_shadow, 0.07),
- inset 0 1px alpha(@dark_shadow, 0.08),
- inset -1px 0 alpha(@dark_shadow, 0.07);
-}
-
-/* middle button */
-.linked .entry,
-.linked .button,
-.linked .button:active,
-.linked .button:active:hover,
-.linked .button:insensitive,
-.inline-toolbar.toolbar .button,
-.inline-toolbar.toolbar .button:active,
-.inline-toolbar.toolbar .button:insensitive,
-.inline-toolbar.toolbar GtkToolButton .button,
-.inline-toolbar.toolbar GtkToolButton .button:active,
-.inline-toolbar.toolbar GtkToolButton .button:insensitive {
- border-width: 1px;
- border-radius: 0;
- border-right-width: 0;
- border-left-width: 0;
-}
-
-/*leftmost button */
-.linked .entry:first-child,
-.linked .button:first-child,
-.linked .button:active:first-child,
-.linked .button:active:hover:first-child,
-.linked .button:insensitive:first-child,
-.inline-toolbar.toolbar .button:first-child,
-.inline-toolbar.toolbar .button:active:first-child,
-.inline-toolbar.toolbar .button:insensitive:first-child,
-.inline-toolbar.toolbar GtkToolButton:first-child .button,
-.inline-toolbar.toolbar GtkToolButton:first-child .button:active,
-.inline-toolbar.toolbar GtkToolButton:first-child .button:insensitive {
- border-width: 1px;
- border-radius: 0px;
- border-right-width: 0;
- border-bottom-right-radius: 0;
- border-top-right-radius: 0;
-}
-
-/* rightmost button */
-.linked .entry:last-child,
-.linked .button:last-child,
-.linked .button:active:last-child,
-.linked .button:active:hover:last-child,
-.linked .button:insensitive:last-child,
-.inline-toolbar.toolbar .button:last-child,
-.inline-toolbar.toolbar .button:active:last-child,
-.inline-toolbar.toolbar .button:insensitive:last-child,
-.inline-toolbar.toolbar GtkToolButton:last-child .button,
-.inline-toolbar.toolbar GtkToolButton:last-child .button:active,
-.inline-toolbar.toolbar GtkToolButton:last-child .button:insensitive {
- border-width: 1px;
- border-radius: 0px;
- border-left-width: 0;
- border-bottom-left-radius: 0;
- border-top-left-radius: 0;
-}
-
-/* linked single button */
-.linked .entry:only-child,
-.linked .button:only-child,
-.linked .button:active:only-child,
-.linked .button:active:hover:only-child,
-.linked .button:insensitive:only-child,
-.inline-toolbar.toolbar .button:only-child,
-.inline-toolbar.toolbar .button:active:only-child,
-.inline-toolbar.toolbar .button:insensitive:only-child,
-.inline-toolbar.toolbar GtkToolButton:only-child .button,
-.inline-toolbar.toolbar GtkToolButton:only-child .button:active,
-.inline-toolbar.toolbar GtkToolButton:only-child .button:insensitive {
- border-width: 1px;
- border-radius: 0px;
-}
-
-/* linked button shadows (vertical) */
-.linked.vertical .button,
-.inline-toolbar.toolbar.vertical .button,
-.inline-toolbar.toolbar.vertical GtkToolButton > .button {
- box-shadow: inset 0 -1px shade(@theme_bg_color, 0.9);
-}
-
-.linked.vertical .button:active,
-.inline-toolbar.toolbar.vertical .button:active,
-.inline-toolbar.toolbar.vertical GtkToolButton > .button:active {
- box-shadow: inset 0 -1px shade(@theme_bg_color, 0.9),
- inset 1px 0 alpha(@dark_shadow, 0.07),
- inset 0 1px alpha(@dark_shadow, 0.08),
- inset -1px 0 alpha(@dark_shadow, 0.07);
-}
-
-.linked.vertical .button:insensitive,
-.inline-toolbar.toolbar.vertical .button:insensitive,
-.inline-toolbar.toolbar.vertical GtkToolButton > .button:insensitive {
- box-shadow: inset 0 -1px shade(@theme_bg_color, 0.85);
-}
-
-/* remove box shadow from last-child and only-child */
-.linked.vertical .button:last-child,
-.linked.vertical .button:only-child,
-.linked.vertical .button:insensitive:last-child,
-.linked.vertical .button:insensitive:only-child,
-.linked.vertical .button:active *:insensitive:last-child,
-.linked.vertical .button:active *:insensitive:only-child,
-.inline-toolbar.toolbar.vertical .button:last-child,
-.inline-toolbar.toolbar.vertical .button:only-child,
-.inline-toolbar.toolbar.vertical .button:insensitive:last-child,
-.inline-toolbar.toolbar.vertical .button:insensitive:only-child,
-.inline-toolbar.toolbar.vertical .button:active *:insensitive:last-child,
-.inline-toolbar.toolbar.vertical .button:active *:insensitive:only-child,
-.inline-toolbar.toolbar.vertical GtkToolButton:last-child > .button,
-.inline-toolbar.toolbar.vertical GtkToolButton:only-child > .button,
-.inline-toolbar.toolbar.vertical GtkToolButton:last-child > .button:insensitive,
-.inline-toolbar.toolbar.vertical GtkToolButton:only-child > .button:insensitive,
-.inline-toolbar.toolbar.vertical GtkToolButton:last-child > .button:active *:insensitive,
-.inline-toolbar.toolbar.vertical GtkToolButton:only-child > .button:active *:insensitive {
- box-shadow: none;
-}
-
-/* add back the inset shadow effect */
-.linked.vertical .button:active:last-child,
-.linked.vertical .button:active:only-child,
-.inline-toolbar.toolbar.vertical .button:active:last-child,
-.inline-toolbar.toolbar.vertical .button:active:only-child,
-.inline-toolbar.toolbar.vertical GtkToolButton:last-child > .button:active,
-.inline-toolbar.toolbar.vertical GtkToolButton:only-child > .button:active {
- box-shadow: inset 1px 0 alpha(@dark_shadow, 0.07),
- inset 0 1px alpha(@dark_shadow, 0.08),
- inset -1px 0 alpha(@dark_shadow, 0.07);
-}
-
-/* middle button (vertical) */
-.linked.vertical .entry,
-.linked.vertical .button,
-.linked.vertical .button:active,
-.linked.vertical .button:active:hover,
-.linked.vertical .button:insensitive {
- border-width: 1px;
- border-radius: 0;
- border-top-width: 0;
- border-bottom-width: 0;
-}
-
-/* top button (vertical) */
-.linked.vertical .entry:first-child,
-.linked.vertical .button:first-child,
-.linked.vertical .button:active:first-child,
-.linked.vertical .button:active:hover:first-child,
-.linked.vertical .button:insensitive:first-child {
- border-width: 1px;
- border-radius: 0px;
- border-bottom-width: 0;
- border-bottom-right-radius: 0;
- border-bottom-left-radius: 0;
-}
-
-/* bottom button (vertical) */
-.linked.vertical .entry:last-child,
-.linked.vertical .button:last-child,
-.linked.vertical .button:active:last-child,
-.linked.vertical .button:active:hover:last-child,
-.linked.vertical .button:insensitive:last-child {
- border-width: 1px;
- border-radius: 0px;
- border-top-width: 0;
- border-top-left-radius: 0;
- border-top-right-radius: 0;
-}
-
-/* linked single button (vertical) */
-.linked.vertical .entry:only-child,
-.linked.vertical .button:only-child,
-.linked.vertical .button:active:only-child,
-.linked.vertical .button:active:hover:only-child,
-.linked.vertical .button:insensitive:only-child {
- border-width: 1px;
- border-radius: 0px;
-}
-
-/* linked toolbar buttons */
-.primary-toolbar .button.raised.linked,
-.primary-toolbar .raised.linked .button,
-.toolbar .button.raised.linked,
-.toolbar .raised.linked .button,
-.toolbar .linked .button {
- box-shadow: inset 0 0 shade(@toolbar_bg_color, 0.9);
-}
-
-.primary-toolbar .button.raised.linked:active,
-.primary-toolbar .raised.linked .button:active,
-.toolbar .button.raised.linked:active,
-.toolbar .raised.linked .button:active,
-.toolbar .linked .button:active {
- box-shadow: inset 0 0 shade(@toolbar_bg_color, 0.9),
- inset 0 0 alpha(@dark_shadow, 0.07),
- inset 0 0 alpha(@dark_shadow, 0.08),
- inset 0 0 alpha(@dark_shadow, 0.05);
-}
-
-.primary-toolbar .button.raised.linked:insensitive,
-.primary-toolbar .raised.linked .button:insensitive,
-.toolbar .button.raised.linked:insensitive,
-.toolbar .raised.linked .button:insensitive,
-.toolbar .linked .button:insensitive {
- box-shadow: inset 0 0 shade(@toolbar_bg_color, 0.85);
-}
-
-/* remove box shadow from last-child and only-child */
-.primary-toolbar .button.raised.linked:last-child,
-.primary-toolbar .button.raised.linked:only-child,
-.primary-toolbar .button:insensitive.raised.linked:last-child,
-.primary-toolbar .button:insensitive.raised.linked:only-child,
-.primary-toolbar .button:active *:insensitive.raised.linked:last-child,
-.primary-toolbar .button:active *:insensitive.raised.linked:only-child,
-.primary-toolbar .raised.linked .button:last-child,
-.primary-toolbar .raised.linked .button:only-child,
-.primary-toolbar .raised.linked .button:insensitive:last-child,
-.primary-toolbar .raised.linked .button:insensitive:only-child,
-.primary-toolbar .raised.linked .button:active *:insensitive:last-child,
-.primary-toolbar .raised.linked .button:active *:insensitive:only-child,
-.toolbar .button.raised.linked:last-child,
-.toolbar .button.raised.linked:only-child,
-.toolbar .button:insensitive.raised.linked:last-child,
-.toolbar .button:insensitive.raised.linked:only-child,
-.toolbar .button:active *:insensitive.raised.linked:last-child,
-.toolbar .button:active *:insensitive.raised.linked:only-child,
-.toolbar .raised.linked .button:last-child,
-.toolbar .raised.linked .button:only-child,
-.toolbar .raised.linked .button:insensitive:last-child,
-.toolbar .raised.linked .button:insensitive:only-child,
-.toolbar .raised.linked .button:active *:insensitive:last-child,
-.toolbar .raised.linked .button:active *:insensitive:only-child,
-.toolbar .linked .button:last-child,
-.toolbar .linked .button:only-child,
-.toolbar .linked .button:insensitive:last-child,
-.toolbar .linked .button:insensitive:only-child,
-.toolbar .linked .button:active *:insensitive:last-child,
-.toolbar .linked .button:active *:insensitive:only-child {
- box-shadow: none;
-}
-
-/* add back the inset shadow effect */
-.primary-toolbar .button:active.raised.linked:last-child,
-.primary-toolbar .button:active.raised.linked:only-child,
-.primary-toolbar .raised.linked .button:active:last-child,
-.primary-toolbar .raised.linked .button:active:only-child,
-.toolbar .button:active.raised.linked:last-child,
-.toolbar .button:active.raised.linked:only-child,
-.toolbar .raised.linked .button:active:last-child,
-.toolbar .raised.linked .button:active:only-child,
-.toolbar .linked .button:active:last-child,
-.toolbar .linked .button:active:only-child {
- box-shadow: inset 0 0 alpha(@dark_shadow, 0.07),
- inset 0 0 alpha(@dark_shadow, 0.08),
- inset 0 0 alpha(@dark_shadow, 0.07);
-}
-
-/* middle button */
-.primary-toolbar .button.raised.linked,
-.primary-toolbar .button.raised.linked:active,
-.primary-toolbar .button.raised.linked:insensitive,
-.primary-toolbar .raised.linked .button,
-.primary-toolbar .raised.linked .button:active,
-.primary-toolbar .raised.linked .button:insensitive,
-.toolbar .button.raised.linked,
-.toolbar .button.raised.linked:active,
-.toolbar .button.raised.linked:insensitive,
-.toolbar .raised.linked .button,
-.toolbar .raised.linked .button:active,
-.toolbar .raised.linked .button:insensitive,
-.toolbar .linked .button,
-.toolbar .linked .button:active,
-.toolbar .linked .button:insensitive {
- border-width: 1px;
- border-radius: 0;
- border-right-width: 0;
- border-left-width: 0;
-}
-
-/* leftmost button */
-.primary-toolbar .button.raised.linked:first-child,
-.primary-toolbar .button.raised.linked:active:first-child,
-.primary-toolbar .button.raised.linked:insensitive:first-child,
-.primary-toolbar .raised.linked .button:first-child,
-.primary-toolbar .raised.linked .button:active:first-child,
-.primary-toolbar .raised.linked .button:insensitive:first-child,
-.toolbar .button.raised.linked:first-child,
-.toolbar .button.raised.linked:active:first-child,
-.toolbar .button.raised.linked:insensitive:first-child,
-.toolbar .raised.linked .button:first-child,
-.toolbar .raised.linked .button:active:first-child,
-.toolbar .raised.linked .button:insensitive:first-child,
-.toolbar .linked .button:first-child,
-.toolbar .linked .button:active:first-child {
- border-width: 1px;
- border-radius: 0px;
- border-right-width: 0;
- border-bottom-right-radius: 0;
- border-top-right-radius: 0;
-}
-
-/* rightmost button */
-.primary-toolbar .button.raised.linked:last-child,
-.primary-toolbar .button.raised.linked:active:last-child,
-.primary-toolbar .button.raised.linked:insensitive:last-child,
-.primary-toolbar .raised.linked .button:last-child,
-.primary-toolbar .raised.linked .button:active:last-child,
-.primary-toolbar .raised.linked .button:insensitive:last-child,
-.toolbar .button.raised.linked:last-child,
-.toolbar .button.raised.linked:active:last-child,
-.toolbar .button.raised.linked:insensitive:last-child,
-.toolbar .raised.linked .button:last-child,
-.toolbar .raised.linked .button:active:last-child,
-.toolbar .raised.linked .button:insensitive:last-child,
-.toolbar .linked .button:last-child,
-.toolbar .linked .button:active:last-child,
-.toolbar .linked .button:insensitive:last-child {
- border-width: 1px;
- border-radius: 0px;
- border-left-width: 0;
- border-bottom-left-radius: 0;
- border-top-left-radius: 0;
-}
-
-/* linked single button */
-.primary-toolbar .button.raised.linked:only-child,
-.primary-toolbar .button.raised.linked:active:only-child,
-.primary-toolbar .button.raised.linked:insensitive:only-child,
-.primary-toolbar .raised.linked .button:only-child,
-.primary-toolbar .raised.linked .button:active:only-child,
-.primary-toolbar .raised.linked .button:insensitive:only-child,
-.toolbar .button.raised.linked:only-child,
-.toolbar .button.raised.linked:active:only-child,
-.toolbar .button.raised.linked:insensitive:only-child,
-.toolbar .raised.linked .button:only-child,
-.toolbar .raised.linked .button:active:only-child,
-.toolbar .raised.linked .button:insensitive:only-child,
-.toolbar .linked .button:only-child,
-.toolbar .linked .button:active:only-child,
-.toolbar .linked .button:insensitive:only-child {
- border-width: 1px;
- border-radius: 0px;
-}
-
-/* linked titlebar buttons */
-.header-bar .button.raised.linked,
-.header-bar .raised.linked .button,
-.header-bar .linked .button {
- box-shadow: inset -1px 0 shade(@titlebar_bg_color, 0.9);
-}
-
-.header-bar .button.raised.linked:active,
-.header-bar .raised.linked .button:active,
-.header-bar .linked .button:active {
- box-shadow: inset -1px 0 shade(@titlebar_bg_color, 0.9),
- inset 1px 0 alpha(@dark_shadow, 0.07),
- inset 0 1px alpha(@dark_shadow, 0.08),
- inset 0 -1px alpha(@dark_shadow, 0.05);
-}
-
-.header-bar .button.raised.linked:insensitive,
-.header-bar .raised.linked .button:insensitive,
-.header-bar .linked .button:insensitive {
- box-shadow: inset -1px 0 shade(@titlebar_bg_color, 0.85);
-}
-
-/* remove box shadow from last-child and only-child */
-.header-bar .button.raised.linked:last-child,
-.header-bar .button.raised.linked:only-child,
-.header-bar .button:insensitive.raised.linked:last-child,
-.header-bar .button:insensitive.raised.linked:only-child,
-.header-bar .button:active *:insensitive.raised.linked:last-child,
-.header-bar .button:active *:insensitive.raised.linked:only-child,
-.header-bar .raised.linked .button:last-child,
-.header-bar .raised.linked .button:only-child,
-.header-bar .raised.linked .button:insensitive:last-child,
-.header-bar .raised.linked .button:insensitive:only-child,
-.header-bar .raised.linked .button:active *:insensitive:last-child,
-.header-bar .raised.linked .button:active *:insensitive:only-child,
-.header-bar .linked .button:last-child,
-.header-bar .linked .button:only-child,
-.header-bar .linked .button:insensitive:last-child,
-.header-bar .linked .button:insensitive:only-child,
-.header-bar .linked .button:active *:insensitive:last-child,
-.header-bar .linked .button:active *:insensitive:only-child {
- box-shadow: none;
-}
-
-/* add back the inset shadow effect */
-.header-bar .button:active.raised.linked:last-child,
-.header-bar .button:active.raised.linked:only-child,
-.header-bar .raised.linked .button:active:last-child,
-.header-bar .raised.linked .button:active:only-child,
-.header-bar .linked .button:active:last-child,
-.header-bar .linked .button:active:only-child {
- box-shadow: inset 1px 0 alpha(@dark_shadow, 0.07),
- inset 0 1px alpha(@dark_shadow, 0.08),
- inset -1px 0 alpha(@dark_shadow, 0.07);
-}
-
-/* middle button */
-.header-bar .button.raised.linked,
-.header-bar .button.raised.linked:active,
-.header-bar .button.raised.linked:insensitive,
-.header-bar .raised.linked .button,
-.header-bar .raised.linked .button:active,
-.header-bar .raised.linked .button:insensitive,
-.header-bar .linked .button,
-.header-bar .linked .button:active,
-.header-bar .linked .button:insensitive {
- border-width: 1px;
- border-radius: 0;
- border-right-width: 0;
- border-left-width: 0;
-}
-
-/* leftmost button */
-.header-bar .button.raised.linked:first-child,
-.header-bar .button.raised.linked:active:first-child,
-.header-bar .button.raised.linked:insensitive:first-child,
-.header-bar .raised.linked .button:first-child,
-.header-bar .raised.linked .button:active:first-child,
-.header-bar .raised.linked .button:insensitive:first-child,
-.header-bar .linked .button:first-child,
-.header-bar .linked .button:active:first-child,
-.header-bar .linked .button:insensitive:first-child {
- border-width: 1px;
- border-radius: 0px;
- border-right-width: 0;
- border-bottom-right-radius: 0;
- border-top-right-radius: 0;
-}
-
-/* rightmost button */
-.header-bar .button.raised.linked:last-child,
-.header-bar .button.raised.linked:active:last-child,
-.header-bar .button.raised.linked:insensitive:last-child,
-.header-bar .raised.linked .button:last-child,
-.header-bar .raised.linked .button:active:last-child,
-.header-bar .raised.linked .button:insensitive:last-child,
-.header-bar .linked .button:last-child,
-.header-bar .linked .button:active:last-child,
-.header-bar .linked .button:insensitive:last-child {
- border-width: 1px;
- border-radius: 0px;
- border-left-width: 0;
- border-bottom-left-radius: 0;
- border-top-left-radius: 0;
-}
-
-/* linked single button */
-.header-bar .button.raised.linked:only-child,
-.header-bar .button.raised.linked:active:only-child,
-.header-bar .button.raised.linked:insensitive:only-child,
-.header-bar .raised.linked .button:only-child,
-.header-bar .raised.linked .button:active:only-child,
-.header-bar .raised.linked .button:insensitive:only-child,
-.header-bar .linked .button:only-child,
-.header-bar .linked .button:active:only-child,
-.header-bar .linked .button:insensitive:only-child {
- border-width: 1px;
- border-radius: 0px;
-}
-
-/***********
- * tooltip *
- ***********/
-.tooltip {
- border-width: 1px;
- border-style: solid;
- border-color: shade(@theme_tooltip_bg_color, 0.8);
- border-radius: 0px;
- background-color: @theme_tooltip_bg_color;
- background-image: none;
- color: @theme_tooltip_fg_color;
-}
-
-.tooltip * {
- background-color: transparent;
-}
-
-/************
- * treeview *
- ************/
-GtkTreeView {
- -GtkTreeView-vertical-separator: 0;
- -GtkWidget-focus-line-width: 1;
- -GtkWidget-focus-padding: 1;
-}
-
-GtkTreeView.dnd {
- border-width: 1px;
- border-style: solid;
- border-color: @theme_selected_bg_color;
- border-radius: 0;
-}
-
-GtkTreeView .entry {
- padding: 0 6px;
- border-radius: 0;
- background-color: @theme_base_color;
- background-image: none;
-}
-
-/************
- * viewport *
- ************/
-GtkViewport.frame {
- border-width: 0;
-}
-
-.view {
- background-color: @theme_base_color;
- color: @theme_text_color;
-}
-
-.view:insensitive,
-.view:insensitive:insensitive {
- background-color: shade(@theme_base_color, 0.9);
- color: mix(@theme_fg_color, @theme_bg_color, 0.5);
-}
-
-.view:selected,
-.view:selected:focus {
- background-color: @theme_selected_bg_color;
- color: @theme_selected_fg_color;
-}
-
-/**************
- * action-bar *
- **************/
-.action-bar {
- padding: 4px;
- border-width: 1px 0 0 0;
- border-style: solid;
- border-color: shade(@theme_bg_color, 1.4);
- background-color: @theme_bg_color;
- background-image: none;
- color: @theme_fg_color;
-}
-
-.action-bar .button.text-button {
- padding: 4px;
-}
-
-.action-bar .button.image-button {
- padding: 6px;
-}
-
-.action-bar .title {
- font: bold;
- padding: 0 12px;
-}
-
-.action-bar .subtitle {
- font: smaller;
- padding: 0 12px;
-}
-
-/***************
- * search bars *
- ***************/
-.search-bar {
- border-width: 0 0 1px 0;
- border-style: solid;
- border-color: shade(@theme_bg_color, 1.4);
- background-color: shade(@theme_bg_color, 0.98);
-}
-
-.search-bar .button.close-button {
- padding: 4px;
-}
-
-/********************
- * various choosers *
- ********************/
-GtkFontButton .separator,
-GtkFileChooserButton .separator {
- /* always disable separators */
- -GtkWidget-wide-separators: true;
- -GtkWidget-horizontal-separator: 0;
- -GtkWidget-vertical-separator: 0;
-}
-
-GtkFontButton GtkLabel:last-child {
- color: alpha(currentColor, 0.7);
-}
-
-GtkFileChooserButton GtkImage:last-child {
- color: alpha(currentColor, 0.7);
-}
-
-/*********************
- * app notifications *
- *********************/
-.app-notification {
- border-style: solid;
- border-color: shade(@theme_base_color, 1.4);
- border-width: 0 1px 1px 1px;
- border-radius: 0 0 0px 0px;
- padding: 8px;
- background-color: @theme_base_color;
- background-image: none;
- color: @theme_text_color;
-}
-
-/*******
- * osd *
- *******/
-.background.osd {
- color: @osd_fg;
- background-color: @osd_bg;
-}
-
-GtkOverlay.osd {
- background-color: transparent;
-}
-
-.osd.frame {
- background-clip: border-box;
- background-origin: border-box;
-}
-
-.osd.button,
-.osd .button {
- padding: 4px;
- border-width: 1px;
- border-style: solid;
- border-color: shade(@osd_bg, 0.8);
- border-radius: 0px;
- background-color: shade(@osd_bg, 1.08);
- background-image: none;
- color: @osd_fg;
-}
-
-.osd.button:prelight,
-.osd.button:hover,
-.osd .button:hover {
- border-color: shade(@osd_bg, 0.7);
- background-color: shade(@osd_bg, 1.10);
- background-image: none;
-}
-
-.osd.button:active,
-.osd .button:active,
-.osd GtkMenuButton.button:active {
- border-color: shade(@osd_bg, 0.8);
- background-color: shade(@osd_bg, 0.95);
- background-image: none;
-}
-
-.osd.button:active:hover,
-.osd .button:active:hover,
-.osd GtkMenuButton.button:active:hover {
- border-color: shade(@osd_bg, 0.7);
-}
-
-.osd.button:insensitive,
-.osd .button:insensitive {
- border-color: shade(@osd_bg, 0.85);
- background-color: shade(@osd_bg, 0.9);
- background-image: none;
-}
-
-.osd.button:active *:insensitive,
-.osd .button:active *:insensitive {
- background-color: shade(@osd_bg, 0.80);
- background-image: none;
-}
-
-.osd.toolbar {
- -GtkToolbar-button-relief: normal;
-
- padding: 4px;
- border-width: 1px;
- border-style: solid;
- border-radius: 0px;
- border-color: shade(@osd_bg, 0.8);
- background-color: @osd_bg;
- background-image: none;
- color: @osd_fg;
-}
-
-.osd.toolbar .button {
- padding: 4px;
- border-width: 1px;
- border-style: solid;
- border-color: shade(@osd_bg, 0.8);
- border-radius: 0px;
- background-color: shade(@osd_bg, 1.08);
- background-image: none;
- color: @osd_fg;
-}
-
-.osd.toolbar .button:hover {
- border-color: shade(@osd_bg, 0.7);
- background-color: shade(@osd_bg, 1.10);
- background-image: none;
-}
-
-.osd.toolbar .button:active {
- border-color: shade(@osd_bg, 0.8);
- background-color: shade(@osd_bg, 0.95);
- background-image: none;
-}
-
-.osd.toolbar .button:active:hover {
- border-color: shade(@osd_bg, 0.7);
-}
-
-.osd.toolbar .button:focus,
-.osd.toolbar .button:hover:focus,
-.osd.toolbar .button:active:focus,
-.osd.toolbar .button:active:hover:focus {
- border-color: shade(@osd_bg, 0.7);
-}
-
-.osd.toolbar .button:insensitive {
- border-color: shade(@osd_bg, 0.85);
- background-color: shade(@osd_bg, 0.9);
- background-image: none;
-}
-
-.osd.toolbar .button:active *:insensitive {
- border-color: shade(@osd_bg, 0.75);
- background-color: shade(@osd_bg, 0.80);
- background-image: none;
-}
-
-.osd.toolbar .button:first-child {
- border-radius: 0px 0 0 0px;
- border-width: 1px 0 1px 1px;
- box-shadow: inset -1px 0 shade(@osd_bg, 0.9);
-}
-
-.osd.toolbar .button:last-child {
- box-shadow: none;
- border-radius: 0 0px 0px 0;
- border-width: 1px 1px 1px 0;
-}
-
-.osd.toolbar .button:only-child,
-.osd.toolbar GtkToolButton .button,
-.osd.toolbar GtkToolButton:only-child .button,
-.osd.toolbar GtkToolButton:last-child .button,
-.osd.toolbar GtkToolButton:first-child .button {
- border-width: 1px;
- border-radius: 0px;
- border-style: solid;
-}
-
-.osd.toolbar .separator {
- color: shade(@osd_bg, 0.9);
-}
-
-/* used by gnome-settings-daemon's media-keys OSD */
-.osd.trough {
- background-color: shade(@osd_bg, 0.8);
-}
-
-.osd.progressbar {
- background-color: @osd_fg;
-}
-
-.osd .scale.slider {
- background-color: shade(@osd_bg, 1.08);
- background-image: none;
- /* we will draw the border using box shadow for now */
- box-shadow: inset 1px 0 shade(@osd_bg, 0.8),
- inset 0 1px shade(@osd_bg, 0.8),
- inset -1px 0 shade(@osd_bg, 0.8),
- inset 0 -1px shade(@osd_bg, 0.8);
-}
-
-.osd .scale.slider:hover {
- box-shadow: inset 1px 0 shade(@osd_bg, 0.7),
- inset 0 1px shade(@osd_bg, 0.7),
- inset -1px 0 shade(@osd_bg, 0.7),
- inset 0 -1px shade(@osd_bg, 0.7);
-}
-
-.osd .scale.slider:insensitive {
- background-color: shade(@osd_bg, 0.9);
- background-image: none;
- box-shadow: inset 1px 0 shade(@osd_bg, 0.85),
- inset 0 1px shade(@osd_bg, 0.85),
- inset -1px 0 shade(@osd_bg, 0.85),
- inset 0 -1px shade(@osd_bg, 0.85);
-}
-
-.osd .scale.trough {
- border-color: shade(@osd_bg, 0.8);
- background-color: shade(@osd_bg, 1.08);
- background-image: none;
-}
-
-.osd .scale.trough.highlight {
- border-color: @theme_selected_bg_color;
- background-color: @theme_selected_bg_color;
- background-image: none;
-}
-
-.osd .scale.trough:insensitive,
-.osd .scale.trough.highlight:insensitive {
- border-color: shade(@osd_bg, 0.85);
- background-color: shade(@osd_bg, 0.9);
- background-image: none;
-}
-
-.osd GtkProgressBar,
-GtkProgressBar.osd {
- -GtkProgressBar-xspacing: 0;
- -GtkProgressBar-yspacing: 2px;
- -GtkProgressBar-min-horizontal-bar-height: 2px;
-
- padding: 0;
-}
-
-.osd GtkProgressBar.trough,
-GtkProgressBar.osd.trough {
- padding: 0;
- border-style: none;
- border-radius: 0;
- background-image: none;
- background-color: transparent;
-}
-
-.osd GtkProgressBar.progressbar,
-GtkProgressBar.osd.progressbar {
- border-style: none;
- border-radius: 0;
- background-color: @progressbar_color;
- background-image: none;
-}
-
-.osd .view,
-.osd.view {
- background-color: @osd_base;
-}
-
-.osd .scrollbar.trough {
- background-color: @osd_bg;
-}
-
-.osd .scrollbar.slider {
- border-width: 1px;
- border-color: mix(shade(@osd_base, 1.2), @osd_fg, 0.21);
- border-radius: 0;
- background-color: mix(@osd_base, @osd_fg, 0.21);
-}
-
-.osd .scrollbar.slider:hover {
- border-color: mix(shade(@osd_base, 1.6), @osd_fg, 0.31);
- background-color: mix(@osd_base, @osd_fg, 0.31);
-}
-
-.osd .scrollbar.slider:active {
- border-color: shade(@theme_bg_color, 1.4);
- background-color: @theme_bg_color;
-}
-
-.osd GtkIconView.cell:selected,
-.osd GtkIconView.cell:selected:focus {
- background-color: transparent;
- border-style: solid;
- border-radius: 0px;
- border-width: 3px;
- border-color: @osd_fg;
- outline-color: transparent;
-}
-
-/* used by Documents */
-.osd .page-thumbnail {
- border-style: solid;
- border-width: 1px;
- border-color: shade(@osd_bg, 0.9);
- /* when there's no pixbuf yet */
- background-color: @osd_bg;
-}
-
-/******************************
- * destructive action buttons *
- ******************************/
-.destructive-action.button {
- border-width: 1px;
- border-style: solid;
- border-color: shade(@error_color, 0.8);
- border-radius: 0px;
- background-color: @error_color;
- background-image: none;
- color: mix(@theme_selected_fg_color, @error_color, 0.1);
-}
-
-.destructive-action.button:hover {
- border-color: shade(@error_color, 0.7);
- background-color: shade(@error_color, 1.12);
- background-image: none;
-}
-
-.destructive-action.button:active {
- border-color: shade(@error_color, 0.8);
- background-color: shade(@error_color, 0.87);
- background-image: none;
-}
-
-.destructive-action.button:hover:active {
- border-color: shade(@error_color, 0.7);
-}
-
-/******************************
- * suggested action buttons *
- ******************************/
-.suggested-action.button {
- border-width: 1px;
- border-style: solid;
- border-color: shade(@theme_selected_bg_color, 0.9);
- border-radius: 0px;
- background-color: shade(@theme_selected_bg_color, 1.18);
- background-image: none;
- color: mix(@theme_selected_fg_color, @theme_selected_bg_color, 0.1);
-}
-
-.suggested-action.button:hover {
- border-color: shade(@theme_selected_bg_color, 0.8);
- background-color: shade(@theme_selected_bg_color, 1.20);
- background-image: none;
-}
-
-.suggested-action.button:active {
- border-color: shade(@theme_selected_bg_color, 0.9);
- background-color: shade(@theme_selected_bg_color, 1.05);
- background-image: none;
-}
-
-.suggested-action.button:hover:active {
- border-color: shade(@theme_selected_bg_color, 0.8);
-}
-
-/******************
- * selection mode *
- ******************/
-.selection-mode.header-bar,
-.selection-mode.toolbar {
- border-style: solid;
- border-color: @theme_selected_bg_color;
- background-color: shade(@theme_selected_bg_color, 1.6);
- background-image: none;
- color: @theme_selected_bg_color;
-}
-
-.selection-mode.header-bar {
- border-top-color: shade(@theme_selected_bg_color, 1.6);
- border-bottom-color: @theme_selected_bg_color;
-}
-
-.selection-mode.toolbar {
- padding: 4px;
-}
-
-/* regular button */
-.selection-mode.header-bar .button,
-.selection-mode.toolbar .button,
-.selection-mode.toolbar GtkToolButton .button {
- border-width: 1px;
- border-style: solid;
- border-color: @theme_selected_bg_color;
- border-radius: 0px;
- background-color: shade(@theme_selected_bg_color, 1.68);
- background-image: none;
- color: shade(@theme_selected_bg_color, 0.8);
-}
-
-.selection-mode.header-bar .button:hover,
-.selection-mode.toolbar .button:hover,
-.selection-mode.toolbar GtkToolButton .button:hover {
- border-color: shade(@theme_selected_bg_color, 0.9);
- background-color: shade(@theme_selected_bg_color, 1.70);
- background-image: none;
-}
-
-.selection-mode.header-bar .button:active,
-.selection-mode.toolbar .button:active,
-.selection-mode.toolbar GtkToolButton .button:active {
- border-color: shade(@theme_selected_bg_color, 0.9);
- background-color: shade(@theme_selected_bg_color, 1.55);
- background-image: none;
-}
-
-.selection-mode.header-bar .button:hover:active,
-.selection-mode.toolbar .button:hover:active,
-.selection-mode.toolbar GtkToolButton .button:hover:active {
- border-color: shade(@theme_selected_bg_color, 0.8);
-}
-
-/* suggested button */
-.selection-mode.header-bar .suggested-action.button,
-.selection-mode.toolbar .suggested-action.button,
-.selection-mode.toolbar GtkToolButton.suggested-action .button {
- border-width: 1px;
- border-style: solid;
- border-color: shade(@theme_selected_bg_color, 0.9);
- border-radius: 0px;
- background-color: shade(@theme_selected_bg_color, 1.18);
- background-image: none;
- color: mix(@theme_selected_fg_color, @theme_selected_bg_color, 0.1);
-}
-
-.selection-mode.header-bar .suggested-action.button:hover,
-.selection-mode.toolbar .suggested-action.button:hover,
-.selection-mode.toolbar GtkToolButton.suggested-action .button:hover {
- border-color: shade(@theme_selected_bg_color, 0.8);
- background-color: shade(@theme_selected_bg_color, 1.20);
- background-image: none;
-}
-
-.selection-mode.header-bar .suggested-action.button:active,
-.selection-mode.toolbar .suggested-action.button:active,
-.selection-mode.toolbar GtkToolButton.suggested-action:active {
- border-color: shade(@theme_selected_bg_color, 0.9);
- background-color: shade(@theme_selected_bg_color, 1.05);
- background-image: none;
-}
-
-.selection-mode.header-bar .suggested-action.button:hover:active,
-.selection-mode.toolbar .suggested-action.button:hover:active,
-.selection-mode.toolbar GtkToolButton.suggested-action .button:hover:active {
- border-color: shade(@theme_selected_bg_color, 0.8);
-}
-
-/* menu button */
-.selection-mode.header-bar .selection-menu.button,
-.selection-mode.toolbar .selection-menu.button {
- border-style: none;
- background-color: transparent;
- background-image: none;
- color: shade(@theme_selected_bg_color, 0.8);
-}
-
-.selection-mode.toolbar .dim-label,
-.selection-mode.toolbar .selection-menu.button .dim-label {
- color: shade(@theme_selected_bg_color, 0.7);
-}
-
-.selection-mode.header-bar .selection-menu.button:hover,
-.selection-mode.toolbar .dim-label:hover,
-.selection-mode.toolbar .selection-menu.button:hover,
-.selection-mode.toolbar .selection-menu.button .dim-label:hover {
- color: shade(@theme_selected_bg_color, 0.7);
-}
-
-.selection-mode.header-bar .selection-menu.button:active,
-.selection-mode.toolbar .selection-menu.button:active {
- color: shade(@theme_selected_bg_color, 0.8);
- box-shadow: none;
-}
-
-/*************************
- * touch text selections *
- *************************/
-GtkBubbleWindow {
- border-radius: 0px;
- background-clip: border-box;
-}
-
-GtkBubbleWindow.osd.background {
- background-color: @osd_bg;
-}
-
-GtkBubbleWindow .toolbar {
- background-color: transparent;
-}
-
-/*******
- * CSD *
- *******/
-.titlebar {
- border-radius: 0 0 0 0;
- background-color: @titlebar_bg_color;
- background-image: none;
- color: mix(@titlebar_fg_color, @titlebar_bg_color, 0.1);
- text-shadow: none;
-}
-
-.titlebar.default-decoration {
- border: none;
- box-shadow: none;
-}
-
-.tiled .titlebar {
- border-radius: 0;
-}
-
-.maximized .titlebar {
- border-radius: 0;
-}
-
-/* this is the default titlebar that is added by GTK
- * when client-side decorations are in use and the application
- * did not set a custom titlebar.
- */
-.titlebar.default-decoration {
- border: none;
- box-shadow: none;
-}
-
-.titlebar .title {
- font: bold;
-}
-
-.titlebar:backdrop {
- background-image: none;
- background-color: @titlebar_bg_color;
- color: mix(@titlebar_fg_color, @titlebar_bg_color, 0.4);
- text-shadow: none;
-}
-
-.titlebar .titlebutton {
- padding: 2px;
- border-style: none;
- background: none;
- color: @theme_selected_bg_color;
- icon-shadow: none;
-}
-
-.titlebar .titlebutton:hover,
-.titlebar .titlebutton:hover:focus {
- background: none;
- color: @theme_selected_bg_color;
-}
-
-.titlebar .titlebutton:active,
-.titlebar .titlebutton:active:hover {
- background: none;
- color: @theme_selected_bg_color;
- box-shadow: none;
-}
-
-/*
-.titlebar .right .titlebutton:first-child {
- border-left: 1px solid shade(@titlebar_bg_color, 0.9);
-}
-
-.titlebar .right .titlebutton:last-child {
-}
-
-.titlebar .left .titlebutton:last-child {
- border-right: 1px solid shade(@titlebar_bg_color, 0.9);
-}
-
-.titlebar .left .titlebutton:first-child {
-}
-*/
-
-.titlebar .titlebutton:backdrop {
- background-image: none;
- color: mix(@titlebar_fg_color, @titlebar_bg_color, 0.4);
- icon-shadow: none;
-}
-
-.window-frame {
- border-style: none;
- border-radius: 0;
- box-shadow: 0 3px 7px 1px alpha(black, 0.7),
- 0 0 0 1px mix(shade(@titlebar_bg_color, 0.7), @titlebar_fg_color, 0.21);
-
- /* this is used for the resize cursor area */
- margin: 10px;
-}
-
-.window-frame.tiled {
- border-radius: 0;
-}
-
-.window-frame:backdrop {
- box-shadow: 0 6px 6px 1px alpha(black, 0.5),
- 0 0 0 1px mix(shade(@titlebar_bg_color, 0.7), @titlebar_fg_color, 0.12);
-}
-
-/* Server-side decoration (SSD) */
-.window-frame.ssd {
- border-radius: 0 0 0 0;
- box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.18);
-}
-
-.window-frame.ssd,
-.window-frame.ssd:backdrop {
- background-color: @titlebar_bg_color;
-}
-
-/* Client-side Decorations (CSD)*/
-.window-frame.csd.tooltip {
- border-radius: 0;
- box-shadow: none;
-}
-
-.window-frame.csd.message-dialog {
- border-radius: 0;
- box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.13);
-}
-
-.window-frame.solid-csd {
- border: solid 1px shade(@bg_color, 0.8);
- border-radius: 0;
- margin: 2px;
- background-color: @titlebar_bg_color;
- box-shadow: none;
-}
-
-/**************
- * over under *
- **************/
-
-/* these elements MUST be hidden, otherwise scrolling pages will have
- * missing chunks */
-
-.overshoot.top {
- background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(64, 128, 251, 0.2)), to(rgba(64, 128, 251, 0)));
- background-size: 100% 60%;
- background-repeat: no-repeat;
- background-position: center top;
- background-color: transparent;
- border: none;
- box-shadow: none; }
-.overshoot.bottom {
- background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(64, 128, 251, 0.2)), to(rgba(64, 128, 251, 0)));
- background-size: 100% 60%;
- background-repeat: no-repeat;
- background-position: center bottom;
- background-color: transparent;
- border: none;
- box-shadow: none; }
-.overshoot.left {
- background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(64, 128, 251, 0.2)), to(rgba(64, 128, 251, 0)));
- background-size: 60% 100%;
- background-repeat: no-repeat;
- background-position: left center;
- background-color: transparent;
- border: none;
- box-shadow: none; }
-.overshoot.right {
- background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(64, 128, 251, 0.2)), to(rgba(64, 128, 251, 0)));
- background-size: 60% 100%;
- background-repeat: no-repeat;
- background-position: right center;
- background-color: transparent;
- border: none;
- box-shadow: none; }
-
-.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; }
-.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; }
-.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; }
-.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; }
-
-.overlay-bar {
- background-color: rgba(0, 0, 0, 0.8);
- border-radius: 4px;
- padding: 3px 6px;
- margin: 3px; }
- .overlay-bar GtkLabel {
- color: @tooltip_fg_color; }
diff --git a/B00merang Blackout/index.theme b/B00merang Blackout/index.theme
deleted file mode 100755
index 236d705..0000000
--- a/B00merang Blackout/index.theme
+++ /dev/null
@@ -1,12 +0,0 @@
-[Desktop Entry]
-Type=X-GNOME-Metatheme
-Name=B00merang Blackout
-Comment=VERY dark theme; may be used for high contrast
-Comment=Author : Christian Medel (Elbullazul)
-Version=v0.3
-Encoding=UTF-8
-
-[X-GNOME-Metatheme]
-GtkTheme=B00merang Blackout
-MetacityTheme=B00merang Blackout
-ButtonLayout=:minimize,maximize,close
diff --git a/B00merang Blackout/metacity-1/close-focused-active.png b/B00merang Blackout/metacity-1/close-focused-active.png
deleted file mode 100755
index be029c6..0000000
Binary files a/B00merang Blackout/metacity-1/close-focused-active.png and /dev/null differ
diff --git a/B00merang Blackout/metacity-1/close-focused-normal.png b/B00merang Blackout/metacity-1/close-focused-normal.png
deleted file mode 100755
index be029c6..0000000
Binary files a/B00merang Blackout/metacity-1/close-focused-normal.png and /dev/null differ
diff --git a/B00merang Blackout/metacity-1/close-focused-pressed.png b/B00merang Blackout/metacity-1/close-focused-pressed.png
deleted file mode 100755
index f6a59b1..0000000
Binary files a/B00merang Blackout/metacity-1/close-focused-pressed.png and /dev/null differ
diff --git a/B00merang Blackout/metacity-1/close-unfocused-normal.png b/B00merang Blackout/metacity-1/close-unfocused-normal.png
deleted file mode 100755
index 5dfd1b1..0000000
Binary files a/B00merang Blackout/metacity-1/close-unfocused-normal.png and /dev/null differ
diff --git a/B00merang Blackout/metacity-1/maximize-focused-active.png b/B00merang Blackout/metacity-1/maximize-focused-active.png
deleted file mode 100755
index 1d82384..0000000
Binary files a/B00merang Blackout/metacity-1/maximize-focused-active.png and /dev/null differ
diff --git a/B00merang Blackout/metacity-1/maximize-focused-normal.png b/B00merang Blackout/metacity-1/maximize-focused-normal.png
deleted file mode 100755
index ee14b39..0000000
Binary files a/B00merang Blackout/metacity-1/maximize-focused-normal.png and /dev/null differ
diff --git a/B00merang Blackout/metacity-1/maximize-focused-pressed.png b/B00merang Blackout/metacity-1/maximize-focused-pressed.png
deleted file mode 100755
index 5279c25..0000000
Binary files a/B00merang Blackout/metacity-1/maximize-focused-pressed.png and /dev/null differ
diff --git a/B00merang Blackout/metacity-1/maximize-unfocused-normal.png b/B00merang Blackout/metacity-1/maximize-unfocused-normal.png
deleted file mode 100755
index 257ad2e..0000000
Binary files a/B00merang Blackout/metacity-1/maximize-unfocused-normal.png and /dev/null differ
diff --git a/B00merang Blackout/metacity-1/menu-pressed.png b/B00merang Blackout/metacity-1/menu-pressed.png
deleted file mode 100755
index 4f070eb..0000000
Binary files a/B00merang Blackout/metacity-1/menu-pressed.png and /dev/null differ
diff --git a/B00merang Blackout/metacity-1/menu.png b/B00merang Blackout/metacity-1/menu.png
deleted file mode 100755
index bddca8e..0000000
Binary files a/B00merang Blackout/metacity-1/menu.png and /dev/null differ
diff --git a/B00merang Blackout/metacity-1/minimize-focused-active.png b/B00merang Blackout/metacity-1/minimize-focused-active.png
deleted file mode 100755
index b435b4d..0000000
Binary files a/B00merang Blackout/metacity-1/minimize-focused-active.png and /dev/null differ
diff --git a/B00merang Blackout/metacity-1/minimize-focused-normal.png b/B00merang Blackout/metacity-1/minimize-focused-normal.png
deleted file mode 100755
index 8fecfbc..0000000
Binary files a/B00merang Blackout/metacity-1/minimize-focused-normal.png and /dev/null differ
diff --git a/B00merang Blackout/metacity-1/minimize-focused-pressed.png b/B00merang Blackout/metacity-1/minimize-focused-pressed.png
deleted file mode 100755
index 0029d81..0000000
Binary files a/B00merang Blackout/metacity-1/minimize-focused-pressed.png and /dev/null differ
diff --git a/B00merang Blackout/metacity-1/minimize-unfocused-normal.png b/B00merang Blackout/metacity-1/minimize-unfocused-normal.png
deleted file mode 100755
index 7cf1c22..0000000
Binary files a/B00merang Blackout/metacity-1/minimize-unfocused-normal.png and /dev/null differ
diff --git a/B00merang Blackout/metacity-1/restore-focused-active.png b/B00merang Blackout/metacity-1/restore-focused-active.png
deleted file mode 100755
index c5d210a..0000000
Binary files a/B00merang Blackout/metacity-1/restore-focused-active.png and /dev/null differ
diff --git a/B00merang Blackout/metacity-1/restore-focused-normal.png b/B00merang Blackout/metacity-1/restore-focused-normal.png
deleted file mode 100755
index 6068f71..0000000
Binary files a/B00merang Blackout/metacity-1/restore-focused-normal.png and /dev/null differ
diff --git a/B00merang Blackout/metacity-1/restore-focused-pressed.png b/B00merang Blackout/metacity-1/restore-focused-pressed.png
deleted file mode 100755
index f236c93..0000000
Binary files a/B00merang Blackout/metacity-1/restore-focused-pressed.png and /dev/null differ
diff --git a/B00merang Blackout/metacity-1/restore-unfocused-normal.png b/B00merang Blackout/metacity-1/restore-unfocused-normal.png
deleted file mode 100755
index 81168ed..0000000
Binary files a/B00merang Blackout/metacity-1/restore-unfocused-normal.png and /dev/null differ
diff --git a/B00merang Blackout/metacity-1/thumbnail.png b/B00merang Blackout/metacity-1/thumbnail.png
deleted file mode 100755
index f8e8b5a..0000000
Binary files a/B00merang Blackout/metacity-1/thumbnail.png and /dev/null differ
diff --git a/B00merang Blackout/metacity-1/titlebar-focused-left.png b/B00merang Blackout/metacity-1/titlebar-focused-left.png
deleted file mode 100755
index 415233c..0000000
Binary files a/B00merang Blackout/metacity-1/titlebar-focused-left.png and /dev/null differ
diff --git a/B00merang Blackout/metacity-1/titlebar-focused-middle.png b/B00merang Blackout/metacity-1/titlebar-focused-middle.png
deleted file mode 100755
index 5768b5e..0000000
Binary files a/B00merang Blackout/metacity-1/titlebar-focused-middle.png and /dev/null differ
diff --git a/B00merang Blackout/metacity-1/titlebar-focused-right.png b/B00merang Blackout/metacity-1/titlebar-focused-right.png
deleted file mode 100755
index fec981a..0000000
Binary files a/B00merang Blackout/metacity-1/titlebar-focused-right.png and /dev/null differ
diff --git a/B00merang Blackout/metacity-1/titlebar-unfocused-left.png b/B00merang Blackout/metacity-1/titlebar-unfocused-left.png
deleted file mode 100755
index c641ae6..0000000
Binary files a/B00merang Blackout/metacity-1/titlebar-unfocused-left.png and /dev/null differ
diff --git a/B00merang Blackout/metacity-1/titlebar-unfocused-middle.png b/B00merang Blackout/metacity-1/titlebar-unfocused-middle.png
deleted file mode 100755
index 0135da4..0000000
Binary files a/B00merang Blackout/metacity-1/titlebar-unfocused-middle.png and /dev/null differ
diff --git a/B00merang Blackout/metacity-1/titlebar-unfocused-right.png b/B00merang Blackout/metacity-1/titlebar-unfocused-right.png
deleted file mode 100755
index 64c777a..0000000
Binary files a/B00merang Blackout/metacity-1/titlebar-unfocused-right.png and /dev/null differ
diff --git a/B00merang Solarized/CREDITS b/B00merang Solarized/CREDITS
new file mode 100755
index 0000000..3414b90
--- /dev/null
+++ b/B00merang Solarized/CREDITS
@@ -0,0 +1,11 @@
+Simon Steinbeiß
+Joern Konopka
+Georgi Karavasilev
+David Barr
+Christian Medel (Elbullazul)
+
+Special thanks to bluedxca93 for the GNOME Progressbar Fix
+
+Also to Trekker for providing a solid Openbox 3 theme basis.
+
+The ambiance-theme team from GNOME-Look.org
diff --git a/B00merang Solarized/cinnamon/background-assets/add-workspace-bg.svg b/B00merang Solarized/cinnamon/background-assets/add-workspace-bg.svg
new file mode 100755
index 0000000..5cb58db
--- /dev/null
+++ b/B00merang Solarized/cinnamon/background-assets/add-workspace-bg.svg
@@ -0,0 +1,145 @@
+
+
+
+
diff --git a/B00merang Solarized/cinnamon/background-assets/buttonbox-bg.svg b/B00merang Solarized/cinnamon/background-assets/buttonbox-bg.svg
new file mode 100755
index 0000000..09ee887
--- /dev/null
+++ b/B00merang Solarized/cinnamon/background-assets/buttonbox-bg.svg
@@ -0,0 +1,168 @@
+
+
+
+
diff --git a/B00merang Solarized/cinnamon/background-assets/dash-placeholder.svg b/B00merang Solarized/cinnamon/background-assets/dash-placeholder.svg
new file mode 100755
index 0000000..cbae148
--- /dev/null
+++ b/B00merang Solarized/cinnamon/background-assets/dash-placeholder.svg
@@ -0,0 +1,84 @@
+
+
+
+
diff --git a/B00merang Solarized/cinnamon/background-assets/desklet-body.svg b/B00merang Solarized/cinnamon/background-assets/desklet-body.svg
new file mode 100755
index 0000000..a8ace0b
--- /dev/null
+++ b/B00merang Solarized/cinnamon/background-assets/desklet-body.svg
@@ -0,0 +1,147 @@
+
+
+
+
diff --git a/B00merang Solarized/cinnamon/background-assets/desklet-header.svg b/B00merang Solarized/cinnamon/background-assets/desklet-header.svg
new file mode 100755
index 0000000..c2739f4
--- /dev/null
+++ b/B00merang Solarized/cinnamon/background-assets/desklet-header.svg
@@ -0,0 +1,153 @@
+
+
+
+
diff --git a/B00merang Solarized/cinnamon/background-assets/hover.svg b/B00merang Solarized/cinnamon/background-assets/hover.svg
new file mode 100755
index 0000000..601904d
--- /dev/null
+++ b/B00merang Solarized/cinnamon/background-assets/hover.svg
@@ -0,0 +1,61 @@
+
+
+
+
diff --git a/B00merang Solarized/cinnamon/background-assets/hover2.svg b/B00merang Solarized/cinnamon/background-assets/hover2.svg
new file mode 100755
index 0000000..601904d
--- /dev/null
+++ b/B00merang Solarized/cinnamon/background-assets/hover2.svg
@@ -0,0 +1,61 @@
+
+
+
+
diff --git a/B00merang Solarized/cinnamon/background-assets/keyboard-bg.svg b/B00merang Solarized/cinnamon/background-assets/keyboard-bg.svg
new file mode 100755
index 0000000..d71531b
--- /dev/null
+++ b/B00merang Solarized/cinnamon/background-assets/keyboard-bg.svg
@@ -0,0 +1,148 @@
+
+
+
+
diff --git a/B00merang Solarized/cinnamon/background-assets/popup.svg b/B00merang Solarized/cinnamon/background-assets/popup.svg
new file mode 100755
index 0000000..5bf465b
--- /dev/null
+++ b/B00merang Solarized/cinnamon/background-assets/popup.svg
@@ -0,0 +1,63 @@
+
+
+
+
diff --git a/B00merang Solarized/cinnamon/background-assets/submenu-bg.svg b/B00merang Solarized/cinnamon/background-assets/submenu-bg.svg
new file mode 100755
index 0000000..20e40ed
--- /dev/null
+++ b/B00merang Solarized/cinnamon/background-assets/submenu-bg.svg
@@ -0,0 +1,177 @@
+
+
+
+
diff --git a/B00merang Solarized/cinnamon/background-assets/workspace-close-area-bg.svg b/B00merang Solarized/cinnamon/background-assets/workspace-close-area-bg.svg
new file mode 100755
index 0000000..d191992
--- /dev/null
+++ b/B00merang Solarized/cinnamon/background-assets/workspace-close-area-bg.svg
@@ -0,0 +1,145 @@
+
+
+
+
diff --git a/B00merang Solarized/cinnamon/backgrounds/abg.png b/B00merang Solarized/cinnamon/backgrounds/abg.png
new file mode 100755
index 0000000..490c188
Binary files /dev/null and b/B00merang Solarized/cinnamon/backgrounds/abg.png differ
diff --git a/B00merang Solarized/cinnamon/backgrounds/bg.png b/B00merang Solarized/cinnamon/backgrounds/bg.png
new file mode 100755
index 0000000..d7297f5
Binary files /dev/null and b/B00merang Solarized/cinnamon/backgrounds/bg.png differ
diff --git a/B00merang Solarized/cinnamon/backgrounds/list.png b/B00merang Solarized/cinnamon/backgrounds/list.png
new file mode 100755
index 0000000..4a7dc8f
Binary files /dev/null and b/B00merang Solarized/cinnamon/backgrounds/list.png differ
diff --git a/B00merang Solarized/cinnamon/buttons/button-focused-hover.svg b/B00merang Solarized/cinnamon/buttons/button-focused-hover.svg
new file mode 100755
index 0000000..601904d
--- /dev/null
+++ b/B00merang Solarized/cinnamon/buttons/button-focused-hover.svg
@@ -0,0 +1,61 @@
+
+
+
+
diff --git a/B00merang Solarized/cinnamon/buttons/button-focused-pressed.svg b/B00merang Solarized/cinnamon/buttons/button-focused-pressed.svg
new file mode 100755
index 0000000..601904d
--- /dev/null
+++ b/B00merang Solarized/cinnamon/buttons/button-focused-pressed.svg
@@ -0,0 +1,61 @@
+
+
+
+
diff --git a/B00merang Solarized/cinnamon/buttons/button-focused.svg b/B00merang Solarized/cinnamon/buttons/button-focused.svg
new file mode 100755
index 0000000..601904d
--- /dev/null
+++ b/B00merang Solarized/cinnamon/buttons/button-focused.svg
@@ -0,0 +1,61 @@
+
+
+
+
diff --git a/B00merang Solarized/cinnamon/buttons/button-hover.svg b/B00merang Solarized/cinnamon/buttons/button-hover.svg
new file mode 100755
index 0000000..5bf465b
--- /dev/null
+++ b/B00merang Solarized/cinnamon/buttons/button-hover.svg
@@ -0,0 +1,63 @@
+
+
+
+
diff --git a/B00merang Solarized/cinnamon/buttons/button-insensitive.svg b/B00merang Solarized/cinnamon/buttons/button-insensitive.svg
new file mode 100755
index 0000000..c0429bf
--- /dev/null
+++ b/B00merang Solarized/cinnamon/buttons/button-insensitive.svg
@@ -0,0 +1,147 @@
+
+
+
+
diff --git a/B00merang Solarized/cinnamon/buttons/button-pressed.svg b/B00merang Solarized/cinnamon/buttons/button-pressed.svg
new file mode 100755
index 0000000..5bf465b
--- /dev/null
+++ b/B00merang Solarized/cinnamon/buttons/button-pressed.svg
@@ -0,0 +1,63 @@
+
+
+
+
diff --git a/B00merang Solarized/cinnamon/buttons/button.svg b/B00merang Solarized/cinnamon/buttons/button.svg
new file mode 100755
index 0000000..5bf465b
--- /dev/null
+++ b/B00merang Solarized/cinnamon/buttons/button.svg
@@ -0,0 +1,63 @@
+
+
+
+
diff --git a/B00merang Solarized/cinnamon/buttons/linked-button-left-checked.svg b/B00merang Solarized/cinnamon/buttons/linked-button-left-checked.svg
new file mode 100755
index 0000000..601904d
--- /dev/null
+++ b/B00merang Solarized/cinnamon/buttons/linked-button-left-checked.svg
@@ -0,0 +1,61 @@
+
+
+
+
diff --git a/B00merang Solarized/cinnamon/buttons/linked-button-left-hover.svg b/B00merang Solarized/cinnamon/buttons/linked-button-left-hover.svg
new file mode 100755
index 0000000..894e757
--- /dev/null
+++ b/B00merang Solarized/cinnamon/buttons/linked-button-left-hover.svg
@@ -0,0 +1,145 @@
+
+
+
+
diff --git a/B00merang Solarized/cinnamon/buttons/linked-button-left-pressed.svg b/B00merang Solarized/cinnamon/buttons/linked-button-left-pressed.svg
new file mode 100755
index 0000000..fcd81d9
--- /dev/null
+++ b/B00merang Solarized/cinnamon/buttons/linked-button-left-pressed.svg
@@ -0,0 +1,192 @@
+
+
+
+
diff --git a/B00merang Solarized/cinnamon/buttons/linked-button-left.svg b/B00merang Solarized/cinnamon/buttons/linked-button-left.svg
new file mode 100755
index 0000000..a62ced8
--- /dev/null
+++ b/B00merang Solarized/cinnamon/buttons/linked-button-left.svg
@@ -0,0 +1,145 @@
+
+
+
+
diff --git a/B00merang Solarized/cinnamon/buttons/linked-button-middle-checked.svg b/B00merang Solarized/cinnamon/buttons/linked-button-middle-checked.svg
new file mode 100755
index 0000000..601904d
--- /dev/null
+++ b/B00merang Solarized/cinnamon/buttons/linked-button-middle-checked.svg
@@ -0,0 +1,61 @@
+
+
+
+
diff --git a/B00merang Solarized/cinnamon/buttons/linked-button-middle-hover.svg b/B00merang Solarized/cinnamon/buttons/linked-button-middle-hover.svg
new file mode 100755
index 0000000..33e399f
--- /dev/null
+++ b/B00merang Solarized/cinnamon/buttons/linked-button-middle-hover.svg
@@ -0,0 +1,167 @@
+
+
+
+
diff --git a/B00merang Solarized/cinnamon/buttons/linked-button-middle-pressed.svg b/B00merang Solarized/cinnamon/buttons/linked-button-middle-pressed.svg
new file mode 100755
index 0000000..21b8a53
--- /dev/null
+++ b/B00merang Solarized/cinnamon/buttons/linked-button-middle-pressed.svg
@@ -0,0 +1,192 @@
+
+
+
+
diff --git a/B00merang Solarized/cinnamon/buttons/linked-button-middle.svg b/B00merang Solarized/cinnamon/buttons/linked-button-middle.svg
new file mode 100755
index 0000000..c9457da
--- /dev/null
+++ b/B00merang Solarized/cinnamon/buttons/linked-button-middle.svg
@@ -0,0 +1,167 @@
+
+
+
+
diff --git a/B00merang Solarized/cinnamon/buttons/linked-button-right-checked.svg b/B00merang Solarized/cinnamon/buttons/linked-button-right-checked.svg
new file mode 100755
index 0000000..601904d
--- /dev/null
+++ b/B00merang Solarized/cinnamon/buttons/linked-button-right-checked.svg
@@ -0,0 +1,61 @@
+
+
+
+
diff --git a/B00merang Solarized/cinnamon/buttons/linked-button-right-hover.svg b/B00merang Solarized/cinnamon/buttons/linked-button-right-hover.svg
new file mode 100755
index 0000000..0966816
--- /dev/null
+++ b/B00merang Solarized/cinnamon/buttons/linked-button-right-hover.svg
@@ -0,0 +1,144 @@
+
+
+
+
diff --git a/B00merang Solarized/cinnamon/buttons/linked-button-right-pressed.svg b/B00merang Solarized/cinnamon/buttons/linked-button-right-pressed.svg
new file mode 100755
index 0000000..7028309
--- /dev/null
+++ b/B00merang Solarized/cinnamon/buttons/linked-button-right-pressed.svg
@@ -0,0 +1,189 @@
+
+
+
+
diff --git a/B00merang Solarized/cinnamon/buttons/linked-button-right.svg b/B00merang Solarized/cinnamon/buttons/linked-button-right.svg
new file mode 100755
index 0000000..c5531ae
--- /dev/null
+++ b/B00merang Solarized/cinnamon/buttons/linked-button-right.svg
@@ -0,0 +1,144 @@
+
+
+
+
diff --git a/B00merang Solarized/cinnamon/cinnamon.css b/B00merang Solarized/cinnamon/cinnamon.css
new file mode 100755
index 0000000..7a7dca3
--- /dev/null
+++ b/B00merang Solarized/cinnamon/cinnamon.css
@@ -0,0 +1,1966 @@
+@import url(third-party-APPLET-stylesheets/weather.css);
+@import url(third-party-APPLET-stylesheets/system-tray-collapsible.css);
+@import url(third-party-APPLET-stylesheets/configurable-menu.css);
+@import url(third-party-APPLET-stylesheets/slingshot.css);
+@import url(third-party-APPLET-stylesheets/xcenter.css);
+@import url(third-party-APPLET-stylesheets/stopwatch.css);
+@import url(third-party-DESKLET-stylesheets/sticky-notes.css);
+@import url(third-party-DESKLET-stylesheets/reddit-reader.css);
+@import url(third-party-DESKLET-stylesheets/calculator.css);
+@import url(third-party-EXTENSION-stylesheets/g-tile.css);
+
+
+stage {
+ font-family: Droid Sans, sans-serif;
+ font-size: 9pt;
+}
+
+.cinnamon-link {
+ color: #00eafc;
+ text-decoration: underline;
+}
+
+.cinnamon-link:hover {
+ color: #00eafc;
+}
+
+.label-shadow {
+ color: rgba(0, 0, 0, 0);
+}
+/* ===================================================================
+ * Scrollbars
+ * ===================================================================*/
+
+StScrollBar {
+ padding: 3px;
+ padding-right: 6px;
+}
+
+StScrollView.vfade {
+ -st-vfade-offset: 0;
+}
+
+StScrollView.hfade {
+ -st-hfade-offset: 0;
+}
+
+StScrollView StScrollBar {
+ min-width: 8px;
+ min-height: 16px;
+}
+
+StScrollBar StBin#trough {
+ background-color: transparent;
+}
+
+StScrollBar StButton#vhandle,
+StScrollBar StButton#hhandle {
+ border-image: url("control-assets/scroll-handle.svg") 3;
+}
+
+ StScrollBar StButton#vhandle:hover,
+ StScrollBar StButton#hhandle:hover,
+ StScrollBar StButton#vhandle:active,
+ StScrollBar StButton#hhandle:active,
+ StScrollBar StButton#vhandle:focus,
+ StScrollBar StButton#hhandle:focus {
+ border-image: url("control-assets/scroll-handle-hover.svg") 3;
+}
+/* ===================================================================
+ * Tooltips
+ * ===================================================================*/
+
+#Tooltip {
+ border-image: url("background-assets/popup.svg") 7;
+ padding: 4px 10px;
+ color: #006f9b;
+ font-size: 9pt;
+ font-weight: normal;
+ text-align: center;
+}
+/* ===================================================================
+ * Switchers + Checkboxes + Radio buttons
+ * ===================================================================*/
+
+/*---switchers---*/
+
+.toggle-switch {
+ width: 28px;
+ height: 18px;
+}
+
+.toggle-switch-us {
+ background-image: url("control-assets/off.svg");
+ background-size: contain;
+}
+.toggle-switch-us:checked {
+ background-image: url("control-assets/on.svg");
+ background-size: contain;
+}
+
+.toggle-switch-intl {
+ background-image: url("control-assets/off.svg");
+ background-size: contain;
+}
+.toggle-switch-intl:checked {
+ background-image: url("control-assets/on.svg");
+ background-size: contain;
+}
+
+/*---checkboxes---*/
+
+.check-box CinnamonGenericContainer {
+ spacing: .2em;
+ min-height: 16px;
+}
+
+.check-box StLabel {
+ padding-top: 1px;
+}
+
+.check-box StBin {
+ width: 16px;
+ height: 16px;
+ background-image: url("control-assets/checkbox-unchecked.png");
+}
+
+.check-box:focus StBin {
+ background-image: url("control-assets/checkbox-unchecked-over.png");
+}
+
+.check-box:checked StBin {
+ background-image: url("control-assets/checkbox-checked.png");
+}
+
+.check-box:focus:checked StBin {
+ background-image: url("control-assets/checkbox-checked-over.png");
+}
+
+/*---radio buttons---*/
+
+.radiobutton CinnamonGenericContainer {
+ spacing: .2em;
+ min-height: 16px;
+}
+
+.radiobutton StLabel {
+ padding-top: 1px;
+}
+
+.radiobutton StBin {
+ width: 16px;
+ height: 16px;
+ background-image: url("control-assets/radiobutton.svg");
+}
+
+.radiobutton:focus StBin {
+ background-image: url("control-assets/radiobutton-focus.svg");
+}
+
+.radiobutton:checked StBin {
+ background-image: url("control-assets/radiobutton-checked.svg");
+}
+
+.radiobutton:focus:checked StBin {
+ background-image: url("control-assets/radiobutton-checked-focused.svg");
+}
+/* ===================================================================
+ * PopupMenu (popupMenu.js)
+ * ===================================================================*/
+
+.popup-menu-boxpointer {
+ -arrow-background-image: none /*url('menu-background.png') 80 0 0 0*/;
+ -arrow-border-image: url('background.png');
+/* -arrow-border-color: rgba(73,139,167,0.8);*/
+ -boxpointer-gap: 0;
+ -arrow-border-radius: 16px;
+ -arrow-border-width: 0px;
+}
+.popup-menu {
+
+ color: #00b4c1;
+ font-size: 9.5pt;
+ padding-left: 0px;
+ padding-right: 0px;
+ padding-top: 0px;
+ padding-bottom: 0px;
+ min-width: 250px;
+ min-height: 80px;
+ border: #00eafc;
+ border-radius: 0px 0px 0px 0px;
+ box-shadow: none;
+ background-color: rgba(0,43,54,0.8);
+ border-top: 1px;
+ border-left: 1px;
+ border-right: 1px;
+ border-bottom: 1px;
+}
+
+.popup-menu StEntry {
+ border-image: url("misc-assets/entry.svg") 7;
+ background-gradient-direction: none;
+ border: none;
+ box-shadow: none;
+ border-radius: 0;
+ height: 22px;
+ width: 220px;
+ color: #00b4c1;
+ caret-color: #00b4c1;
+ font-size: 9pt;
+ font-weight: normal;
+ caret-size: 1px;
+ selected-color: #fff;
+ selection-background-color: #2975E9;
+ padding: 4px 12px 3px 12px;
+}
+
+.popup-submenu-menu-item:open {
+
+}
+.popup-sub-menu {
+ color: #1a938b;
+ border: 1px #326b65;
+ border-left: 0px;
+ border-right: 0px;
+}
+.popup-sub-menu .popup-menu-item:ltr {
+ padding-right: 0em;
+}
+.popup-sub-menu .popup-menu-item:rtl {
+ padding-left: 0em;
+}
+.popup-sub-menu StScrollBar {
+ padding: 4px;
+}
+.popup-sub-menu StScrollBar StBin#trough {
+ border-width: 0px;
+}
+.popup-sub-menu StScrollBar StBin#vhandle {
+ background-color: rgba(41,41,41,1);
+ border-width: 0px;
+}
+.popup-combo-menu {
+ color: #eeeeee;
+ background-gradient-direction: vertical;
+ background-gradient-start: rgba(52,52,52,0.95);
+ background-gradient-end: rgba(44,44,44,0.95);
+ border: 1px solid rgba(255,255,255,0.1);
+ padding: 0em;
+ font-size: 7.5pt;
+ border-radius: 2px;
+}
+
+/* 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: 0.8em 0em;
+}
+.popup-menu-item {
+padding: .4em 1.75em;
+spacing: 1em;
+ border: 1px solid transparent;
+ border-bottom: 0px;
+ border-left: 0px;
+ border-right: 0px;
+}
+.popup-menu-item:active {
+ color: #fff;
+border-image: url('buttons/button-focused.svg') 2 2 2 2 stretch;
+border: 1px transparent;
+ border-bottom: 0px;
+ border-left: 0px;
+ border-right: 0px;
+}
+.popup-menu-item:insensitive {
+ color: #9f9f9f;
+}
+.popup-image-menu-item {
+}
+.popup-combobox-item {
+ spacing: 1em;
+}
+.popup-separator-menu-item {
+ background-color: #0a0a0a;
+box-shadow: 0px 1px 1px 0px rgba(220,220,220,0.06);
+ border-radius: 5px;
+ -margin-horizontal: 14px;
+ height: 1px;
+}
+.popup-alternating-menu-item:alternate {
+ font-weight: normal;
+}
+.popup-slider-menu-item {
+background-color: none;
+ box-shadow: 0px -1px 0px 0px rgba(51,51,51,1);
+ height: 1em;
+ min-width: 15em;
+ -slider-height: 0.1em;
+ -slider-background-color: #444;
+ -slider-border-color: rgba(0,0,0,.02);
+ -slider-active-background-color: #42bee1;
+ -slider-active-border-color: rgba(0,0,0,.02);
+ -slider-border-width: 1px;
+ -slider-handle-radius: 0.5em;
+}
+.popup-device-menu-item {
+ spacing: .5em;
+}
+.popup-inactive-menu-item {
+ font-weight: normal;
+ color: #999;
+}
+.popup-subtitle-menu-item {
+ font-weight: normal;
+}
+.popup-menu-icon {
+ icon-size: 1em;
+}
+/* Switches (to be used in menus) */
+
+.toggle-switch {
+ width: 28px;
+ height: 18px;
+}
+
+.toggle-switch-us {
+ background-image: url("control-assets/off.svg");
+ background-size: contain;
+}
+.toggle-switch-us:checked {
+ background-image: url("control-assets/on.svg");
+ background-size: contain;
+}
+
+.toggle-switch-intl {
+ background-image: url("control-assets/off.svg");
+ background-size: contain;
+}
+.toggle-switch-intl:checked {
+ background-image: url("control-assets/on.svg");
+ background-size: contain;
+}
+/* ===================================================================
+ * Panel (panel.js)
+ * ===================================================================*/
+#panel {
+ /*background-color: rgba(31,31,31,0.95);*/
+ border-image: url('panel-assets/panel.png') 80 0 0 0;
+ box-shadow: 0px 0px 0 0 rgba(0,0,0,1);
+ outline: 0px rgba(0,0,0,0.95);
+ color: #326b65;
+ font-size: 9pt;
+ height: 30px;
+ padding: 0px;
+}
+
+#panelLeft, #panelCenter, #panelRight {
+ spacing: 0px;
+}
+
+#panelLeft:ltr {
+padding-left: 0px;
+}
+
+#panelLeft:rtl {
+padding-left: 0px;
+}
+
+#panelRight:ltr {
+padding-right: 0px;
+spacing: 0px;
+}
+
+#panelRight:rtl {
+padding-right: 0px;
+spacing: 0px;
+}
+
+.panel-status-button,
+.panel-button {
+-natural-hpadding: 5px;
+-minimum-hpadding: 5px;
+font-weight: normal;
+border: 1px solid transparent;
+transition-duration: 150;
+}
+
+.panel-status-button:hover,
+.panel-button:hover {
+ background-color: #083854;
+ border-radius: 0px;
+ color: #083854;
+ box-shadow: inset 0px -1px 0px 0px rgba(37,154,202,1);
+ transition-duration: 100;
+}
+
+.system-status-icon {
+icon-size: 1.3em;
+}
+
+#panelLeft:dnd {
+background: #000;
+
+}
+
+#panelCenter:dnd {
+background: #222;
+}
+
+#panelRight:dnd {
+background: #111;
+}
+/* ===================================================================
+ * Expo view
+ * ===================================================================*/
+
+.expo-background {
+ background: rgba(0, 0, 0, .8) url("expo-scale-assets/stripes.svg");
+ background-repeat: none;
+}
+
+.expo-workspace-thumbnail-frame {
+ border: 5px transparent;
+ border-image: url("expo-scale-assets/workspace-frame.svg") 6;
+}
+
+.expo-workspace-thumbnail-frame#active {
+ border: 5px transparent;
+ border-image: url("expo-scale-assets/workspace-frame.svg") 6;
+}
+
+.workspace-thumbnails {
+ spacing: 26px;
+ padding-left: 10px;
+ padding-right: 9px;
+}
+
+.workspace-thumbnails .workspace-overview-background-shade {
+ background-color: rgba(0, 0, 0, 0);
+ background-image: none;
+}
+
+.workspace-overview-background-shade {
+ background: rgba(0, 0, 0, .8) url("expo-scale-assets/stripes.svg");
+ background-repeat: repeat;
+}
+
+.workspace-add-button {
+ border-image: url("background-assets/add-workspace-bg.svg") 3;
+ background-image: url("expo-scale-assets/plus.svg");
+ background-size: 25px 24px;
+ height: 200px;
+ width: 35px;
+}
+
+.workspace-add-button:hover {
+ border-image: url("background-assets/add-workspace-bg.svg") 3;
+ background-image: url("expo-scale-assets/plus-hover.svg");
+ background-size: 25px 24px;
+ height: 200px;
+ width: 35px;
+}
+
+.workspace-close-button {
+ background-image: url("control-assets/close.svg");
+ height: 41px;
+ width: 41px;
+ -cinnamon-close-overlap: 28px;
+}
+
+.workspace-close-button:hover,
+.workspace-close-button:active {
+ background-image: url("control-assets/close-hover.svg");
+}
+
+.expo-workspaces-name-entry {
+ border-image: url("expo-scale-assets/workspace-name.svg") 6;
+ height: 15px;
+ padding: 10px 12px;
+ text-align: left;
+ font-weight: normal;
+ color: #006f9b;
+}
+
+.expo-workspaces-name-entry#selected {
+ border-image: url("expo-scale-assets/workspace-name-focused.svg") 6;
+ height: 15px;
+ padding: 10px 12px;
+ text-align: left;
+ font-weight: normal;
+ color: #006f9b;
+}
+
+.expo-workspaces-name-entry:focus,
+.expo-workspaces-name-entry#selected:focus {
+ border-image: url("expo-scale-assets/workspace-name-pressed.svg") 12;
+ height: 15px;
+ padding: 10px 12px;
+ text-align: left;
+ font-weight: normal;
+ color: #000;
+ selected-color: #006f9b;
+ caret-color: #000;
+ caret-size: 1px;
+ selection-background-color: #2975E9;
+}
+
+.window-close-area {
+ border-image: url("background-assets/workspace-close-area-bg.svg") 7;
+ background-image: url("expo-scale-assets/trash.svg");
+ background-size: 24px 30px;
+ height: 100px;
+ width: 350px;
+}
+
+.workspace-osd {
+ border-image: url("background-assets/popup.svg") 7;
+ padding: 12px 17px;
+ color: #006f9b;
+ font-weight: normal;
+ font-size: 20pt;
+}
+/* ===================================================================
+ * Scale view
+ * ===================================================================*/
+
+.window-caption {
+ border-image: url("expo-scale-assets/window-name.svg") 6;
+ color: #fff;
+ font-size: 9pt;
+ font-weight: normal;
+ padding: 6px 8px;
+ -cinnamon-caption-spacing: 10px;
+}
+
+.window-caption#selected {
+ border-image: url("expo-scale-assets/window-name-focused.svg") 6;
+ font-weight: normal;
+ color: #fff;
+ spacing: 25px;
+}
+
+.window-close {
+ background-image: url("control-assets/close.svg");
+ height: 41px;
+ width: 41px;
+ -cinnamon-close-overlap: 22px;
+}
+
+.window-close:hover,
+.window-close:active {
+ background-image: url("control-assets/close-hover.svg");
+}
+/* ===================================================================
+* Desklets (desklet.js)
+* ===================================================================*/
+
+.desklet {
+ color: #00eafc;
+}
+
+.desklet-with-borders {
+ border-image: none /*url("background-assets/popup.svg") 7*/;
+ color: #00eafc;
+ font-weight: normal;
+ padding: 8px;
+}
+
+.desklet-with-borders-and-header {
+ border-image: none /*url("background-assets/desklet-body.svg") 7*/;
+ color: #00eafc;
+ padding: 8px;
+}
+
+.desklet-header {
+ border-image: none /*url("background-assets/desklet-header.svg") 11*/;
+ padding: 8px;
+ padding-top: 6px;
+ padding-bottom: 6px;
+ font-size: 9pt;
+ font-weight: normal;
+ text-shadow: none;
+ color: #00eafc;
+}
+
+.desklet-drag-placeholder {
+ border: 0 solid #ccc;
+ border-radius: 0;
+ background: none;
+}
+
+.xkcd-box {
+ padding: 0;
+ border: none;
+ background-color: transparent;
+ border-radius: 0;
+}
+
+.photoframe-box {
+ border-image: url("background-assets/popup.svg") 7;
+ padding: 4px;
+}
+
+.clock-desklet-label {
+ font-weight: normal;
+ padding: 10px;
+ color: #00eafc;
+}
+
+.clock-desklet-label {
+ color: #00eafc;
+}
+/* ===================================================================
+ * Date applet
+ * ===================================================================*/
+
+.calendar {
+ padding: 6px 18px 8px 18px;
+ spacing-rows: 5px;
+ spacing-columns: 5px;
+}
+
+.datemenu-date-label {
+ padding: .5em 0 .5em 0;
+ font-size: 10pt;
+ font-weight: normal;
+ text-align: center;
+ color: #fff;
+}
+
+.calendar-month-label {
+ padding-top: 2px;
+ font-size: 8pt;
+ font-weight: normal;
+ color: #888;
+}
+
+.calendar-change-month-back,
+.calendar-change-month-forward:rtl {
+ background-image: url("control-assets/calendar-arrow-left.svg");
+ background-size: 16px;
+ height: 16px;
+ width: 16px;
+}
+
+.calendar-change-month-back:hover {
+ background-image: url("control-assets/calendar-arrow-left-hover.svg");
+ background-size: 16px;
+ height: 16px;
+ width: 16px;
+}
+
+.calendar-change-month-forward,
+.calendar-change-month-back:rtl {
+ background-image: url("control-assets/calendar-arrow-right.svg");
+ background-size: 16px;
+ height: 16px;
+ width: 16px;
+}
+
+.calendar-change-month-forward:hover {
+ background-image: url("control-assets/calendar-arrow-right-hover.svg");
+ background-size: 16px;
+ height: 16px;
+ width: 16px;
+}
+
+.calendar-day-base {
+ font-size: 9pt;
+ text-align: center;
+ width: 26px;
+ height: 26px;
+}
+
+.calendar-day-base:active {
+}
+
+.calendar-day-heading {
+ font-size: 9pt;
+ color: #fff;
+ padding-top: 12px;
+ padding-bottom: 6px;
+ height: 15px;
+}
+
+.calendar-week-number {
+ color: rgba(255, 255, 255, .3);
+ font-size: 8pt;
+ height: 16px;
+ width: 12px;
+ padding-top: 7px;
+ padding-right: 6px;
+}
+
+.calendar-day {
+}
+
+.calendar-day-top {
+}
+
+.calendar-day-left {
+}
+
+.calendar-work-day {
+ border-image: url("misc-assets/calendar-work-day.svg") 6;
+ border: none;
+ color: #fff;
+}
+
+.calendar-nonwork-day {
+ border-image: url("misc-assets/calendar-nonwork-day.svg") 6;
+ border: none;
+ color: #fff;
+}
+
+.calendar-today {
+ border-image: url("misc-assets/calendar-today.svg") 6;
+ color: #fff;
+ font-weight: normal;
+}
+
+.calendar-other-month-day {
+ border-image: url("misc-assets/calendar-other-month-day.svg") 6;
+ color: rgba(255, 255, 255, .3);
+}
+/* ===================================================================
+ * Notification Applet
+ * ===================================================================*/
+
+.notification-applet-padding {
+ padding: .5em 1em;
+}
+/* ===================================================================
+ * Notifications
+ * ===================================================================*/
+
+#notification {
+ font-size: 10pt;
+ border-image: url("background-assets/popup.svg") 7;
+ padding: 8px 8px 8px 8px;
+ spacing-rows: 10px;
+ spacing-columns: 10px;
+ margin-from-right-edge-of-screen: 6px;
+ opacity: 255px;
+ mouseover-opacity: 255px;
+ width: 34em;
+ color: #fff;
+}
+
+#notification.multi-line-notification {
+ padding: 8px 8px 8px 8px;
+ color: #fff;
+}
+
+.notification-with-image {
+ min-height: 159px;
+ color: rgb(70,70,70);
+}
+
+#notification-scrollview {
+ max-height: 100em;
+}
+
+#notification-scrollview > .top-shadow, #notification-scrollview > .bottom-shadow {
+ height: 10em;
+}
+
+#notification-body {
+ spacing: 5px;
+}
+
+#notification-actions {
+ spacing: 10px;
+}
+
+#notification StEntry {
+ border-image: url("misc-assets/entry.svg") 7;
+ background-gradient-direction: none;
+ border: none;
+ box-shadow: none;
+ border-radius: 0;
+ height: 22px;
+ width: 220px;
+ color: #fff;
+ caret-color: #fff;
+ font-size: 9pt;
+ font-weight: normal;
+ caret-size: 1px;
+ selected-color: #fff;
+ selection-background-color: #2975E9;
+ padding: 4px 12px 3px 12px;
+}
+
+#notification StEntry:focus {
+ border-image: url("misc-assets/entry-focused.svg") 6;
+ background-gradient-direction: none;
+ border: none;
+ box-shadow: none;
+ border-radius: 0;
+ height: 22px;
+ width: 220px;
+ color: #000;
+ caret-color: #000;
+ font-size: 9pt;
+ font-weight: normal;
+ caret-size: 1px;
+ selected-color: #fff;
+ selection-background-color: #2975E9;
+ padding: 4px 12px 3px 12px;
+}
+/* ===================================================================
+ * Alt Tab
+ * ===================================================================*/
+
+#altTabPopup {
+ padding: 8px;
+ spacing: 16px;
+}
+
+.switcher-list {
+ border-image: url("backgrounds/list.png");
+ color: #fff;
+ padding: 20px;
+ font-size: 9pt;
+ font-weight: normal;
+}
+
+.switcher-list-item-container {
+ spacing: 8px;
+}
+
+.thumbnail-scroll-gradient-left {
+ background-color: transparent;
+ border-radius: 24px;
+ border-radius-topright: 0;
+ border-radius-bottomright: 0;
+ width: 60px;
+}
+
+.thumbnail-scroll-gradient-right {
+ background-color: transparent;
+ border-radius: 24px;
+ border-radius-topleft: 0;
+ border-radius-bottomleft: 0;
+ width: 60px;
+}
+
+.switcher-list .item-box {
+ padding: 8px;
+}
+
+.switcher-list .item-box:outlined {
+ padding: 8px;
+}
+
+.switcher-list .item-box:selected {
+ border-image: url("background-assets/hover.svg") 7;
+ color: #fff;
+}
+
+.switcher-list .thumbnail-box {
+ padding: 2px;
+ spacing: 4px;
+}
+
+.switcher-list .thumbnail {
+ width: 256px;
+}
+
+.switcher-list .separator {
+ width: 1px;
+ background: red;
+}
+
+.ripple-box {
+ width: 104px;
+ height: 104px;
+ background-image: url("misc-assets/corner-ripple.svg");
+}
+
+.ripple-box:rtl {
+ background-image: url("misc-assets/corner-ripple.svg");
+}
+
+.switcher-arrow {
+ border-color: rgba(0,0,0,0);
+ color: #fff;
+}
+
+.switcher-arrow:highlighted {
+ border-color: rgba(0,0,0,0);
+}
+
+.switcher-preview-backdrop {
+ background-color: rgba(25,25,25,0.95);
+}
+/* ===================================================================
+ * Buttons
+ * ===================================================================*/
+
+/*---modal dialog---*/
+
+.modal-dialog-button {
+ background-color: transparent;
+ background-gradient-direction: none;
+ border: none;
+ border-radius: 0;
+ border-image: url("buttons/button.svg") 7;
+ padding: 6px;
+ padding-right: 24px;
+ padding-left: 24px;
+ color: #fff;
+ font-weight: normal;
+}
+
+.modal-dialog-button:hover {
+ background-color: transparent;
+ background-gradient-direction: none;
+ border: none;
+ border-radius: 0;
+ border-image: url("buttons/button-hover.svg") 7;
+ padding: 6px;
+ padding-right: 24px;
+ padding-left: 24px;
+ color: #fff;
+}
+
+.modal-dialog-button:focus {
+ background-color: transparent;
+ background-gradient-direction: none;
+ border: none;
+ border-radius: 0;
+ border-image: url("buttons/button-focused.svg") 7;
+ padding: 6px;
+ padding-right: 24px;
+ padding-left: 24px;
+ color: #fff;
+}
+
+.modal-dialog-button:active,
+.modal-dialog-button:pressed {
+ background-color: transparent;
+ background-gradient-direction: none;
+ border: none;
+ border-radius: 0;
+ border-image: url("buttons/button-pressed.svg") 7;
+ padding: 6px;
+ padding-right: 24px;
+ padding-left: 24px;
+ color: #fff;
+}
+
+.modal-dialog-button:focus:hover {
+ background-color: transparent;
+ background-gradient-direction: none;
+ border: none;
+ border-radius: 0;
+ border-image: url("buttons/button-focused-hover.svg") 7;
+ padding: 6px;
+ padding-right: 24px;
+ padding-left: 24px;
+ color: #fff;
+}
+
+.modal-dialog-button:focus:active,
+.modal-dialog-button:focus:pressed {
+ background-color: transparent;
+ background-gradient-direction: none;
+ border: none;
+ border-radius: 0;
+ border-image: url("buttons/button-focused-pressed.svg") 7;
+ padding: 6px;
+ padding-right: 24px;
+ padding-left: 24px;
+ color: #fff;
+}
+
+.modal-dialog-button:disabled {
+ background-color: transparent;
+ background-gradient-direction: none;
+ border: none;
+ border-radius: 0;
+ border-image: url("buttons/button-insensitive.svg") 7;
+ padding: 6px;
+ padding-right: 24px;
+ padding-left: 24px;
+ color: rgba(255, 255, 255, .3);
+}
+
+/*---notification---*/
+
+.notification-button {
+ background-color: transparent;
+ background-gradient-direction: none;
+ border: none;
+ border-radius: 0;
+ border-image: url("buttons/button.svg") 7;
+ padding: 6px;
+ padding-right: 24px;
+ padding-left: 24px;
+ color: #fff;
+ font-weight: normal;
+ -st-natural-width: 80px;
+}
+
+.notification-button:hover {
+ background-color: transparent;
+ background-gradient-direction: none;
+ border: none;
+ border-radius: 0;
+ border-image: url("buttons/button-hover.svg") 7;
+ padding: 6px;
+ padding-right: 24px;
+ padding-left: 24px;
+ color: #fff;
+ -st-natural-width: 80px;
+}
+
+.notification-button:focus {
+ background-color: transparent;
+ background-gradient-direction: none;
+ border: none;
+ border-radius: 0;
+ border-image: url("buttons/button-focused.svg") 7;
+ padding: 6px;
+ padding-right: 24px;
+ padding-left: 24px;
+ min-width: 24px;
+ color: #fff;
+ -st-natural-width: 80px;
+}
+
+.notification-button:active,
+.notification-button:pressed {
+ background-color: transparent;
+ background-gradient-direction: none;
+ border: none;
+ border-radius: 0;
+ border-image: url("buttons/button-pressed.svg") 7;
+ padding: 6px;
+ padding-right: 24px;
+ padding-left: 24px;
+ color: #fff;
+ -st-natural-width: 80px;
+}
+
+.notification-button:focus:hover {
+ background-color: transparent;
+ background-gradient-direction: none;
+ border: none;
+ border-radius: 0;
+ border-image: url("buttons/button-focused-hover.svg") 7;
+ padding: 6px;
+ padding-right: 24px;
+ padding-left: 24px;
+ color: #fff;
+ -st-natural-width: 80px;
+}
+
+.notification-button:focus:active,
+.notification-button:focus:pressed {
+ background-color: transparent;
+ background-gradient-direction: none;
+ border: none;
+ border-radius: 0;
+ border-image: url("buttons/button-focused-pressed.svg") 7;
+ padding: 6px;
+ padding-right: 24px;
+ padding-left: 24px;
+ color: #fff;
+ -st-natural-width: 80px;
+}
+
+.notification-button:insensitive {
+ background-color: transparent;
+ background-gradient-direction: none;
+ border: none;
+ border-radius: 0;
+ border-image: url("buttons/button-insensitive.svg") 7;
+ padding: 6px;
+ padding-right: 24px;
+ padding-left: 24px;
+ color: rgba(255, 255, 255, .3);
+ -st-natural-width: 80px;
+}
+
+/*---notification icon button---*/
+
+.notification-icon-button {
+ background-color: transparent;
+ background-gradient-direction: none;
+ border: none;
+ border-radius: 0;
+ border-image: url("buttons/button.svg") 7;
+ padding: 6px;
+ color: #fff;
+}
+
+.notification-icon-button:hover {
+ background-color: transparent;
+ background-gradient-direction: none;
+ border: none;
+ border-radius: 0;
+ border-image: url("buttons/button-hover.svg") 7;
+ padding: 6px;
+ color: #fff;
+}
+
+.notification-icon-button:focus {
+ background-color: transparent;
+ background-gradient-direction: none;
+ border: none;
+ border-radius: 0;
+ border-image: url("buttons/button-focused.svg") 7;
+ padding: 6px;
+ color: #fff;
+}
+
+.notification-icon-button:active,
+.notification-icon-button:pressed {
+ background-color: transparent;
+ background-gradient-direction: none;
+ border: none;
+ border-radius: 0;
+ border-image: url("buttons/button-pressed.svg") 7;
+ padding: 6px;
+ color: #fff;
+}
+
+.notification-icon-button:focus:hover {
+ background-color: transparent;
+ background-gradient-direction: none;
+ border: none;
+ border-radius: 0;
+ border-image: url("buttons/button-focused-hover.svg") 7;
+ padding: fff;
+ color: #fff;
+}
+
+.notification-icon-button:focus:active,
+.notification-icon-button:focus:pressed {
+ background-color: transparent;
+ background-gradient-direction: none;
+ border: none;
+ border-radius: 0;
+ border-image: url("buttons/button-focused-pressed.svg") 7;
+ padding: 6px;
+ color: #fff;
+}
+
+.notification-icon-button:disabled {
+ background-color: transparent;
+ background-gradient-direction: none;
+ border: none;
+ border-radius: 0;
+ border-image: url("buttons/button-insensitive.svg") 7;
+ padding: 6px;
+ color: rgba(0, 0, 0, .6);
+}
+
+.notification-icon-button > StIcon {
+ icon-size: 16px;
+}
+/* ===================================================================
+ * Modal dialogs
+ * ===================================================================*/
+
+.modal-dialog {
+ border-image: url("background-assets/popup.svg") 7;
+ padding: 0;
+ border-radius: 0;
+ padding: 0;
+ color: #fff;
+}
+
+.modal-dialog > * {
+ padding: 18px;
+ padding-bottom: 0;
+ border-radius: 0;
+}
+
+.modal-dialog-button-box,
+.modal-dialog > .modal-dialog-button-box {
+ border-image: url("background-assets/buttonbox-bg.svg") 8;
+ spacing: 0;
+ margin: 0;
+ padding: 16px;
+ padding-bottom: 7px;
+ padding-top: 7px;
+}
+/* ===================================================================
+ * Run dialog
+ * ===================================================================*/
+
+.run-dialog .modal-dialog-button,
+.run-dialog .modal-dialog-button:hover,
+.run-dialog .modal-dialog-button:focus,
+.run-dialog .modal-dialog-button:active,
+.run-dialog .modal-dialog-button:pressed,
+.run-dialog .modal-dialog-button:focus:hover,
+.run-dialog .modal-dialog-button:focus:active,
+.run-dialog .modal-dialog-button:focus:pressed,
+.run-dialog .modal-dialog-button:insensitive {
+ border-image: none;
+}
+
+.run-dialog > .modal-dialog-button-box {
+ background-color: transparent;
+ border-image: none;
+ box-shadow: none;
+ padding: 0;
+ height: 0;
+}
+
+.run-dialog > * {
+ border-image: url("background-assets/popup.svg") 7;
+ padding: 10px;
+}
+
+.run-dialog-label {
+ font-size: 0;
+}
+
+.run-dialog-error-box {
+ padding-top: 15px;
+ spacing: 5px;
+}
+
+.run-dialog-completion-box {
+ padding-left: 15px;
+ font-size: 10px;
+}
+
+.run-dialog-entry {
+ border-image: url("misc-assets/entry.svg") 7;
+ background-gradient-direction: none;
+ border: none;
+ box-shadow: none;
+ border-radius: 0;
+ height: 22px;
+ width: 220px;
+ color: #fff;
+ caret-color: #fff;;
+ font-size: 9pt;
+ font-weight: normal;
+ caret-size: 1px;
+ selected-color: #fff;
+ selection-background-color: #2975E9;
+ padding: 4px 12px 3px 12px;
+}
+
+.run-dialog-entry:focus {
+ border-image: url("misc-assets/entry-focused.svg") 6;
+ background-gradient-direction: none;
+ border: none;
+ box-shadow: none;
+ border-radius: 0;
+ height: 22px;
+ width: 220px;
+ color: #00b4c1;
+ caret-color: #000;
+ font-size: 9pt;
+ font-weight: normal;
+ caret-size: 1px;
+ selected-color: #fff;
+ selection-background-color: #2975E9;
+ padding: 4px 12px 3px 12px;
+}
+
+.run-dialog-completion-box {
+ padding-left: 15px;
+ font-size: 10px;
+}
+/* ===================================================================
+ * Lightbox + flashspot
+ * ===================================================================*/
+
+.lightbox {
+ background-color: rgba(0, 0, 0, .6);
+}
+
+.flashspot {
+ background-color: rgba(255, 255, 255, .6);
+}
+/* ===================================================================
+ * About Dialog (applet.js and desklet.js)
+ * ===================================================================*/
+
+.about-content {
+ width: 550px;
+ height: 250px;
+ spacing: 8px;
+ padding-bottom: 24px;
+}
+
+.about-title {
+ font-size: 2em;
+ font-weight: normal;
+}
+
+.about-uuid {
+ font-size: 10px;
+ color: rgba(255, 255, 255, .3);
+}
+
+.about-icon {
+ padding-right: 20px;
+ padding-bottom: 14px;
+}
+
+.about-scrollBox {
+ border-image: url("misc-assets/entry.svg") 7;
+ padding: 4px;
+ padding-right: 0;
+}
+
+.about-scrollBox-innerBox {
+ padding: 1.2em;
+ spacing: 1.2em;
+}
+
+.about-description {
+ padding-top: 4px;
+ padding-bottom: 16px;
+}
+
+.about-version {
+ padding-left: 7px;
+ font-size: 10px;
+ color: rgba(255, 255, 255, .3);
+}
+/* ===================================================================
+ * Looking Glass dialog
+ * ===================================================================*/
+
+#LookingGlassDialog {
+ border-image: url("background-assets/popup.svg") 7;
+ padding: 10px;
+ color: #fff;
+}
+/* ===================================================================
+ * Magnifier
+ * ===================================================================*/
+
+.magnifier-zoom-region {
+ border: 2px solid rgba(128, 0, 0, 255);
+}
+
+.magnifier-zoom-region.full-screen {
+ border-width: 0;
+}
+/* ===================================================================
+ * On screen keyboard
+ * ===================================================================*/
+
+#keyboard {
+ border-image: url("background-assets/keyboard-bg.svg") 7;
+}
+
+.keyboard-layout {
+ spacing: 8px;
+ padding: 12px;
+}
+
+.keyboard-row {
+ spacing: 15px;
+}
+
+.keyboard-key {
+ border-image: url("buttons/button.svg") 7;
+ padding: 16px;
+ color: #fff;
+ font-size: 12pt;
+ font-weight: normal;
+}
+
+.keyboard-key:hover {
+ border-image: url("buttons/button-hover.svg") 7;
+ padding: 16px;
+}
+
+.keyboard-key:checked,
+.keyboard-key:active {
+ border-image: url("buttons/button-pressed.svg") 7;
+ padding: 16px;
+}
+
+.keyboard-key:grayed {
+ border-image: url("buttons/button-insensitive.svg") 7;
+ padding: 16px;
+ color: rgba(255, 255, 255, .3);
+}
+
+.keyboard-subkeys {
+ padding: 0;
+ -arrow-border-radius: 3px;
+ -arrow-background-color: rgba(0, 0, 0, .85);
+ -arrow-border-width: 1px;
+ -arrow-border-color: rgba(255, 255, 255, .45);
+ -arrow-base: 16px;
+ -arrow-rise: 8px;
+ -boxpointer-gap: 2px;;
+}
+/* ===================================================================
+ * Menu (menu.js)
+ * ===================================================================*/
+
+.menu-favorites-box {
+ margin: auto;
+ padding: 10px;
+ /*border-image: url('favorites-background.png') 11;*/
+}
+
+.menu-favorites-button {
+ padding: 10px;
+}
+
+.menu-favorites-button:hover {
+ border-image: url("background-assets/hover.svg") 4;
+}
+
+.menu-places-box {
+ margin: auto;
+ padding: 8px;
+ border: 0 solid transparent;
+}
+
+.menu-places-button {
+ padding-top: 10px;
+ padding-left: 10px;
+ padding-right: 10px;
+ padding-bottom: 10px;
+}
+
+.menu-categories-box {
+ padding-top: 10px;
+ padding-left: 30px;
+ padding-right: 30px;
+ padding-bottom: 10px;
+ border-image: url('backgrounds/bg.png');
+}
+
+.menu-applications-inner-box {
+ padding-top: 10px;
+ padding-left: 10px;
+ padding-right: 10px;
+ padding-bottom: 0px;
+}
+
+.menu-applications-outer-box {
+ padding-top: 10px;
+ padding-left: 10px;
+ padding-right: 10px;
+ padding-bottom: 0px;
+}
+
+.menu-application-button {
+ padding-top: 7px;
+ padding-left: 7px;
+ padding-right: 7px;
+ padding-bottom: 7px;
+ max-width: 10px;
+}
+
+.menu-application-button-selected {
+ border-image: url("background-assets/hover.svg") 4;
+ padding-top: 7px;
+ padding-left: 7px;
+ padding-right: 7px;
+ padding-bottom: 7px;
+ color: #fff;
+}
+
+.menu-application-button-label:ltr {
+ padding-left: 5px;
+}
+
+.menu-application-button-label:rtl {
+ padding-right: 5px;
+}
+
+.menu-application-button:highlighted {
+ border-image: url("misc-assets/highlighted.svg") 4;
+}
+
+.menu-application-button-selected:highlighted {
+ border-image: url("background-assets/hover.svg") 4;
+}
+
+.menu-category-button {
+ padding-top: 7px;
+ padding-left: 7px;
+ padding-right: 7px;
+ padding-bottom: 7px;
+}
+
+.menu-category-button-greyed {
+ padding-top: 7px;
+ padding-left: 7px;
+ padding-right: 7px;
+ padding-bottom: 7px;
+ color: rgba(255, 255, 255, .3);
+ font-style: normal;
+}
+
+.menu-category-button-selected {
+ border-image: url("background-assets/hover.svg") 8;
+ padding-top: 7px;
+ padding-left: 7px;
+ padding-right: 7px;
+ padding-bottom: 7px;
+ color: #fff;
+}
+
+.menu-category-button-label:ltr {
+ padding-left: 5px
+}
+
+.menu-category-button-label:rtl {
+ padding-right: 5px
+}
+
+.menu-category-button-button:hover {
+}
+
+/* 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;
+}
+
+.menu-selected-app-title {
+ font-weight: normal;
+}
+
+.menu-selected-app-description {
+ max-width: 150px;
+}
+
+.menu-search-box {
+ padding-left: 30px;
+}
+
+.menu-search-entry-icon {
+ icon-size: 16px;
+ color: #00b4c1;
+}
+
+/* Context menu (at the moment only for favorites) */
+.menu-context-menu {
+}
+/* ===================================================================
+ * Window list (windowList.js)
+ * ===================================================================*/
+
+.window-list-box {
+ spacing: 1px;
+}
+
+.window-list-item-label {
+ font-weight: normal;
+ width: 15em;
+ padding-left: 0px;
+ padding-right: 0px;
+ min-width: 5px;
+}
+
+.window-list-item-box {
+ font-weight: normal;
+ border-image: url("panel-assets/bottom-item-active-hover.svg") 4;
+}
+
+
+.window-list-item-box:hover {
+ /*box-shadow: inset 0px 0px 0px 1px rgba(120,120,120,0.5); */
+ border-image:url("panel-assets/bottom-item-active.svg") 4;
+
+}
+
+.window-list-item-demands-attention {
+ font-weight: normal;
+ border-image: url("panel-assets/bottom-item-attention.svg") 4;
+}
+
+.window-list-item-box:active:hover {
+ font-weight: normal;
+ border-image: url("panel-assets/bottom-item-active-hover.svg") 4;
+}
+
+/*
+.window-list-box {
+ spacing: 3px;
+ padding: 0;
+}
+
+.window-list-item-label {
+ width: 15em;
+ min-width: 5px;
+}
+
+.window-list-item-box {
+ color: #fff;
+ font-weight: normal;
+ padding-left: 4px;
+ padding-right: 4px;
+}
+
+.window-list-item-box:hover,*/
+.window-list-item-box:active,
+.window-list-item-box:checked,
+.window-list-item-box:focus,
+.window-list-item-box:checked:hover,
+.window-list-item-box:focus:hover,
+/*.window-list-item-box:active:hover,
+.window-list-item-demands-attention,*/
+.window-list-item-demands-attention:hover {
+}
+
+/*-----top panel-----*/
+
+.panel-top .window-list-item-box:hover {
+ font-weight: normal;
+ border-image: url("panel-assets/top-item-hover.svg") 4;
+}
+
+.panel-top .window-list-item-box:active,
+.panel-top .window-list-item-box:checked,
+.panel-top .window-list-item-box:focus {
+ font-weight: normal;
+ border-image: url("panel-assets/top-item-active.svg") 4;
+ color: #fff;
+}
+
+.panel-top .window-list-item-box:checked:hover,
+.panel-top .window-list-item-box:focus:hover,
+.panel-top .window-list-item-box:active:hover {
+ font-weight: normal;
+ border-image: url("panel-assets/top-item-active-hover.svg") 4;
+ color: #fff;
+}
+
+.panel-top .window-list-item-demands-attention {
+ border-image: url("panel-assets/top-item-attention.svg") 4;
+}
+
+.panel-top .window-list-item-demands-attention:hover {
+ border-image: url("panel-assets/top-item-attention-hover.svg") 4;
+}
+
+/*-----bottom panel-----*/
+
+.panel-bottom .window-list-item-box:hover {
+ font-weight: normal;
+ border-image: url("panel-assets/bottom-item-hover.svg") 4;
+}
+
+.panel-bottom .window-list-item-box:active,
+.panel-bottom .window-list-item-box:checked,
+.panel-bottom .window-list-item-box:focus {
+ font-weight: normal;
+ border-image: url("panel-assets/bottom-item-active.svg") 4;
+ color: #fff;
+}
+
+.panel-bottom .window-list-item-box:checked:hover,
+.panel-bottom .window-list-item-box:focus:hover,
+.panel-bottom .window-list-item-box:active:hover {
+ font-weight: normal;
+ border-image: url("panel-assets/bottom-item-active-hover.svg") 4;
+ color: #fff;
+}
+
+.panel-bottom .window-list-item-demands-attention {
+ border-image: url("panel-assets/bottom-item-attention.svg") 4;
+}
+
+.panel-bottom .window-list-item-demands-attention:hover {
+ border-image: url("panel-assets/bottom-item-attention-hover.svg") 4;
+}
+/* ===================================================================
+ * Sound Applet (status/volume.js)
+ * ===================================================================*/
+
+.sound-button-container {
+ padding-right: 3px;
+ padding-left: 3px;
+}
+
+.sound-button {
+ border-image: url("buttons/button.svg") 7;
+ width: 22px;
+ height: 22px;
+ padding: 4px;
+}
+
+.sound-button:hover {
+ border-image: url("buttons/button-hover.svg") 7;
+}
+
+.sound-button:active {
+ border-image: url("buttons/button-pressed.svg") 7;
+}
+
+.sound-button StIcon {
+ icon-size: 16px;
+}
+
+.sound-track-infos {
+ padding: 5px;
+ padding-left: 18px;
+}
+
+.sound-track-info {
+ padding-top: 2px;
+ padding-bottom: 2px;
+}
+
+.sound-track-info StIcon {
+ icon-size: 16px;
+}
+
+.sound-track-info StLabel {
+ padding-left: 5px;
+ padding-right: 5px;
+}
+
+.sound-track-box {
+ max-width: 220px;
+}
+
+.sound-track-cover {
+ padding: 10px;
+}
+
+.sound-seek-box {
+ padding-left: 20px;
+}
+
+.sound-seek-box .popup-menu-item {
+ padding-right: 3px;
+ padding-left: 3px;
+}
+
+.sound-seek-box .popup-menu-item:active {
+ border-image: url("background-assets/hover.svg") 4;
+}
+
+.sound-seek-box StLabel {
+ padding-top: 3px;
+}
+
+.sound-seek-box StIcon {
+ icon-size: 16px;
+}
+
+.sound-seek-slider {
+ width: 122px;
+}
+
+.sound-volume-menu-item {
+ padding: .4em 1.5em;
+}
+
+.sound-volume-menu-item StIcon {
+ icon-size: 16px;
+ padding-left: 8px;
+ padding-right: 8px;
+}
+
+.sound-playback-control {
+ padding-top: 5px;
+ padding-bottom: 10px;
+ padding-left: 10px;
+ padding-right: 10px;
+}
+/* ===================================================================
+ * Workspace Switcher applet (workspaceSwitcher.js)
+ * ===================================================================*/
+
+#workspaceSwitcher {
+ spacing: 0;
+}
+
+.workspace-button {
+ padding-left: 8px;
+ padding-right: 8px;
+ color: #fff;
+ font-weight: normal;
+}
+
+.panel-bottom .workspace-button {
+ padding-top: 1px;
+}
+
+/*---top panel---*/
+
+.panel-top .workspace-button:outlined {
+ border-image: url("panel-assets/top-item-active.svg") 4;
+ color: #fff;
+}
+
+.panel-top .workspace-button:hover {
+ border-image: url("panel-assets/top-item-hover.svg") 4;
+}
+
+.panel-top .workspace-button:outlined:hover {
+ border-image: url("panel-assets/top-item-active-hover.svg") 4;
+ color: #fff;
+}
+
+/*---bottom panel---*/
+
+.panel-bottom .workspace-button:outlined {
+ border-image: url("panel-assets/bottom-item-active.svg") 4;
+ color: #fff;
+}
+
+.panel-bottom .workspace-button:hover {
+ border-image: url("panel-assets/bottom-item-hover.svg") 4;
+}
+
+.panel-bottom .workspace-button:outlined:hover {
+ border-image: url("panel-assets/bottom-item-active-hover.svg") 4;
+ color: #fff;
+}
+/* ===================================================================
+ * Panel Launchers Applet (panelLaunchers.js)
+ * ===================================================================*/
+
+#panel-launchers-box {
+}
+
+.panel-launcher {
+ margin: 0;
+ padding: 0 4px;
+}
+
+.panel-launcher:hover {
+}
+
+.panel-top .panel-launcher:hover {
+ border-image: url("panel-assets/top-item-hover.svg") 4;
+}
+
+.panel-bottom .panel-launcher:hover {
+ border-image: url("panel-assets/bottom-item-hover.svg") 4;
+}
+
+.panel-launcher-add-dialog-content-box {
+ padding: 6px;
+ spacing: 20px;
+}
+
+.panel-launcher-add-dialog-content-box-left {
+ padding: 6px;
+ spacing: 20px;
+}
+
+.panel-launcher-add-dialog-content-box-right {
+ padding: 6px;
+ spacing: 10px;
+}
+/* ===================================================================
+ * Hot corners
+ * ===================================================================*/
+
+#overview-corner {
+ background-image: url("control-assets/hotcorner-icon.svg");
+}
+
+#overview-corner:hover {
+ background-image: url("control-assets/hotcorner-icon-hover.svg");
+}
+/* ===================================================================
+ * Applets (applet.js)
+ * ===================================================================*/
+
+.applet-separator {
+ background-image: url("panel-assets/panel-separator.svg");
+ background-repeat: repeat;
+ width: 9px;
+ padding: 0;
+}
+
+.applet-separator-line {
+}
+
+.applet-box {
+ font-weight: normal;
+ color: #00eafc;
+ padding-left: 4px;
+ padding-right: 4px;
+}
+
+.applet-box:hover,
+.applet-box:active {
+}
+
+.panel-top .applet-box:hover {
+ font-weight: normal;
+ color: #00b4c1;
+ border-image: url("panel-assets/top-item-hover.svg") 4;
+}
+
+.panel-bottom .applet-box:hover {
+ border-image: url("panel-assets/bottom-item-hover.svg") 4;
+}
+
+.applet-label {
+ font-weight: normal;
+ color: #00b4c1;
+}
+
+.applet-label:hover {
+ font-weight: normal;
+}
+
+.applet-icon {
+ icon-size: 12px;
+}
+
+.applet-icon:hover,
+.applet-box:hover > .applet-icon {
+}
+/* ===================================================================
+ * User Applet
+ * ===================================================================*/
+
+.user-box {
+ padding: .4em 1.5em;
+ padding-bottom: .6em;
+ spacing: 10px;
+}
+
+.user-icon {
+ width: 32px;
+ height: 32px;
+ background-color: transparent;
+ border: 0 solid transparent;
+ border-radius: 0;
+ padding: 0;
+ border-radius: 0;
+ padding: 0;
+}
+
+.user-label {
+ color: #fff;
+ font-size: 10pt;
+ font-weight: normal;
+ margin: 0;
+}
+/* ===================================================================
+ * Snap/Tile OSD Popup
+ * ===================================================================*/
+
+.snap-osd {
+ border-image: url("background-assets/popup.svg") 7;
+ font-size: 14pt;
+ font-weight: normal;
+ padding: 10px;
+ color: #fff;
+ text-align: center;
+}
diff --git a/B00merang Solarized/cinnamon/control-assets/calendar-arrow-left-hover.svg b/B00merang Solarized/cinnamon/control-assets/calendar-arrow-left-hover.svg
new file mode 100755
index 0000000..1bf824a
--- /dev/null
+++ b/B00merang Solarized/cinnamon/control-assets/calendar-arrow-left-hover.svg
@@ -0,0 +1,140 @@
+
+
+
+
diff --git a/B00merang Solarized/cinnamon/control-assets/calendar-arrow-left.svg b/B00merang Solarized/cinnamon/control-assets/calendar-arrow-left.svg
new file mode 100755
index 0000000..4836804
--- /dev/null
+++ b/B00merang Solarized/cinnamon/control-assets/calendar-arrow-left.svg
@@ -0,0 +1,140 @@
+
+
+
+
diff --git a/B00merang Solarized/cinnamon/control-assets/calendar-arrow-right-hover.svg b/B00merang Solarized/cinnamon/control-assets/calendar-arrow-right-hover.svg
new file mode 100755
index 0000000..bd96257
--- /dev/null
+++ b/B00merang Solarized/cinnamon/control-assets/calendar-arrow-right-hover.svg
@@ -0,0 +1,140 @@
+
+
+
+
diff --git a/B00merang Solarized/cinnamon/control-assets/calendar-arrow-right.svg b/B00merang Solarized/cinnamon/control-assets/calendar-arrow-right.svg
new file mode 100755
index 0000000..6380416
--- /dev/null
+++ b/B00merang Solarized/cinnamon/control-assets/calendar-arrow-right.svg
@@ -0,0 +1,140 @@
+
+
+
+
diff --git a/B00merang Solarized/cinnamon/control-assets/checkbox-checked-over.png b/B00merang Solarized/cinnamon/control-assets/checkbox-checked-over.png
new file mode 100755
index 0000000..4910769
Binary files /dev/null and b/B00merang Solarized/cinnamon/control-assets/checkbox-checked-over.png differ
diff --git a/B00merang Solarized/cinnamon/control-assets/checkbox-checked.png b/B00merang Solarized/cinnamon/control-assets/checkbox-checked.png
new file mode 100755
index 0000000..9983189
Binary files /dev/null and b/B00merang Solarized/cinnamon/control-assets/checkbox-checked.png differ
diff --git a/B00merang Solarized/cinnamon/control-assets/checkbox-unchecked-over.png b/B00merang Solarized/cinnamon/control-assets/checkbox-unchecked-over.png
new file mode 100755
index 0000000..9544703
Binary files /dev/null and b/B00merang Solarized/cinnamon/control-assets/checkbox-unchecked-over.png differ
diff --git a/B00merang Solarized/cinnamon/control-assets/checkbox-unchecked.png b/B00merang Solarized/cinnamon/control-assets/checkbox-unchecked.png
new file mode 100755
index 0000000..fe968fe
Binary files /dev/null and b/B00merang Solarized/cinnamon/control-assets/checkbox-unchecked.png differ
diff --git a/B00merang Solarized/cinnamon/control-assets/close-hover.svg b/B00merang Solarized/cinnamon/control-assets/close-hover.svg
new file mode 100755
index 0000000..38454b1
--- /dev/null
+++ b/B00merang Solarized/cinnamon/control-assets/close-hover.svg
@@ -0,0 +1,64 @@
+
+
+
+
diff --git a/B00merang Solarized/cinnamon/control-assets/close.svg b/B00merang Solarized/cinnamon/control-assets/close.svg
new file mode 100755
index 0000000..56485f3
--- /dev/null
+++ b/B00merang Solarized/cinnamon/control-assets/close.svg
@@ -0,0 +1,64 @@
+
+
+
+
diff --git a/B00merang Solarized/cinnamon/control-assets/hotcorner-icon-hover.svg b/B00merang Solarized/cinnamon/control-assets/hotcorner-icon-hover.svg
new file mode 100755
index 0000000..05f03d3
--- /dev/null
+++ b/B00merang Solarized/cinnamon/control-assets/hotcorner-icon-hover.svg
@@ -0,0 +1,147 @@
+
+
+
+
diff --git a/B00merang Solarized/cinnamon/control-assets/hotcorner-icon.svg b/B00merang Solarized/cinnamon/control-assets/hotcorner-icon.svg
new file mode 100755
index 0000000..077f8c9
--- /dev/null
+++ b/B00merang Solarized/cinnamon/control-assets/hotcorner-icon.svg
@@ -0,0 +1,163 @@
+
+
+
+
diff --git a/B00merang Solarized/cinnamon/control-assets/off.svg b/B00merang Solarized/cinnamon/control-assets/off.svg
new file mode 100755
index 0000000..9002db9
--- /dev/null
+++ b/B00merang Solarized/cinnamon/control-assets/off.svg
@@ -0,0 +1,75 @@
+
+
+
+
diff --git a/B00merang Solarized/cinnamon/control-assets/on.svg b/B00merang Solarized/cinnamon/control-assets/on.svg
new file mode 100755
index 0000000..9000470
--- /dev/null
+++ b/B00merang Solarized/cinnamon/control-assets/on.svg
@@ -0,0 +1,73 @@
+
+
+
+
diff --git a/B00merang Solarized/cinnamon/control-assets/radiobutton-checked-focused.svg b/B00merang Solarized/cinnamon/control-assets/radiobutton-checked-focused.svg
new file mode 100755
index 0000000..b1166f6
--- /dev/null
+++ b/B00merang Solarized/cinnamon/control-assets/radiobutton-checked-focused.svg
@@ -0,0 +1,69 @@
+
+
+
+
diff --git a/B00merang Solarized/cinnamon/control-assets/radiobutton-checked.svg b/B00merang Solarized/cinnamon/control-assets/radiobutton-checked.svg
new file mode 100755
index 0000000..e136a8d
--- /dev/null
+++ b/B00merang Solarized/cinnamon/control-assets/radiobutton-checked.svg
@@ -0,0 +1,68 @@
+
+
+
+
diff --git a/B00merang Solarized/cinnamon/control-assets/radiobutton-focus.svg b/B00merang Solarized/cinnamon/control-assets/radiobutton-focus.svg
new file mode 100755
index 0000000..9a4c475
--- /dev/null
+++ b/B00merang Solarized/cinnamon/control-assets/radiobutton-focus.svg
@@ -0,0 +1,68 @@
+
+
+
+
diff --git a/B00merang Solarized/cinnamon/control-assets/radiobutton.svg b/B00merang Solarized/cinnamon/control-assets/radiobutton.svg
new file mode 100755
index 0000000..48f02c2
--- /dev/null
+++ b/B00merang Solarized/cinnamon/control-assets/radiobutton.svg
@@ -0,0 +1,66 @@
+
+
+
+
diff --git a/B00merang Solarized/cinnamon/control-assets/scroll-handle-hover.svg b/B00merang Solarized/cinnamon/control-assets/scroll-handle-hover.svg
new file mode 100755
index 0000000..b1cf6d0
--- /dev/null
+++ b/B00merang Solarized/cinnamon/control-assets/scroll-handle-hover.svg
@@ -0,0 +1,148 @@
+
+
+
+
diff --git a/B00merang Solarized/cinnamon/control-assets/scroll-handle.svg b/B00merang Solarized/cinnamon/control-assets/scroll-handle.svg
new file mode 100755
index 0000000..e6fd0e3
--- /dev/null
+++ b/B00merang Solarized/cinnamon/control-assets/scroll-handle.svg
@@ -0,0 +1,148 @@
+
+
+
+
diff --git a/B00merang Solarized/cinnamon/control-assets/toggle-off.png b/B00merang Solarized/cinnamon/control-assets/toggle-off.png
new file mode 100755
index 0000000..b1713bb
Binary files /dev/null and b/B00merang Solarized/cinnamon/control-assets/toggle-off.png differ
diff --git a/B00merang Solarized/cinnamon/control-assets/toggle-on.png b/B00merang Solarized/cinnamon/control-assets/toggle-on.png
new file mode 100755
index 0000000..4e1c21e
Binary files /dev/null and b/B00merang Solarized/cinnamon/control-assets/toggle-on.png differ
diff --git a/B00merang Solarized/cinnamon/expo-scale-assets/plus-hover.svg b/B00merang Solarized/cinnamon/expo-scale-assets/plus-hover.svg
new file mode 100755
index 0000000..38e1a13
--- /dev/null
+++ b/B00merang Solarized/cinnamon/expo-scale-assets/plus-hover.svg
@@ -0,0 +1,171 @@
+
+
+
+
diff --git a/B00merang Solarized/cinnamon/expo-scale-assets/plus.svg b/B00merang Solarized/cinnamon/expo-scale-assets/plus.svg
new file mode 100755
index 0000000..334e7e0
--- /dev/null
+++ b/B00merang Solarized/cinnamon/expo-scale-assets/plus.svg
@@ -0,0 +1,150 @@
+
+
+
+
diff --git a/B00merang Solarized/cinnamon/expo-scale-assets/stripes.svg b/B00merang Solarized/cinnamon/expo-scale-assets/stripes.svg
new file mode 100755
index 0000000..0b4c423
--- /dev/null
+++ b/B00merang Solarized/cinnamon/expo-scale-assets/stripes.svg
@@ -0,0 +1,146 @@
+
+
+
+
diff --git a/B00merang Solarized/cinnamon/expo-scale-assets/trash.svg b/B00merang Solarized/cinnamon/expo-scale-assets/trash.svg
new file mode 100755
index 0000000..ca69699
--- /dev/null
+++ b/B00merang Solarized/cinnamon/expo-scale-assets/trash.svg
@@ -0,0 +1,138 @@
+
+
+
+
diff --git a/B00merang Solarized/cinnamon/expo-scale-assets/window-name-focused.svg b/B00merang Solarized/cinnamon/expo-scale-assets/window-name-focused.svg
new file mode 100755
index 0000000..601904d
--- /dev/null
+++ b/B00merang Solarized/cinnamon/expo-scale-assets/window-name-focused.svg
@@ -0,0 +1,61 @@
+
+
+
+
diff --git a/B00merang Solarized/cinnamon/expo-scale-assets/window-name.svg b/B00merang Solarized/cinnamon/expo-scale-assets/window-name.svg
new file mode 100755
index 0000000..5bf465b
--- /dev/null
+++ b/B00merang Solarized/cinnamon/expo-scale-assets/window-name.svg
@@ -0,0 +1,63 @@
+
+
+
+
diff --git a/B00merang Solarized/cinnamon/expo-scale-assets/workspace-frame.svg b/B00merang Solarized/cinnamon/expo-scale-assets/workspace-frame.svg
new file mode 100755
index 0000000..5bf465b
--- /dev/null
+++ b/B00merang Solarized/cinnamon/expo-scale-assets/workspace-frame.svg
@@ -0,0 +1,63 @@
+
+
+
+
diff --git a/B00merang Solarized/cinnamon/expo-scale-assets/workspace-name-focused.svg b/B00merang Solarized/cinnamon/expo-scale-assets/workspace-name-focused.svg
new file mode 100755
index 0000000..49975c6
--- /dev/null
+++ b/B00merang Solarized/cinnamon/expo-scale-assets/workspace-name-focused.svg
@@ -0,0 +1,63 @@
+
+
+
+
diff --git a/B00merang Solarized/cinnamon/expo-scale-assets/workspace-name-pressed.svg b/B00merang Solarized/cinnamon/expo-scale-assets/workspace-name-pressed.svg
new file mode 100755
index 0000000..edea4d0
--- /dev/null
+++ b/B00merang Solarized/cinnamon/expo-scale-assets/workspace-name-pressed.svg
@@ -0,0 +1,208 @@
+
+
+
+
diff --git a/B00merang Solarized/cinnamon/expo-scale-assets/workspace-name.svg b/B00merang Solarized/cinnamon/expo-scale-assets/workspace-name.svg
new file mode 100755
index 0000000..5bf465b
--- /dev/null
+++ b/B00merang Solarized/cinnamon/expo-scale-assets/workspace-name.svg
@@ -0,0 +1,63 @@
+
+
+
+
diff --git a/B00merang Solarized/cinnamon/expo.png b/B00merang Solarized/cinnamon/expo.png
new file mode 100755
index 0000000..b18ca58
Binary files /dev/null and b/B00merang Solarized/cinnamon/expo.png differ
diff --git a/B00merang Solarized/cinnamon/menu.png b/B00merang Solarized/cinnamon/menu.png
new file mode 100755
index 0000000..4b069db
Binary files /dev/null and b/B00merang Solarized/cinnamon/menu.png differ
diff --git a/B00merang Solarized/cinnamon/metadata.json b/B00merang Solarized/cinnamon/metadata.json
new file mode 100755
index 0000000..0e9d124
--- /dev/null
+++ b/B00merang Solarized/cinnamon/metadata.json
@@ -0,0 +1,4 @@
+{
+ "last-edited": "1426017329",
+ "uuid": "452"
+}
\ No newline at end of file
diff --git a/B00merang Solarized/cinnamon/misc-assets/animation.svg b/B00merang Solarized/cinnamon/misc-assets/animation.svg
new file mode 100755
index 0000000..83c8175
--- /dev/null
+++ b/B00merang Solarized/cinnamon/misc-assets/animation.svg
@@ -0,0 +1,150 @@
+
+
+
+
diff --git a/B00merang Solarized/cinnamon/misc-assets/auto-close.svg b/B00merang Solarized/cinnamon/misc-assets/auto-close.svg
new file mode 100755
index 0000000..528d207
--- /dev/null
+++ b/B00merang Solarized/cinnamon/misc-assets/auto-close.svg
@@ -0,0 +1,139 @@
+
+
+
+
diff --git a/B00merang Solarized/cinnamon/misc-assets/auto-tile-1.svg b/B00merang Solarized/cinnamon/misc-assets/auto-tile-1.svg
new file mode 100755
index 0000000..901ec67
--- /dev/null
+++ b/B00merang Solarized/cinnamon/misc-assets/auto-tile-1.svg
@@ -0,0 +1,155 @@
+
+
+
+
diff --git a/B00merang Solarized/cinnamon/misc-assets/auto-tile-2.svg b/B00merang Solarized/cinnamon/misc-assets/auto-tile-2.svg
new file mode 100755
index 0000000..0de35b3
--- /dev/null
+++ b/B00merang Solarized/cinnamon/misc-assets/auto-tile-2.svg
@@ -0,0 +1,142 @@
+
+
+
+
diff --git a/B00merang Solarized/cinnamon/misc-assets/calendar-nonwork-day.svg b/B00merang Solarized/cinnamon/misc-assets/calendar-nonwork-day.svg
new file mode 100755
index 0000000..840c679
--- /dev/null
+++ b/B00merang Solarized/cinnamon/misc-assets/calendar-nonwork-day.svg
@@ -0,0 +1,64 @@
+
+
+
+
diff --git a/B00merang Solarized/cinnamon/misc-assets/calendar-other-month-day.svg b/B00merang Solarized/cinnamon/misc-assets/calendar-other-month-day.svg
new file mode 100755
index 0000000..840c679
--- /dev/null
+++ b/B00merang Solarized/cinnamon/misc-assets/calendar-other-month-day.svg
@@ -0,0 +1,64 @@
+
+
+
+
diff --git a/B00merang Solarized/cinnamon/misc-assets/calendar-today.svg b/B00merang Solarized/cinnamon/misc-assets/calendar-today.svg
new file mode 100755
index 0000000..601904d
--- /dev/null
+++ b/B00merang Solarized/cinnamon/misc-assets/calendar-today.svg
@@ -0,0 +1,61 @@
+
+
+
+
diff --git a/B00merang Solarized/cinnamon/misc-assets/calendar-work-day.svg b/B00merang Solarized/cinnamon/misc-assets/calendar-work-day.svg
new file mode 100755
index 0000000..840c679
--- /dev/null
+++ b/B00merang Solarized/cinnamon/misc-assets/calendar-work-day.svg
@@ -0,0 +1,64 @@
+
+
+
+
diff --git a/B00merang Solarized/cinnamon/misc-assets/corner-ripple.svg b/B00merang Solarized/cinnamon/misc-assets/corner-ripple.svg
new file mode 100755
index 0000000..18abeab
--- /dev/null
+++ b/B00merang Solarized/cinnamon/misc-assets/corner-ripple.svg
@@ -0,0 +1,144 @@
+
+
+
+
diff --git a/B00merang Solarized/cinnamon/misc-assets/entry-focused.svg b/B00merang Solarized/cinnamon/misc-assets/entry-focused.svg
new file mode 100755
index 0000000..ad967cf
--- /dev/null
+++ b/B00merang Solarized/cinnamon/misc-assets/entry-focused.svg
@@ -0,0 +1,65 @@
+
+
+
+
diff --git a/B00merang Solarized/cinnamon/misc-assets/entry-focused2.svg b/B00merang Solarized/cinnamon/misc-assets/entry-focused2.svg
new file mode 100755
index 0000000..d5d6d2d
--- /dev/null
+++ b/B00merang Solarized/cinnamon/misc-assets/entry-focused2.svg
@@ -0,0 +1,65 @@
+
+
+
+
diff --git a/B00merang Solarized/cinnamon/misc-assets/entry-hover.svg b/B00merang Solarized/cinnamon/misc-assets/entry-hover.svg
new file mode 100755
index 0000000..cba784a
--- /dev/null
+++ b/B00merang Solarized/cinnamon/misc-assets/entry-hover.svg
@@ -0,0 +1,65 @@
+
+
+
+
diff --git a/B00merang Solarized/cinnamon/misc-assets/entry.svg b/B00merang Solarized/cinnamon/misc-assets/entry.svg
new file mode 100755
index 0000000..ad967cf
--- /dev/null
+++ b/B00merang Solarized/cinnamon/misc-assets/entry.svg
@@ -0,0 +1,65 @@
+
+
+
+
diff --git a/B00merang Solarized/cinnamon/misc-assets/highlighted-2.svg b/B00merang Solarized/cinnamon/misc-assets/highlighted-2.svg
new file mode 100755
index 0000000..96f28b3
--- /dev/null
+++ b/B00merang Solarized/cinnamon/misc-assets/highlighted-2.svg
@@ -0,0 +1,140 @@
+
+
+
+
diff --git a/B00merang Solarized/cinnamon/misc-assets/highlighted.svg b/B00merang Solarized/cinnamon/misc-assets/highlighted.svg
new file mode 100755
index 0000000..a590252
--- /dev/null
+++ b/B00merang Solarized/cinnamon/misc-assets/highlighted.svg
@@ -0,0 +1,140 @@
+
+
+
+
diff --git a/B00merang Solarized/cinnamon/misc-assets/separator-vertical.svg b/B00merang Solarized/cinnamon/misc-assets/separator-vertical.svg
new file mode 100755
index 0000000..60f926c
--- /dev/null
+++ b/B00merang Solarized/cinnamon/misc-assets/separator-vertical.svg
@@ -0,0 +1,153 @@
+
+
+
+
diff --git a/B00merang Solarized/cinnamon/misc-assets/slider.svg b/B00merang Solarized/cinnamon/misc-assets/slider.svg
new file mode 100755
index 0000000..7aa2bf6
--- /dev/null
+++ b/B00merang Solarized/cinnamon/misc-assets/slider.svg
@@ -0,0 +1,155 @@
+
+
+
+
diff --git a/B00merang Solarized/cinnamon/panel-assets/DND-bottom-center.svg b/B00merang Solarized/cinnamon/panel-assets/DND-bottom-center.svg
new file mode 100755
index 0000000..4f8ff9a
--- /dev/null
+++ b/B00merang Solarized/cinnamon/panel-assets/DND-bottom-center.svg
@@ -0,0 +1,201 @@
+
+
+
+
diff --git a/B00merang Solarized/cinnamon/panel-assets/DND-bottom-left.svg b/B00merang Solarized/cinnamon/panel-assets/DND-bottom-left.svg
new file mode 100755
index 0000000..b2e43d8
--- /dev/null
+++ b/B00merang Solarized/cinnamon/panel-assets/DND-bottom-left.svg
@@ -0,0 +1,63 @@
+
+
+
+
diff --git a/B00merang Solarized/cinnamon/panel-assets/DND-bottom-right.svg b/B00merang Solarized/cinnamon/panel-assets/DND-bottom-right.svg
new file mode 100755
index 0000000..b79c1ba
--- /dev/null
+++ b/B00merang Solarized/cinnamon/panel-assets/DND-bottom-right.svg
@@ -0,0 +1,148 @@
+
+
+
+
diff --git a/B00merang Solarized/cinnamon/panel-assets/DND-top-center.svg b/B00merang Solarized/cinnamon/panel-assets/DND-top-center.svg
new file mode 100755
index 0000000..4f8ff9a
--- /dev/null
+++ b/B00merang Solarized/cinnamon/panel-assets/DND-top-center.svg
@@ -0,0 +1,201 @@
+
+
+
+
diff --git a/B00merang Solarized/cinnamon/panel-assets/DND-top-left.svg b/B00merang Solarized/cinnamon/panel-assets/DND-top-left.svg
new file mode 100755
index 0000000..49975c6
--- /dev/null
+++ b/B00merang Solarized/cinnamon/panel-assets/DND-top-left.svg
@@ -0,0 +1,63 @@
+
+
+
+
diff --git a/B00merang Solarized/cinnamon/panel-assets/DND-top-right.svg b/B00merang Solarized/cinnamon/panel-assets/DND-top-right.svg
new file mode 100755
index 0000000..a97d024
--- /dev/null
+++ b/B00merang Solarized/cinnamon/panel-assets/DND-top-right.svg
@@ -0,0 +1,148 @@
+
+
+
+
diff --git a/B00merang Solarized/cinnamon/panel-assets/bottom-item-active-hover.png b/B00merang Solarized/cinnamon/panel-assets/bottom-item-active-hover.png
new file mode 100755
index 0000000..49d9595
Binary files /dev/null and b/B00merang Solarized/cinnamon/panel-assets/bottom-item-active-hover.png differ
diff --git a/B00merang Solarized/cinnamon/panel-assets/bottom-item-active-hover.svg b/B00merang Solarized/cinnamon/panel-assets/bottom-item-active-hover.svg
new file mode 100755
index 0000000..c6c3613
--- /dev/null
+++ b/B00merang Solarized/cinnamon/panel-assets/bottom-item-active-hover.svg
@@ -0,0 +1,69 @@
+
+
+
+
diff --git a/B00merang Solarized/cinnamon/panel-assets/bottom-item-active.png b/B00merang Solarized/cinnamon/panel-assets/bottom-item-active.png
new file mode 100755
index 0000000..d4e1883
Binary files /dev/null and b/B00merang Solarized/cinnamon/panel-assets/bottom-item-active.png differ
diff --git a/B00merang Solarized/cinnamon/panel-assets/bottom-item-active.svg b/B00merang Solarized/cinnamon/panel-assets/bottom-item-active.svg
new file mode 100755
index 0000000..669ef29
--- /dev/null
+++ b/B00merang Solarized/cinnamon/panel-assets/bottom-item-active.svg
@@ -0,0 +1,69 @@
+
+
+
+
diff --git a/B00merang Solarized/cinnamon/panel-assets/bottom-item-attention-hover.svg b/B00merang Solarized/cinnamon/panel-assets/bottom-item-attention-hover.svg
new file mode 100755
index 0000000..b1735ef
--- /dev/null
+++ b/B00merang Solarized/cinnamon/panel-assets/bottom-item-attention-hover.svg
@@ -0,0 +1,69 @@
+
+
+
+
diff --git a/B00merang Solarized/cinnamon/panel-assets/bottom-item-attention.png b/B00merang Solarized/cinnamon/panel-assets/bottom-item-attention.png
new file mode 100755
index 0000000..31e014e
Binary files /dev/null and b/B00merang Solarized/cinnamon/panel-assets/bottom-item-attention.png differ
diff --git a/B00merang Solarized/cinnamon/panel-assets/bottom-item-attention.svg b/B00merang Solarized/cinnamon/panel-assets/bottom-item-attention.svg
new file mode 100755
index 0000000..b1735ef
--- /dev/null
+++ b/B00merang Solarized/cinnamon/panel-assets/bottom-item-attention.svg
@@ -0,0 +1,69 @@
+
+
+
+
diff --git a/B00merang Solarized/cinnamon/panel-assets/bottom-item-hover.png b/B00merang Solarized/cinnamon/panel-assets/bottom-item-hover.png
new file mode 100755
index 0000000..79f2f95
Binary files /dev/null and b/B00merang Solarized/cinnamon/panel-assets/bottom-item-hover.png differ
diff --git a/B00merang Solarized/cinnamon/panel-assets/bottom-item-hover.svg b/B00merang Solarized/cinnamon/panel-assets/bottom-item-hover.svg
new file mode 100755
index 0000000..6e2e1a6
--- /dev/null
+++ b/B00merang Solarized/cinnamon/panel-assets/bottom-item-hover.svg
@@ -0,0 +1,78 @@
+
+
+
+
diff --git a/B00merang Solarized/cinnamon/panel-assets/panel-separator.svg b/B00merang Solarized/cinnamon/panel-assets/panel-separator.svg
new file mode 100755
index 0000000..2be5d2b
--- /dev/null
+++ b/B00merang Solarized/cinnamon/panel-assets/panel-separator.svg
@@ -0,0 +1,141 @@
+
+
+
+
diff --git a/B00merang Solarized/cinnamon/panel-assets/panel.png b/B00merang Solarized/cinnamon/panel-assets/panel.png
new file mode 100755
index 0000000..afd5e7f
Binary files /dev/null and b/B00merang Solarized/cinnamon/panel-assets/panel.png differ
diff --git a/B00merang Solarized/cinnamon/panel-assets/top-item-active-hover.png b/B00merang Solarized/cinnamon/panel-assets/top-item-active-hover.png
new file mode 100755
index 0000000..ba1d260
Binary files /dev/null and b/B00merang Solarized/cinnamon/panel-assets/top-item-active-hover.png differ
diff --git a/B00merang Solarized/cinnamon/panel-assets/top-item-active-hover.svg b/B00merang Solarized/cinnamon/panel-assets/top-item-active-hover.svg
new file mode 100755
index 0000000..e1b326c
--- /dev/null
+++ b/B00merang Solarized/cinnamon/panel-assets/top-item-active-hover.svg
@@ -0,0 +1,63 @@
+
+
+
+
diff --git a/B00merang Solarized/cinnamon/panel-assets/top-item-active.svg b/B00merang Solarized/cinnamon/panel-assets/top-item-active.svg
new file mode 100755
index 0000000..49975c6
--- /dev/null
+++ b/B00merang Solarized/cinnamon/panel-assets/top-item-active.svg
@@ -0,0 +1,63 @@
+
+
+
+
diff --git a/B00merang Solarized/cinnamon/panel-assets/top-item-attention-hover.svg b/B00merang Solarized/cinnamon/panel-assets/top-item-attention-hover.svg
new file mode 100755
index 0000000..fc1a1af
--- /dev/null
+++ b/B00merang Solarized/cinnamon/panel-assets/top-item-attention-hover.svg
@@ -0,0 +1,63 @@
+
+
+
+
diff --git a/B00merang Solarized/cinnamon/panel-assets/top-item-attention.svg b/B00merang Solarized/cinnamon/panel-assets/top-item-attention.svg
new file mode 100755
index 0000000..d87d2d5
--- /dev/null
+++ b/B00merang Solarized/cinnamon/panel-assets/top-item-attention.svg
@@ -0,0 +1,63 @@
+
+
+
+
diff --git a/B00merang Solarized/cinnamon/panel-assets/top-item-hover.svg b/B00merang Solarized/cinnamon/panel-assets/top-item-hover.svg
new file mode 100755
index 0000000..0681e95
--- /dev/null
+++ b/B00merang Solarized/cinnamon/panel-assets/top-item-hover.svg
@@ -0,0 +1,61 @@
+
+
+
+
diff --git a/B00merang Blackout/cinnamon/theme.json b/B00merang Solarized/cinnamon/theme.json
similarity index 53%
rename from B00merang Blackout/cinnamon/theme.json
rename to B00merang Solarized/cinnamon/theme.json
index 7303276..c5edf8d 100755
--- a/B00merang Blackout/cinnamon/theme.json
+++ b/B00merang Solarized/cinnamon/theme.json
@@ -1,8 +1,8 @@
{
"cinnamon-theme": {
- "name": "Modern Mint",
- "author": "fmcgorenc(at)gmail(dot)com",
- "version": "0.1",
+ "name": "New-Minty",
+ "author": "zagortenay333",
+ "version": "",
"type": "custom",
"thumbnail": "thumbnail.png",
"url": ""
diff --git a/B00merang Solarized/cinnamon/third-party-APPLET-stylesheets/configurable-menu.css b/B00merang Solarized/cinnamon/third-party-APPLET-stylesheets/configurable-menu.css
new file mode 100755
index 0000000..3615b7f
--- /dev/null
+++ b/B00merang Solarized/cinnamon/third-party-APPLET-stylesheets/configurable-menu.css
@@ -0,0 +1,56 @@
+.menu-main-box {
+ padding-top: 4px;
+ padding-left: 12px;
+ padding-right: 12px;
+ padding-bottom: 0;
+}
+
+/*---fixes for stylized & classic layouts---*/
+
+.menu-main-box-stylized,
+.menu-main-box-classic {
+ padding-top: 4px;
+ padding-left: 10px;
+ padding-right: 2px;
+ padding-bottom: 0;
+}
+
+.menu-categories-box-stylized,
+.menu-categories-box-classic {
+ padding-left: 10px;
+}
+
+.menu-search-box-stylized,
+.menu-search-box-classic {
+ padding-left: 0;
+ padding-top: 0;
+}
+
+.menu-top-box-stylized,
+.menu-top-box-classic {
+ padding-left: 10px;
+}
+
+/*---buttons---*/
+
+.menu-control-button {
+ border-image: url("../buttons/button.svg") 7;
+ padding: 8px;
+}
+
+.menu-control-button-selected {
+ border-image: url("../buttons/button-hover.svg") 7;
+ padding: 8px;
+}
+
+.menu-control-button:open {
+ border-image: url("../buttons/button-focused.svg") 7;
+ padding: 8px;
+ color: #fff;
+}
+
+.menu-control-button-selected:open {
+ border-image: url("../buttons/button-focused.svg") 7;
+ padding: 8px;
+ color: #fff;
+}
\ No newline at end of file
diff --git a/B00merang Solarized/cinnamon/third-party-APPLET-stylesheets/slingshot.css b/B00merang Solarized/cinnamon/third-party-APPLET-stylesheets/slingshot.css
new file mode 100755
index 0000000..29bbdd3
--- /dev/null
+++ b/B00merang Solarized/cinnamon/third-party-APPLET-stylesheets/slingshot.css
@@ -0,0 +1,271 @@
+.slingshot .popup-menu-content {
+ padding: 0;
+}
+
+.slingshot .separator {
+ background-color: rgba(255, 255, 255, .1);
+}
+
+/*--- Entries ---*/
+
+.slingshot .entry,
+.slingshot .entry:hover {
+ border-image: url("../misc-assets/entry.svg") 7;
+ background-gradient-direction: vertical;
+ background-gradient-start: transparent;
+ background-gradient-end: transparent;
+ border: 0 transparent;
+ box-shadow: inset 0 0 transparent;
+ border-radius: 0;
+ height: 24px;
+ width: 220px;
+ color: #fff;
+ caret-color: #fff;
+ font-size: 9pt;
+ font-weight: normal;
+ caret-size: 1px;
+ selected-color: #fff;
+ selection-background-color: #2975E9;
+ padding: 4px 12px 3px 12px;
+}
+
+.slingshot .entry:focus {
+ border-image: url("../misc-assets/entry-focused.svg") 7;
+ background-gradient-direction: vertical;
+ background-gradient-start: transparent;
+ background-gradient-end: transparent;
+ border: 0 transparent;
+ box-shadow: inset 0 0 transparent;
+ border-radius: 0;
+ height: 24px;
+ width: 220px;
+ color: #000;
+ caret-color: #000;
+ font-size: 9pt;
+ font-weight: normal;
+ caret-size: 1px;
+ selected-color: #fff;
+ selection-background-color: #2975E9;
+ padding: 4px 12px 3px 12px;
+}
+
+/*--- Buttons ---*/
+
+.slingshot .button {
+ border-image: url("../buttons/button.svg") 7;
+ background-gradient-direction: none;
+ background-color: transparent;
+ border: 0 transparent;
+ box-shadow: inset 0 0 transparent;
+ border-radius: 0;
+ font-size: 8pt;
+ padding: 6px;
+ padding-top: 7px;
+}
+
+.slingshot .button:hover {
+ border-image: url("../buttons/button-hover.svg") 7;
+}
+
+.slingshot .button:active {
+ border-image: url("../buttons/button-pressed.svg") 7;
+}
+
+.slingshot .button:checked {
+ border-image: url("../buttons/button-focused.svg") 7;
+ background-color: transparent;
+ box-shadow: inset 0 0 transparent;
+ font-weight: bold;
+ color: #fff;
+}
+
+
+/*--- App Buttons ---*/
+
+.slingshot .button.app {
+ border-image: none;
+ border-width: 0;
+ font-size: 9pt;
+ padding: 0;
+}
+
+.slingshot .app:hover {
+ border-image: url("../background-assets/hover.svg") 4;
+ background-gradient-direction: vertical;
+ background-gradient-end: transparent;
+ background-gradient-start: transparent;
+ background-color: transparent;
+ color: #fff;
+}
+
+.slingshot .app:focus {
+ border-image: url("../background-assets/hover.svg") 4;
+ background-gradient-direction: vertical;
+ background-gradient-end: transparent;
+ background-gradient-start: transparent;
+ background-color: transparent;
+ color: #fff;
+}
+
+
+/*--- Sidebar Buttons ---*/
+
+.slingshot .sidebar {
+ padding-left: 8px;
+ padding-right: 0;
+}
+
+.slingshot .sidebar .button {
+ border-image: none;
+ padding: 5px;
+ border-radius: 0;
+ border-top: 0;
+ border-right: 0;
+ border-bottom: 0;
+ border-color: transparent;
+ font-size: 9pt;
+ padding-top: 8px;
+ padding-bottom: 8px;
+}
+
+.slingshot .sidebar .button:hover {
+ border-image: url("../misc-assets/highlighted-2.svg") 6;
+ border-color: transparent;
+ background-color: transparent;
+ box-shadow: none;
+ color: #fff;
+}
+
+.slingshot .sidebar .button:active,
+.slingshot .sidebar .button:hover:active {
+ background-color: transparent;
+ border-color: transparent;
+ box-shadow: inset 0 0 0 transparent;
+ color: #fff;
+}
+
+.slingshot .sidebar .button:checked,
+.slingshot .sidebar .button:hover:checked,
+.slingshot .sidebar .button:active:checked {
+ border-image: url("../misc-assets/highlighted-2.svg") 6;
+ border-color: transparent;
+ background-color: transparent;
+ box-shadow: none;
+ color: #2975E9;
+}
+
+.slingshot .entry,
+.slingshot .sidebar .button {
+ text-shadow: none;
+ icon-shadow: none;
+}
+
+
+/*--- Linked Buttons ---*/
+
+
+/* Middle button */
+
+.slingshot .linked .button {
+ border-image: url("../buttons/linked-button-middle.svg") 7;
+ background-gradient-direction: none;
+ background-color: transparent;
+ border: none;
+ box-shadow: none;
+ border-radius: 0;
+ color: #fff;
+}
+
+.slingshot .linked .button:hover {
+ border-image: url("../buttons/linked-button-middle-hover.svg") 7;
+}
+
+.slingshot .linked .button:active {
+ border-image: url("../buttons/linked-button-middle-pressed.svg") 7;
+}
+
+.slingshot .linked .button:checked {
+ border-image: url("../buttons/linked-button-middle-checked.svg") 7;
+ color: #fff;
+}
+
+
+/* Leftmost button */
+
+.slingshot .linked .button:first-child {
+ border-image: url("../buttons/linked-button-left.svg") 7;
+ background-gradient-direction: none;
+ background-color: transparent;
+ box-shadow: none;
+ border-radius: 0;
+ padding: 6px;
+ color: #fff;
+}
+
+.slingshot .linked .button:hover:first-child {
+ border-image: url("../buttons/linked-button-left-hover.svg") 7;
+}
+
+.slingshot .linked .button:active:first-child {
+ border-image: url("../buttons/linked-button-left-pressed.svg") 7;
+}
+
+.slingshot .linked .button:checked:first-child {
+ border-image: url("../buttons/linked-button-left-checked.svg") 7;
+ color: #fff;
+}
+
+
+/* Rightmost button */
+
+.slingshot .linked .button:last-child {
+ border-image: url("../buttons/linked-button-right.svg") 7;
+ background-gradient-direction: none;
+ background-color: transparent;
+ border-right-width: 0;
+ box-shadow: none;
+ border-radius: 0;
+ padding: 6px;
+ color: #fff;
+}
+
+.slingshot .linked .button:hover:last-child {
+ border-image: url("../buttons/linked-button-right-hover.svg") 7;
+}
+
+.slingshot .linked .button:active:last-child,
+.slingshot .linked .button:active:hover:last-child {
+ border-image: url("../buttons/linked-button-right-pressed.svg") 7;
+ border-right-width: 0;
+}
+
+.slingshot .linked .button:checked:last-child {
+ border-image: url("../buttons/linked-button-right-checked.svg") 7;
+ color: #fff;
+}
+
+
+/* Linked single button */
+
+.slingshot .linked .button:only-child {
+ border-image: url("../buttons/button.svg") 7;
+ background-gradient-direction: none;
+ background-color: transparent;
+ border-width: 0;
+ box-shadow: none;
+ border-radius: 0;
+ color: #fff;
+}
+
+.slingshot .linked .button:hover:only-child {
+ border-image: url("../buttons/button-hover.svg") 7;
+}
+
+.slingshot .linked .button:active:only-child {
+ border-image: url("../buttons/button-pressed.svg") 7;
+}
+
+.slingshot .linked .button:checked:only-child {
+ border-image: url("../buttons/button-pressed.svg") 7;
+ color: #fff;
+}
diff --git a/B00merang Solarized/cinnamon/third-party-APPLET-stylesheets/stopwatch.css b/B00merang Solarized/cinnamon/third-party-APPLET-stylesheets/stopwatch.css
new file mode 100755
index 0000000..3416608
--- /dev/null
+++ b/B00merang Solarized/cinnamon/third-party-APPLET-stylesheets/stopwatch.css
@@ -0,0 +1,71 @@
+.stopwatch-ready,
+.stopwatch-ready:hover,
+.stopwatch-running,
+.stopwatch-running:hover,
+.stopwatch-paused,
+.stopwatch-day-exceeded,
+.stopwatch-running-day-exceeded,
+.stopwatch-paused-day-exceeded {
+ background-color: transparent;
+ padding: 3px 5px;
+}
+
+/*---top panel---*/
+
+.panel-top .stopwatch-ready:hover {
+ border-image: url("../panel-assets/top-item-hover.svg") 4;
+}
+
+.panel-top .stopwatch-running {
+ border-image: url("../panel-assets/top-item-active.svg") 4;
+}
+
+.panel-top .stopwatch-running:hover {
+ border-image: url("../panel-assets/top-item-active-hover.svg") 4;
+}
+
+.panel-top .stopwatch-paused {
+ border-image: url("../panel-assets/top-item-attention.svg") 4;
+}
+
+.panel-top .stopwatch-day-exceeded {
+ border-image: url("../panel-assets/top-item-attention.svg") 4;
+}
+
+.panel-top .stopwatch-running-day-exceeded {
+ border-image: url("../panel-assets/top-item-attention.svg") 4;
+}
+
+.panel-top .stopwatch-paused-day-exceeded {
+ border-image: url("../panel-assets/top-item-attention.svg") 4;
+}
+
+/*---bottom panel---*/
+
+.panel-bottom .stopwatch-ready:hover {
+ border-image: url("../panel-assets/bottom-item-hover.svg") 4;
+}
+
+.panel-bottom .stopwatch-running {
+ border-image: url("../panel-assets/bottom-item-active.svg") 4;
+}
+
+.panel-bottom .stopwatch-running:hover {
+ border-image: url("../panel-assets/bottom-item-active-hover.svg") 4;
+}
+
+.panel-bottom .stopwatch-paused {
+ border-image: url("../panel-assets/bottom-item-attention.svg") 4;
+}
+
+.panel-bottom .stopwatch-day-exceeded {
+ border-image: url("../panel-assets/bottom-item-attention.svg") 4;
+}
+
+.panel-bottom .stopwatch-running-day-exceeded {
+ border-image: url("../panel-assets/bottom-item-attention.svg") 4;
+}
+
+.panel-bottom .stopwatch-paused-day-exceeded {
+ border-image: url("../panel-assets/bottom-item-attention.svg") 4;
+}
\ No newline at end of file
diff --git a/B00merang Solarized/cinnamon/third-party-APPLET-stylesheets/system-tray-collapsible.css b/B00merang Solarized/cinnamon/third-party-APPLET-stylesheets/system-tray-collapsible.css
new file mode 100755
index 0000000..cb0f1b5
--- /dev/null
+++ b/B00merang Solarized/cinnamon/third-party-APPLET-stylesheets/system-tray-collapsible.css
@@ -0,0 +1,45 @@
+.systray-collapsible-gradient {
+ background-gradient-direction: vertical;
+ background-gradient-start: rgba(255,255,255,0);
+ background-gradient-end: rgba(255,255,255,0);
+ background: transparent;
+ box-shadow: inset 0 0 1px 1px rgba(170,170,170,0);
+ border-radius: 6px;
+ spacing: 2px;
+ padding: 0;
+}
+
+.systray-collapsible-gradient .popup-menu-icon {
+ icon-size: 16px;
+ color: #fff;
+ padding-left: 2px;
+ padding-right: 2px;
+}
+
+.systray-collapsible-gradient:focus {
+ background-gradient-direction: vertical;
+ background-gradient-start: rgba(255,255,255,0);
+ background-gradient-end: rgba(255,255,255,0);
+ background: transparent;
+ box-shadow: inset 0 0 1px 1px rgba(170,170,170,0);
+ padding: 0;
+}
+
+.systray-collapsible-gradient:focus .popup-menu-icon {
+ color: #fff;
+ padding: 0;
+ padding-left: 2px;
+ padding-right: 2px;
+}
+
+.systray-collapsible-border {
+ border: 1px solid rgba(255,255,255,0.4);
+ border-radius: 6px;
+ spacing: 2px;
+ padding-left: 3px;
+ padding-right: 2px;
+}
+
+.systray-collapsible-border:focus {
+ border: 1px solid rgba(255,255,255,0.5);
+}
\ No newline at end of file
diff --git a/B00merang Solarized/cinnamon/third-party-APPLET-stylesheets/weather.css b/B00merang Solarized/cinnamon/third-party-APPLET-stylesheets/weather.css
new file mode 100755
index 0000000..231fce4
--- /dev/null
+++ b/B00merang Solarized/cinnamon/third-party-APPLET-stylesheets/weather.css
@@ -0,0 +1,89 @@
+.weather-menu .popup-menu-content {
+ padding-top: 6px;
+ padding-left: 20px;
+ padding-right: 20px;
+}
+
+.weather-menu .popup-separator-menu-item {
+}
+
+.current {
+ padding-top: 0;
+}
+
+.forecast {
+}
+
+.weather-current-location-link {
+ font-size: 12pt;
+}
+
+.weather-current-location-link:selected,
+.weather-current-location-link:hover {
+ background-gradient-direction: vertical;
+ background-gradient-start: rgba(255, 255, 255, 0.0);
+ background-gradient-end: rgba(255, 255, 255, 0.0);
+ color: #2975E9;
+}
+
+.weather-current-summarybox {
+ padding-top: 0;
+ padding-bottom: 10px;
+}
+
+.weather-current-summary {
+ font-size: 35px;
+}
+
+.weather-current-databox {
+ padding-top: 15px;
+ padding-left: 30px;
+ font-size: 9pt;
+}
+
+.weather-current-icon {
+ padding: 0 30px;
+ padding-bottom: 15px;
+}
+
+.weather-current-iconbox {
+ padding: 1em;
+}
+
+.weather-icon {
+ padding-right: 5px;
+}
+
+.weather-icon-rtl {
+ padding-left: 5px;
+}
+
+.weather-current-databox-captions {
+ padding: 0;
+ padding-right: 5px;
+ spacing: 0;
+ font-size: 9pt;
+ color: #2975E9;
+ text-align: right;
+}
+
+.weather-current-astronomy {
+ color: rgba(255, 255, 255, .3);
+ font-size: 9pt;
+}
+
+.weather-forecast-icon {
+ padding: 10px 15px 0 30px;
+ color: #fff;
+}
+
+.weather-forecast-databox {
+ padding: 14px 30px 0 0;
+ color: #fff;
+}
+
+.weather-forecast-day {
+ font-size: 10pt;
+ font-weight: bold;
+ color: #2975E9;
+}
diff --git a/B00merang Solarized/cinnamon/third-party-APPLET-stylesheets/xcenter.css b/B00merang Solarized/cinnamon/third-party-APPLET-stylesheets/xcenter.css
new file mode 100755
index 0000000..5952da6
--- /dev/null
+++ b/B00merang Solarized/cinnamon/third-party-APPLET-stylesheets/xcenter.css
@@ -0,0 +1,44 @@
+.xCenter-menu .popup-menu-content {
+ padding: 0;
+ max-height: 475px;
+}
+
+.xCenter-mainBox {
+ padding: 0;
+ spacing: 0;
+}
+
+.xCenter-mainBox .popup-menu-item {
+ padding: .4em 1.5em;
+}
+
+.xCenter-mainBox .popup-menu-item:active {
+ border-image: url("../background-assets/hover-2.svg") 7;
+}
+
+.xCenter-mainBox StScrollBar {
+ padding: 3px;
+ padding-right: 8px;
+}
+
+.xCenter-title {
+ border: 0 solid transparent;
+ border-bottom-width: 4px;
+ font-size: 9pt;
+ font-weight: bold;
+}
+
+.xCenter-pane {
+ border-image: url("../misc-assets/separator-vertical.svg") 11;
+ padding: 7px 0;
+ padding-right: 1px;
+}
+
+.xCenter-pane:last-child {
+ border-image: none;
+ padding-right: 0;
+}
+
+.xCenter-menuItemLabel {
+ max-width: 12em;
+}
\ No newline at end of file
diff --git a/B00merang Solarized/cinnamon/third-party-DESKLET-stylesheets/calculator.css b/B00merang Solarized/cinnamon/third-party-DESKLET-stylesheets/calculator.css
new file mode 100755
index 0000000..8e4abd1
--- /dev/null
+++ b/B00merang Solarized/cinnamon/third-party-DESKLET-stylesheets/calculator.css
@@ -0,0 +1,89 @@
+.calc-button {
+ border-image: url("../buttons/button.svg") 7;
+ height: 40px;
+ width: 50px;
+ margin: 20px;
+ color: #fff;
+}
+
+.calc-button:hover {
+ border-image: url("../buttons/button-hover.svg") 7;
+ height: 40px;
+ width: 50px;
+ margin: 20px;
+ color: #fff;
+}
+
+.calc-button:active {
+ border-image: url("../buttons/button-pressed.svg") 7;
+ height: 40px;
+ width: 50px;
+ margin: 20px;
+ color: #fff;
+}
+
+.calc-button-padding {
+ padding: 2px;
+}
+
+.calc-mainBox {
+ padding: 2px;
+}
+
+.calc-displayArea {
+ padding: 3px;
+}
+
+.calc-displayWindow {
+ border-image: url("../misc-assets/entry-focused.svg") 7;
+ padding: 10px;
+}
+
+.calc-displayWindow-rpn {
+ border-image: url("../misc-assets/entry-focused.svg") 7;
+ padding: 10px;
+}
+
+.calc-displayText-primary {
+ font-size: 32px;
+ color: #000;
+ text-align: right;
+}
+
+.calc-displayText-secondary {
+ font-size: 9px;
+ color: #000;
+ text-align: right;
+}
+
+.calc-displayText-operation {
+ font-size: 24px;
+ color: #000;
+}
+
+.calc-displayText-status {
+ font-size: 8px;
+ color: #000;
+}
+
+.calc-displayText-rpn {
+ color: #000;
+}
+
+.calc-stackArea {
+ height: 85px;
+ padding-top: 8px;
+}
+
+.calc-navigation-box {
+ padding: 0 0 0 8px;
+ width: 22px;
+}
+
+.calc-navigation-icon {
+ color: #fff;
+ icon-size: 16px;
+}
+
+.calc-button .calc-navigation-button {
+}
\ No newline at end of file
diff --git a/B00merang Solarized/cinnamon/third-party-DESKLET-stylesheets/reddit-reader.css b/B00merang Solarized/cinnamon/third-party-DESKLET-stylesheets/reddit-reader.css
new file mode 100755
index 0000000..5044ab7
--- /dev/null
+++ b/B00merang Solarized/cinnamon/third-party-DESKLET-stylesheets/reddit-reader.css
@@ -0,0 +1,43 @@
+.reddit-reader {
+ border-image: url("../background-assets/popup.svg") 7;
+ padding: 12px;
+ color: #fff;
+}
+
+.reddit-title-bar {
+ border-image: url("../misc-assets/entry.svg") 7;
+ padding: 10px;
+ font-size: 12pt;
+ font-weight: bold;
+}
+
+.reddit-header-icon {
+ padding-right: 6px;
+ icon-size: 16px;
+}
+
+.reddit-title {
+ padding-right: 6px;
+ font-size: 14pt;
+}
+
+.reddit-subtitle {
+ color: rgba(255, 255, 255, .3);
+}
+
+.reddit-posts-box {
+ padding-left: 10px;
+ padding-right: 16px;
+ padding-top: 12px;
+}
+
+.reddit-post {
+ color: #fff;
+}
+
+.reddit-info-box {
+ padding: 3px 10px 24px 0;
+ spacing: 10px;
+ font-size: 8pt;
+ color: rgba(255, 255, 255, .3);
+}
\ No newline at end of file
diff --git a/B00merang Solarized/cinnamon/third-party-DESKLET-stylesheets/sticky-notes.css b/B00merang Solarized/cinnamon/third-party-DESKLET-stylesheets/sticky-notes.css
new file mode 100755
index 0000000..fd58803
--- /dev/null
+++ b/B00merang Solarized/cinnamon/third-party-DESKLET-stylesheets/sticky-notes.css
@@ -0,0 +1,98 @@
+#sticky-scrollview StScrollBar {
+ padding: 0;
+ padding-left: 6px;
+}
+
+.sticky-button {
+ border-image: url("../buttons/button.svg") 7;
+ background-gradient-direction: none;
+ height: 24px;
+ width: 24px;
+ color: #fff;
+}
+
+.sticky-button-selected {
+ border-image: url("../buttons/button-hover.svg") 7;
+ background-gradient-direction: none;
+ height: 24px;
+ width: 24px;
+ color: #fff;
+}
+
+.sticky-button-box {
+ padding: 0;
+ height: 24px;
+}
+
+.sticky-main-box-staples {
+ border-image: url("../background-assets/popup.svg") 7;
+ background-color: transparent;
+ border-radius: 0;
+ text-shadow: none;
+ min-width: 210px;
+ padding: 4px 10px;
+ font-weight: bold;
+ color: #fff;
+}
+
+.sticky-main-box-none {
+ border-image: url("../background-assets/popup.svg") 7;
+ background-color: transparent;
+ border-radius: 0;
+ text-shadow: none;
+ min-width: 210px;
+ padding: 4px 10px;
+ font-weight: bold;
+ color: #fff;
+}
+
+.sticky-top-box {
+ font-weight: bold;
+ color: #fff;
+}
+
+.sticky-bottom-box {
+ font-weight: bold;
+ color: #fff;
+}
+
+.sticky-title-label {
+ padding: 0 4px 0 4px;
+ max-width: 100px;
+ text-align: center;
+}
+
+.sticky-information-label {
+ padding: 0 4px 0 4px;
+}
+
+.sticky-text-box {
+ background-gradient-direction: vertical;
+ background-gradient-start: rgba(0, 0, 0, 0);
+ background-gradient-end: rgba(0, 0, 0, 0);
+ box-shadow: inset 0 0 rgba(0, 0, 0, 0);
+ border: 0 rgba(0, 0, 0, 0);
+ border-radius: 0;
+ border-image: url("../misc-assets/entry.svg") 7;
+ padding: 6px;
+}
+
+.sticky-text-box:active {
+ background-gradient-direction: vertical;
+ background-gradient-start: rgba(0, 0, 0, 0);
+ background-gradient-end: rgba(0, 0, 0, 0);
+ box-shadow: inset 0 0 rgba(0, 0, 0, 0);
+ border: 0 rgba(0, 0, 0, 0);
+ border-radius: 0;
+ border-image: url("../misc-assets/entry-focused.svg") 7;
+ padding: 6px;
+}
+
+#sticky-note-entry {
+ padding: 6px;
+ color: #fff;
+ selected-color: #fff;
+ caret-color: #fff;
+ caret-size: 1px;
+ selection-background-color: #2975E9;
+}
diff --git a/B00merang Solarized/cinnamon/third-party-EXTENSION-stylesheets/g-tile.css b/B00merang Solarized/cinnamon/third-party-EXTENSION-stylesheets/g-tile.css
new file mode 100755
index 0000000..ee9611d
--- /dev/null
+++ b/B00merang Solarized/cinnamon/third-party-EXTENSION-stylesheets/g-tile.css
@@ -0,0 +1,143 @@
+.grid-panel {
+ border-image: url("../background-assets/popup.svg") 7;
+ width:240px;
+ padding: 6px;
+}
+
+.grid-title {
+ padding: 4px;
+ font-size: 12px;
+ font-weight: bold;
+ color: #fff;
+ text-align:center;
+}
+
+.table {
+}
+
+.table-element {
+ border-image: url("../misc-assets/calendar-nonwork-day.svg") 7;
+}
+
+.table-element:hover, .table-element:activate {
+ border-image: url("../buttons/button-focused.svg") 7;
+}
+
+.top-box {
+ padding: 4px;
+}
+
+.bottom-box {
+ padding: 10px;
+ display: block;
+}
+
+.very-bottom-box {
+ padding: 60px;
+ display: block;
+}
+
+.settings-label {
+}
+
+.settings-label:hover {
+}
+
+.grid-preview {
+ background-color: transparent;
+ border-color: transparent;
+}
+
+.grid-preview:activate {
+ background-color: rgba(93, 241, 73, .4);
+ border: 1px solid rgba(93, 241, 73, .8);
+}
+
+
+/*---buttons---*/
+
+.settings-button {
+ border-image: url("../buttons/button.svg") 7;
+ padding: 3px;
+ width: 44px;
+ height: 32px;
+ color: #fff;
+}
+
+.settings-button:activate {
+ border-image: url("../buttons/button-focused.svg") 7;
+ color: #fff;
+}
+
+.settings-button:activate:hover {
+ border-image: url("../buttons/button-focused.svg") 7;
+ color: #fff;
+}
+
+.settings-button:hover {
+ border-image: url("../buttons/button-hover.svg") 7;
+ color: #fff;
+}
+
+.close-button {
+ border-image: url("../buttons/button.svg") 7;
+ color: #fff;
+ background-image: url("../misc-assets/auto-close.svg");
+ color: #fff;
+ width: 24px;
+ height: 24px;
+}
+
+.close-button:hover {
+ border-image: url("../buttons/button-hover.svg") 7;
+ background-image: url("../misc-assets/auto-close.svg");
+ width: 24px;
+ height: 24px;
+}
+
+
+/*---icons---*/
+
+.tiling-icon {
+ width: 24px;
+ height: 24px;
+}
+
+.tiling-icon:hover {
+ width: 24px;
+ height: 24px;
+}
+
+.tiling-icon:activate {
+ width: 24px;
+ height: 24px;
+}
+
+.animation-icon {
+ background-image: url("../misc-assets/animation.svg");
+ width: 24px;
+ height: 24px;
+}
+
+.auto-close-icon {
+ background-image: url("../misc-assets/auto-close.svg");
+ width: 24px;
+ height: 24px;
+}
+
+.action-main-list {
+ background-image: url("../misc-assets/auto-tile-1.svg");
+ width: 24px;
+ height: 24px;
+}
+
+.action-two-list {
+ background-image: url("../misc-assets/auto-tile-2.svg");
+ width: 24px;
+ height: 24px;
+}
+
+.action-scale {
+ width: 24px;
+ height: 24px;
+}
\ No newline at end of file
diff --git a/B00merang Solarized/cinnamon/thumbnail.png b/B00merang Solarized/cinnamon/thumbnail.png
new file mode 100755
index 0000000..26c08bf
Binary files /dev/null and b/B00merang Solarized/cinnamon/thumbnail.png differ
diff --git a/B00merang Solarized/fluxbox/pixmaps/bullet.xpm b/B00merang Solarized/fluxbox/pixmaps/bullet.xpm
new file mode 100755
index 0000000..2990235
--- /dev/null
+++ b/B00merang Solarized/fluxbox/pixmaps/bullet.xpm
@@ -0,0 +1,27 @@
+/* XPM */
+static char * bullet_xpm[] = {
+"22 22 2 1",
+" c None",
+". c #00EAFC",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" .. ",
+" ... ",
+" ... ",
+" ... ",
+" ...",
+" ... ",
+" ... ",
+" ... ",
+" .. ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" "};
diff --git a/B00merang Solarized/fluxbox/pixmaps/bullet_hilight.xpm b/B00merang Solarized/fluxbox/pixmaps/bullet_hilight.xpm
new file mode 100755
index 0000000..eec72a0
--- /dev/null
+++ b/B00merang Solarized/fluxbox/pixmaps/bullet_hilight.xpm
@@ -0,0 +1,27 @@
+/* XPM */
+static char * bullet_hilight_xpm[] = {
+"22 22 2 1",
+" c None",
+". c #00828D",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" .. ",
+" ... ",
+" ... ",
+" ... ",
+" ...",
+" ... ",
+" ... ",
+" ... ",
+" .. ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" "};
diff --git a/B00merang Solarized/fluxbox/pixmaps/close.xpm b/B00merang Solarized/fluxbox/pixmaps/close.xpm
new file mode 100755
index 0000000..140b37d
--- /dev/null
+++ b/B00merang Solarized/fluxbox/pixmaps/close.xpm
@@ -0,0 +1,25 @@
+/* XPM */
+static char * close_xpm[] = {
+"19 19 3 1",
+" c None",
+". c #002B36",
+"+ c #00EAFC",
+"...................",
+"...................",
+"...................",
+".....+.......+.....",
+"......+.....+......",
+".......+...+.......",
+"........+.+........",
+".........+.........",
+"........+.+........",
+".......+...+.......",
+"......+.....+......",
+".....+.......+.....",
+"...................",
+"...................",
+"...................",
+"...................",
+"...................",
+"...................",
+"..................."};
diff --git a/B00merang Solarized/fluxbox/pixmaps/close_pressed.xpm b/B00merang Solarized/fluxbox/pixmaps/close_pressed.xpm
new file mode 100755
index 0000000..9eaa087
--- /dev/null
+++ b/B00merang Solarized/fluxbox/pixmaps/close_pressed.xpm
@@ -0,0 +1,26 @@
+/* XPM */
+static char * close_pressed_xpm[] = {
+"19 19 4 1",
+" c None",
+". c #FFD4C9",
+"+ c #FF1503",
+"@ c #002B36",
+"...................",
+"...................",
+"...................",
+".....+.......+.....",
+"......+.....+......",
+".......+...+.......",
+"........+.+........",
+".........+.........",
+"........+.+........",
+".......+...+.......",
+"......+.....+......",
+".....+.......+.....",
+"...................",
+"...................",
+"...................",
+"...................",
+"@@@@@@@@@@@@@@@@@@@",
+"@@@@@@@@@@@@@@@@@@@",
+"@@@@@@@@@@@@@@@@@@@"};
diff --git a/B00merang Solarized/fluxbox/pixmaps/maximize.xpm b/B00merang Solarized/fluxbox/pixmaps/maximize.xpm
new file mode 100755
index 0000000..1af3428
--- /dev/null
+++ b/B00merang Solarized/fluxbox/pixmaps/maximize.xpm
@@ -0,0 +1,25 @@
+/* XPM */
+static char * maximize_xpm[] = {
+"19 19 3 1",
+" c None",
+". c #002B36",
+"+ c #00EAFC",
+"...................",
+"...................",
+"...................",
+".....+++++++++.....",
+".....+.......+.....",
+".....+.......+.....",
+".....+.......+.....",
+".....+.......+.....",
+".....+.......+.....",
+".....+.......+.....",
+".....+.......+.....",
+".....+++++++++.....",
+"...................",
+"...................",
+"...................",
+"...................",
+"...................",
+"...................",
+"..................."};
diff --git a/B00merang Solarized/fluxbox/pixmaps/maximize_pressed.xpm b/B00merang Solarized/fluxbox/pixmaps/maximize_pressed.xpm
new file mode 100755
index 0000000..9ec1b31
--- /dev/null
+++ b/B00merang Solarized/fluxbox/pixmaps/maximize_pressed.xpm
@@ -0,0 +1,25 @@
+/* XPM */
+static char * maximize_pressed_xpm[] = {
+"19 19 3 1",
+" c None",
+". c #00EAFC",
+"+ c #002B36",
+"...................",
+"...................",
+"...................",
+".....+++++++++.....",
+".....+.......+.....",
+".....+.......+.....",
+".....+.......+.....",
+".....+.......+.....",
+".....+.......+.....",
+".....+.......+.....",
+".....+.......+.....",
+".....+++++++++.....",
+"...................",
+"...................",
+"...................",
+"...................",
+"...................",
+"+++++++++++++++++++",
+"+++++++++++++++++++"};
diff --git a/B00merang Solarized/fluxbox/pixmaps/menu_selected.xpm b/B00merang Solarized/fluxbox/pixmaps/menu_selected.xpm
new file mode 100755
index 0000000..4f23733
--- /dev/null
+++ b/B00merang Solarized/fluxbox/pixmaps/menu_selected.xpm
@@ -0,0 +1,27 @@
+/* XPM */
+static char * menu_selected_xpm[] = {
+"22 22 2 1",
+" c None",
+". c #00EAFC",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" .. ",
+" ... ",
+" ... ",
+" ... ",
+" ... ",
+" ... ",
+" ... ",
+" .. ... ",
+" ... ... ",
+" ... ... ",
+" ... ... ",
+" ..... ",
+" ... ",
+" . "};
diff --git a/B00merang Solarized/fluxbox/pixmaps/minimize.xpm b/B00merang Solarized/fluxbox/pixmaps/minimize.xpm
new file mode 100755
index 0000000..2a99ca7
--- /dev/null
+++ b/B00merang Solarized/fluxbox/pixmaps/minimize.xpm
@@ -0,0 +1,25 @@
+/* XPM */
+static char * minimize_xpm[] = {
+"19 19 3 1",
+" c None",
+". c #002B36",
+"+ c #00EAFC",
+"...................",
+"...................",
+"...................",
+"...................",
+"...................",
+"...................",
+"...................",
+".....+++++++++.....",
+"...................",
+"...................",
+"...................",
+"...................",
+"...................",
+"...................",
+"...................",
+"...................",
+"...................",
+"...................",
+"..................."};
diff --git a/B00merang Solarized/fluxbox/pixmaps/minimize_pressed.xpm b/B00merang Solarized/fluxbox/pixmaps/minimize_pressed.xpm
new file mode 100755
index 0000000..ca6fee7
--- /dev/null
+++ b/B00merang Solarized/fluxbox/pixmaps/minimize_pressed.xpm
@@ -0,0 +1,25 @@
+/* XPM */
+static char * minimize_pressed_xpm[] = {
+"19 19 3 1",
+" c None",
+". c #00EAFC",
+"+ c #002B36",
+"...................",
+"...................",
+"...................",
+"...................",
+"...................",
+"...................",
+"...................",
+".....+++++++++.....",
+"...................",
+"...................",
+"...................",
+"...................",
+"...................",
+"...................",
+"...................",
+"...................",
+"...................",
+"+++++++++++++++++++",
+"+++++++++++++++++++"};
diff --git a/B00merang Solarized/fluxbox/pixmaps/stick.xpm b/B00merang Solarized/fluxbox/pixmaps/stick.xpm
new file mode 100755
index 0000000..634e658
--- /dev/null
+++ b/B00merang Solarized/fluxbox/pixmaps/stick.xpm
@@ -0,0 +1,24 @@
+/* XPM */
+static char * stick_xpm[] = {
+"19 19 2 1",
+" c None",
+". c #002B36",
+"...................",
+"...................",
+"...................",
+"...................",
+"...................",
+"...................",
+"...................",
+"...................",
+"...................",
+"...................",
+"...................",
+"...................",
+"...................",
+"...................",
+"...................",
+"...................",
+"...................",
+"...................",
+"..................."};
diff --git a/B00merang Solarized/fluxbox/pixmaps/stuck.xpm b/B00merang Solarized/fluxbox/pixmaps/stuck.xpm
new file mode 100755
index 0000000..bc0e891
--- /dev/null
+++ b/B00merang Solarized/fluxbox/pixmaps/stuck.xpm
@@ -0,0 +1,24 @@
+/* XPM */
+static char * stuck_xpm[] = {
+"19 19 2 1",
+" c None",
+". c #00EAFC",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ..... ",
+" ... ",
+" ... ",
+" ... ",
+" ... ",
+" ..... ",
+" . ",
+" . ",
+" . ",
+" ",
+" ",
+" ",
+" ",
+" "};
diff --git a/B00merang Solarized/fluxbox/pixmaps/stuck_unfocus.xpm b/B00merang Solarized/fluxbox/pixmaps/stuck_unfocus.xpm
new file mode 100755
index 0000000..de1322e
--- /dev/null
+++ b/B00merang Solarized/fluxbox/pixmaps/stuck_unfocus.xpm
@@ -0,0 +1,24 @@
+/* XPM */
+static char * stuck_unfocus_xpm[] = {
+"19 19 2 1",
+" c None",
+". c #00828D",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ... ",
+" ... ",
+" ... ",
+" ... ",
+" ... ",
+" ..... ",
+" . ",
+" . ",
+" . ",
+" ",
+" ",
+" ",
+" ",
+" "};
diff --git a/B00merang Solarized/fluxbox/theme.cfg b/B00merang Solarized/fluxbox/theme.cfg
new file mode 100755
index 0000000..a2d35f9
--- /dev/null
+++ b/B00merang Solarized/fluxbox/theme.cfg
@@ -0,0 +1,110 @@
+# Name : BlueDX Fluxbox style
+# Author : Elbullazul (Christian Medel)
+# Date : Aug 18 2016
+# Comment : Edited from Ciremai Fluxbox style
+# http://b00merang.weebly.com
+
+###########
+# TOOLBAR #
+###########
+# General settings
+toolbar: flat
+toolbar.color: #3c809e
+toolbar.height: 25
+toolbar.alpha: 150
+
+# Clock
+toolbar.clock.font: sans-8
+toolbar.clock.textColor: #3fbbc4
+toolbar.clock.justify: center
+toolbar.clock: flat
+toolbar.clock.color: #3c809e
+
+# Workspace
+toolbar.workspace.font: sans-8
+toolbar.workspace.textColor: #3fbbc4
+toolbar.workspace.justify: center
+toolbar.workspace: flat
+toolbar.workspace.color: #3c809e
+
+# Iconbar
+toolbar.iconbar.focused.font: sans-8
+toolbar.iconbar.focused.textColor: #00eafc
+toolbar.iconbar.focused.justify: center
+toolbar.iconbar.focused: flat
+toolbar.iconbar.focused.color: #002b36
+
+toolbar.iconbar.unfocused.font: sans-8
+toolbar.iconbar.unfocused.textColor: #3fbbc4
+toolbar.iconbar.unfocused.justify: center
+toolbar.iconbar.unfocused: flat
+toolbar.iconbar.unfocused.color: #3c809e
+
+
+###########
+# WINDOWS #
+###########
+# General settings
+window.font: sans-10
+window.justify: center
+
+# Label
+window.label.focus: flat
+window.label.focus.color: #002b36
+window.label.focus.textColor: #3fbbc4
+window.label.unfocus: flat
+window.label.unfocus.color: #002b36
+window.label.unfocus.textColor: #00eafc
+
+# Buttons
+window.close.pixmap: close.xpm
+window.close.unfocus.pixmap: close.xpm
+window.close.pressed.pixmap: close_pressed.xpm
+
+window.maximize.pixmap: maximize.xpm
+window.maximize.unfocus.pixmap: maximize.xpm
+window.maximize.pressed.pixmap: maximize_pressed.xpm
+
+window.iconify.pixmap: minimize.xpm
+window.iconify.unfocus.pixmap: minimize.xpm
+window.iconify.pressed.pixmap: minimize_pressed.xpm
+
+window.stick.pixmap: stick.xpm
+window.stick.unfocus.pixmap: stick.xpm
+window.stick.pressed.pixmap: stuck.xpm
+
+window.stuck.pixmap: stuck.xpm
+window.stuck.unfocus.pixmap: stuck_unfocus.xpm
+window.stuck.pressed.pixmap: stick.xpm
+
+
+########
+# Menu #
+########
+# General settings
+menu.bevelWidth: 3
+menu.itemHeight: 30
+
+# Title
+menu.title.font: sans-0
+menu.title: flat
+menu.title.color: #3fbbc4
+
+# Frame
+menu.frame.font: sans-8
+menu.frame.textColor: #3fbbc4
+menu.frame.disableColor: #00eafc
+menu.frame.justify: left
+menu.frame: flat
+menu.frame.color: #3c809e
+
+# Hilite
+menu.hilite.textColor: #3fbbc4
+menu.hilite: flat
+menu.hilite.color: #002b36
+menu.hilite.submenu.pixmap: bullet_hilight.xpm
+
+# Details
+menu.bullet.position: right
+menu.submenu.pixmap: bullet.xpm
+menu.selected.pixmap: menu_selected.xpm
diff --git a/B00merang Blackout/gtk-2.0/Apps/banshee.rc b/B00merang Solarized/gtk-2.0/Apps/banshee.rc
similarity index 100%
rename from B00merang Blackout/gtk-2.0/Apps/banshee.rc
rename to B00merang Solarized/gtk-2.0/Apps/banshee.rc
diff --git a/B00merang Solarized/gtk-2.0/Apps/chromium.rc b/B00merang Solarized/gtk-2.0/Apps/chromium.rc
new file mode 100755
index 0000000..08cecdf
--- /dev/null
+++ b/B00merang Solarized/gtk-2.0/Apps/chromium.rc
@@ -0,0 +1,39 @@
+# ==============================================================================
+# CHROMIUM SPECIFIC SETTINGS
+# ==============================================================================
+
+style "chromium_toolbar_button" {
+ engine "murrine" {
+ roundness = 3
+ textstyle = 0
+ }
+}
+
+style "chrome-gtk-frame"
+{
+ ChromeGtkFrame::frame-color = "#3C3C3C"
+ ChromeGtkFrame::inactive-frame-color = "#3C3C3C"
+
+ ChromeGtkFrame::frame-gradient-size = 16
+ ChromeGtkFrame::frame-gradient-color = "#5C5C5C"
+
+ ChromeGtkFrame::incognito-frame-color = lighter ("#3C3C3C")
+ ChromeGtkFrame::incognito-inactive-frame-color = lighter ("#3C3C3C")
+
+ ChromeGtkFrame::incognito-frame-gradient-size = 16
+ ChromeGtkFrame::incognito-frame-gradient-color = "#5C5C5C"
+
+ 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
+}
+
+class "ChromeGtkFrame" style "chrome-gtk-frame"
+
+widget_class "*Chrom*Button*" style "chromium_toolbar_button"
+
+
+
+
+
+
diff --git a/B00merang Blackout/gtk-2.0/Apps/ff.rc b/B00merang Solarized/gtk-2.0/Apps/ff.rc
similarity index 100%
rename from B00merang Blackout/gtk-2.0/Apps/ff.rc
rename to B00merang Solarized/gtk-2.0/Apps/ff.rc
diff --git a/B00merang Blackout/gtk-2.0/Apps/filemanager.rc b/B00merang Solarized/gtk-2.0/Apps/filemanager.rc
similarity index 100%
rename from B00merang Blackout/gtk-2.0/Apps/filemanager.rc
rename to B00merang Solarized/gtk-2.0/Apps/filemanager.rc
diff --git a/B00merang Blackout/gtk-2.0/Apps/gnome-panel.rc b/B00merang Solarized/gtk-2.0/Apps/gnome-panel.rc
similarity index 93%
rename from B00merang Blackout/gtk-2.0/Apps/gnome-panel.rc
rename to B00merang Solarized/gtk-2.0/Apps/gnome-panel.rc
index 68346fe..d227fd6 100755
--- a/B00merang Blackout/gtk-2.0/Apps/gnome-panel.rc
+++ b/B00merang Solarized/gtk-2.0/Apps/gnome-panel.rc
@@ -8,17 +8,18 @@ style "panel" = "dark"
ythickness = 0
bg_pixmap[NORMAL] = "Panel/panel.png"
- base[NORMAL] = "#000000"
- base[ACTIVE] = "#000000"
- bg[NORMAL] = "#1e1e1e"
- bg[PRELIGHT] = "#066dc1"
- bg[SELECTED] = "#066dc1"
- text[NORMAL] = @fg_color_dark
- text[ACTIVE] = @fg_color_dark
-
+
+ bg[NORMAL] = "#4c4c4c"
+ bg[ACTIVE] = "#000000"
+ bg[PRELIGHT] = "#1f1f1f"
+ fg[NORMAL] = "#fff"
+ fg[ACTIVE] = "#fff"
+ fg[PRELIGHT] = "#fff"
+
+ text[NORMAL] = @base_color
engine "murrine" {
- colorize_scrollbar = FALSE
+ colorize_scrollbar = TRUE
}
}
diff --git a/B00merang Blackout/gtk-2.0/Apps/gnome-terminal.rc b/B00merang Solarized/gtk-2.0/Apps/gnome-terminal.rc
similarity index 100%
rename from B00merang Blackout/gtk-2.0/Apps/gnome-terminal.rc
rename to B00merang Solarized/gtk-2.0/Apps/gnome-terminal.rc
diff --git a/B00merang Blackout/gtk-2.0/Apps/mintmenu.rc b/B00merang Solarized/gtk-2.0/Apps/mintmenu.rc
similarity index 70%
rename from B00merang Blackout/gtk-2.0/Apps/mintmenu.rc
rename to B00merang Solarized/gtk-2.0/Apps/mintmenu.rc
index a57d758..9d9193c 100755
--- a/B00merang Blackout/gtk-2.0/Apps/mintmenu.rc
+++ b/B00merang Solarized/gtk-2.0/Apps/mintmenu.rc
@@ -2,8 +2,8 @@ style "mintmenu-style"
{
bg_pixmap[NORMAL] = "Panel/bc.png"
fg[NORMAL] = @fg_color_dark
- fg[ACTIVE] = shade (1.02, @fg_color_dark)
- fg[PRELIGHT] = @selected_fg_color
+ fg[ACTIVE] = shade (1.02, @fg_color)
+ fg[PRELIGHT] = @selected_fg_color
bg[PRELIGHT] = "#0f7bd1"
bg[ACTIVE] = "#0f7bd1"
}
diff --git a/B00merang Blackout/gtk-2.0/Apps/nautilus.rc b/B00merang Solarized/gtk-2.0/Apps/nautilus.rc
similarity index 100%
rename from B00merang Blackout/gtk-2.0/Apps/nautilus.rc
rename to B00merang Solarized/gtk-2.0/Apps/nautilus.rc
diff --git a/B00merang Blackout/gtk-2.0/Apps/panel-menus.rc b/B00merang Solarized/gtk-2.0/Apps/panel-menus.rc
similarity index 100%
rename from B00merang Blackout/gtk-2.0/Apps/panel-menus.rc
rename to B00merang Solarized/gtk-2.0/Apps/panel-menus.rc
diff --git a/B00merang Solarized/gtk-2.0/Panel/arrow-down.png b/B00merang Solarized/gtk-2.0/Panel/arrow-down.png
new file mode 100755
index 0000000..459c801
Binary files /dev/null and b/B00merang Solarized/gtk-2.0/Panel/arrow-down.png differ
diff --git a/B00merang Solarized/gtk-2.0/Panel/bc.png b/B00merang Solarized/gtk-2.0/Panel/bc.png
new file mode 100755
index 0000000..c378cd8
Binary files /dev/null and b/B00merang Solarized/gtk-2.0/Panel/bc.png differ
diff --git a/B00merang Solarized/gtk-2.0/Panel/handle-h.png b/B00merang Solarized/gtk-2.0/Panel/handle-h.png
new file mode 100755
index 0000000..fa6c44f
Binary files /dev/null and b/B00merang Solarized/gtk-2.0/Panel/handle-h.png differ
diff --git a/B00merang Solarized/gtk-2.0/Panel/handle-v.png b/B00merang Solarized/gtk-2.0/Panel/handle-v.png
new file mode 100755
index 0000000..fa6c44f
Binary files /dev/null and b/B00merang Solarized/gtk-2.0/Panel/handle-v.png differ
diff --git a/B00merang Solarized/gtk-2.0/Panel/mode-center-normal.png b/B00merang Solarized/gtk-2.0/Panel/mode-center-normal.png
new file mode 100755
index 0000000..1766ef3
Binary files /dev/null and b/B00merang Solarized/gtk-2.0/Panel/mode-center-normal.png differ
diff --git a/B00merang Solarized/gtk-2.0/Panel/mode-center-prelight.png b/B00merang Solarized/gtk-2.0/Panel/mode-center-prelight.png
new file mode 100755
index 0000000..3e8b974
Binary files /dev/null and b/B00merang Solarized/gtk-2.0/Panel/mode-center-prelight.png differ
diff --git a/B00merang Solarized/gtk-2.0/Panel/mode-center-pressed.png b/B00merang Solarized/gtk-2.0/Panel/mode-center-pressed.png
new file mode 100755
index 0000000..13ccee7
Binary files /dev/null and b/B00merang Solarized/gtk-2.0/Panel/mode-center-pressed.png differ
diff --git a/B00merang Solarized/gtk-2.0/Panel/mode-left-normal.png b/B00merang Solarized/gtk-2.0/Panel/mode-left-normal.png
new file mode 100755
index 0000000..e20f66b
Binary files /dev/null and b/B00merang Solarized/gtk-2.0/Panel/mode-left-normal.png differ
diff --git a/B00merang Solarized/gtk-2.0/Panel/mode-left-prelight.png b/B00merang Solarized/gtk-2.0/Panel/mode-left-prelight.png
new file mode 100755
index 0000000..fa7f3cf
Binary files /dev/null and b/B00merang Solarized/gtk-2.0/Panel/mode-left-prelight.png differ
diff --git a/B00merang Solarized/gtk-2.0/Panel/mode-left-pressed.png b/B00merang Solarized/gtk-2.0/Panel/mode-left-pressed.png
new file mode 100755
index 0000000..9991d05
Binary files /dev/null and b/B00merang Solarized/gtk-2.0/Panel/mode-left-pressed.png differ
diff --git a/B00merang Solarized/gtk-2.0/Panel/mode-right-normal.png b/B00merang Solarized/gtk-2.0/Panel/mode-right-normal.png
new file mode 100755
index 0000000..d46ec88
Binary files /dev/null and b/B00merang Solarized/gtk-2.0/Panel/mode-right-normal.png differ
diff --git a/B00merang Solarized/gtk-2.0/Panel/mode-right-prelight.png b/B00merang Solarized/gtk-2.0/Panel/mode-right-prelight.png
new file mode 100755
index 0000000..d6aea28
Binary files /dev/null and b/B00merang Solarized/gtk-2.0/Panel/mode-right-prelight.png differ
diff --git a/B00merang Solarized/gtk-2.0/Panel/mode-right-pressed.png b/B00merang Solarized/gtk-2.0/Panel/mode-right-pressed.png
new file mode 100755
index 0000000..c2be821
Binary files /dev/null and b/B00merang Solarized/gtk-2.0/Panel/mode-right-pressed.png differ
diff --git a/B00merang Solarized/gtk-2.0/Panel/panel-button-active.png b/B00merang Solarized/gtk-2.0/Panel/panel-button-active.png
new file mode 100755
index 0000000..16edfcc
Binary files /dev/null and b/B00merang Solarized/gtk-2.0/Panel/panel-button-active.png differ
diff --git a/B00merang Solarized/gtk-2.0/Panel/panel-button-hover.png b/B00merang Solarized/gtk-2.0/Panel/panel-button-hover.png
new file mode 100755
index 0000000..9991064
Binary files /dev/null and b/B00merang Solarized/gtk-2.0/Panel/panel-button-hover.png differ
diff --git a/B00merang Solarized/gtk-2.0/Panel/panel-button-inactive.png b/B00merang Solarized/gtk-2.0/Panel/panel-button-inactive.png
new file mode 100755
index 0000000..caeda56
Binary files /dev/null and b/B00merang Solarized/gtk-2.0/Panel/panel-button-inactive.png differ
diff --git a/B00merang Solarized/gtk-2.0/Panel/panel.png b/B00merang Solarized/gtk-2.0/Panel/panel.png
new file mode 100755
index 0000000..55ac155
Binary files /dev/null and b/B00merang Solarized/gtk-2.0/Panel/panel.png differ
diff --git a/B00merang Solarized/gtk-2.0/ProgressBar/progressbar.png b/B00merang Solarized/gtk-2.0/ProgressBar/progressbar.png
new file mode 100755
index 0000000..b5f27eb
Binary files /dev/null and b/B00merang Solarized/gtk-2.0/ProgressBar/progressbar.png differ
diff --git a/B00merang Solarized/gtk-2.0/ProgressBar/progressbar_v.png b/B00merang Solarized/gtk-2.0/ProgressBar/progressbar_v.png
new file mode 100755
index 0000000..d3cb258
Binary files /dev/null and b/B00merang Solarized/gtk-2.0/ProgressBar/progressbar_v.png differ
diff --git a/B00merang Solarized/gtk-2.0/ProgressBar/trough-progressbar.png b/B00merang Solarized/gtk-2.0/ProgressBar/trough-progressbar.png
new file mode 100755
index 0000000..c983886
Binary files /dev/null and b/B00merang Solarized/gtk-2.0/ProgressBar/trough-progressbar.png differ
diff --git a/B00merang Solarized/gtk-2.0/ProgressBar/trough-progressbar_v.png b/B00merang Solarized/gtk-2.0/ProgressBar/trough-progressbar_v.png
new file mode 100755
index 0000000..cd214c1
Binary files /dev/null and b/B00merang Solarized/gtk-2.0/ProgressBar/trough-progressbar_v.png differ
diff --git a/B00merang Blackout/gtk-2.0/gtkrc b/B00merang Solarized/gtk-2.0/gtkrc
similarity index 86%
rename from B00merang Blackout/gtk-2.0/gtkrc
rename to B00merang Solarized/gtk-2.0/gtkrc
index a4a2e2f..b99b399 100755
--- a/B00merang Blackout/gtk-2.0/gtkrc
+++ b/B00merang Solarized/gtk-2.0/gtkrc
@@ -1,17 +1,11 @@
-# name: Windows 10 Dark
-# author: Christian Medel (Elbullazul)
-# date: April 7th, 2016
-# description: Windows 10 Dark Granite color
+# name: BlueXD theme built for OlympOS Linux, by Elbullazul (Christian Medel)
-gtk-color-scheme = "bg_color:#000\nfg_color:#fff\nbase_color:#000\ntext_color:#fff\nselected_bg_color:#fff\nselected_fg_color:#000\ntooltip_bg_color:#fff\ntooltip_fg_color:#000\ntitlebar_bg_color:#000\ntitlebar_fg_color:#ffffff\nmenubar_bg_color:#000\nmenubar_fg_color:#ffffff\ntoolbar_bg_color:#000\ntoolbar_fg_color:#fff\nmenu_bg_color:#000\nmenu_fg_color:#ffffff\npanel_bg_color:#000\npanel_fg_color:#ffffff\nlink_color:#224ba0\nbg_color_dark:#000000\nfg_color_dark:#ffffff\ncheckradio_fg_color:#fff"
-
-# Scrollbar colors
-gtk-color-scheme = "scrollpress_bg_color:#333333\nscrollhover_bg_color:#2b2b2b\nscrollnorm_bg_color:#262626"
+gtk-color-scheme = "bg_color:#002b36\nfg_color:#3f9cc4\nbase_color:#002b36\ntext_color:#3f9cc4\nselected_bg_color:#3c809e\nselected_fg_color:#00eafc\ntooltip_bg_color:#002b36\ntooltip_fg_color:#3f9cc4\ntitlebar_bg_color:#002b36\ntitlebar_fg_color:#3f9cc4\nmenubar_bg_color:#002b36\nmenubar_fg_color:#3f9cc4\ntoolbar_bg_color:#002b36\ntoolbar_fg_color:#3f9cc4\nmenu_bg_color:#002b36\nmenu_fg_color:#3f9cc4\npanel_bg_color:#002b36\npanel_fg_color:#3f9cc4\nlink_color:#224ba0\nbg_color_dark:#000000\nfg_color_dark:#3f9cc4\ngreen_color:#002b36\nred_color:#002b36\nblue_color:#066dc1"
# Default Style
style "murrine-default" {
- GtkArrow::arrow-scaling= 1.0
+ GtkArrow::arrow-scaling= 0.6
GtkButton::child-displacement-x = 0
GtkButton::child-displacement-y = 0
@@ -20,7 +14,7 @@ style "murrine-default" {
GtkButtonBox::child-min-height = 26
- GtkCheckButton::indicator-size = 14
+ GtkCheckButton::indicator-size = 20
# The following line hints to gecko (and possibly other appliations)
# that the entry should be drawn transparently on the canvas.
@@ -42,8 +36,8 @@ style "murrine-default" {
GtkPaned::handle-size = 1
- GtkProgressBar::min-horizontal-bar-height = 12
- GtkProgressBar::min-vertical-bar-width = 12
+ #GtkProgressBar::min-horizontal-bar-height = 12
+ #GtkProgressBar::min-vertical-bar-width = 12
GtkRange::trough-border = 0
GtkRange::slider-width = 12
@@ -51,13 +45,13 @@ style "murrine-default" {
GtkRange::stepper_spacing = 0
GtkRange::trough-under-steppers = 1
- GtkScale::slider-length = 7
+ GtkScale::slider-length = 11
GtkScale::slider-width = 19
GtkScale::trough-side-details = 1
GtkScrollbar::activate-slider = 1
- GtkScrollbar::has-backward-stepper = 1
- GtkScrollbar::has-forward-stepper = 1
+ GtkScrollbar::has-backward-stepper = 0
+ GtkScrollbar::has-forward-stepper = 0
GtkScrollbar::has-secondary-backward-stepper = 0
GtkScrollbar::has-secondary-forward-stepper = 0
GtkScrollbar::min-slider-length = 80
@@ -109,7 +103,7 @@ style "murrine-default" {
bg[NORMAL] = @bg_color
bg[PRELIGHT] = shade (1.02, @bg_color)
- bg[SELECTED] = @selected_bg_color
+ bg[SELECTED] = shade(1.5, @red_color)
bg[ACTIVE] = shade (0.9, @bg_color)
bg[INSENSITIVE] = @bg_color
@@ -127,7 +121,7 @@ style "murrine-default" {
engine "murrine" {
animation = FALSE
- arrowstyle = 0 # 0 = normal arrows, 1 = filled arrows
+ arrowstyle = 1 # 0 = normal arrows, 1 = filled arrows
border_shades = { 1.0, 1.0 } # gradient to draw on border
colorize_scrollbar = FALSE
comboboxstyle = 0 # 0 = normal combobox, 1 = colorized combobox below arrow
@@ -175,7 +169,7 @@ style "murrine-thin" {
style "murrine-notebook-bg" {
bg[NORMAL] = @base_color
- bg[ACTIVE] = shade (0.87, @base_color)
+ bg[ACTIVE] = shade(0.8, @base_color)
}
style "murrine-notebook" = "murrine-notebook-bg" {
@@ -191,8 +185,8 @@ style "murrine-notebook" = "murrine-notebook-bg" {
style "murrine-button" = "murrine-wider" {
bg[NORMAL] = shade (1.08, @bg_color)
- bg[PRELIGHT] = shade (1.10, @bg_color)
- bg[ACTIVE] = shade (0.95, @bg_color)
+ bg[PRELIGHT] = shade (1.10, @red_color)
+ bg[ACTIVE] = shade (0.95, @red_color)
bg[INSENSITIVE] = shade (0.85, @bg_color)
engine "murrine" {
@@ -200,17 +194,15 @@ style "murrine-button" = "murrine-wider" {
}
style "murrine-scrollbar" {
- bg[NORMAL] = @fg_color
- bg[PRELIGHT] = @fg_color
- bg[ACTIVE] = @fg_color
- fg[NORMAL] = @fg_color
- fg[PRELIGHT] = shade (1.1, @fg_color)
+ bg[NORMAL] = @selected_fg_color
+ bg[PRELIGHT] = @selected_bg_color
+ bg[ACTIVE] = @blue_color
engine "murrine" {
roundness = 0
contrast = 0.0
border_shades = { 1.0, 1.0 }
- trough_shades = { 0.85, 0.85 }
+ trough_shades = { 1.0, 1.0 }
trough_border_shades = { 1.0, 1.0 }
}
}
@@ -230,7 +222,7 @@ style "murrine-scale" = "murrine-thin" {
bg[INSENSITIVE] = shade (0.95, @bg_color)
engine "murrine" {
- roundness = 8
+ roundness = 0
gradient_shades = { 1.08, 1.08, 1.08, 1.08 }
border_shades = { 1.0, 1.0 }
trough_shades = { 1.08, 1.08 }
@@ -238,31 +230,50 @@ style "murrine-scale" = "murrine-thin" {
}
}
-#style "murrine-progressbar" = "murrine-thin" {
-# bg[NORMAL] = @bg_color
-# bg[ACTIVE] = shade (1.08, @bg_color)
-#
-# fg[PRELIGHT] = @progressbar_color
-#
-# engine "murrine" {
-# roundness = 2
-# border_shades = { 1.2, 1.2 }
-# trough_border_shades = { 0.8, 0.8 }
-# }
-#}
-
-style "progressbar" {
- bg[NORMAL] = @bg_color
- bg[ACTIVE] = shade( 0.9, @bg_color) #trough bg color
- bg[SELECTED] = "#fff" #progressbar bg color
- bg[PRELIGHT] = @selected_bg_color
-
- fg[PRELIGHT] = @selected_fg_color
-
- engine "murrine" {
- border_shades = { 1.0, 1.0 }
- trough_border_shades = { 1.0, 1.0 }
- }
+style "progressbar"
+{
+ xthickness = 1
+ ythickness = 1
+
+ engine "pixmap"
+ {
+ image
+ {
+ function = BOX
+ detail = "trough"
+ file = "ProgressBar/trough-progressbar.png"
+ border = { 4, 4, 4, 4 }
+ stretch = TRUE
+ orientation = HORIZONTAL
+ }
+ image
+ {
+ function = BOX
+ detail = "bar"
+ file = "ProgressBar/progressbar.png"
+ stretch = TRUE
+ border = { 3, 3, 3, 3 }
+ orientation = HORIZONTAL
+ }
+ image
+ {
+ function = BOX
+ detail = "trough"
+ file = "ProgressBar/trough-progressbar_v.png"
+ border = { 4, 4, 4, 4 }
+ stretch = TRUE
+ orientation = VERTICAL
+ }
+ image
+ {
+ function = BOX
+ detail = "bar"
+ file = "ProgressBar/progressbar_v.png"
+ stretch = TRUE
+ border = { 3, 3, 3, 3 }
+ orientation = VERTICAL
+ }
+ }
}
@@ -304,13 +315,17 @@ style "murrine-spinbutton" = "murrine-button" {
}
style "murrine-radiocheck" = "murrine-default" {
- bg[SELECTED] = @fg_color_dark
+ bg[SELECTED] = @bg_color
- text[NORMAL] = @checkradio_fg_color
- text[PRELIGHT] = shade (1.4, @checkradio_fg_color)
+ text[NORMAL] = @green_color
+ text[PRELIGHT] = shade (1.4, @green_color)
}
style "murrine-entry" = "murrine-wider" {
+ base[NORMAL] = @red_color
+ base[PRELIGHT] = @red_color
+ bg[ACTIVE] = @red_color
+
engine "murrine" {
border_shades = { 1.15, 1.15 }
}
@@ -430,7 +445,7 @@ style "murrine-toolbar" = "murrine-thin" {
style "murrine-toolbutton" = "murrine-button" {
bg[NORMAL] = shade (1.08, @bg_color)
bg[PRELIGHT] = shade (1.10, @bg_color)
- bg[SELECTED] = @selected_bg_color
+ bg[SELECTED] = @red_color
bg[ACTIVE] = shade (0.95, @bg_color)
bg[INSENSITIVE] = shade (0.85, @bg_color)
@@ -594,7 +609,7 @@ class "*Xfce*Panel*" style "murrine-panel"
# Thunar Styles
style "sidepane" {
- base[NORMAL] = @bg_color
+ base[NORMAL] = shade(0.8, @bg_color)
base[INSENSITIVE] = mix (0.4, shade (1.35, @selected_bg_color), shade (0.9, @base_color))
bg[NORMAL] = @bg_color
text[NORMAL] = mix (0.9, @fg_color, @bg_color)
@@ -785,15 +800,45 @@ widget "xfwm4-tabwin*" style "xfwm-tabwin"
widget_class "*XfsmLogoutDialog*" style "xfsm-logout"
widget_class "*XfsmLogoutDialog*GtkButton" style "xfsm-logout-button"
+style "darkback"
+{
+ bg[NORMAL] = @selected_bg_color
+ bg[ACTIVE] = shade(0.8, @selected_bg_color)
+ bg[PRELIGHT] = shade(0.9, @selected_bg_color)
+ fg[NORMAL] = @selected_fg_color
+ fg[ACTIVE] = @selected_fg_color
+ fg[PRELIGHT] = @selected_fg_color
+}
+widget "whiskermenu-window*" style "darkback"
+
+style "darktree"
+{
+ base[NORMAL] = @base_color
+ base[ACTIVE] = shade(1.2, @bg_color)
+ text[NORMAL] = @fg_color
+ text[ACTIVE] = @selected_fg_color
+}
+widget "whiskermenu-window*TreeView*" style "darktree"
+
+style "xfdesktop-icon-view" {
+XfdesktopIconView::label-alpha = 0
+
+#Text colors you can delete these if you want you use gtk theme colors
+fg[NORMAL] = @selected_fg_color
+fg[SELECTED] = @selected_fg_color
+fg[ACTIVE] = @selected_fg_color
+
+}
+widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view"
+d
### EXTERNAL FILES ###
#include "Apps/banshee.rc
#include "Apps/chromium.rc"
include "Apps/ff.rc"
-#include "Apps/gnome-terminal.rc"
-#include "Apps/nautilus.rc"
+include "Apps/gnome-terminal.rc"
#include "Apps/filemanager.rc"
+#include "Apps/nautilus.rc"
+#include "Apps/gnome-panel.rc"
#include "Apps/panel-menus.rc"
include "Apps/mintmenu.rc"
-include "Apps/mate.rc"
-include "Apps/xfce.rc"
diff --git a/B00merang-Round/gtk-3.0/apps/gnome-applications.css b/B00merang Solarized/gtk-3.0/apps/gnome-applications.css
similarity index 94%
rename from B00merang-Round/gtk-3.0/apps/gnome-applications.css
rename to B00merang Solarized/gtk-3.0/apps/gnome-applications.css
index 13978e0..f534681 100755
--- a/B00merang-Round/gtk-3.0/apps/gnome-applications.css
+++ b/B00merang Solarized/gtk-3.0/apps/gnome-applications.css
@@ -159,8 +159,8 @@ NautilusQueryEditor .search-bar.toolbar:only-child {
* gnome terminal *
******************/
VteTerminal {
- background-color: @osd_base;
- color: @osd_fg;
+ background-color: @terminal_bg_color;
+ color: @terminal_text_color;
}
TerminalWindow GtkNotebook.notebook {
@@ -169,7 +169,7 @@ TerminalWindow GtkNotebook.notebook {
border-left-width: 0;
}
-TerminalWindow .scrollbars-junction,
+/*TerminalWindow .scrollbars-junction,
TerminalWindow .scrollbar.trough {
background-color: @osd_base;
}
@@ -177,7 +177,7 @@ TerminalWindow .scrollbar.trough {
TerminalWindow .scrollbar.button,
TerminalWindow .scrollbar.button:active,
TerminalWindow .scrollbar.button:active:hover {
- color: shade(@osd_base, 0.6);
+ color: #000000;
}
TerminalWindow .scrollbar.slider {
@@ -195,7 +195,7 @@ TerminalWindow .scrollbar.slider:active,
TerminalWindow .scrollbar.slider.vertical:active {
border-color: shade(@theme_selected_bg_color, 0.9);
background-color: @theme_selected_bg_color;
-}
+}*/
/*********
* gedit *
@@ -382,3 +382,22 @@ GtkEntry.entry.pin-entry {
GtkLabel.pin-label {
font: regular 50;
}
+
+/*********************
+ * Nemo File Manager *
+**********************/
+.nemo-canvas-item {
+ border-radius: 0px;
+}
+
+.nemo-desktop.nemo-canvas-item {
+ color: @desktop_item_fg;
+ text-shadow: 1px 1px @desktop_item_text_shadow;
+}
+
+.nemo-desktop.nemo-canvas-item:selected {
+ background-color: @theme_selected_bg_color;
+ background-image: none;
+ color: @theme_selected_fg_color;
+ text-shadow: none;
+}
diff --git a/B00merang Square/gtk-3.0/apps/granite-widgets.css b/B00merang Solarized/gtk-3.0/apps/granite-widgets.css
similarity index 100%
rename from B00merang Square/gtk-3.0/apps/granite-widgets.css
rename to B00merang Solarized/gtk-3.0/apps/granite-widgets.css
diff --git a/B00merang-Round/gtk-3.0/apps/lightdm-gtk-greeter.css b/B00merang Solarized/gtk-3.0/apps/lightdm-gtk-greeter.css
similarity index 99%
rename from B00merang-Round/gtk-3.0/apps/lightdm-gtk-greeter.css
rename to B00merang Solarized/gtk-3.0/apps/lightdm-gtk-greeter.css
index 874cdb3..a1b23f8 100755
--- a/B00merang-Round/gtk-3.0/apps/lightdm-gtk-greeter.css
+++ b/B00merang Solarized/gtk-3.0/apps/lightdm-gtk-greeter.css
@@ -1,3 +1,7 @@
+ * {
+ background-color: transparent;
+}
+
/*********
* panel *
*********/
diff --git a/B00merang Square/gtk-3.0/apps/nemo.css b/B00merang Solarized/gtk-3.0/apps/nemo.css
similarity index 100%
rename from B00merang Square/gtk-3.0/apps/nemo.css
rename to B00merang Solarized/gtk-3.0/apps/nemo.css
diff --git a/B00merang Blackout/gtk-3.0/apps/synaptic.css b/B00merang Solarized/gtk-3.0/apps/synaptic.css
similarity index 100%
rename from B00merang Blackout/gtk-3.0/apps/synaptic.css
rename to B00merang Solarized/gtk-3.0/apps/synaptic.css
diff --git a/B00merang Blackout/gtk-3.0/apps/unity.css b/B00merang Solarized/gtk-3.0/apps/unity.css
similarity index 99%
rename from B00merang Blackout/gtk-3.0/apps/unity.css
rename to B00merang Solarized/gtk-3.0/apps/unity.css
index 34085ca..b38ef49 100755
--- a/B00merang Blackout/gtk-3.0/apps/unity.css
+++ b/B00merang Solarized/gtk-3.0/apps/unity.css
@@ -84,7 +84,7 @@ UnityPanelWidget,
.menuitem GtkCalendar.button,
.menuitem GtkCalendar.header,
.menuitem GtkCalendar.view {
- background-color: #000;
+ background-color: #000
color: #fff /*@fg_color*/;
}
diff --git a/B00merang Blackout/gtk-3.0/apps/xfce.css b/B00merang Solarized/gtk-3.0/apps/xfce.css
similarity index 100%
rename from B00merang Blackout/gtk-3.0/apps/xfce.css
rename to B00merang Solarized/gtk-3.0/apps/xfce.css
diff --git a/B00merang Solarized/gtk-3.0/assets/checkbox-checked-insensitive.png b/B00merang Solarized/gtk-3.0/assets/checkbox-checked-insensitive.png
new file mode 100755
index 0000000..2b14516
Binary files /dev/null and b/B00merang Solarized/gtk-3.0/assets/checkbox-checked-insensitive.png differ
diff --git a/B00merang Solarized/gtk-3.0/assets/checkbox-checked-over.png b/B00merang Solarized/gtk-3.0/assets/checkbox-checked-over.png
new file mode 100755
index 0000000..1da56c7
Binary files /dev/null and b/B00merang Solarized/gtk-3.0/assets/checkbox-checked-over.png differ
diff --git a/B00merang Solarized/gtk-3.0/assets/checkbox-checked.png b/B00merang Solarized/gtk-3.0/assets/checkbox-checked.png
new file mode 100755
index 0000000..c2a1928
Binary files /dev/null and b/B00merang Solarized/gtk-3.0/assets/checkbox-checked.png differ
diff --git a/B00merang Solarized/gtk-3.0/assets/checkbox-mixed-insensitive.png b/B00merang Solarized/gtk-3.0/assets/checkbox-mixed-insensitive.png
new file mode 100755
index 0000000..615bca6
Binary files /dev/null and b/B00merang Solarized/gtk-3.0/assets/checkbox-mixed-insensitive.png differ
diff --git a/B00merang Solarized/gtk-3.0/assets/checkbox-mixed.png b/B00merang Solarized/gtk-3.0/assets/checkbox-mixed.png
new file mode 100755
index 0000000..a214b3b
Binary files /dev/null and b/B00merang Solarized/gtk-3.0/assets/checkbox-mixed.png differ
diff --git a/B00merang Solarized/gtk-3.0/assets/checkbox-unchecked-insensitive.png b/B00merang Solarized/gtk-3.0/assets/checkbox-unchecked-insensitive.png
new file mode 100755
index 0000000..153d0af
Binary files /dev/null and b/B00merang Solarized/gtk-3.0/assets/checkbox-unchecked-insensitive.png differ
diff --git a/B00merang Solarized/gtk-3.0/assets/checkbox-unchecked-over.png b/B00merang Solarized/gtk-3.0/assets/checkbox-unchecked-over.png
new file mode 100755
index 0000000..34b3581
Binary files /dev/null and b/B00merang Solarized/gtk-3.0/assets/checkbox-unchecked-over.png differ
diff --git a/B00merang Solarized/gtk-3.0/assets/checkbox-unchecked.png b/B00merang Solarized/gtk-3.0/assets/checkbox-unchecked.png
new file mode 100755
index 0000000..4d4926b
Binary files /dev/null and b/B00merang Solarized/gtk-3.0/assets/checkbox-unchecked.png differ
diff --git a/B00merang Blackout/gtk-3.0/assets/menuitem-checkbox-checked-insensitive.png b/B00merang Solarized/gtk-3.0/assets/menuitem-checkbox-checked-insensitive.png
similarity index 100%
rename from B00merang Blackout/gtk-3.0/assets/menuitem-checkbox-checked-insensitive.png
rename to B00merang Solarized/gtk-3.0/assets/menuitem-checkbox-checked-insensitive.png
diff --git a/B00merang Blackout/gtk-3.0/assets/menuitem-checkbox-checked-selected.png b/B00merang Solarized/gtk-3.0/assets/menuitem-checkbox-checked-selected.png
similarity index 100%
rename from B00merang Blackout/gtk-3.0/assets/menuitem-checkbox-checked-selected.png
rename to B00merang Solarized/gtk-3.0/assets/menuitem-checkbox-checked-selected.png
diff --git a/B00merang Solarized/gtk-3.0/assets/menuitem-checkbox-checked.png b/B00merang Solarized/gtk-3.0/assets/menuitem-checkbox-checked.png
new file mode 100755
index 0000000..1667f61
Binary files /dev/null and b/B00merang Solarized/gtk-3.0/assets/menuitem-checkbox-checked.png differ
diff --git a/B00merang Blackout/gtk-3.0/assets/menuitem-checkbox-mixed-insensitive.png b/B00merang Solarized/gtk-3.0/assets/menuitem-checkbox-mixed-insensitive.png
similarity index 100%
rename from B00merang Blackout/gtk-3.0/assets/menuitem-checkbox-mixed-insensitive.png
rename to B00merang Solarized/gtk-3.0/assets/menuitem-checkbox-mixed-insensitive.png
diff --git a/B00merang Blackout/gtk-3.0/assets/menuitem-checkbox-mixed-selected.png b/B00merang Solarized/gtk-3.0/assets/menuitem-checkbox-mixed-selected.png
similarity index 100%
rename from B00merang Blackout/gtk-3.0/assets/menuitem-checkbox-mixed-selected.png
rename to B00merang Solarized/gtk-3.0/assets/menuitem-checkbox-mixed-selected.png
diff --git a/B00merang Blackout/gtk-3.0/assets/menuitem-checkbox-mixed.png b/B00merang Solarized/gtk-3.0/assets/menuitem-checkbox-mixed.png
similarity index 100%
rename from B00merang Blackout/gtk-3.0/assets/menuitem-checkbox-mixed.png
rename to B00merang Solarized/gtk-3.0/assets/menuitem-checkbox-mixed.png
diff --git a/B00merang Blackout/gtk-3.0/assets/menuitem-radio-checked-insensitive.png b/B00merang Solarized/gtk-3.0/assets/menuitem-radio-checked-insensitive.png
similarity index 100%
rename from B00merang Blackout/gtk-3.0/assets/menuitem-radio-checked-insensitive.png
rename to B00merang Solarized/gtk-3.0/assets/menuitem-radio-checked-insensitive.png
diff --git a/B00merang Blackout/gtk-3.0/assets/menuitem-radio-checked-selected.png b/B00merang Solarized/gtk-3.0/assets/menuitem-radio-checked-selected.png
similarity index 100%
rename from B00merang Blackout/gtk-3.0/assets/menuitem-radio-checked-selected.png
rename to B00merang Solarized/gtk-3.0/assets/menuitem-radio-checked-selected.png
diff --git a/B00merang Blackout/gtk-3.0/assets/menuitem-radio-checked.png b/B00merang Solarized/gtk-3.0/assets/menuitem-radio-checked.png
similarity index 100%
rename from B00merang Blackout/gtk-3.0/assets/menuitem-radio-checked.png
rename to B00merang Solarized/gtk-3.0/assets/menuitem-radio-checked.png
diff --git a/B00merang Solarized/gtk-3.0/assets/radio-mixed-insensitive.png b/B00merang Solarized/gtk-3.0/assets/radio-mixed-insensitive.png
new file mode 100755
index 0000000..615bca6
Binary files /dev/null and b/B00merang Solarized/gtk-3.0/assets/radio-mixed-insensitive.png differ
diff --git a/B00merang Solarized/gtk-3.0/assets/radio-mixed.png b/B00merang Solarized/gtk-3.0/assets/radio-mixed.png
new file mode 100755
index 0000000..a214b3b
Binary files /dev/null and b/B00merang Solarized/gtk-3.0/assets/radio-mixed.png differ
diff --git a/B00merang Solarized/gtk-3.0/assets/radio-selected-insensitive.png b/B00merang Solarized/gtk-3.0/assets/radio-selected-insensitive.png
new file mode 100755
index 0000000..2b14516
Binary files /dev/null and b/B00merang Solarized/gtk-3.0/assets/radio-selected-insensitive.png differ
diff --git a/B00merang Solarized/gtk-3.0/assets/radio-selected-over.png b/B00merang Solarized/gtk-3.0/assets/radio-selected-over.png
new file mode 100755
index 0000000..1da56c7
Binary files /dev/null and b/B00merang Solarized/gtk-3.0/assets/radio-selected-over.png differ
diff --git a/B00merang Solarized/gtk-3.0/assets/radio-selected.png b/B00merang Solarized/gtk-3.0/assets/radio-selected.png
new file mode 100755
index 0000000..c2a1928
Binary files /dev/null and b/B00merang Solarized/gtk-3.0/assets/radio-selected.png differ
diff --git a/B00merang Solarized/gtk-3.0/assets/radio-unselected-insensitive.png b/B00merang Solarized/gtk-3.0/assets/radio-unselected-insensitive.png
new file mode 100755
index 0000000..153d0af
Binary files /dev/null and b/B00merang Solarized/gtk-3.0/assets/radio-unselected-insensitive.png differ
diff --git a/B00merang Solarized/gtk-3.0/assets/radio-unselected-over.png b/B00merang Solarized/gtk-3.0/assets/radio-unselected-over.png
new file mode 100755
index 0000000..34b3581
Binary files /dev/null and b/B00merang Solarized/gtk-3.0/assets/radio-unselected-over.png differ
diff --git a/B00merang Solarized/gtk-3.0/assets/radio-unselected.png b/B00merang Solarized/gtk-3.0/assets/radio-unselected.png
new file mode 100755
index 0000000..4d4926b
Binary files /dev/null and b/B00merang Solarized/gtk-3.0/assets/radio-unselected.png differ
diff --git a/B00merang Solarized/gtk-3.0/assets/switch-off-disabled.svg b/B00merang Solarized/gtk-3.0/assets/switch-off-disabled.svg
new file mode 100755
index 0000000..2f614c9
--- /dev/null
+++ b/B00merang Solarized/gtk-3.0/assets/switch-off-disabled.svg
@@ -0,0 +1,75 @@
+
+
+
+
diff --git a/B00merang Blackout/gtk-3.0/assets/switch-off.svg b/B00merang Solarized/gtk-3.0/assets/switch-off.svg
similarity index 56%
rename from B00merang Blackout/gtk-3.0/assets/switch-off.svg
rename to B00merang Solarized/gtk-3.0/assets/switch-off.svg
index 3e47317..038fefe 100755
--- a/B00merang Blackout/gtk-3.0/assets/switch-off.svg
+++ b/B00merang Solarized/gtk-3.0/assets/switch-off.svg
@@ -12,11 +12,10 @@
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
id="svg2"
version="1.1"
- inkscape:version="0.91 r"
+ inkscape:version="0.48.4 r9939"
width="44"
height="20"
- viewBox="0 0 44 20"
- sodipodi:docname="switch-off.svg">
+ sodipodi:docname="off.png">
@@ -44,7 +43,7 @@
inkscape:window-height="480"
id="namedview4"
showgrid="false"
- inkscape:zoom="8.9545455"
+ inkscape:zoom="8.7954545"
inkscape:cx="22"
inkscape:cy="10"
inkscape:window-x="0"
@@ -54,22 +53,21 @@
+ sodipodi:docname="on disable.png">
+ id="metadata2993">
@@ -30,7 +29,7 @@
+ id="defs2991" />
+ inkscape:current-layer="svg2987" />
diff --git a/B00merang Blackout/gtk-3.0/assets/switch-on.svg b/B00merang Solarized/gtk-3.0/assets/switch-on.svg
similarity index 60%
rename from B00merang Blackout/gtk-3.0/assets/switch-on.svg
rename to B00merang Solarized/gtk-3.0/assets/switch-on.svg
index 1a05831..9000470 100755
--- a/B00merang Blackout/gtk-3.0/assets/switch-on.svg
+++ b/B00merang Solarized/gtk-3.0/assets/switch-on.svg
@@ -12,11 +12,10 @@
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
id="svg2"
version="1.1"
- inkscape:version="0.91 r"
+ inkscape:version="0.48.4 r9939"
width="44"
height="20"
- viewBox="0 0 44 20"
- sodipodi:docname="switch-on.svg">
+ sodipodi:docname="on.png">
@@ -44,7 +43,7 @@
inkscape:window-height="480"
id="namedview4"
showgrid="false"
- inkscape:zoom="8.9545455"
+ inkscape:zoom="8.7954545"
inkscape:cx="22"
inkscape:cy="10"
inkscape:window-x="0"
@@ -54,19 +53,19 @@
.toolbar {
}
GtkPopover.osd > .toolbar .button {
- border-radius: 30px;
+ border-radius: 0;
border-width: 0;
background-image: none;
background-color: transparent;
@@ -1148,7 +1148,7 @@ GtkModelButton.button:selected {
border-width: 1px;
border-style: solid;
border-color: shade(@theme_base_color, 0.7);
- border-radius: 15px;
+ border-radius: 0;
background-color: @theme_base_color;
background-image: none;
background-clip: border-box;
@@ -1194,8 +1194,8 @@ GtkModelButton.button:selected {
.notebook tab {
padding: 4px;
- border-style: solid;
- background-color: shade(@theme_bg_color, 1.0);
+ border-style: none;
+ background-color: shade(@theme_base_color, 1);
background-image: none;
}
@@ -1205,7 +1205,7 @@ GtkModelButton.button:selected {
}
.notebook tab:active {
- background-color: shade(@theme_selected_bg_color, 1.0);
+ background-color: shade(@theme_base_color, 0.85);
background-image: none;
}
@@ -1260,7 +1260,7 @@ GtkModelButton.button:selected {
.notebook tab .button:hover {
padding: 1px;
border-width: 1px;
- border-radius: 30px;
+ border-radius: 0px;
border-style: solid;
border-color: transparent;
background-image: none;
@@ -1293,7 +1293,7 @@ GtkModelButton.button:selected {
GtkProgressBar {
padding: 0;
border-width: 1px;
- border-radius: 30px;
+ border-radius: 0px;
}
.progressbar,
@@ -1301,17 +1301,13 @@ GtkProgressBar {
.progressbar row:hover,
.progressbar row:selected,
.progressbar row:selected:focus {
- border-width: 1px;
- border-style: solid;
- border-color: shade(@theme_selected_bg_color, 0.9);
- background-color: @theme_selected_bg_color;
- background-image: linear-gradient(to bottom,
- @theme_selected_bg_color
- );
- /* 3.18 progressbar workaround */
- border-image: linear-gradient(to bottom,
- @theme_selected_bg_color
- ) 4 4 4 4 / 4px 8px 4px 8px stretch;
+ /* background-image:url("assets/progressbar.svg");*/
+ background-image: -gtk-gradient (linear, left top, right top,
+ from (#00eafc),
+ to (#00eafc));
+ background-position:right center;
+ background-repeat:no-repeat;
+ box-shadow:none;
}
.trough,
@@ -1323,7 +1319,11 @@ GtkProgressBar {
border-style: solid;
border-color: shade(@theme_bg_color, 0.8);
background-color: shade(@theme_bg_color, 1.08);
- border-image: linear-gradient(to top, shade(@theme_bg_color, 1.08)) 4 4 4 4 / 4px 8px 4px 8px stretch;
+ background-image: none;
+}
+
+.trough.vertical {
+ background-color: shade(@theme_bg_color, 1.08);
background-image: none;
}
@@ -1340,7 +1340,7 @@ GtkLevelBar.vertical {
.level-bar.trough {
padding: 1px;
- border-radius: 30px;
+ border-radius: 0px;
}
.level-bar.fill-block {
@@ -1352,7 +1352,7 @@ GtkLevelBar.vertical {
.level-bar.indicator-continuous.fill-block {
padding: 1px;
- border-radius: 30px;
+ border-radius: 0px;
}
.level-bar.indicator-discrete.fill-block.horizontal {
@@ -1368,19 +1368,19 @@ GtkLevelBar.vertical {
on the widget
.level-bar.indicator-discrete.fill-block.horizontal:first-child {
- border-radius: 30px;
+ border-radius: 2px 0 0 2px;
}
.level-bar.indicator-discrete.fill-block.horizontal:last-child {
- border-radius: 30px;
+ border-radius: 0 2px 2px 0;
}
.level-bar.indicator-discrete.fill-block.vertical:first-child {
- border-radius: 30px 2px 0 0;
+ border-radius: 2px 2px 0 0;
}
.level-bar.indicator-discrete.fill-block.vertical:last-child {
- border-radius: 30px 0 2px 2px;
+ border-radius: 0 0 2px 2px;
}
*/
@@ -1410,23 +1410,23 @@ GtkLevelBar.vertical {
.scale {
-GtkRange-slider-width: 16;
- -GtkRange-trough-border: 1;
- -GtkScale-slider-length: 16;
+ -GtkRange-trough-border: 0;
+ -GtkScale-slider-length: 8;
padding: 0;
border-width: 1px;
- border-radius: 30px;
+ border-radius: 0px;
}
.scale.slider {
- border-radius: 8px;
- background-color: @dark_bg_color;
+ border-radius: 0;
+ background-color: shade(@theme_bg_color, 1.08);
background-image: none;
/* we will draw the border using box shadow for now */
- box-shadow: inset 1px 0 shade(@dark_bg_color, 0.8),
- inset 0 1px shade(@dark_bg_color, 0.8),
- inset -1px 0 shade(@dark_bg_color, 0.8),
- inset 0 -1px shade(@dark_bg_color, 0.8);
+ box-shadow: inset 1px 0 shade(@theme_bg_color, 0.8),
+ inset 0 1px shade(@theme_bg_color, 0.8),
+ inset -1px 0 shade(@theme_bg_color, 0.8),
+ inset 0 -1px shade(@theme_bg_color, 0.8);
}
.scale.slider:hover {
@@ -1461,7 +1461,7 @@ GtkLevelBar.vertical {
.scale.trough {
margin: 7px 0;
border-color: shade(@theme_bg_color, 0.8);
- border-radius: 30px;
+ border-radius: 0px;
background-color: shade(@theme_bg_color, 1.08);
background-image: none;
}
@@ -1499,7 +1499,7 @@ GtkLevelBar.vertical {
* scrollbar *
*************/
.scrollbar {
- border-width: 0;
+ border-width: 1px;
border-style: solid;
padding: 0;
}
@@ -1507,8 +1507,8 @@ GtkLevelBar.vertical {
.scrollbars-junction,
.scrollbar.trough {
border-width: 0;
- border-radius: 30px;
- background-color: @theme_bg_color;
+ border-radius: 0;
+ background-color: transparent;
background-image: none;
}
@@ -1516,29 +1516,29 @@ GtkLevelBar.vertical {
.scrollbar.button:active,
.scrollbar.button:active:hover {
border-width: 0;
- border-radius: 30px;
- background-color: @theme_selected_bg_color;
+ border-radius: 0;
+ background-color: transparent;
background-image: none;
- color: @theme_selected_fg_color;
+ color: shade(@theme_bg_color, 0.6);
}
.scrollbar.slider {
- border-width: 1px;
- border-color: mix(shade(@theme_bg_color, 0.87), @theme_fg_color, 0.21);
- border-radius: 30px;
- background-color: mix(@theme_bg_color, @theme_selected_bg_color, 0.21);
+ border-width: 3px;
+ border-color: transparent;
+ border-radius: 0;
+ background-color: @selected_fg_color;
}
.scrollbar.slider:hover,
.scrollbar.slider.vertical:hover {
- border-color: mix(shade(@theme_bg_color, 0.87), @theme_fg_color, 0.31);
- background-color: mix(@theme_bg_color, @theme_selected_bg_color, 0.31);
+ border-color: transparent;
+ background-color: @selected_bg_color;
}
.scrollbar.slider:active,
.scrollbar.slider.vertical:active {
- border-color: shade(@theme_selected_bg_color, 0.9);
- background-color: @theme_selected_bg_color;
+ border-color: transparent;
+ background-color: @blue_color;
}
.scrollbar.slider.fine-tune:prelight:active {
@@ -1553,12 +1553,12 @@ OsThumb {
OsThumb:selected,
OsScrollbar:selected {
- background-color: @theme_selected_bg_color;
+ background-color: @blue_color;
}
OsThumb:active,
OsScrollbar:active {
- background-color: @theme_selected_bg_color;
+ background-color: @blue_color;
}
OsThumb:insensitive,
@@ -1664,7 +1664,7 @@ GtkComboBox .separator {
.sidebar.view,
.sidebar .view,
.sidebar GtkScrolledWindow {
- background-color: @theme_bg_color;
+ background-color: shade(@theme_bg_color, 0.8);
color: mix(@theme_fg_color, @theme_bg_color, 0.1);
}
@@ -1700,7 +1700,10 @@ GtkComboBox .separator {
border-width: 0;
}
-/*addition start*/
+/* -------------
+NEW ON GTK 3.18
+---------------*/
+
.sidebar-item {
padding: 10px 4px; }
.sidebar-item > Gtklabel {
@@ -1709,9 +1712,6 @@ GtkComboBox .separator {
.sidebar-item.needs-attention > Gtklabel {
background-size: 6px 6px, 0 0; }
-/* -------------
-NEW ON GTK 3.18
----------------*/
GtkSidebarRow.list-row {
padding: 0px; }
GtkSidebarRow .sidebar-revealer {
@@ -1740,7 +1740,6 @@ GtkSidebarRow .sidebar-label:dir(rtl) {
padding-right: 6px; }
.sidebar-item.needs-attention > GtkLabel {
background-size: 6px 6px, 0 0; }
-/*addition end*/
/**************
@@ -1750,7 +1749,7 @@ GtkSidebarRow .sidebar-label:dir(rtl) {
color: mix(@theme_text_color, @theme_base_color, 0.4);
padding: 2px 4px;
border-width: 0;
- border-radius: 30px;
+ border-radius: 0;
border-style: none;
background-color: transparent;
background-image: none;
@@ -1768,12 +1767,12 @@ GtkSidebarRow .sidebar-label:dir(rtl) {
}
.spinbutton .button:first-child {
- border-radius: 30px;
+ border-radius: 0px 0 0 0px;
box-shadow: none;
}
.spinbutton .button:last-child {
- border-radius: 30px;
+ border-radius: 0 0px 0px 0;
}
.spinbutton .button:dir(rtl) {
@@ -1784,7 +1783,7 @@ GtkSidebarRow .sidebar-label:dir(rtl) {
border-width: 1px;
border-style: solid;
border-color: shade(@theme_bg_color, 0.8);
- border-radius: 30px;
+ border-radius: 0px;
background-color: shade(@theme_bg_color, 1.08);
background-image: none;
color: @theme_fg_color;
@@ -1823,7 +1822,7 @@ GtkSidebarRow .sidebar-label:dir(rtl) {
.spinbutton.vertical .button:first-child {
border-width: 1px;
border-bottom-width: 0;
- border-radius: 30px;
+ border-radius: 0px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
@@ -1831,7 +1830,7 @@ GtkSidebarRow .sidebar-label:dir(rtl) {
.spinbutton.vertical .button:last-child {
border-width: 1px;
border-top-width: 0;
- border-radius: 30px;
+ border-radius: 0px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
@@ -1924,8 +1923,7 @@ GtkSidebarRow .sidebar-label:dir(rtl) {
*************/
GtkStatusbar {
padding: 4px;
- color: @theme_fg_color;
- background-color: alpha(@theme_selected_bg_color, 0.25);
+ color: @theme_bg_color;
}
/**********
@@ -1933,20 +1931,21 @@ GtkStatusbar {
**********/
GtkSwitch {
padding: 0;
- border-radius: 30px;
+ border-radius: 0px;
font: bold condensed;
+ font-size: 0pt;
}
GtkSwitch.slider {
- border-width: 1px;
+ border-width: 8px;
border-style: solid;
- border-color: shade(@theme_bg_color, 0.8);
- background-color: shade(@theme_bg_color, 1.08);
+ border-color: transparent;
+ background-color: @theme_selected_fg_color;
background-image: none;
}
GtkSwitch.slider:insensitive {
- border-color: shade(@theme_bg_color, 0.85);
+ border-color: transparent;
background-color: shade(@theme_bg_color, 0.9);
background-image: none;
}
@@ -1988,7 +1987,7 @@ GtkColorSwatch:selected {
border-width: 1px;
border-style: solid;
border-color: alpha(black, 0.1);
- border-radius: 30px;
+ border-radius: 0px;
background-color: transparent;
background-clip: border-box;
}
@@ -2011,28 +2010,28 @@ GtkColorSwatch.color-dark:selected:hover {
GtkColorSwatch.left,
GtkColorSwatch:first-child {
- border-top-left-radius: 2px;
- border-bottom-left-radius: 2px;
+ border-top-left-radius: 0px;
+ border-bottom-left-radius: 0px;
}
GtkColorSwatch.right,
GtkColorSwatch:last-child {
- border-top-right-radius: 2px;
- border-bottom-right-radius: 2px;
+ border-top-right-radius: 0px;
+ border-bottom-right-radius: 0px;
}
GtkColorSwatch:only-child {
- border-radius: 30px;
+ border-radius: 0px;
}
GtkColorSwatch.top {
- border-top-left-radius: 2px;
- border-top-right-radius: 2px;
+ border-top-left-radius: 0px;
+ border-top-right-radius: 0px;
}
GtkColorSwatch.bottom {
- border-bottom-left-radius: 2px;
- border-bottom-right-radius: 2px;
+ border-bottom-left-radius: 0px;
+ border-bottom-right-radius: 0px;
}
GtkColorChooserWidget #add-color-button {
@@ -2069,7 +2068,7 @@ GtkColorChooserWidget #add-color-button:hover {
}
GtkColorEditor GtkColorSwatch {
- border-radius: 30px;
+ border-radius: 0px;
}
GtkColorEditor GtkColorSwatch.color-dark:hover,
@@ -2096,7 +2095,7 @@ GtkColorButton.button {
}
.header-bar .button.text-button {
- padding: 4px;
+ padding: 0 4px;
}
.header-bar .button.image-button {
@@ -2170,10 +2169,12 @@ GtkColorButton.button {
***********/
.toolbar {
padding: 4px;
- border-style: none;
- background-color: @toolbar_bg_color;
+ border-style: solid;
+ border-width: 1px;
+ border-color: @selected_fg_color;
+ background-color: shade(@selected_bg_color, 1.0);
background-image: none;
- color: @toolbar_fg_color;
+ color: @selected_fg_color;
}
.toolbar .button {
@@ -2207,9 +2208,9 @@ GtkColorButton.button {
-GtkWidget-window-dragging: true;
padding: 4px;
- border-width: 0 0 1px 0;
+ border-width: 1px 0 1px 0;
border-style: solid;
- border-color: shade(@toolbar_bg_color, 0.8);
+ border-color: @selected_fg_color;
background-color: @toolbar_bg_color;
background-image: none;
color: @toolbar_fg_color;
@@ -2217,10 +2218,10 @@ GtkColorButton.button {
.primary-toolbar GtkComboBox,
.primary-toolbar .button {
- padding: 7px;
+ padding: 2px;
border-width: 1px;
border-color: transparent;
- border-radius: 30px;
+ border-radius: 0px;
background-color: transparent;
background-image: none;
color: @toolbar_fg_color;
@@ -2230,30 +2231,27 @@ GtkColorButton.button {
.primary-toolbar .raised.button,
.toolbar GtkComboBox,
.toolbar .button {
- border-color: shade(@toolbar_bg_color, 0.8);
- background-color: shade(@toolbar_bg_color, 1.08);
+ border-color: transparent;
+ background-color: shade(@toolbar_bg_color, 0.8);
background-image: none;
color: @toolbar_fg_color;
- padding: 7px;
+ padding: 6px;
}
.primary-toolbar .button:hover,
.toolbar .button:hover {
- border-color: shade(@toolbar_bg_color, 0.7);
background-color: shade(@toolbar_bg_color, 1.10);
background-image: none;
}
.primary-toolbar .button:active,
.toolbar .button:active {
- border-color: shade(@toolbar_bg_color, 0.8);
background-color: shade(@toolbar_bg_color, 0.95);
background-image: none;
}
.primary-toolbar .button:active:hover,
.toolbar .button:active:hover {
- border-color: shade(@toolbar_bg_color, 0.7);
}
.primary-toolbar .button:focus,
@@ -2269,14 +2267,12 @@ GtkColorButton.button {
.primary-toolbar .button:insensitive,
.toolbar .button:insensitive {
- border-color: shade(@toolbar_bg_color, 0.85);
- background-color: shade(@toolbar_bg_color, 0.9);
+ background-color: shade(@toolbar_bg_color, 0.8);
background-image: none;
}
.primary-toolbar .button:active *:insensitive,
.toolbar .button:active *:insensitive {
- border-color: shade(@toolbar_bg_color, 0.75);
background-color: shade(@toolbar_bg_color, 0.80);
background-image: none;
}
@@ -2301,7 +2297,7 @@ GtkColorButton.button {
border-width: 1px;
border-style: solid;
border-color: shade(@theme_bg_color, 0.8);
- border-radius: 30px;
+ border-radius: 0;
background-color: @theme_bg_color;
background-image: none;
}
@@ -2309,7 +2305,7 @@ GtkColorButton.button {
.inline-toolbar.toolbar:last-child {
border-width: 0 1px 1px 1px;
border-color: shade(@theme_bg_color, 0.8);
- border-radius: 30px;
+ border-radius: 0;
}
.inline-toolbar.toolbar .button {
@@ -2317,7 +2313,7 @@ GtkColorButton.button {
border-width: 1px 0 1px 1px;
border-style: solid;
border-color: shade(@theme_bg_color, 0.8);
- border-radius: 30px;
+ border-radius: 0;
background-color: shade(@theme_bg_color, 1.08);
background-image: none;
color: @theme_fg_color;
@@ -2435,7 +2431,9 @@ GtkColorButton.button {
.inline-toolbar.toolbar GtkToolButton .button:active,
.inline-toolbar.toolbar GtkToolButton .button:insensitive {
border-width: 1px;
- border-radius: 30px;
+ border-radius: 0;
+ border-right-width: 0;
+ border-left-width: 0;
}
/*leftmost button */
@@ -2451,7 +2449,10 @@ GtkColorButton.button {
.inline-toolbar.toolbar GtkToolButton:first-child .button:active,
.inline-toolbar.toolbar GtkToolButton:first-child .button:insensitive {
border-width: 1px;
- border-radius: 30px;
+ border-radius: 0px;
+ border-right-width: 0;
+ border-bottom-right-radius: 0;
+ border-top-right-radius: 0;
}
/* rightmost button */
@@ -2467,8 +2468,10 @@ GtkColorButton.button {
.inline-toolbar.toolbar GtkToolButton:last-child .button:active,
.inline-toolbar.toolbar GtkToolButton:last-child .button:insensitive {
border-width: 1px;
- border-radius: 30px;
- padding: 7px;
+ border-radius: 0px;
+ border-left-width: 0;
+ border-bottom-left-radius: 0;
+ border-top-left-radius: 0;
}
/* linked single button */
@@ -2484,8 +2487,7 @@ GtkColorButton.button {
.inline-toolbar.toolbar GtkToolButton:only-child .button:active,
.inline-toolbar.toolbar GtkToolButton:only-child .button:insensitive {
border-width: 1px;
- border-radius: 30px;
- padding: 7px;
+ border-radius: 0px;
}
/* linked button shadows (vertical) */
@@ -2551,7 +2553,7 @@ GtkColorButton.button {
.linked.vertical .button:active:hover,
.linked.vertical .button:insensitive {
border-width: 1px;
- border-radius: 30px;
+ border-radius: 0;
border-top-width: 0;
border-bottom-width: 0;
}
@@ -2563,8 +2565,10 @@ GtkColorButton.button {
.linked.vertical .button:active:hover:first-child,
.linked.vertical .button:insensitive:first-child {
border-width: 1px;
- border-radius: 30px;
- padding: 7px;
+ border-radius: 0px;
+ border-bottom-width: 0;
+ border-bottom-right-radius: 0;
+ border-bottom-left-radius: 0;
}
/* bottom button (vertical) */
@@ -2574,7 +2578,8 @@ GtkColorButton.button {
.linked.vertical .button:active:hover:last-child,
.linked.vertical .button:insensitive:last-child {
border-width: 1px;
- border-radius: 30px;
+ border-radius: 0px;
+ border-top-width: 0;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
@@ -2586,7 +2591,7 @@ GtkColorButton.button {
.linked.vertical .button:active:hover:only-child,
.linked.vertical .button:insensitive:only-child {
border-width: 1px;
- border-radius: 30px;
+ border-radius: 0px;
}
/* linked toolbar buttons */
@@ -2684,7 +2689,9 @@ GtkColorButton.button {
.toolbar .linked .button:active,
.toolbar .linked .button:insensitive {
border-width: 1px;
- border-radius: 30px;
+ border-radius: 0;
+ border-right-width: 0;
+ border-left-width: 0;
}
/* leftmost button */
@@ -2703,7 +2710,10 @@ GtkColorButton.button {
.toolbar .linked .button:first-child,
.toolbar .linked .button:active:first-child {
border-width: 1px;
- border-radius: 30px;
+ border-radius: 0px;
+ border-right-width: 0;
+ border-bottom-right-radius: 0;
+ border-top-right-radius: 0;
}
/* rightmost button */
@@ -2723,8 +2733,10 @@ GtkColorButton.button {
.toolbar .linked .button:active:last-child,
.toolbar .linked .button:insensitive:last-child {
border-width: 1px;
- border-radius: 30px;
- padding: 7px;
+ border-radius: 0px;
+ border-left-width: 0;
+ border-bottom-left-radius: 0;
+ border-top-left-radius: 0;
}
/* linked single button */
@@ -2744,8 +2756,7 @@ GtkColorButton.button {
.toolbar .linked .button:active:only-child,
.toolbar .linked .button:insensitive:only-child {
border-width: 1px;
- border-radius: 30px;
- padding: 7px;
+ border-radius: 0px;
}
/* linked titlebar buttons */
@@ -2815,7 +2826,9 @@ GtkColorButton.button {
.header-bar .linked .button:active,
.header-bar .linked .button:insensitive {
border-width: 1px;
- border-radius: 30px;
+ border-radius: 0;
+ border-right-width: 0;
+ border-left-width: 0;
}
/* leftmost button */
@@ -2829,7 +2842,10 @@ GtkColorButton.button {
.header-bar .linked .button:active:first-child,
.header-bar .linked .button:insensitive:first-child {
border-width: 1px;
- border-radius: 30px;
+ border-radius: 0px;
+ border-right-width: 0;
+ border-bottom-right-radius: 0;
+ border-top-right-radius: 0;
}
/* rightmost button */
@@ -2843,7 +2859,8 @@ GtkColorButton.button {
.header-bar .linked .button:active:last-child,
.header-bar .linked .button:insensitive:last-child {
border-width: 1px;
- border-radius: 30px;
+ border-radius: 0px;
+ border-left-width: 0;
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
@@ -2859,7 +2876,7 @@ GtkColorButton.button {
.header-bar .linked .button:active:only-child,
.header-bar .linked .button:insensitive:only-child {
border-width: 1px;
- border-radius: 30px;
+ border-radius: 0px;
}
/***********
@@ -2869,7 +2886,7 @@ GtkColorButton.button {
border-width: 1px;
border-style: solid;
border-color: shade(@theme_tooltip_bg_color, 0.8);
- border-radius: 30px;
+ border-radius: 0px;
background-color: @theme_tooltip_bg_color;
background-image: none;
color: @theme_tooltip_fg_color;
@@ -2892,12 +2909,11 @@ GtkTreeView.dnd {
border-width: 1px;
border-style: solid;
border-color: @theme_selected_bg_color;
- border-radius: 5px;
+ border-radius: 0;
}
GtkTreeView .entry {
- padding: 0 6px;
- border-radius: 5px;
+ border-radius: 0;
background-color: @theme_base_color;
background-image: none;
}
@@ -2997,7 +3013,7 @@ GtkFileChooserButton GtkImage:last-child {
border-style: solid;
border-color: shade(@theme_base_color, 0.8);
border-width: 0 1px 1px 1px;
- border-radius: 30px 0 2px 2px;
+ border-radius: 0 0 0px 0px;
padding: 8px;
background-color: @theme_base_color;
background-image: none;
@@ -3027,7 +3043,7 @@ GtkOverlay.osd {
border-width: 1px;
border-style: solid;
border-color: shade(@osd_bg, 0.8);
- border-radius: 30px;
+ border-radius: 0px;
background-color: shade(@osd_bg, 1.08);
background-image: none;
color: @osd_fg;
@@ -3074,7 +3090,7 @@ GtkOverlay.osd {
padding: 4px;
border-width: 1px;
border-style: solid;
- border-radius: 30px;
+ border-radius: 0px;
border-color: shade(@osd_bg, 0.8);
background-color: @osd_bg;
background-image: none;
@@ -3086,7 +3102,7 @@ GtkOverlay.osd {
border-width: 1px;
border-style: solid;
border-color: shade(@osd_bg, 0.8);
- border-radius: 30px;
+ border-radius: 0px;
background-color: shade(@osd_bg, 1.08);
background-image: none;
color: @osd_fg;
@@ -3128,14 +3144,14 @@ GtkOverlay.osd {
}
.osd.toolbar .button:first-child {
- border-radius: 30px;
+ border-radius: 0px 0 0 0px;
border-width: 1px 0 1px 1px;
box-shadow: inset -1px 0 shade(@osd_bg, 0.9);
}
.osd.toolbar .button:last-child {
box-shadow: none;
- border-radius: 30px;
+ border-radius: 0 0px 0px 0;
border-width: 1px 1px 1px 0;
}
@@ -3145,7 +3161,7 @@ GtkOverlay.osd {
.osd.toolbar GtkToolButton:last-child .button,
.osd.toolbar GtkToolButton:first-child .button {
border-width: 1px;
- border-radius: 30px;
+ border-radius: 0px;
border-style: solid;
}
@@ -3220,7 +3236,7 @@ GtkProgressBar.osd {
GtkProgressBar.osd.trough {
padding: 0;
border-style: none;
- border-radius: 30px;
+ border-radius: 0;
background-image: none;
background-color: transparent;
}
@@ -3228,7 +3244,7 @@ GtkProgressBar.osd.trough {
.osd GtkProgressBar.progressbar,
GtkProgressBar.osd.progressbar {
border-style: none;
- border-radius: 30px;
+ border-radius: 0;
background-color: @theme_selected_bg_color;
background-image: none;
}
@@ -3245,7 +3261,7 @@ GtkProgressBar.osd.progressbar {
.osd .scrollbar.slider {
border-width: 1px;
border-color: mix(shade(@osd_base, 0.87), @osd_fg, 0.21);
- border-radius: 30px;
+ border-radius: 0;
background-color: mix(@osd_base, @osd_fg, 0.21);
}
@@ -3263,7 +3279,7 @@ GtkProgressBar.osd.progressbar {
.osd GtkIconView.cell:selected:focus {
background-color: transparent;
border-style: solid;
- border-radius: 30px;
+ border-radius: 0px;
border-width: 3px;
border-color: @osd_fg;
outline-color: transparent;
@@ -3285,7 +3301,7 @@ GtkProgressBar.osd.progressbar {
border-width: 1px;
border-style: solid;
border-color: shade(@error_color, 0.8);
- border-radius: 30px;
+ border-radius: 0px;
background-color: @error_color;
background-image: none;
color: mix(@theme_selected_fg_color, @error_color, 0.1);
@@ -3314,7 +3330,7 @@ GtkProgressBar.osd.progressbar {
border-width: 1px;
border-style: solid;
border-color: shade(@theme_selected_bg_color, 0.9);
- border-radius: 30px;
+ border-radius: 0px;
background-color: shade(@theme_selected_bg_color, 1.18);
background-image: none;
color: mix(@theme_selected_fg_color, @theme_selected_bg_color, 0.1);
@@ -3364,7 +3380,7 @@ GtkProgressBar.osd.progressbar {
border-width: 1px;
border-style: solid;
border-color: @theme_selected_bg_color;
- border-radius: 30px;
+ border-radius: 0px;
background-color: shade(@theme_selected_bg_color, 1.68);
background-image: none;
color: shade(@theme_selected_bg_color, 0.8);
@@ -3399,7 +3415,7 @@ GtkProgressBar.osd.progressbar {
border-width: 1px;
border-style: solid;
border-color: shade(@theme_selected_bg_color, 0.9);
- border-radius: 30px;
+ border-radius: 0px;
background-color: shade(@theme_selected_bg_color, 1.18);
background-image: none;
color: mix(@theme_selected_fg_color, @theme_selected_bg_color, 0.1);
@@ -3458,7 +3474,7 @@ GtkProgressBar.osd.progressbar {
* touch text selections *
*************************/
GtkBubbleWindow {
- border-radius: 30px;
+ border-radius: 0px;
background-clip: border-box;
}
@@ -3474,15 +3490,11 @@ GtkBubbleWindow .toolbar {
* CSD *
*******/
.titlebar {
- border-radius: 0;
- background-color: @titlebar_bg_color;
+ border-radius: 0px 0px 0 0;
background-image: none;
+ background-color: @titlebar_bg_color;
color: mix(@titlebar_fg_color, @titlebar_bg_color, 0.1);
text-shadow: none;
-}
-
-.titlebar.default-decoration {
- border: none;
box-shadow: none;
}
@@ -3512,14 +3524,14 @@ GtkBubbleWindow .toolbar {
background-color: @titlebar_bg_color;
color: mix(@titlebar_fg_color, @titlebar_bg_color, 0.4);
text-shadow: none;
+ box-shadow: none;
}
.titlebar .titlebutton {
- padding: 7px;
- border-style: solid;
- border-radius: 30px;
+ padding: 4px;
+ border-style: none;
background: none;
- color: @theme_selected_bg_color;
+ color: mix(@titlebar_fg_color, @titlebar_bg_color, 0.1);
icon-shadow: none;
}
@@ -3532,11 +3544,10 @@ GtkBubbleWindow .toolbar {
.titlebar .titlebutton:active,
.titlebar .titlebutton:active:hover {
background: none;
- color: @theme_selected_bg_color;
+ color: shade(@theme_selected_bg_color, 0.9);
box-shadow: none;
}
-/*
.titlebar .right .titlebutton:first-child {
border-left: 1px solid shade(@titlebar_bg_color, 0.9);
}
@@ -3550,7 +3561,6 @@ GtkBubbleWindow .toolbar {
.titlebar .left .titlebutton:first-child {
}
-*/
.titlebar .titlebutton:backdrop {
background-image: none;
@@ -3559,13 +3569,10 @@ GtkBubbleWindow .toolbar {
}
.window-frame {
- border-style: none;
- border-radius: 0;
- box-shadow: 0 3px 7px 1px alpha(black, 0.7),
- 0 0 0 1px mix(shade(@titlebar_bg_color, 0.7), @titlebar_fg_color, 0.21);
-
- /* this is used for the resize cursor area */
- margin: 10px;
+ background-color: @base_color;
+ box-shadow: none;
+ margin: 1px;
+ border: 1px solid #00eafc;
}
.window-frame.tiled {
@@ -3573,38 +3580,7 @@ GtkBubbleWindow .toolbar {
}
.window-frame:backdrop {
- box-shadow: 0 6px 6px 1px alpha(black, 0.5),
- 0 0 0 1px mix(shade(@titlebar_bg_color, 0.7), @titlebar_fg_color, 0.12);
-}
-
-/* Server-side decoration (SSD) */
-.window-frame.ssd {
- border-radius: 0;
- box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.18);
-}
-
-.window-frame.ssd,
-.window-frame.ssd:backdrop {
- background-color: @titlebar_bg_color;
-}
-
-/* Client-side Decorations (CSD)*/
-.window-frame.csd.tooltip {
- border-radius: 0;
- box-shadow: none;
-}
-
-.window-frame.csd.message-dialog {
- border-radius: 0;
- box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.13);
-}
-
-.window-frame.solid-csd {
- border: solid 1px shade(@bg_color, 0.8);
- border-radius: 0;
- margin: 2px;
- background-color: @titlebar_bg_color;
- box-shadow: none;
+ box-shadow: none;
}
/**************
diff --git a/B00merang Blackout/gtk-3.0/gtk.css b/B00merang Solarized/gtk-3.0/gtk.css
similarity index 73%
rename from B00merang Blackout/gtk-3.0/gtk.css
rename to B00merang Solarized/gtk-3.0/gtk.css
index ff2bd8f..abefaac 100755
--- a/B00merang Blackout/gtk-3.0/gtk.css
+++ b/B00merang Solarized/gtk-3.0/gtk.css
@@ -1,21 +1,23 @@
-/*# name: B00merang Blackout
- # author: Christian Medel (Elbullazul)
- # date: July 6th, 2016
- # description: Pitch black GTK simulating a console view*/
+/*BlueXD theme built for SkalOS Linux Version I*/
+
+/*Custom colors*/
+@define-color green_color #001b33;
+@define-color red_color #001b33;
+@define-color blue_color #066dc1;
/* default color scheme */
-@define-color bg_color #000000;
-@define-color fg_color #ffffff;
-@define-color base_color #000000;
-@define-color text_color #ffffff;
-@define-color selected_bg_color #fff;
-@define-color selected_fg_color #000000;
-@define-color tooltip_bg_color #000000;
-@define-color tooltip_fg_color #ffffff;
+@define-color base_color #002b36;
+@define-color bg_color #002b36;
+@define-color text_color #3f9cc4;
+@define-color fg_color #3f9cc4;
+@define-color selected_bg_color #3c809e;
+@define-color selected_fg_color #00eafc;
+@define-color tooltip_bg_color #073642;
+@define-color tooltip_fg_color #3f9cc4;
/* dark color scheme */
-@define-color dark_bg_color #000000;
-@define-color dark_fg_color #ffffff;
+@define-color dark_bg_color #073642;
+@define-color dark_fg_color #3f9cc4;
/* colormap actually used by the theme, to be overridden in other css files */
@define-color theme_bg_color @bg_color;
@@ -28,8 +30,8 @@
@define-color theme_tooltip_fg_color @tooltip_fg_color;
/*Nemo Desktop shadow fix*/
- @define-color desktop_item_fg #ffffff;
- @define-color desktop_item_selected_fg shade(@theme_selected_fg_color, 0.8);
+ @define-color desktop_item_fg @selected_fg_color;
+ @define-color desktop_item_selected_fg @theme_selected_fg_color;
@define-color desktop_item_text_shadow alpha(black, 0.8);
/* shadow effects */
@@ -38,7 +40,7 @@
/* misc colors used by gtk+ */
@define-color info_fg_color rgb (40, 40, 40);
-@define-color info_bg_color rgb (217, 237, 247);
+@define-color info_bg_color rgb (97, 107, 117);
@define-color warning_fg_color rgb (77, 77, 77);
@define-color warning_bg_color rgb (222, 109, 38);
@define-color question_fg_color rgb (255, 255, 255);
@@ -52,13 +54,13 @@
/* widget colors */
@define-color titlebar_bg_color @dark_bg_color;
-@define-color titlebar_fg_color @dark_fg_color;
+@define-color titlebar_fg_color #00eafc;
@define-color menubar_bg_color @dark_bg_color;
@define-color menubar_fg_color @dark_fg_color;
@define-color toolbar_bg_color @dark_bg_color; /*@theme_bg_color;*/
@define-color toolbar_fg_color @dark_fg_color; /*@theme_fg_color;*/
-@define-color menu_bg_color @bg_color;
-@define-color menu_fg_color @fg_color;
+@define-color menu_bg_color @dark_bg_color;
+@define-color menu_fg_color @dark_fg_color;
@define-color panel_bg_color @dark_bg_color;
@define-color panel_fg_color @dark_fg_color;
@@ -85,16 +87,8 @@
@define-color wm_icons_unfocused_pressed shade(@selected_bg_color, 0.8);
/*Terminal Text color*/
-@define-color terminal_text_color @fg_color;
-
-/*Scrollbar colors*/
-@define-color scrollthrough_bg_color #e6e6e6;
-@define-color scrollpress_bg_color #808080;
-@define-color scrollhover_bg_color #cfcfcf;
-@define-color scrollnorm_bg_color #c6c6c6;
-
-/*Progressbar bg color*/
-@define-color progressbar_color #06B025;
+@define-color terminal_text_color @selected_fg_color;
+@define-color terminal_bg_color #043643;
@import url("gtk-widgets.css");
@import url("gtk-widgets-assets.css");
diff --git a/B00merang Blackout/gtk-3.0/settings.ini b/B00merang Solarized/gtk-3.0/settings.ini
similarity index 100%
rename from B00merang Blackout/gtk-3.0/settings.ini
rename to B00merang Solarized/gtk-3.0/settings.ini
diff --git a/B00merang Solarized/gtk-3.0/thumbnail.png b/B00merang Solarized/gtk-3.0/thumbnail.png
new file mode 100755
index 0000000..5261794
Binary files /dev/null and b/B00merang Solarized/gtk-3.0/thumbnail.png differ
diff --git a/B00merang Solarized/index.theme b/B00merang Solarized/index.theme
new file mode 100755
index 0000000..269090d
--- /dev/null
+++ b/B00merang Solarized/index.theme
@@ -0,0 +1,12 @@
+[Desktop Entry]
+Type=X-GNOME-Metatheme
+Name=B00merang Solarized Dark
+Comment=Solarized theme for GTK-compatible UIs
+Comment=Author : Christian Medel (Elbullazul)
+Version=Version ∞
+Encoding=UTF-8
+
+[X-GNOME-Metatheme]
+GtkTheme=B00merang Solarized Dark
+MetacityTheme=B00merang Solarized Dark
+ButtonLayout=:minimize,maximize,close
diff --git a/B00merang Blackout/metacity-1/border-focused-bottom.png b/B00merang Solarized/metacity-1/border-focused-bottom.png
similarity index 52%
rename from B00merang Blackout/metacity-1/border-focused-bottom.png
rename to B00merang Solarized/metacity-1/border-focused-bottom.png
index afeee65..618b296 100755
Binary files a/B00merang Blackout/metacity-1/border-focused-bottom.png and b/B00merang Solarized/metacity-1/border-focused-bottom.png differ
diff --git a/B00merang Blackout/metacity-1/border-focused-left.png b/B00merang Solarized/metacity-1/border-focused-left.png
similarity index 52%
rename from B00merang Blackout/metacity-1/border-focused-left.png
rename to B00merang Solarized/metacity-1/border-focused-left.png
index f043c28..753f9e1 100755
Binary files a/B00merang Blackout/metacity-1/border-focused-left.png and b/B00merang Solarized/metacity-1/border-focused-left.png differ
diff --git a/B00merang Blackout/metacity-1/border-focused-leftcorner.png b/B00merang Solarized/metacity-1/border-focused-leftcorner.png
similarity index 52%
rename from B00merang Blackout/metacity-1/border-focused-leftcorner.png
rename to B00merang Solarized/metacity-1/border-focused-leftcorner.png
index c3a67e0..d811362 100755
Binary files a/B00merang Blackout/metacity-1/border-focused-leftcorner.png and b/B00merang Solarized/metacity-1/border-focused-leftcorner.png differ
diff --git a/B00merang Blackout/metacity-1/border-focused-right.png b/B00merang Solarized/metacity-1/border-focused-right.png
similarity index 53%
rename from B00merang Blackout/metacity-1/border-focused-right.png
rename to B00merang Solarized/metacity-1/border-focused-right.png
index 9b26ac7..1fc77b6 100755
Binary files a/B00merang Blackout/metacity-1/border-focused-right.png and b/B00merang Solarized/metacity-1/border-focused-right.png differ
diff --git a/B00merang Blackout/metacity-1/border-focused-rightcorner.png b/B00merang Solarized/metacity-1/border-focused-rightcorner.png
similarity index 52%
rename from B00merang Blackout/metacity-1/border-focused-rightcorner.png
rename to B00merang Solarized/metacity-1/border-focused-rightcorner.png
index 20e27a0..86e5213 100755
Binary files a/B00merang Blackout/metacity-1/border-focused-rightcorner.png and b/B00merang Solarized/metacity-1/border-focused-rightcorner.png differ
diff --git a/B00merang Blackout/metacity-1/border-unfocused-bottom.png b/B00merang Solarized/metacity-1/border-unfocused-bottom.png
similarity index 52%
rename from B00merang Blackout/metacity-1/border-unfocused-bottom.png
rename to B00merang Solarized/metacity-1/border-unfocused-bottom.png
index e430ead..ad99b6d 100755
Binary files a/B00merang Blackout/metacity-1/border-unfocused-bottom.png and b/B00merang Solarized/metacity-1/border-unfocused-bottom.png differ
diff --git a/B00merang Blackout/metacity-1/border-unfocused-left.png b/B00merang Solarized/metacity-1/border-unfocused-left.png
similarity index 53%
rename from B00merang Blackout/metacity-1/border-unfocused-left.png
rename to B00merang Solarized/metacity-1/border-unfocused-left.png
index 667bea1..b58fcd1 100755
Binary files a/B00merang Blackout/metacity-1/border-unfocused-left.png and b/B00merang Solarized/metacity-1/border-unfocused-left.png differ
diff --git a/B00merang Blackout/metacity-1/border-unfocused-leftcorner.png b/B00merang Solarized/metacity-1/border-unfocused-leftcorner.png
similarity index 52%
rename from B00merang Blackout/metacity-1/border-unfocused-leftcorner.png
rename to B00merang Solarized/metacity-1/border-unfocused-leftcorner.png
index 83c5b7d..b102224 100755
Binary files a/B00merang Blackout/metacity-1/border-unfocused-leftcorner.png and b/B00merang Solarized/metacity-1/border-unfocused-leftcorner.png differ
diff --git a/B00merang Blackout/metacity-1/border-unfocused-right.png b/B00merang Solarized/metacity-1/border-unfocused-right.png
similarity index 53%
rename from B00merang Blackout/metacity-1/border-unfocused-right.png
rename to B00merang Solarized/metacity-1/border-unfocused-right.png
index cba977c..5a0e69c 100755
Binary files a/B00merang Blackout/metacity-1/border-unfocused-right.png and b/B00merang Solarized/metacity-1/border-unfocused-right.png differ
diff --git a/B00merang Blackout/metacity-1/border-unfocused-rightcorner.png b/B00merang Solarized/metacity-1/border-unfocused-rightcorner.png
similarity index 52%
rename from B00merang Blackout/metacity-1/border-unfocused-rightcorner.png
rename to B00merang Solarized/metacity-1/border-unfocused-rightcorner.png
index 07d77e7..53a02a7 100755
Binary files a/B00merang Blackout/metacity-1/border-unfocused-rightcorner.png and b/B00merang Solarized/metacity-1/border-unfocused-rightcorner.png differ
diff --git a/B00merang Solarized/metacity-1/close-focused-active.png b/B00merang Solarized/metacity-1/close-focused-active.png
new file mode 100755
index 0000000..b705f5d
Binary files /dev/null and b/B00merang Solarized/metacity-1/close-focused-active.png differ
diff --git a/B00merang Solarized/metacity-1/close-focused-normal.png b/B00merang Solarized/metacity-1/close-focused-normal.png
new file mode 100755
index 0000000..15b7bfc
Binary files /dev/null and b/B00merang Solarized/metacity-1/close-focused-normal.png differ
diff --git a/B00merang Solarized/metacity-1/close-focused-pressed.png b/B00merang Solarized/metacity-1/close-focused-pressed.png
new file mode 100755
index 0000000..0ca387c
Binary files /dev/null and b/B00merang Solarized/metacity-1/close-focused-pressed.png differ
diff --git a/B00merang Solarized/metacity-1/close-unfocused-active.png b/B00merang Solarized/metacity-1/close-unfocused-active.png
new file mode 100755
index 0000000..1c4b649
Binary files /dev/null and b/B00merang Solarized/metacity-1/close-unfocused-active.png differ
diff --git a/B00merang Solarized/metacity-1/close-unfocused-normal.png b/B00merang Solarized/metacity-1/close-unfocused-normal.png
new file mode 100755
index 0000000..e2b9577
Binary files /dev/null and b/B00merang Solarized/metacity-1/close-unfocused-normal.png differ
diff --git a/B00merang Solarized/metacity-1/maximize-focused-active.png b/B00merang Solarized/metacity-1/maximize-focused-active.png
new file mode 100755
index 0000000..c5d922e
Binary files /dev/null and b/B00merang Solarized/metacity-1/maximize-focused-active.png differ
diff --git a/B00merang Solarized/metacity-1/maximize-focused-normal.png b/B00merang Solarized/metacity-1/maximize-focused-normal.png
new file mode 100755
index 0000000..0bac8c7
Binary files /dev/null and b/B00merang Solarized/metacity-1/maximize-focused-normal.png differ
diff --git a/B00merang Solarized/metacity-1/maximize-focused-pressed.png b/B00merang Solarized/metacity-1/maximize-focused-pressed.png
new file mode 100755
index 0000000..5fb8f0c
Binary files /dev/null and b/B00merang Solarized/metacity-1/maximize-focused-pressed.png differ
diff --git a/B00merang Solarized/metacity-1/maximize-unfocused-active.png b/B00merang Solarized/metacity-1/maximize-unfocused-active.png
new file mode 100755
index 0000000..25d6127
Binary files /dev/null and b/B00merang Solarized/metacity-1/maximize-unfocused-active.png differ
diff --git a/B00merang Solarized/metacity-1/maximize-unfocused-normal.png b/B00merang Solarized/metacity-1/maximize-unfocused-normal.png
new file mode 100755
index 0000000..f16021e
Binary files /dev/null and b/B00merang Solarized/metacity-1/maximize-unfocused-normal.png differ
diff --git a/B00merang Solarized/metacity-1/menu-pressed.png b/B00merang Solarized/metacity-1/menu-pressed.png
new file mode 100755
index 0000000..039b6fe
Binary files /dev/null and b/B00merang Solarized/metacity-1/menu-pressed.png differ
diff --git a/B00merang Solarized/metacity-1/menu.png b/B00merang Solarized/metacity-1/menu.png
new file mode 100755
index 0000000..0c3c03a
Binary files /dev/null and b/B00merang Solarized/metacity-1/menu.png differ
diff --git a/B00merang Blackout/metacity-1/metacity-theme-1.xml b/B00merang Solarized/metacity-1/metacity-theme-1.xml
similarity index 86%
rename from B00merang Blackout/metacity-1/metacity-theme-1.xml
rename to B00merang Solarized/metacity-1/metacity-theme-1.xml
index 279bec4..61388f5 100755
--- a/B00merang Blackout/metacity-1/metacity-theme-1.xml
+++ b/B00merang Solarized/metacity-1/metacity-theme-1.xml
@@ -1,11 +1,11 @@
- B00merang Blackout
+ Windows 10 Theme
Elbullazul
- 2016, Elbullazul
- July 5 2016
- Black/white titlebars for matching GTK theme
+ 2015 Elbullazul
+ Sept 9, 2015
+ Windows 10 window border for Windows 10 Theme
@@ -16,21 +16,21 @@
-
-
+
+
-
-
+
+
-
+
-
-
+
+
@@ -44,11 +44,11 @@
-
+
-
-
+
+
@@ -172,42 +172,25 @@
-
-
-
-
+
-
-
+
-
-
+
-
-
+
-
-
+
diff --git a/B00merang Solarized/metacity-1/minimize-focused-active.png b/B00merang Solarized/metacity-1/minimize-focused-active.png
new file mode 100755
index 0000000..310898f
Binary files /dev/null and b/B00merang Solarized/metacity-1/minimize-focused-active.png differ
diff --git a/B00merang Solarized/metacity-1/minimize-focused-normal.png b/B00merang Solarized/metacity-1/minimize-focused-normal.png
new file mode 100755
index 0000000..141dfd6
Binary files /dev/null and b/B00merang Solarized/metacity-1/minimize-focused-normal.png differ
diff --git a/B00merang Solarized/metacity-1/minimize-focused-pressed.png b/B00merang Solarized/metacity-1/minimize-focused-pressed.png
new file mode 100755
index 0000000..2c8d791
Binary files /dev/null and b/B00merang Solarized/metacity-1/minimize-focused-pressed.png differ
diff --git a/B00merang Solarized/metacity-1/minimize-unfocused-active.png b/B00merang Solarized/metacity-1/minimize-unfocused-active.png
new file mode 100755
index 0000000..beb5d66
Binary files /dev/null and b/B00merang Solarized/metacity-1/minimize-unfocused-active.png differ
diff --git a/B00merang Solarized/metacity-1/minimize-unfocused-normal.png b/B00merang Solarized/metacity-1/minimize-unfocused-normal.png
new file mode 100755
index 0000000..2045897
Binary files /dev/null and b/B00merang Solarized/metacity-1/minimize-unfocused-normal.png differ
diff --git a/B00merang Solarized/metacity-1/restore-focused-active.png b/B00merang Solarized/metacity-1/restore-focused-active.png
new file mode 100755
index 0000000..7ce171b
Binary files /dev/null and b/B00merang Solarized/metacity-1/restore-focused-active.png differ
diff --git a/B00merang Solarized/metacity-1/restore-focused-normal.png b/B00merang Solarized/metacity-1/restore-focused-normal.png
new file mode 100755
index 0000000..6942f95
Binary files /dev/null and b/B00merang Solarized/metacity-1/restore-focused-normal.png differ
diff --git a/B00merang Solarized/metacity-1/restore-focused-pressed.png b/B00merang Solarized/metacity-1/restore-focused-pressed.png
new file mode 100755
index 0000000..f3ce02e
Binary files /dev/null and b/B00merang Solarized/metacity-1/restore-focused-pressed.png differ
diff --git a/B00merang Solarized/metacity-1/restore-unfocused-active.png b/B00merang Solarized/metacity-1/restore-unfocused-active.png
new file mode 100755
index 0000000..81fb407
Binary files /dev/null and b/B00merang Solarized/metacity-1/restore-unfocused-active.png differ
diff --git a/B00merang Solarized/metacity-1/restore-unfocused-normal.png b/B00merang Solarized/metacity-1/restore-unfocused-normal.png
new file mode 100755
index 0000000..d8a21a2
Binary files /dev/null and b/B00merang Solarized/metacity-1/restore-unfocused-normal.png differ
diff --git a/B00merang Solarized/metacity-1/thumbnail.png b/B00merang Solarized/metacity-1/thumbnail.png
new file mode 100755
index 0000000..1c2e859
Binary files /dev/null and b/B00merang Solarized/metacity-1/thumbnail.png differ
diff --git a/B00merang Solarized/metacity-1/titlebar-focused-left.png b/B00merang Solarized/metacity-1/titlebar-focused-left.png
new file mode 100755
index 0000000..d06ec8e
Binary files /dev/null and b/B00merang Solarized/metacity-1/titlebar-focused-left.png differ
diff --git a/B00merang Solarized/metacity-1/titlebar-focused-middle.png b/B00merang Solarized/metacity-1/titlebar-focused-middle.png
new file mode 100755
index 0000000..8ba7c32
Binary files /dev/null and b/B00merang Solarized/metacity-1/titlebar-focused-middle.png differ
diff --git a/B00merang Solarized/metacity-1/titlebar-focused-right.png b/B00merang Solarized/metacity-1/titlebar-focused-right.png
new file mode 100755
index 0000000..769b914
Binary files /dev/null and b/B00merang Solarized/metacity-1/titlebar-focused-right.png differ
diff --git a/B00merang Solarized/metacity-1/titlebar-unfocused-left.png b/B00merang Solarized/metacity-1/titlebar-unfocused-left.png
new file mode 100755
index 0000000..8698895
Binary files /dev/null and b/B00merang Solarized/metacity-1/titlebar-unfocused-left.png differ
diff --git a/B00merang Solarized/metacity-1/titlebar-unfocused-middle.png b/B00merang Solarized/metacity-1/titlebar-unfocused-middle.png
new file mode 100755
index 0000000..fa0c1af
Binary files /dev/null and b/B00merang Solarized/metacity-1/titlebar-unfocused-middle.png differ
diff --git a/B00merang Solarized/metacity-1/titlebar-unfocused-right.png b/B00merang Solarized/metacity-1/titlebar-unfocused-right.png
new file mode 100755
index 0000000..4ef4f0d
Binary files /dev/null and b/B00merang Solarized/metacity-1/titlebar-unfocused-right.png differ
diff --git a/B00merang Solarized/openbox-3/bullet.xbm b/B00merang Solarized/openbox-3/bullet.xbm
new file mode 100755
index 0000000..88481ec
--- /dev/null
+++ b/B00merang Solarized/openbox-3/bullet.xbm
@@ -0,0 +1,4 @@
+#define bullet_width 4
+#define bullet_height 7
+static unsigned char bullet_bits[] = {
+ 0x01, 0x03, 0x07, 0x0f, 0x07, 0x03, 0x01 };
diff --git a/B00merang Solarized/openbox-3/close.xbm b/B00merang Solarized/openbox-3/close.xbm
new file mode 100755
index 0000000..6093c33
--- /dev/null
+++ b/B00merang Solarized/openbox-3/close.xbm
@@ -0,0 +1,5 @@
+#define close_width 10
+#define close_height 10
+static unsigned char close_bits[] = {
+ 0x00, 0x00, 0x02, 0x01, 0x84, 0x00, 0x48, 0x00, 0x30, 0x00, 0x30, 0x00,
+ 0x48, 0x00, 0x84, 0x00, 0x02, 0x01, 0x00, 0x00 };
diff --git a/B00merang Solarized/openbox-3/desk.xbm b/B00merang Solarized/openbox-3/desk.xbm
new file mode 100755
index 0000000..568d9f5
--- /dev/null
+++ b/B00merang Solarized/openbox-3/desk.xbm
@@ -0,0 +1,5 @@
+#define desk_width 10
+#define desk_height 10
+static unsigned char desk_bits[] = {
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x78, 0x00, 0x78, 0x00, 0x78, 0x00,
+ 0x78, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
diff --git a/B00merang Solarized/openbox-3/desk_toggled.xbm b/B00merang Solarized/openbox-3/desk_toggled.xbm
new file mode 100755
index 0000000..99a9559
--- /dev/null
+++ b/B00merang Solarized/openbox-3/desk_toggled.xbm
@@ -0,0 +1,5 @@
+#define desk_toggled_width 10
+#define desk_toggled_height 10
+static unsigned char desk_toggled_bits[] = {
+ 0xff, 0x03, 0xff, 0x03, 0x03, 0x03, 0x7b, 0x03, 0x7b, 0x03, 0x7b, 0x03,
+ 0x7b, 0x03, 0x03, 0x03, 0xff, 0x03, 0xff, 0x03};
diff --git a/B00merang Solarized/openbox-3/iconify.xbm b/B00merang Solarized/openbox-3/iconify.xbm
new file mode 100755
index 0000000..d769bc9
--- /dev/null
+++ b/B00merang Solarized/openbox-3/iconify.xbm
@@ -0,0 +1,5 @@
+#define iconify_width 10
+#define iconify_height 10
+static unsigned char iconify_bits[] = {
+ 0x00, 0x00, 0x00, 0x00, 0x01, 0x02, 0x02, 0x01, 0x84, 0x00, 0x48, 0x00,
+ 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
diff --git a/B00merang Solarized/openbox-3/max.xbm b/B00merang Solarized/openbox-3/max.xbm
new file mode 100755
index 0000000..9d5dd6d
--- /dev/null
+++ b/B00merang Solarized/openbox-3/max.xbm
@@ -0,0 +1,5 @@
+#define max_width 10
+#define max_height 10
+static unsigned char max_bits[] = {
+ 0x00, 0x00, 0xe0, 0x01, 0x00, 0x01, 0x40, 0x01, 0x20, 0x01, 0x12, 0x00,
+ 0x0a, 0x00, 0x02, 0x00, 0x1e, 0x00, 0x00, 0x00 };
diff --git a/B00merang Solarized/openbox-3/max_disabled.xbm b/B00merang Solarized/openbox-3/max_disabled.xbm
new file mode 100755
index 0000000..947db46
--- /dev/null
+++ b/B00merang Solarized/openbox-3/max_disabled.xbm
@@ -0,0 +1,4 @@
+#define max_disabled_width 6
+#define max_disabled_height 6
+static unsigned char max_disabled_bits[] = {
+ 0x1e, 0x1e, 0x1e, 0x1e, 0x00, 0x00 };
diff --git a/B00merang Solarized/openbox-3/shade.xbm b/B00merang Solarized/openbox-3/shade.xbm
new file mode 100755
index 0000000..e1bee45
--- /dev/null
+++ b/B00merang Solarized/openbox-3/shade.xbm
@@ -0,0 +1,5 @@
+#define shade_width 10
+#define shade_height 10
+static unsigned char shade_bits[] = {
+ 0xff, 0x03, 0xff, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03,
+ 0x03, 0x03, 0x03, 0x03, 0xff, 0x03, 0xff, 0x03};
diff --git a/B00merang Solarized/openbox-3/shade_toggled.xbm b/B00merang Solarized/openbox-3/shade_toggled.xbm
new file mode 100755
index 0000000..ed29685
--- /dev/null
+++ b/B00merang Solarized/openbox-3/shade_toggled.xbm
@@ -0,0 +1,5 @@
+#define shade_width 10
+#define shade_height 10
+static unsigned char shade_bits[] = {
+ 0xff, 0x03, 0xff, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
diff --git a/B00merang Solarized/openbox-3/themerc b/B00merang Solarized/openbox-3/themerc
new file mode 100755
index 0000000..bf56ff1
--- /dev/null
+++ b/B00merang Solarized/openbox-3/themerc
@@ -0,0 +1,105 @@
+menu.title.bg: flat
+menu.title.bg.color: #073642
+menu.title.text.color: #00eafc
+menu.title.text.justify: left
+
+menu.items.bg: flat solid
+menu.items.bg.color: #001e3c
+menu.items.bg.border.color: #073642
+menu.items.text.color: #00eafc
+menu.items.justify: left
+
+menu.items.disabled.text.color: #b3b3b3
+menu.bullet.image.color: #00eafc
+menu.bullet.selected.image.color: #464646
+
+menu.items.active.bg: flat border
+menu.items.active.bg.color: #005267
+menu.items.active.bg.border.color: #073642
+menu.items.active.text.color: #00eafc
+
+!! General window settings
+window.label.text.justify: left
+
+!! focused window settings
+window.active.client.color: #464646
+
+
+window.active.title.bg: focus: flat
+window.active.title.bg.color: #073642
+window.active.title.bg.border.color: #073642
+
+window.active.handle.bg: flat
+window.active.handle.bg.color: #adadad
+
+window.active.grip.bg: flat
+window.active.grip.bg.color: #818181
+
+window.active.label.bg: parentrelative
+window.active.label.text.color: #00eafc
+
+window.active.button.unpressed.bg: flat
+window.active.button.unpressed.bg.color: #073642
+window.active.button.unpressed.image.color: #00eafc
+
+window.active.button.pressed.bg: parentrelative
+! window.active.button.pressed.bg.color: parentrelative
+window.active.button.pressed.image.color: #9b9b9b
+
+!! unfocused window settings
+window.inactive.border.color: #00eafc
+window.inactive.client.color: #9b9b9b
+
+window.inactive.title.bg: flat
+window.inactive.title.bg.color: #073642
+
+window.inactive.handle.bg: flat
+window.inactive.handle.bg.color: #b3b3b3
+
+window.inactive.grip.bg: flat
+window.inactive.grip.bg.color: #b3b3b3
+
+window.inactive.label.bg: parentrelative
+#window.inactive.label.text.color: #adadad
+window.inactive.label.text.color: #00eafc
+
+window.inactive.button.unpressed.bg: flat
+window.inactive.button.unpressed.bg.color: #073642
+window.inactive.button.unpressed.image.color: #00eafc
+
+window.inactive.button.pressed.bg: flat
+window.inactive.button.pressed.bg.color: parentrelative
+
+!#buttons new
+window.active.button.disabled.bg: flat
+window.active.button.disabled.bg.color: #073642
+window.active.button.disabled.image.color: #00eafc
+
+window.inactive.button.disabled.bg: flat
+window.inactive.button.disabled.bg.color: #073642
+window.inactive.button.disabled.image.color: #00eafc
+
+window.active.button.toggled.bg: flat
+window.active.button.toggled.bg.color: #073642
+window.active.button.toggled.image.color: #00eafc
+
+window.inactive.button.toggled.bg: flat
+window.inactive.button.toggled.bg.color: #073642
+window.inactive.button.toggled.image.color: #00eafc
+
+!! Global width settings
+border.width: 1
+padding.width: 6
+padding.height: 1
+window.handle.width: 0
+window.client.padding.width: 0
+
+!! Miscellaneous settings
+border.color: #00eafc
+
+!! fonts
+window.active.label.text.font: Sans:size=10
+window.inactive.label.text.font: Sans:size=10
+menu.items.font: Sans:size=10
+menu.title.text.font: Sans:bold:size=10
+
diff --git a/B00merang Square/cinnamon/calendar-arrow-left.png b/B00merang Square/cinnamon/calendar-arrow-left.png
deleted file mode 100755
index 100e0f1..0000000
Binary files a/B00merang Square/cinnamon/calendar-arrow-left.png and /dev/null differ
diff --git a/B00merang Square/cinnamon/calendar-arrow-right.png b/B00merang Square/cinnamon/calendar-arrow-right.png
deleted file mode 100755
index 7e9d3a7..0000000
Binary files a/B00merang Square/cinnamon/calendar-arrow-right.png and /dev/null differ
diff --git a/B00merang Square/cinnamon/checkbox-focus.png b/B00merang Square/cinnamon/checkbox-focus.png
deleted file mode 100755
index ee9cd8d..0000000
Binary files a/B00merang Square/cinnamon/checkbox-focus.png and /dev/null differ
diff --git a/B00merang Square/cinnamon/checkbox-off-focus.png b/B00merang Square/cinnamon/checkbox-off-focus.png
deleted file mode 100755
index ab8cfc0..0000000
Binary files a/B00merang Square/cinnamon/checkbox-off-focus.png and /dev/null differ
diff --git a/B00merang Square/cinnamon/checkbox-off.png b/B00merang Square/cinnamon/checkbox-off.png
deleted file mode 100755
index a2361cb..0000000
Binary files a/B00merang Square/cinnamon/checkbox-off.png and /dev/null differ
diff --git a/B00merang Square/cinnamon/checkbox.png b/B00merang Square/cinnamon/checkbox.png
deleted file mode 100755
index 84ba514..0000000
Binary files a/B00merang Square/cinnamon/checkbox.png and /dev/null differ
diff --git a/B00merang Square/cinnamon/cinnamon.css b/B00merang Square/cinnamon/cinnamon.css
deleted file mode 100755
index 6b0ea00..0000000
--- a/B00merang Square/cinnamon/cinnamon.css
+++ /dev/null
@@ -1,1894 +0,0 @@
-/* ###################################################################
- * Modern Mint CC-BY-SA made by fmcgorenc(at)gmail(dot)com
- * ###################################################################
- * Section common with Gnome Shell
- * ... contains a few cinnamon specific styles (rare occurences)
- * ###################################################################
- *
- * Customization:
- * ===================================================================
- * 1. Background colors
- * ===================================================================*/
-#panel {
- background-color: #3b8bff;
-}
-.popup-menu,
-.window-caption, /* Open windows aka "exposé" */
-.window-caption#selected,
-.desklet-with-borders,
-.desklet-with-borders-and-header,
-.desklet-header,
-.photoframe-box,
-#notification,
-.switcher-list, /* "Window List With App Grouping" */
-.modal-dialog,
-.menu-background, /* Main menu */
-.workspace-osd,
-.expo-workspaces-name-entry, /* Workspaces */
-.expo-workspaces-name-entry#selected,
-.info-osd, /* Window Snap message */
-.osd-window, /* Media keys */
-.tile-preview,
-.tile-hud,
-.tile-preview.snap,
-.tile-hud.snap {
- background-color: white;
-}
-.expo-background { /* Workspaces */
- background-color: rgba(0,0,0,0.5);
-}
-.workspace-overview-background-shade { /* Open windows aka "exposé" */
- background-color: rgba(0,0,0,0.5);
-}
-/* ===================================================================
- * 2. Borders
- * ===================================================================*/
-.popup-menu,
-.window-caption, /* Open windows aka "exposé" */
-.expo-workspace-thumbnail-frame,
-.desklet-with-borders,
-.desklet-with-borders-and-header,
-.desklet-header,
-.photoframe-box,
-.switcher-list, /* "Window List With App Grouping" */
-.modal-dialog,
-.menu-background, /* Main menu */
-.workspace-osd,
-.expo-workspaces-name-entry, /* Workspaces */
-.info-osd, /* Window Snap message */
-.osd-window, /* Media keys */
-.tile-preview,
-.tile-hud,
-.tile-preview.snap,
-.tile-hud.snap {
- border:1px solid rgba(0,0,0,0.4);
-}
-/* ===================================================================
- * Highlights
- * ===================================================================*/
-.window-caption#selected,
-.datemenu-date-label,
-.expo-workspaces-name-entry#selected,
-.calendar-day-with-events{
- color: #3b8bff;
-}
-/* ".keyboard-key:active" background on line 1074 */
-.toggle-switch-us:checked,
-.toggle-switch-intl:checked,
-.calendar-day-base:active, /* Todays' date */
-.menu-favorites-button:hover {
- background-color: #3b8bff;
-}
-.expo-workspace-thumbnail-frame#active,
-.window-caption#selected,
-.expo-workspaces-name-entry#selected {
- border:1px solid #3b8bff;
-}
-#notification StEntry, #notification StEntry:focus, .run-dialog-entry,
-#menu-search-entry, .panel-launcher-add-dialog-entry,
-.expo-workspaces-name-entry {
- selected-color: #3b8bff;
-}
-.window-list-item-box,
-.window-list-item-box:hover{}
-
-.popup-submenu-menu-item:open,
-.window-list-item-box:active,
-.window-list-item-box:checked,
-.window-list-item-box:focus,
-.window-list-item-box:checked:hover,
-.window-list-item-box:focus:hover,
-.window-list-item-box:active:hover {
- box-shadow: inset 0px -2px 0px 0px #fff;
-}
-.popup-slider-menu-item { /* Volume slider */
- -slider-active-background-color: #3b8bff;
-}
-/*=====================================================================
- * the rest of the theme vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
- * ===================================================================*/
-stage {
- font-family: sans, sans-serif;
-}
-.cinnamon-link {
- color: #0000ff;
- text-decoration: underline;
-}
-.cinnamon-link:hover {
- color: #0000e0;
-}
-.label-shadow {
- color: rgba(0,0,0,0);
-}
-StScrollBar {
- padding: 0px;
-}
-StScrollView.vfade {
- -st-vfade-offset: 68px;
-}
-StScrollView StScrollBar {
- min-width: 12px;
- min-height: 12px;
-}
-
-StScrollBar StBin#trough {
- background-color: rgba(0,0,0,0.15);
-}
-StScrollBar StButton#vhandle {
- background-color: rgba(0,0,0,0.4);
-}
-StScrollBar StButton#hhandle {
- background-color: rgba(0,0,0,0.4);
-}
-StScrollBar StButton#hhandle:hover {
- background-color: rgba(0,0,0,0.6);
-}
-StScrollBar StButton#vhandle:hover {
- background-color: rgba(0,0,0,0.6);
-}
-#Tooltip {
- padding: 4px;
- color: black;
- font-size: 8.5pt;
- font-weight: normal;
- text-align: center;
- border:1px solid #767676;
- box-shadow: outset 2px 2px 2px 0px rgba(0,0,0,0.6);
- background-color: white;
-}
-/* ===================================================================
- * Shared button properties
- * ===================================================================*/
-.notification-button, .notification-icon-button,
-.hotplug-notification-item, .hotplug-resident-eject-button,
-.modal-dialog-button {
- color: black;
- font-size: 11pt;
- margin-left: 10px;
- margin-right: 10px;
- padding: 4px 20px 5px
-}
-.notification-button:hover,
-.notification-icon-button:hover, .hotplug-notification-item:hover,
-.hotplug-resident-eject-button:hover, .modal-dialog-button:hover {
- background-color: rgba(0,0,0,0.15);
-}
-.notification-button:focus,
-.notification-icon-button:focus, .hotplug-notification-item:focus,
-.modal-dialog-button:focus {
- background-color: rgba(0,0,0,0.15);
-}
-.notification-button:active, .notification-icon-button:active,
-.hotplug-notification-item:active, .hotplug-resident-eject-button:active,
-.modal-dialog-button:active, .modal-dialog-button:checked,
-.modal-dialog-button:pressed {
- background-color: rgba(0,0,0,0.3);
-}
-.modal-dialog-button:disabled {
- color: #9E9E9E;
-}
-/* ===================================================================
- * PopupMenu (popupMenu.js)
- * ===================================================================*/
-.popup-menu-boxpointer {
- -arrow-border-radius: 16px;
- -arrow-background-color: rgba(0,0,0,0);
- -arrow-border-width: 0px;
- -arrow-border-color: rgba(0,0,0,0);
- -arrow-base: 0px;
- -arrow-rise: -1px;
- -boxpointer-gap: 0px;
-}
-
-.popup-menu {
- font-size: 9.5pt;
- padding-left: 0px;
- padding-right: 0px;
- padding-top: 0px;
- padding-bottom: 0px;
- min-width: 250px;
- min-height: 80px;
- color: black;
-}
-
-.popup-sub-menu {
-}
-.popup-sub-menu .popup-menu-item:ltr {
- padding-right: 0em;
-}
-.popup-sub-menu .popup-menu-item:rtl {
- padding-left: 0em;
-}
-.popup-sub-menu StScrollBar {
-}
-.popup-sub-menu StScrollBar StBin#trough {
-}
-.popup-sub-menu StScrollBar StBin#vhandle {
-}
-.popup-combo-menu {
- color: black;
- font-size: 9.5pt;
- padding-left: 0px;
- padding-right: 0px;
- padding-top: 0px;
- padding-bottom: 0px;
- min-width: 250px;
- min-height: 80px;
-}
-/* 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: .4em 1.75em;
- spacing: 1em;
-}
-.popup-submenu-menu-item:open {
- background-color: rgba(0,0,0,0.3);
-}
-.popup-menu-item:active {
- background-color: rgba(0,0,0,0.15);
-}
-.popup-menu-item:insensitive {
- color: #9f9f9f;
-}
-.popup-image-menu-item {
-}
-.popup-combobox-item {
- spacing: 1em;
-}
-.popup-separator-menu-item {
- -gradient-height: 1px;
- -gradient-start: rgba(0,0,0,0.3);
- -gradient-end: rgba(0,0,0,0.3);
- -margin-horizontal: 1.5em;
- height: 1em;
-}
-.popup-alternating-menu-item:alternate {
- font-weight: bold;
-}
-.popup-slider-menu-item {
- height: 1em;
- min-width: 15em;
- -slider-height: 2px; /*0.3em*/
- -slider-background-color: rgba(0,0,0,0.3);
- -slider-border-color: rgba(0,0,0,0);
- -slider-active-border-color: rgba(0,0,0,0);
- -slider-border-width: 0px;
- -slider-handle-radius: 0.5em;
-}
-.popup-device-menu-item {
- spacing: .5em;
-}
-.popup-inactive-menu-item {
- font-weight: normal;
- color: #999;
-}
-.popup-subtitle-menu-item {
- font-weight: bold;
-}
-.popup-menu-icon {
- icon-size: 1.14em;
-}
-/* Switches (to be used in menus) */
-.toggle-switch {
- width: 40px;
- height: 16px;
- border: 2px solid white;
- border-radius: 10px;
-}
-.toggle-switch-us {
- background-image: url("toggle-off.png");
-}
-.toggle-switch-us:checked {
- background-image: url("toggle-on.png");
-}
-.toggle-switch-intl {
- background-image: url("toggle-off.png");
-}
-.toggle-switch-intl:checked {
- background-image: url("toggle-on.png");
-}
-.nm-menu-item-icons {
- spacing: .5em;
-}
-/* ===================================================================
- * Panel (panel.js)
- * ===================================================================*/
-#panel {
- font-size: 8.5pt;
- font-weight: normal;
- height: 34px;
-}
-#panelLeft {
- spacing: 0px;
-}
-#panelCenter {
- spacing: 0px;
- padding-left: 1px;
- padding-right: 1px;
-}
-#panelRight {
- spacing: 0px;
-}
-#panelLeft:dnd {
- background-color: rgba(255,0,0,0.6);
-}
-#panelCenter:dnd {
- background-color: rgba(0,255,0,0.6);
-}
-#panelRight:dnd {
- background-color: rgba(0,0,255,0.6);
-}
-#panelLeft:ltr {
- padding-right: 0px;
-}
-#panelLeft:rtl {
- padding-left: 0px;
-}
-#panelRight:ltr {
- padding-left: 0px;
-}
-#panelRight:rtl {
- padding-right: 0px;
-}
-.panel-top {}
-.panel-bottom {}
-.panel-status-button {
- -natural-hpadding: 0px;
- -minimum-hpadding: 0px;
- font-weight: bold;
- color: black;
- padding-top: 2px;
- height: 29px;
- icon-size: 1em;
-}
-.panel-status-button:hover {
-}
-.system-status-icon {
- padding-left: 0px;
- padding-right: 0px;
- spacing: 0px;
- margin: 0px;
-}
-.panel-corner {}
-.panel-corner:active,
-.panel-corner:overview,
-.panel-corner:focus {
-}
-#appMenu {
- spacing: 4px;
-}
-.panel-button #appMenuIcon {
- app-icon-bottom-clip: 1px;
-}
-.panel-button:active #appMenuIcon,
-.panel-button:checked #appMenuIcon,
-.panel-button:focus #appMenuIcon {
- app-icon-bottom-clip: 2px;
-}
-.panel-button {
- -natural-hpadding: 0px;
- -minimum-hpadding: 0px;
- font-weight: bold;
- color: black;
-}
-.panel-button:hover {
- color: black;
-}
-.panel-button:active,
-.panel-button:overview,
-.panel-button:focus {}
-.panel-button:active > .system-status-icon,
-.panel-button:checked > .system-status-icon,
-.panel-button:focus > .system-status-icon {}
-.panel-menu {
- -boxpointer-gap: 4px
-}
-.popup-menu-item-dot {}
-.system-status-icon {
- icon-size: 1.3em;
-}
-/* ===================================================================
- * Overview
- * ===================================================================*/
-#overview {
- spacing: 20px;
-}
-.window-caption {
- color: black;
- spacing: 25px;
- padding: 5px;
-}
-.window-caption#selected {}
-.workspace-controls {
- visible-height: 32px; /* Amount visible before hovering */
-}
-.workspace-thumbnails-background {
- padding: 8px;
-}
-.workspace-thumbnails-background:rtl {}
-.workspace-thumbnails {
- spacing: 14px;
-}
-.workspace-add-button {
- height: 200px;
- width: 30px;
- background-color: #83F36B;
- background-image: url("workspace-add-button.png");
-}
-.workspace-add-button:hover {
- height: 200px;
- width: 30px;
- background-color: #56E356;
-}
-.workspace-close-button {
- border-image: url("close-window.png");
- height: 30px;
- width: 30px;
- -cinnamon-close-overlap: 29px;
-}
-.workspace-thumbnail-indicator {
- outline: 2px solid white;
- border: 1px solid #888;
-}
-.window-close {
- border-image: url("close-window.png");
- height: 30px;
- width: 30px;
- -cinnamon-close-overlap: 29px;
-}
-.window-close:rtl {}
-.window-close-area {
- height: 30px;
- width: 200px;
- background-color: #E81123;
- background-image: url("close-window.png");
-}
-/*
-.icon-grid {
- spacing: 36px;
- -cinnamon-grid-item-size: 118px;
-}*/
-/*
-.icon-grid .overview-icon {
- icon-size: 96px;
-}*/
-.overview-icon {
- border-radius: 4px;
- padding: 3px;
- border: 1px rgba(0,0,0,0);
- font-size: 7.5pt;
- color: black;
- text-align: center;
-}
-.expo-background {} /* Workspaces */
-.workspace-overview-background-shade {} /* "exposé" */
-.expo-workspace-thumbnail-frame {}
-.expo-workspace-thumbnail-frame#active {}
-/* ===================================================================
- * Desklets (desklet.js)
- * ===================================================================*/
-.desklet {
- color: black;
-}
-.desklet-with-borders {
- color: black;
-}
-.desklet-with-borders-and-header {
- color: black;
- border-top: 0px;
-}
-.desklet-header {
- padding: 10px;
- font-size: 10.5pt;
- color: black;
- border-bottom: 0px;
-}
-.desklet-drag-placeholder {
- border:1px solid white;
-}
-.xkcd-box {
- padding: 20px;
- border: 0px;
- background-color: rgba(0,0,0,0);
- border-radius: 0px;
-}
-.photoframe-box {
- padding: 20px;
-}
-/* ===================================================================
- * Clock Desklet (desklet.js)
- * ===================================================================*/
-.clock-desklet-label {
- color: black;
-}
-/* ===================================================================
- * Looking Glass
- * ===================================================================
- * Controls the styling of the dialog shown when using the inspector
- * from looking glass
- * ==================================================================*/
-#LookingGlassDialog
-{
- background-color: rgba(35,35,35,0.8);
- spacing: 4px;
- padding: 4px;
- border: 1px solid rgba(100,100,100,0.8);
- border-radius: 4px;
- color: #CCCCCC;
-}
-/* ===================================================================
- * Date applet
- * ===================================================================*/
-.calendar {
- padding: .4em 1.75em;
- spacing-rows: 0px;
- spacing-columns: 0px;
-}
-.calendar-month-label {
- color: black;
- font-size: 10pt;
- padding-bottom: 8px;
- padding-top: 8px;
- font-weight: normal;
-}
-.calendar-change-month-back {
- width: 12px;
- height: 16px;
- background-image: url("calendar-arrow-left.png");
-}
-.calendar-change-month-back:rtl {
- background-image: url("calendar-arrow-right.png");
-}
-.calendar-change-month-back:hover {
- background-color: rgba(0,0,0,0.15);
-}
-.calendar-change-month-back:active {
- background-color: rgba(0,0,0,0.3);
-}
-.calendar-change-month-forward {
- width: 12px;
- height: 16px;
- background-image: url("calendar-arrow-right.png");
-}
-.calendar-change-month-forward:rtl {
- background-image: url("calendar-arrow-left.png");
-}
-.calendar-change-month-forward:hover {
- background-color: rgba(0,0,0,0.15);
-}
-.calendar-change-month-forward:active {
- background-color: rgba(0,0,0,0.3);
-}
-.datemenu-date-label {
- padding: .4em 1.75em;
- font-size: 10.5pt;
- font-weight: bold;
-}
-.calendar-day-base {
- font-size: 10pt;
- text-align: center;
- width: 2.4em;
- height: 2.4em;
-}
-.calendar-day-base:hover {
- color: black;
-}
-.calendar-day-base:active { /* Todays' date */
- color: black;
-}
-.calendar-day-heading {
- color: black;
- padding-top: 1em;
-}
-.calendar-week-number {
- color: black;
- font-weight: bold;
-}
-/* Hack used in lieu of border-collapse - see calendar.js */
-.calendar-day:ltr {
- border: 0px ;
- border-top-width: 0;
- border-left-width: 0;
-}
-.calendar-day-top:ltr {
- border-top-width: 1px;
-}
-.calendar-day-left:ltr {
- border-left-width: 1px;
-}
-.calendar-day:rtl {
-}
-.calendar-day-top:rtl {
-}
-.calendar-day-left:rtl {
-}
-.calendar-work-day {
-}
-.calendar-nonwork-day {
-}
-.calendar-today {
- font-weight: bold;
-}
-.calendar-other-month-day {
- color: rgba(0,0,0,0.4);
-}
-.calendar-day-with-events {
- font-weight: bold;
-}
-/* ===================================================================
- * Notifications
- * ===================================================================*/
-#notification {
- font-size: 8.5pt;
- padding: 8px 8px 8px 8px;
- spacing-rows: 10px;
- spacing-columns: 10px;
- margin-from-right-edge-of-screen: 0px;
- width: 34em;
- color: black;
-}
-#notification.multi-line-notification {
- padding-bottom: 8px;
- color: black;
-}
-/* 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: black;
-}
-#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-icon-button > StIcon {
- icon-size: 36px;
-}
-#notification StEntry {
- padding: 4px;
- color: black;
- border-image: url('entry.png') 2;
- caret-color: white;
- caret-size: 2px;
-}
-#notification StEntry:focus {
- color: black;
- border-image: url('entry.png') 2;
- caret-color: white;
- caret-size: 2px;
-}
-/* ===================================================================
- * Alt Tab
- * ===================================================================*/
-#altTabPopup {
- padding: 8px;
- spacing: 16px;
-}
-.switcher-list { /* Window List With App Grouping */
- padding: 20px;
- font-size: 9pt;
- color: black;
-}
-.switcher-list-item-container {
- spacing: 8px;
-}
-.thumbnail-scroll-gradient-left {
- background-gradient-direction: horizontal;
- background-gradient-start: rgba(51, 51, 51, 1.0);
- background-gradient-end: rgba(51, 51, 51, 0);
- border-radius: 24px;
- border-radius-topright: 0px;
- border-radius-bottomright: 0px;
- width: 60px;
-}
-.thumbnail-scroll-gradient-right {
- background-gradient-direction: horizontal;
- background-gradient-start: rgba(51, 51, 51, 0);
- background-gradient-end: rgba(51, 51, 51, 1.0);
- border-radius: 24px;
- border-radius-topleft: 0px;
- border-radius-bottomleft: 0px;
- width: 60px;
-}
-.switcher-list .item-box {
- padding: 8px;
-}
-.switcher-list .item-box:outlined {}
-.switcher-list .item-box:selected { /* "selected" for "Window List With App Grouping" */
- background-color: rgba(0,0,0,0.3);
-}
-.switcher-list .thumbnail-box {
- padding: 2px;
- spacing: 4px;
-}
-.switcher-list .thumbnail {
- width: 256px;
-}
-.switcher-list .separator {
- width: 1px;
- background: rgba(77,77,77,0.45);
-}
-.ripple-box {
- width: 200px;
- height: 200px;
- background-image: url("corner-ripple.png");
-}
-.ripple-box:rtl {
- background-image: url("corner-ripple.png");
-}
-.switcher-arrow {
- color: black;
-}
-.switcher-arrow:highlighted {
- background-color: rgba(0,0,0,0.15);
- color: black;
-}
-.switcher-preview-backdrop {
- background-gradient-start: red;
- background-gradient-end: rgba(243,182,207,0.3);
- background-gradient-direction: radial;
-}
-/* ===================================================================
- * Modal dialogs
- * ===================================================================*/
-.modal-dialog {
- font-size: 12pt;
- color: black;
- padding-right: 42px;
- padding-left: 42px;
- padding-bottom: 30px;
- padding-top: 30px;
-}
-.modal-dialog-button-box {
- spacing: 21px;
-}
-/* ===================================================================
- * Run dialog
- * ===================================================================*/
-.run-dialog-label {
- font-size: 9pt;
- color: black;
-}
-.run-dialog-error-label {
- font-size: 9pt;
- color: black;
-}
-.run-dialog-error-box {
- padding-top: 15px;
- spacing: 5px;
-}
-.run-dialog-entry {
- border-image: url("entry.png") 2;
- font-size: 10.5pt;
- font-weight: bold;
- width: 23em;
- color: black;
- selection-background-color: white;
-}
-.run-dialog-completion-box {
- padding-left: 15px;
- font-size: 10px;
-}
-.run-dialog {
- padding-right: 21px;
- padding-left: 21px;
- padding-bottom: 15px;
- padding-top: 15px;
-}
-.lightbox {
- background-color: rgba(0,0,0,0.5);
-}
-/* ===================================================================
- * End session dialog
- * ===================================================================*/
-.end-session-dialog {
- spacing: 42px;
- color: black;
-}
-.end-session-dialog-subject {
- font-size: 12pt;
- font-weight: bold;
- color: black;
- padding-top: 10px;
- padding-left: 17px;
- padding-bottom: 30px;
-}
-.end-session-dialog-subject:rtl {
- padding-left: 0px;
- padding-right: 17px;
-}
-.end-session-dialog-description {
- font-size: 10pt;
- color: black;
- padding-left: 17px;
- width: 28em;
-}
-.end-session-dialog-description:rtl {
- padding-right: 17px;
-}
-.end-session-dialog-logout-icon {
- border: 2px solid #8b8b8b;
- border-radius: 5px;
- width: 32px;
- height: 32px;
-}
-.end-session-dialog-shutdown-icon {
- width: 32px;
- height: 32px;
-}
-.end-session-dialog-app-list {
- font-size: 10pt;
- max-height: 200px;
- padding-top: 42px;
- padding-left: 49px;
- padding-right: 32px;
-}
-.end-session-dialog-app-list:rtl {
- padding-right: 49px;
- padding-left: 32px;
-}
-.end-session-dialog-app-list-item {
- color: black;
-}
-.end-session-dialog-app-list-item:hover {
- color: black;
-}
-.end-session-dialog-app-list-item:ltr {
- padding-right: 1em;
-}
-.end-session-dialog-app-list-item:rtl {
- padding-left: 1em;
-}
-.end-session-dialog-app-list-item-icon:ltr {
- padding-right: 17px;
-}
-.end-session-dialog-app-list-item-icon:rtl {
- padding-left: 17px;
-}
-.end-session-dialog-app-list-item-name {
- font-size: 10pt;
-}
-.end-session-dialog-app-list-item-description {
- font-size: 8pt;
- color: black;
-}
-/* CinnamonMountOperation Dialogs */
-.cinnamon-mount-operation-icon {
- icon-size: 48px;
-}
-.mount-password-reask {
- color: red;
-}
-.show-processes-dialog,
-.mount-question-dialog {
- spacing: 24px;
-}
-.show-processes-dialog-subject,
-.mount-question-dialog-subject {
- font-size: 12pt;
- font-weight: bold;
- color: #666666;
- padding-top: 10px;
- padding-left: 17px;
- padding-bottom: 6px;
-}
-.show-processes-dialog-subject:rtl,
-.mount-question-dialog-subject:rtl {
- padding-left: 0px;
- padding-right: 17px;
-}
-.show-processes-dialog-description,
-.mount-question-dialog-description {
- font-size: 10pt;
- color: black;
- padding-left: 17px;
- width: 28em;
-}
-.show-processes-dialog-description:rtl,
-.mount-question-dialog-description:rtl {
- padding-right: 17px;
-}
-.show-processes-dialog-app-list {
- font-size: 10pt;
- max-height: 200px;
- padding-top: 24px;
- padding-left: 49px;
- padding-right: 32px;
-}
-.show-processes-dialog-app-list:rtl {
- padding-right: 49px;
- padding-left: 32px;
-}
-.show-processes-dialog-app-list-item {
- color: black;
-}
-.show-processes-dialog-app-list-item:hover {
- color: black;
-}
-.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: 10pt;
-}
-/* ===================================================================
- * Policykit authentication dialog
- * ===================================================================*/
-.polkit-dialog {
- /* this is the width of the entire modal popup */
- width: 500px;
-}
-.polkit-dialog-main-layout {
- spacing: 24px;
- padding: 10px;
-}
-.polkit-dialog-message-layout {
- spacing: 16px;
-}
-.polkit-dialog-headline {
- font-size: 12pt;
- font-weight: bold;
- color: black;
-}
-.polkit-dialog-description {
- font-size: 10pt;
- color: black;
-}
-.polkit-dialog-user-layout {
- padding-left: 10px;
- spacing: 10px;
-}
-.polkit-dialog-user-layout:rtl {
- padding-left: 0px;
- padding-right: 10px;
-}
-.polkit-dialog-user-root-label {
- color: #ff0000;
-}
-.polkit-dialog-password-label:ltr {
- padding-right: 0.5em;
-}
-.polkit-dialog-password-label:rtl {
- padding-left: 0.5em;
-}
-.polkit-dialog-password-entry {
- background-gradient-start: rgb(236,236,236);
- background-gradient-end: white;
- background-gradient-direction: vertical;
- color: black;
- border-radius: 5px;
- border: 2px solid #555753;
-}
-.polkit-dialog-password-entry:focus {
- border: 2px solid #3465a4;
-}
-.polkit-dialog-password-entry .capslock-warning {
- icon-size: 16px;
- warning-color: #999;
- padding: 0 4px;
-}
-.polkit-dialog-error-label {
- font-size: 10pt;
- color: #ffff00;
- padding-bottom: 8px;
-}
-.polkit-dialog-info-label {
- font-size: 10pt;
- padding-bottom: 8px;
-}
-/* intentionally left transparent to avoid dialog changing size */
-.polkit-dialog-null-label {
- font-size: 10pt;
- color: rgba(0,0,0,0);
- padding-bottom: 8px;
-}
-.network-dialog-secret-table {
- spacing-rows: 15px;
-}
-/* ===================================================================
- * Magnifier
- * ===================================================================*/
-.magnifier-zoom-region {
- border: 0px;
-}
-.magnifier-zoom-region.full-screen {
-}
-/* ===================================================================
- * On screen keyboard
- * ===================================================================*/
-#keyboard {
- background-color: #1A1A1A;
-}
-.keyboard-layout {
- spacing: 6px;
- padding: 6px;
-}
-.keyboard-row {
- spacing: 6px;
-}
-.keyboard-key {
- min-height: 0px;
- min-width: 0px;
- font-size: 14pt;
- font-weight: normal;
- color: black;
- background-color: rgba(0,0,0,0.152);
-}
-.keyboard-key:grayed {
- color: rgba(0,0,0,0.23);
-}
-.keyboard-key:checked,
-.keyboard-key:hover {
- color: black;
- background-color: rgba(0,0,0,0.89);
-}
-.keyboard-key:active {
- color: black;
- background-color: #3b8bff;
-}
-.keyboard-subkeys {
- color: black;
- padding: 0px;
- -arrow-border-radius: 0px;
- -arrow-background-color: rgba(0,0,0,0);
- -arrow-border-width: 0px;
- -arrow-border-color: rgba(0,0,0,0);
- -arrow-base: 0px;
- -arrow-rise: 0px;
- -boxpointer-gap: 0px;
-}
-/* ###################################################################
- * Cinnamon Specific Section
- * ###################################################################*/
-/* ===================================================================
- * Menu (menu.js)
- * ===================================================================*/
-/* Main menu title */
-.menu-background {
- background-image: url('popup-logo.png');
- color: black;
- border: 2px solid #3b8bff;
-}
-.menu-favorites-box {
- margin: auto;
- padding: 0px;
- border:0px;
-}
-.menu-favorites-button {
- border-radius: 30px;
- padding-top: 5px;
- padding-left: 10px;
- padding-right: 10px;
- padding-bottom: 5px;
- color: black;
-}
-.menu-favorites-button:hover {}
-.menu-places-box {
- margin: auto;
- padding: 5px;
- border: 0px;
-}
-.menu-places-button {
- padding-top: 10px;
- padding-left: 10px;
- padding-right: 10px;
- padding-bottom: 10px;
-}
-.menu-categories-box {
- padding-top: 2px;
- padding-left: 5px;
- padding-right: 0px;
- padding-bottom: 1px;
-}
-.menu-applications-box {
- padding-top: 2px;
- padding-left: 5px;
- padding-right: 5px;
- padding-bottom: 1px;
-}
-.menu-application-button {
- padding-top: 6px;
- padding-left: 10px;
- padding-right: 0px;
- padding-bottom: 6px;
-}
-.menu-application-button:highlighted {
- font-weight: bold;
-}
-.menu-application-button-selected {
- padding-top: 6px;
- padding-left: 10px;
- padding-right: 0px;
- padding-bottom: 6px;
- background-color: rgba(0,0,0,0.15);
-}
-.menu-application-button-selected:highlighted {
- font-weight: bold;
-}
-.menu-application-button-label:ltr {
- padding-left: 5px;
-}
-.menu-application-button-label:rtl {
- padding-right: 5px;
-}
-.menu-category-button {
- padding-top: 6px;
- padding-left: 15px;
- padding-right: 10px;
- padding-bottom: 6px;
-}
-.menu-category-button-greyed {
- padding-top: 6px;
- padding-left: 15px;
- padding-right: 10px;
- padding-bottom: 6px;
- color: #9C9C9C;
- font-style: italic;
-}
-.menu-category-button-selected {
- padding-top: 6px;
- padding-left: 15px;
- padding-right: 10px;
- padding-bottom: 6px;
- background-color: rgba(0,0,0,0.15);
-}
-.menu-category-button-label:ltr {
- padding-left: 3px;
-}
-.menu-category-button-label:rtl {
- padding-right: 3px;
-}
-.menu-category-button-button:hover {
-}
-/* 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;
-}
-.menu-selected-app-box:rtl {
- padding-top: 10px;
- height: 40px;
-}
-.menu-selected-app-title {
- font-weight: bold;
-}
-.menu-selected-app-description {
- max-width: 150px;
-}
-.menu-search-box:ltr {
- padding-left: 30px;
-}
-.menu-search-box:rtl {
- padding-right: 30px;
-}
-#menu-search-entry {
- padding: 5px;
- color: black;
- border-image: url('entry.png') 2;
- caret-color: white;
- caret-size: 2px;
- width: 250px;
- height: 15px;
-}
-#menu-search-entry:focus,
-#menu-search-entry:hover {
- color: black;
- font-weight: bold;
-}
-.menu-search-entry-icon {
- icon-size: 1em;
- color: black;
-}
-/* Context menu (at the moment only for favorites) */
-.menu-context-menu {
-}
-/* ===================================================================
- * Window list (windowList.js)
- * ===================================================================*/
-.window-list-box {
- spacing: 2px;
-}
-.window-list-item-label {
- font-weight: bold;
- width: 15em;
- min-width: 5px;
-}
-.window-list-item-box {
- color: black;
- padding-left: 0px;
- padding-right: 0px;
- transition-duration: 50;
- background-color: rgba(0,0,0,0.0);
-}
-.window-list-item-box:hover {
- color: black;
- padding-left: 0px;
- padding-right: 0px;
- background-color: rgba(0,0,0,0.15);
-}
-.window-list-item-box:active,
-.window-list-item-box:checked,
-.window-list-item-box:focus {
- color: black;
- padding-left: 0px;
- padding-right: 0px;
- background-color: rgba(0,0,0,0.3);
-}
-.window-list-item-box:checked:hover,
-.window-list-item-box:focus:hover,
-.window-list-item-box:active:hover {
- color: black;
- padding-left: 0px;
- padding-right: 0px;
- background-color: rgba(0,0,0,0.15);
-}
-
-.window-list-item-demands-attention {
- color: black;
- padding-left: 0px;
- padding-right: 0px;
- background-color: rgba(255,0,0,0.3);
- box-shadow: inset 0px -2px 0px 0px #FF0000;
-}
-/* ===================================================================
- * Sound Applet (status/volume.js)
- * ===================================================================*/
-.sound-button-container {
- padding-right: 3px;
- padding-left: 3px;
-}
-.sound-button {
- width: 30px;
- height: 20px;
- padding: 5px;
-}
-.sound-button:hover {
- background-color: rgba(0,0,0,0.15);
-}
-.sound-button:active {
- background-color: rgba(0,0,0,0.3);
-}
-.sound-button StIcon {
- icon-size: 1.4em;
-}
-.sound-track-infos {
- padding-left: 5px;
- padding-right: 5px;
- padding-top: 5px;
- padding-bottom: 5px;
-}
-.sound-track-info {
- padding-top: 2px;
- padding-bottom: 2px;
-}
-.sound-track-info StIcon {
- icon-size: 1em;
-}
-.sound-track-info StLabel {
- padding-left: 5px;
- padding-right: 5px;
-}
-.sound-track-box {
- padding-left: 15px;
- padding-right: 15px;
- max-width: 220px;
-}
-.sound-seek-box {
- padding-left: 20px;
-}
-.sound-seek-box StLabel {
- padding-top: 2px;
-}
-.sound-seek-box StIcon {
- icon-size: 1em;
-}
-.sound-seek-slider {
- width: 140px;
-}
-.sound-volume-menu-item {
- padding: .4em 1.75em;
-}
-.sound-volume-menu-item StIcon {
- icon-size: 1.14em;
- padding-left: 8px;
- padding-right: 8px;
-}
-.sound-playback-control {
- padding-top: 5px;
- padding-bottom: 10px;
- padding-left: 10px;
- padding-right: 10px;
-}
-/* ===================================================================
- * Workspace Switcher applet (workspaceSwitcher.js)
- * ===================================================================*/
-#workspaceSwitcher {
- spacing: 0px;
- padding: 3px;
-
-}
-.workspace-switcher-box {
- padding-left: 3px;
- padding-right: 3px;
-}
-
-.workspace-button {
- width: 20px;
- height: 10px;
- color: black;
-}
-
-.workspace-button:outlined {
- color: red;
-}
-/* ===================================================================
- * Panel Launchers Applet (panelLaunchers.js)
- * ===================================================================*/
-#panel-launchers-box {
- spacing: 1px;
-}
-.panel-launcher {
- margin: 0px;
- padding: 3px;
- transition-duration: 50;
-}
-.panel-launcher:hover {
- margin: 0px;
- padding: 3px;
- background-color: rgba(0,0,0,0.15)
-}
-.panel-launcher-add-dialog-content-box {
- padding: 6px;
- spacing: 20px;
-}
-.panel-launcher-add-dialog-content-box-left {
- padding: 6px;
- spacing: 20px;
-}
-.panel-launcher-add-dialog-content-box-right {
- padding: 6px;
- spacing: 10px;
-}
-.panel-launcher-add-dialog-entry {
- padding: 5px;
- color: black;
- caret-color: white;
- caret-size: 2px;
- width: 250px;
-}
-.panel-launcher-add-dialog-entry:focus,
-.panel-launcher-add-dialog-entry:hover {
- background-gradient-start: rgb(200,200,200);
- background-gradient-end: white;
- background-gradient-direction: vertical;
-}
-.panel-launcher-add-dialog-entry:hover {
-}
-.panel-launcher-add-dialog-entry:focus {
- color: rgb(64, 64, 64);
- font-weight: bold;
-}
-/* ===================================================================
- * Overview corner
- * ===================================================================*/
-#overview-corner {
- background-image: url("overview.png");
-}
-#overview-corner:hover {
- background-image: url("overview-hover.png");
-}
-/* ===================================================================
- * Applets (applet.js)
- * ===================================================================*/
-.applet-separator {
- padding: 5px 4px;
-}
-.applet-separator-line {
- width: 2px;
- background: rgba(0,0,0,.5);
-}
-.applet-box {
- spacing: 1px;
- padding-top: 0px;
- padding-left: 4px;
- padding-right: 4px;
- padding-bottom: 0px;
- color: black;
- transition-duration: 50;
-}
-.applet-box:hover {
- background-color: rgba(0,0,0,0.15)
-}
-.applet-label {
- font-weight: bold;
- color: black;
- font-size: 9pt;
-}
-.applet-label:hover,
-.applet-box:hover > .applet-label {}
-
-.applet-icon {
- color: black;
- icon-size: 24px;
-}
-.applet-icon:hover,
-.applet-box:hover > .applet-icon {}
-/* ===================================================================
- * Workspace OSD
- * ===================================================================*/
-.workspace-osd {
- padding: 9px 15px;
- color: black;
- font-weight: bold;
- font-size: 26pt;
-}
-.expo-workspaces-name-entry {
- padding: 6px;
- color: black;
- font-weight: bold;
- caret-color: white;
- caret-size: 2px;
- width: 250px;
- height: 15px;
-}
-.expo-workspaces-name-entry#selected {
- font-weight: bold;
-}
-.expo-workspaces-name-entry:focus {
- color: black;
- font-weight: bold;
- font-style: italic;
-}
-/* ===================================================================
- * Notification Applet
- * ===================================================================*/
-.notification-applet-padding {
- padding: .5em 1em;
-}
-.notification-applet-container {
- max-height: 100px;
-}
-/* Check Boxes */
-.check-box CinnamonGenericContainer {
- spacing: .2em;
- min-height: 30px;
- padding-top: 2px;
-}
-.check-box StBin {
- width: 24px;
- height: 18px;
- background-image: url("checkbox-off.png");
-}
-.check-box:focus StBin {
- background-image: url("checkbox-off-focus.png");
-}
-.check-box:checked StBin {
- background-image: url("checkbox.png");
-}
-.check-box:focus:checked StBin {
- background-image: url("checkbox-focus.png");
-}
-.check-box StLabel {
- font-weight: normal;
-}
-.radiobutton CinnamonGenericContainer {
- spacing: .2em;
- height: 26px;
- padding-top: 2px;
-}
-.radiobutton StBin {
- width: 22px;
- height: 22px;
- background-image: url("radio-unselected.png");
- border-radius: 15px;
-}
-.radiobutton:focus StBin {
- background-image: url("radio-unselected.png");
-}
-.radiobutton:checked StBin {
- background-image: url("radio-selected.png");
-}
-.radiobutton:focus:checked StBin {
- background-image: url("radio-selected.png");
-}
-.radiobutton StLabel {
- padding-top: 4px;
- font-size: 0.9em;
- box-shadow: none;
-}
-.flashspot {
- background-color: white;
-}
-/* ===================================================================
- * User Applet
- * ===================================================================*/
-.user-icon {
- background-color: rgba(0,0,0,0);
- border: 0px;
- border-radius: 0px;
- padding: 1em;
-}
-.user-label {
- color: black;
- font-size: 16px;
- margin: 6px;
- padding-left: 5px;
-}
-/* ===================================================================
- * About Dialog (applet.js and desklet.js)
- * ===================================================================*/
-.about-content {
- width: 300px;
- height: 150px;
- spacing: 8px;
- padding-bottom: 16px;
-}
-.about-title {
- font-size: 1.5em;
- font-weight: bold;
-}
-.about-uuid {
- font-size: .8em;
-}
-.about-icon {
- padding-right: 20px;
-}
-.about-scrollBox {
- color: black;
-}
-.about-scrollBox-innerBox {
- padding: 1.2em;
- spacing: 1.2em;
-}
-.about-description {
- padding-top: 4px;
-}
-.about-version {
- padding-left: 7px;
-}
-/* ===================================================================
- * OSD Popups
- * ===================================================================*/
-.info-osd { /* Window snap message */
- font-size: 24pt;
- color: black;
- padding-right: 20px;
- padding-left: 20px;
- padding-bottom: 20px;
- padding-top: 20px;
- text-align: center;
-}
-.osd-window { /* Media key */
- color: black;
- padding: 20px;
- spacing: 5px;
-}
-.osd-window .level {
- height: 0.7em;
- border-radius: 0.3em;
- background-color: rgba(190,190,190,0.3);
-}
-/* ===================================================================
- * Snap/Tile OSD Popup
- * ===================================================================*/
-.tile-preview, .tile-hud,
-.tile-preview.snap, .tile-hud.snap {}
-.tile-hud:top {
- border-top-width: 0px;
-}
-.tile-hud:bottom {
- border-bottom-width: 0px;
-}
-.tile-hud:left {
- border-left-width: 0px;
-}
-.tile-hud:right {
- border-right-width: 0px;
-}
-.tile-hud:top-left {
- border-top-width: 0px;
- border-left-width: 0px;
-}
-.tile-hud:top-right {
- border-top-width: 0px;
- border-right-width: 0px;
-}
-.tile-hud:bottom-left {
- border-bottom-width: 0px;
- border-left-width: 0px;
-}
-.tile-hud:bottom-right {
- border-bottom-width: 0px;
- border-right-width: 0px;
-}
-/* ===================================================================
- * TimeAndDate desklet
- * ===================================================================*/
-.clock-container{
- padding: 15px;
- color: black;
- text-shadow: 1px 1px 2px rgba(0,0,0,0);
-}
-.time-container{}
-.date-container{}
-.clock-date-label{}
-/*=====================================================================
- * soundBox desklet (Mint theme)
- * ===================================================================*/
-.mint-mainBox {
- padding: 10px 0px 5px 0px;
- border:6px solid #051d42;
- border-radius: 20px 60px 20px 60px;
- box-shadow: inset 0px 3px 5px 0px rgba(0,0,0,0.6);
- background-color: #1e376f;
- background-image: url('popup-logo.png');
- border-top: 2px;
- border-bottom: 2px;
- color: black;
-}
-.mint-buttonMenu {
- color: black;
- padding: 7px;
- border:2px solid #051d42;
- border-radius: 10px 30px 10px 30px;
- box-shadow: inset 0px 3px 5px 0px rgba(0,0,0,0.6);
- background-gradient-start: #1e376f;
- background-gradient-end: #1f46c6;
- background-gradient-direction: vertical;
-}
-.mint-buttonMenu:hover {
- border:2px solid #051d42;
- border-radius: 30px 10px 30px 10px;
- box-shadow: inset 0px 3px 5px 0px rgba(0,0,0,0.6);
- background-gradient-start: #1e376f;
- background-gradient-end: #1f46c6;
- background-gradient-direction: vertical;
-}
-.mint-buttonMenu:active {
- border:2px solid #051d42;
- border-radius: 30px 10px 30px 10px;
- box-shadow: inset 0px 3px 5px 0px rgba(0,0,0,0.6);
- background-gradient-end: #1e376f;
- background-gradient-start: #1f46c6;
- background-gradient-direction: vertical;
-}
-.mint-divider {
- background-color: white;
- -margin-horizontal: 14px;
- height: 1px;
-}
-.mint-divider-box {
- color: black;
- padding: 10px 30px 10px 30px;
-}
-.mint-text,
-.mint-buttonText,
-.mint-appTitle,
-.mint-playerTitleText,
-.mint-trackInfo-text {
- color: black;
-}
-.mint-volumeBox {
- padding: 0px 5px 0px 5px;
-}
-.mint-volumeButton {
- padding: 2px 3px 2px 3px;
-}
-.mint-volumeIcon {
- icon-size: 16px;
- color: black;
-}
-.mint-slider {
- height: 1em;
- min-width: 165px;
- -slider-active-height: 0.3em;
- -slider-handle-color: #61c5e3;
- -slider-handle-border-color: #61c5e3;
- -slider-height: 0.3em;
- -slider-background-color: #1e376f;
- -slider-border-color: #051d42;
- -slider-active-background-color: #61c5e3;
- -slider-active-border-color: #051d42;
- -slider-border-width: 1px;
- -slider-handle-radius: 0.5em;
-}
-.mint-appIcon {
- icon-size: 20px;
- padding: 0px 4px 4px 4px;
-}
-.mint-appTitleBox {
- padding: 0px 0px 2px 0px;
-}
-.mint-titleBar {
- color: black;
- background-color: rgba(140, 140, 140,0);
- background-gradient-direction: none;
- padding: 2px 0px 2px 0px;
-}
-.mint-playerIcon {
- icon_size: 16px;
- width: 16px;
-}
-.mint-trackInfoBox {
- padding: 5px 0px 5px 0px;
- margin-top: 5px;
- width: 200px;
-}
-.mint-trackInfo {
- padding: 3px 0px 5px 0px;
-
-}
-.mint-trackInfo-icon {
- icon-size: 1em;
- color: black;
-}
-.mint-albumCover {
- border: 0px;
- icon_size: 200px;
- width: 200px;
- height: 200px;
-}
-.mint-buttonBox {
- padding: 5px 5px 5px 5px;
-}
-.mint-soundButton-box {
- padding-right: 3px;
- padding-left: 3px;
-}
-.mint-soundButton {
- width: 30px;
- height: 20px;
- padding: 5px;
- border:2px solid #051d42;
- border-radius: 10px 30px 10px 30px;
- box-shadow: inset 0px 3px 5px 0px rgba(0,0,0,0.6);
- background-gradient-start: #1e376f;
- background-gradient-end: #1f46c6;
- background-gradient-direction: vertical;
-}
-.mint-soundButton:hover {
- border:2px solid #051d42;
- border-radius: 30px 10px 30px 10px;
- box-shadow: inset 0px 3px 5px 0px rgba(0,0,0,0.6);
- background-gradient-start: #1e376f;
- background-gradient-end: #1f46c6;
- background-gradient-direction: vertical;
-}
-.mint-soundButton:active {
- border:2px solid #051d42;
- border-radius: 30px 10px 30px 10px;
- box-shadow: inset 0px 3px 5px 0px rgba(0,0,0,0.6);
- background-gradient-end: #1e376f;
- background-gradient-start: ;
- background-gradient-direction: vertical;
-}
-.mint-soundButton-icon {
- icon-size: 16px;
- color: black;
-}
-#mint-popup-menuitem {
- text-mint: 0px 0px 0px 0px;
- color: black;
- padding: .4em 1em;
- spacing: 1em;
- border:2px;
-}
-#mint-popup-menuitem:active {
- box-mint: 0px 0px 0px 0px;
- text-mint: 0px 0px 0px 0px;
- color: black;
- border:2px solid #051d42;
- border-radius: 10px 30px 10px 30px;
- box-shadow: inset 0px 3px 5px 0px rgba(0,0,0,0.6);
- background-gradient-start: #1e376f;
- background-gradient-end: ;
- background-gradient-direction: vertical;
-}
-#Tooltip.mint-tooltip {
- padding: 4px 12px;
- color: black;
- font-size: 8.5pt;
- font-weight: normal;
- text-align: center;
-}
-#mint-popup {}
-#mint-popup-boxPointer {
-
-}
-/* Compact */
-.mint-mainBox:compact {
- padding: 0px 0px 0px 0px;
-}
-.mint-buttonMenu:compact {
- padding: 2px 4px 2px 4px;
-}
-.mint-divider:compact {
- background-color: mintparent;
- height: 0px;
-}
-.mint-divider-box:compact {
- padding: 0px;
-}
-.mint-volumeButton:compact {
- padding: 0px 2px 2px 2px;
-}
-.mint-volumeIcon:compact {
- icon-size: 14px;
-}
-.mint-appIcon:compact {
- icon-size: 1em;
-}
-.mint-titleBar:compact {
- padding: 0px;
-}
-.mint-trackInfoBox:compact {
- padding: 0px;
-}
-.mint-trackInfo:compact {
- padding: 0px;
-}
-.mint-trackInfo-icon:compact {
- icon-size: 1em;
-}
-.mint-buttonBox:compact{
- padding: 0px;
-}
-.mint-soundButton:compact {
- height: 14px;
- width: 16px;
-}
-.mint-soundButton-box:compact {
- padding: 2px;
-}
-/*====================================================================*/
diff --git a/B00merang Square/cinnamon/close-window.png b/B00merang Square/cinnamon/close-window.png
deleted file mode 100755
index a819801..0000000
Binary files a/B00merang Square/cinnamon/close-window.png and /dev/null differ
diff --git a/B00merang Square/cinnamon/corner-ripple.png b/B00merang Square/cinnamon/corner-ripple.png
deleted file mode 100755
index 0e300a3..0000000
Binary files a/B00merang Square/cinnamon/corner-ripple.png and /dev/null differ
diff --git a/B00merang Square/cinnamon/entry.png b/B00merang Square/cinnamon/entry.png
deleted file mode 100755
index c4ae59c..0000000
Binary files a/B00merang Square/cinnamon/entry.png and /dev/null differ
diff --git a/B00merang Square/cinnamon/metadata.json b/B00merang Square/cinnamon/metadata.json
deleted file mode 100755
index c6a2e13..0000000
--- a/B00merang Square/cinnamon/metadata.json
+++ /dev/null
@@ -1,4 +0,0 @@
-{
- "last-edited": "1400226761",
- "uuid": "295"
-}
\ No newline at end of file
diff --git a/B00merang Square/cinnamon/overview-hover.png b/B00merang Square/cinnamon/overview-hover.png
deleted file mode 100755
index 8e82082..0000000
Binary files a/B00merang Square/cinnamon/overview-hover.png and /dev/null differ
diff --git a/B00merang Square/cinnamon/overview.png b/B00merang Square/cinnamon/overview.png
deleted file mode 100755
index db71494..0000000
Binary files a/B00merang Square/cinnamon/overview.png and /dev/null differ
diff --git a/B00merang Square/cinnamon/player-paused.svg b/B00merang Square/cinnamon/player-paused.svg
deleted file mode 100755
index e657d72..0000000
--- a/B00merang Square/cinnamon/player-paused.svg
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
diff --git a/B00merang Square/cinnamon/player-playing.svg b/B00merang Square/cinnamon/player-playing.svg
deleted file mode 100755
index 2b09d89..0000000
--- a/B00merang Square/cinnamon/player-playing.svg
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
diff --git a/B00merang Square/cinnamon/player-stopped.svg b/B00merang Square/cinnamon/player-stopped.svg
deleted file mode 100755
index 5802265..0000000
--- a/B00merang Square/cinnamon/player-stopped.svg
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
diff --git a/B00merang Square/cinnamon/popup-logo.png b/B00merang Square/cinnamon/popup-logo.png
deleted file mode 100755
index 0df8c82..0000000
Binary files a/B00merang Square/cinnamon/popup-logo.png and /dev/null differ
diff --git a/B00merang Square/cinnamon/process-working.svg b/B00merang Square/cinnamon/process-working.svg
deleted file mode 100755
index f2ba6f9..0000000
--- a/B00merang Square/cinnamon/process-working.svg
+++ /dev/null
@@ -1,32 +0,0 @@
-
-
diff --git a/B00merang Square/cinnamon/radio-selected.png b/B00merang Square/cinnamon/radio-selected.png
deleted file mode 100755
index 6c6c3cf..0000000
Binary files a/B00merang Square/cinnamon/radio-selected.png and /dev/null differ
diff --git a/B00merang Square/cinnamon/radio-unselected.png b/B00merang Square/cinnamon/radio-unselected.png
deleted file mode 100755
index 32bf075..0000000
Binary files a/B00merang Square/cinnamon/radio-unselected.png and /dev/null differ
diff --git a/B00merang Square/cinnamon/theme.json b/B00merang Square/cinnamon/theme.json
deleted file mode 100755
index 7303276..0000000
--- a/B00merang Square/cinnamon/theme.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "cinnamon-theme": {
- "name": "Modern Mint",
- "author": "fmcgorenc(at)gmail(dot)com",
- "version": "0.1",
- "type": "custom",
- "thumbnail": "thumbnail.png",
- "url": ""
- }
-}
diff --git a/B00merang Square/cinnamon/thumbnail.png b/B00merang Square/cinnamon/thumbnail.png
deleted file mode 100755
index 558330e..0000000
Binary files a/B00merang Square/cinnamon/thumbnail.png and /dev/null differ
diff --git a/B00merang Square/cinnamon/toggle-off.png b/B00merang Square/cinnamon/toggle-off.png
deleted file mode 100755
index 46a8c0d..0000000
Binary files a/B00merang Square/cinnamon/toggle-off.png and /dev/null differ
diff --git a/B00merang Square/cinnamon/toggle-on.png b/B00merang Square/cinnamon/toggle-on.png
deleted file mode 100755
index 7a317a0..0000000
Binary files a/B00merang Square/cinnamon/toggle-on.png and /dev/null differ
diff --git a/B00merang Square/cinnamon/workspace-add-button.png b/B00merang Square/cinnamon/workspace-add-button.png
deleted file mode 100755
index 9fb090e..0000000
Binary files a/B00merang Square/cinnamon/workspace-add-button.png and /dev/null differ
diff --git a/B00merang Square/gtk-2.0/Apps/chromium.rc b/B00merang Square/gtk-2.0/Apps/chromium.rc
deleted file mode 100755
index 1432e07..0000000
--- a/B00merang Square/gtk-2.0/Apps/chromium.rc
+++ /dev/null
@@ -1,39 +0,0 @@
-# ==============================================================================
-# CHROMIUM SPECIFIC SETTINGS
-# ==============================================================================
-
-style "chromium_toolbar_button" {
- engine "murrine" {
- roundness = 0
- textstyle = 0
- }
-}
-
-style "chrome-gtk-frame"
-{
- ChromeGtkFrame::frame-color = @dark_bg_color
- ChromeGtkFrame::inactive-frame-color = @dark_bg_color
-
- ChromeGtkFrame::frame-gradient-size = 16
- ChromeGtkFrame::frame-gradient-color = @dark_bg_color
-
- ChromeGtkFrame::incognito-frame-color = lighter (@dark_bg_color)
- ChromeGtkFrame::incognito-inactive-frame-color = lighter (@dark_bg_color)
-
- ChromeGtkFrame::incognito-frame-gradient-size = 16
- ChromeGtkFrame::incognito-frame-gradient-color = @dark_bg_color
-
- ChromeGtkFrame::scrollbar-trough-color = @dark_bg_color
- ChromeGtkFrame::scrollbar-slider-prelight-color = @dark_bg_color
- ChromeGtkFrame::scrollbar-slider-normal-color = @dark_bg_color
-}
-
-class "ChromeGtkFrame" style "chrome-gtk-frame"
-
-widget_class "*Chrom*Button*" style "chromium_toolbar_button"
-
-
-
-
-
-
diff --git a/B00merang Square/gtk-2.0/gtkrc b/B00merang Square/gtk-2.0/gtkrc
deleted file mode 100755
index 2d7ef9e..0000000
--- a/B00merang Square/gtk-2.0/gtkrc
+++ /dev/null
@@ -1,771 +0,0 @@
-#
-# THEME: B00merang-Glass
-# AUTHOR: Elbullazul
-# WEBSITE: http://b00merang.co.nz
-# LICENSE: GPL
-# DESCRIPTION: Dark Blue theme designed for linux mint users.
-# Based on : Zorin OS Dark theme, Android Cinnamon Theme, Numix-Light theme (GNOME-LOOK.org), Hackstation, Numix GTK Theme and flatunity
-
-gtk-color-scheme = "bg_color:#fff\nfg_color:#000\nbase_color:#fff\ntext_color:#000\nselected_bg_color:#005ea0\nselected_fg_color:#3bc7ff\ntooltip_bg_color:#3b8bff\ntooltip_fg_color:#fff\ntitlebar_bg_color:#3b8bff\ntitlebar_fg_color:#fff\nmenubar_bg_color:#3b8bff\nmenubar_fg_color:#fff\ntoolbar_bg_color:#3b8bff\ntoolbar_fg_color:#fff\nmenu_bg_color:#3b8bff\nmenu_fg_color:#fff\npanel_bg_color:#005a7b\npanel_fg_color:#fff\nlink_color:#00AAFF\ndark_bg_color:#3b8bff"
-
-# Default Style
-
-style "murrine-default" {
- GtkArrow::arrow-scaling= 0.6
-
- GtkButton::child-displacement-x = 0
- GtkButton::child-displacement-y = 0
-
- GtkButton::default-border = { 0, 0, 0, 0 }
-
- GtkButtonBox::child-min-height = 26
-
- GtkCheckButton::indicator-size = 16
-
- # The following line hints to gecko (and possibly other appliations)
- # that the entry should be drawn transparently on the canvas.
- # Without this, gecko will fill in the background of the entry.
- GtkEntry::honors-transparent-bg-hint = 1
- GtkEntry::state-hint = 0
-
- GtkExpander::expander-size = 16
-
- GtkImage::x-ayatana-indicator-dynamic = 1
-
- GtkMenu::horizontal-padding = 0
- GtkMenu::vertical-padding = 0
-
- GtkMenuBar::internal-padding = 0
- GtkMenuBar::window-dragging = 1
-
- GtkMenuItem::arrow-scaling= 0.5
-
- GtkPaned::handle-size = 1
-
- GtkProgressBar::min-horizontal-bar-height = 12
- GtkProgressBar::min-vertical-bar-width = 12
-
- GtkRange::trough-border = 0
- GtkRange::slider-width = 12
- GtkRange::stepper-size = 12
- GtkRange::stepper_spacing = 0
- GtkRange::trough-under-steppers = 1
-
- GtkScale::slider-length = 16
- GtkScale::slider-width = 16
- GtkScale::trough-side-details = 1
-
- GtkScrollbar::activate-slider = 1
- GtkScrollbar::has-backward-stepper = 0
- GtkScrollbar::has-forward-stepper = 0
- GtkScrollbar::has-secondary-backward-stepper = 0
- GtkScrollbar::has-secondary-forward-stepper = 0
- GtkScrollbar::min-slider-length = 80
- GtkScrollbar::slider-width = 10
- GtkScrollbar::trough-border = 1
-
- GtkScrolledWindow::scrollbar-spacing = 0
- GtkScrolledWindow::scrollbars-within-bevel = 1
-
- GtkSeparatorMenuItem::horizontal-padding = 0
-
- GtkToolbar::internal-padding = 0
-
- GtkTreeView::expander-size = 11
- GtkTreeView::vertical-separator = 0
-
- GtkWidget::focus-line-width = 1
- # The following line prevents the Firefox tabs
- # from jumping a few pixels when you create a new tab
- GtkWidget::focus-padding = 0
-
- GtkWidget::wide-separators = 1
- GtkWidget::separator-width = 1
- GtkWidget::separator-height = 1
-
- GtkWindow::resize-grip-height = 0
- GtkWindow::resize-grip-width = 0
-
- WnckTasklist::fade-overlay-rect = 0
-
- 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
-
- GtkToolbar::shadow-type = GTK_SHADOW_NONE # Makes toolbars flat and unified
- GtkMenuBar::shadow-type = GTK_SHADOW_NONE # Makes menubars flat and unified
-
- xthickness = 1
- ythickness = 1
-
- fg[NORMAL] = @fg_color
- fg[PRELIGHT] = @fg_color
- fg[SELECTED] = @selected_fg_color
- fg[ACTIVE] = @fg_color
- fg[INSENSITIVE] = mix (0.5, @bg_color, @fg_color)
-
- bg[NORMAL] = @bg_color
- bg[PRELIGHT] = shade (1.02, @bg_color)
- bg[SELECTED] = @selected_bg_color
- bg[ACTIVE] = shade (0.9, @bg_color)
- bg[INSENSITIVE] = @bg_color
-
- base[NORMAL] = @base_color
- base[PRELIGHT] = shade (0.95, @base_color)
- base[SELECTED] = @selected_bg_color
- base[ACTIVE] = @selected_bg_color
- base[INSENSITIVE] = shade (0.85, @base_color)
-
- text[NORMAL] = @text_color
- text[PRELIGHT] = @text_color
- text[SELECTED] = @selected_fg_color
- text[ACTIVE] = @selected_fg_color
- text[INSENSITIVE] = mix (0.5, @base_color, @text_color)
-
- engine "murrine" {
- animation = FALSE
- arrowstyle = 1 # 0 = normal arrows, 1 = filled arrows
- border_shades = { 1.0, 1.0 } # gradient to draw on border
- colorize_scrollbar = FALSE
- comboboxstyle = 0 # 0 = normal combobox, 1 = colorized combobox below arrow
- contrast = 0.8 # overal contrast with borders
- focusstyle = 1 # 0 = none, 1 = grey dotted, 2 = colored with fill, 3 = colored glow
- glazestyle = 0 # 0 = flat highlight, 1 = curved highlight, 2 = concave, 3 = top curved highlight, 4 = beryl highlight
- glowstyle = 0 # 0 = glow on top, 1 = glow on bottom, 2 = glow on top and bottom, 3 = glow on middle vertically, 4 = glow on middle horizontally, 5 = glow on all sides
- glow_shade = 1.0 # amount of glow
- gradient_shades = { 1.0, 1.0, 1.0, 1.0 } # gradient to draw on widgets
- highlight_shade = 1.0 # amount of highlight
- lightborder_shade = 1.0 # amount of inset light border
- lightborderstyle = 1 # 0 = lightborder on top side, 1 = lightborder on all sides
- listviewheaderstyle = 0 # 0 = flat, 1 = glassy, 2 = raised
- listviewstyle = 0 # 0 = none, 1 = dotted, 2 = line
- menubaritemstyle = 0 # 0 = menuitem look, 1 = button look
- menubarstyle = 0 # 0 = flat, 1 = glassy, 2 = gradient, 3 = striped
- menuitemstyle = 0 # 0 = flat, 1 = glassy, 2 = striped
- menustyle = 0 # 0 = none, 1 = vertical striped
- progressbarstyle = 0 # 0 = none, 1 = diagonal striped, 2 = vertical striped
- reliefstyle = 0 # 0 = flat, 1 = inset, 2 = shadow, 3 = shadow with gradient, 4 = stronger shadow with gradient
- roundness = 0 # roundness of widgets
- scrollbarstyle = 0 # 0 = none, 1 = circles, 2 = handles, 3 = diagonal stripes, 4 = diagonal stripes and handles, 5 = horizontal stripes, 6 = horizontal stripes and handles
- sliderstyle = 0 # 0 = none, 1 = handles
- stepperstyle = 1 # 0 = standard, 1 = integrated stepper handles
- toolbarstyle = 0 # 0 = flat, 1 = glassy, 2 = gradient
- }
-}
-
-style "murrine-wide" {
- xthickness = 2
- ythickness = 2
-}
-
-style "murrine-wider" {
- xthickness = 3
- ythickness = 3
-}
-
-style "murrine-thin" {
- xthickness = 0
- ythickness = 0
-}
-
-# Notebook
-
-style "murrine-notebook-bg" {
- bg[NORMAL] = @base_color
- bg[ACTIVE] = shade (0.87, @base_color)
-}
-
-style "murrine-notebook" = "murrine-notebook-bg" {
- xthickness = 2
- ythickness = 2
-
- engine "murrine" {
- roundness = 0
- }
-}
-
-# Various Standard Widgets
-
-style "murrine-button" = "murrine-wider" {
- bg[NORMAL] = shade (1.08, @bg_color)
- bg[PRELIGHT] = shade (1.10, @bg_color)
- bg[ACTIVE] = shade (0.95, @bg_color)
- bg[INSENSITIVE] = shade (0.85, @bg_color)
-
- engine "murrine" {
- }
-}
-
-style "murrine-scrollbar" {
- bg[NORMAL] = shade (1.05, @dark_bg_color)
- bg[PRELIGHT] = @dark_bg_color
- bg[ACTIVE] = shade (0.95, @dark_bg_color)
-
- engine "murrine" {
- roundness = 0
- contrast = 0.0
- border_shades = { 0.9, 0.9 }
- trough_shades = { 0.97, 0.97 }
- trough_border_shades = { 1.0, 1.0 }
- }
-}
-
-style "murrine-overlay-scrollbar" {
- bg[ACTIVE] = shade (0.8, @bg_color)
- bg[INSENSITIVE] = shade (0.97, @bg_color)
-
- base[SELECTED] = shade (0.6, @base_color)
- base[INSENSITIVE] = shade (0.85, @base_color)
-}
-
-style "murrine-scale" = "murrine-thin" {
- bg[NORMAL] = @bg_color
- bg[ACTIVE] = @bg_color
- bg[SELECTED] = @selected_bg_color
- bg[INSENSITIVE] = shade (0.95, @bg_color)
-
- engine "murrine" {
- roundness = 0
- gradient_shades = { 1.08, 1.08, 1.08, 1.08 }
- border_shades = { 1.0, 1.0 }
- trough_shades = { 1.08, 1.08 }
- trough_border_shades = { 0.8, 0.8 }
- }
-}
-
-style "murrine-progressbar" = "murrine-thin" {
- bg[NORMAL] = @bg_color
- bg[ACTIVE] = shade (1.08, @bg_color)
-
- fg[PRELIGHT] = @selected_fg_color
-
- engine "murrine" {
- roundness = 0
- border_shades = { 1.2, 1.2 }
- trough_border_shades = { 0.8, 0.8 }
- }
-}
-
-style "murrine-treeview-header" = "murrine-button" {
- engine "murrine" {
- roundness = 0
- }
-}
-
-style "murrine-treeview" {
- engine "murrine" {
- roundness = 0
- }
-}
-
-style "murrine-frame-title" {
- fg[NORMAL] = lighter (@fg_color)
-}
-
-style "murrine-tooltips" {
- xthickness = 5
- ythickness = 5
-
- bg[NORMAL] = @tooltip_bg_color
- bg[SELECTED] = @tooltip_bg_color
-
- fg[NORMAL] = @tooltip_fg_color
-
- engine "murrine" {
- textstyle = 0
- roundness = 0
- rgba = FALSE
- }
-}
-
-style "murrine-spinbutton" = "murrine-button" {
- engine "murrine" {
- }
-}
-
-style "murrine-radiocheck" = "murrine-default" {
- bg[SELECTED] = @base_color
-
- text[NORMAL] = @selected_bg_color
- text[PRELIGHT] = @selected_bg_color
-}
-
-style "murrine-entry" = "murrine-wider" {
- engine "murrine" {
- border_shades = { 1.15, 1.15 }
- }
-}
-
-style "metacity-frame" = "murrine-default" {
- bg[SELECTED] = @selected_bg_color
-}
-
-style "murrine-statusbar" { }
-style "murrine-comboboxentry" = "murrine-entry" { }
-style "murrine-hscale" = "murrine-scale" { }
-style "murrine-vscale" = "murrine-scale" { }
-style "murrine-hscrollbar" = "murrine-scrollbar" { }
-style "murrine-vscrollbar" = "murrine-scrollbar" { }
-
-# Menus
-
-style "murrine-menu" = "murrine-thin" {
- bg[NORMAL] = @menu_bg_color
- bg[PRELIGHT] = @selected_bg_color
- bg[SELECTED] = @selected_bg_color
- bg[ACTIVE] = @menu_bg_color
- bg[INSENSITIVE] = @menu_bg_color
-
- fg[NORMAL] = @menu_fg_color
- fg[PRELIGHT] = @selected_fg_color
- fg[SELECTED] = @selected_fg_color
- fg[ACTIVE] = @selected_fg_color
- fg[INSENSITIVE] = mix (0.5, @menu_bg_color, @menu_fg_color)
-
- text[NORMAL] = @menu_fg_color
- text[PRELIGHT] = @selected_fg_color
- text[SELECTED] = @selected_fg_color
- text[ACTIVE] = @selected_fg_color
- text[INSENSITIVE] = mix (0.5, @menu_bg_color, @menu_fg_color)
-
- engine "murrine" {
- roundness = 0
- }
-}
-
-style "murrine-menu-item" = "murrine-wider" {
- bg[PRELIGHT] = @selected_bg_color
- bg[SELECTED] = @selected_bg_color
- bg[ACTIVE] = @selected_bg_color
-
- fg[NORMAL] = @menu_fg_color # Fix for XFCE menu text
- fg[PRELIGHT] = @selected_fg_color
- fg[SELECTED] = @selected_fg_color
- fg[ACTIVE] = @selected_fg_color
- fg[INSENSITIVE] = mix (0.5, @menu_bg_color, @menu_fg_color)
-
- engine "murrine" {
- textstyle = 0
- border_shades = { 1.2, 1.2 }
- }
-}
-
-style "murrine-separator-menu-item" = "murrine-thin" { }
-
-style "murrine-menubar" {
- bg[NORMAL] = @menubar_bg_color
- bg[PRELIGHT] = mix (0.21, @menubar_fg_color, @menubar_bg_color)
- bg[SELECTED] = mix (0.21, @menubar_fg_color, @menubar_bg_color)
- bg[ACTIVE] = shade (0.9, @menubar_bg_color)
- bg[INSENSITIVE] = @menubar_bg_color
-
- fg[NORMAL] = @menubar_fg_color
- fg[PRELIGHT] = shade (1.08, @menubar_fg_color)
- fg[SELECTED] = shade (1.08, @menubar_fg_color)
- fg[ACTIVE] = @menubar_fg_color
- fg[INSENSITIVE] = mix (0.5, @menubar_bg_color, @menubar_fg_color)
-
- engine "murrine" {
- roundness = 0
- }
-}
-
-style "murrine-menubaritem" {
- bg[NORMAL] = @menubar_bg_color
- bg[PRELIGHT] = mix (0.21, @menubar_fg_color, @menubar_bg_color)
- bg[SELECTED] = mix (0.21, @menubar_fg_color, @menubar_bg_color)
- bg[ACTIVE] = shade (0.9, @menubar_bg_color)
- bg[INSENSITIVE] = @menubar_bg_color
-
- fg[NORMAL] = @menubar_fg_color
- fg[PRELIGHT] = shade (1.08, @menubar_fg_color)
- fg[SELECTED] = shade (1.08, @menubar_fg_color)
- fg[ACTIVE] = @menubar_fg_color
- fg[INSENSITIVE] = mix (0.5, @menubar_bg_color, @menubar_fg_color)
-
- engine "murrine" {
- roundness = 0
- }
-}
-
-# Toolbars
-
-style "murrine-toolbar" = "murrine-thin" {
- bg[NORMAL] = @bg_color
- bg[PRELIGHT] = shade (1.02, @bg_color)
- bg[SELECTED] = @selected_bg_color
- bg[ACTIVE] = shade (0.9, @bg_color)
- bg[INSENSITIVE] = @bg_color
-
- fg[NORMAL] = @fg_color
- fg[PRELIGHT] = @fg_color
- fg[SELECTED] = @selected_fg_color
- fg[ACTIVE] = @fg_color
- fg[INSENSITIVE] = mix (0.5, @bg_color, @fg_color)
-
- engine "murrine" {
- }
-}
-
-style "murrine-toolbutton" = "murrine-button" {
- bg[NORMAL] = shade (1.08, @bg_color)
- bg[PRELIGHT] = shade (1.10, @bg_color)
- bg[SELECTED] = @selected_bg_color
- bg[ACTIVE] = shade (0.95, @bg_color)
- bg[INSENSITIVE] = shade (0.85, @bg_color)
-
- fg[NORMAL] = @fg_color
- fg[PRELIGHT] = @fg_color
- fg[SELECTED] = @selected_fg_color
- fg[ACTIVE] = @fg_color
- fg[INSENSITIVE] = mix (0.5, @bg_color, @fg_color)
-
- engine "murrine" {
- }
-}
-
-class "GtkToolbar" style "murrine-toolbar"
-class "GtkHandleBox" style "murrine-toolbar"
-widget_class "*Toolbar*.*Separator*" style "murrine-toolbar"
-
-# Panels
-
-style "murrine-panel" = "murrine-thin" {
- xthickness = 2
-
- bg[NORMAL] = @panel_bg_color
- bg[PRELIGHT] = mix (0.21, @panel_fg_color, @panel_bg_color)
- bg[SELECTED] = mix (0.21, @panel_fg_color, @panel_bg_color)
- bg[ACTIVE] = shade (0.8, @panel_bg_color)
- bg[INSENSITIVE] = @panel_bg_color
-
- fg[NORMAL] = @panel_fg_color
- fg[PRELIGHT] = shade (1.08, @panel_fg_color)
- fg[SELECTED] = shade (1.08, @panel_fg_color)
- fg[ACTIVE] = @panel_fg_color
- fg[INSENSITIVE] = mix (0.5, @panel_bg_color, @panel_fg_color)
-
- base[NORMAL] = @panel_bg_color
- base[PRELIGHT] = mix (0.21, @panel_fg_color, @panel_bg_color)
- base[SELECTED] = mix (0.21, @panel_fg_color, @panel_bg_color)
- base[ACTIVE] = shade (0.9, @panel_bg_color)
- base[INSENSITIVE] = @panel_bg_color
-
- text[NORMAL] = @panel_fg_color
- text[PRELIGHT] = shade (1.08, @panel_fg_color)
- text[SELECTED] = shade (1.08, @panel_fg_color)
- text[ACTIVE] = @panel_fg_color
- text[INSENSITIVE] = mix (0.5, @panel_bg_color, @panel_fg_color)
-
- engine "murrine" {
- roundness = 0
- contrast = 0.0
- }
-}
-
-widget "*PanelWidget*" style "murrine-panel"
-widget "*PanelApplet*" style "murrine-panel"
-widget "*fast-user-switch*" style "murrine-panel"
-widget "*CPUFreq*Applet*" style "murrine-panel"
-widget "*indicator-applet*" style "murrine-panel"
-class "PanelApp*" style "murrine-panel"
-class "PanelToplevel*" style "murrine-panel"
-widget_class "*PanelToplevel*" style "murrine-panel"
-widget_class "*notif*" style "murrine-panel"
-widget_class "*Notif*" style "murrine-panel"
-widget_class "*Tray*" style "murrine-panel"
-widget_class "*tray*" style "murrine-panel"
-widget_class "*computertemp*" style "murrine-panel"
-widget_class "*Applet*Tomboy*" style "murrine-panel"
-widget_class "*Applet*Netstatus*" style "murrine-panel"
-widget "*gdm-user-switch-menubar*" style "murrine-panel"
-
-style "bold-panel-item" {
- font_name = "Bold"
-
- engine "murrine" {
- roundness = 0
- }
-}
-
-widget "*Panel*MenuBar*" style "bold-panel-item"
-widget "*gimmie*" style "bold-panel-item"
-
-# widget_class "*Mail*" style "murrine-panel" # Disabled to fix Evolution bug
-# class "*Panel*" style "murrine-panel" # Disabled to fix bug
-
-# XFCE Styles
-
-style "workspace-switcher" = "murrine-panel" {
- bg[SELECTED] = @selected_bg_color
-}
-
-style "xfce-header" {
- bg[NORMAL] = shade (0.9, @bg_color)
- base[NORMAL] = shade (1.18, @bg_color)
-}
-
-style "xfdesktop-windowlist" {
- bg[NORMAL] = @base_color
- fg[INSENSITIVE] = shade (0.95, @base_color)
- text[INSENSITIVE] = shade (0.95, @base_color)
-}
-
-style "xfdesktop-icon-view" {
- XfdesktopIconView::label-alpha = 0
- XfdesktopIconView::selected-label-alpha = 60
- XfdesktopIconVIew::ellipsize-icon-labels = 1
-
- base[NORMAL] = @selected_bg_color
- base[SELECTED] = @selected_bg_color
- base[ACTIVE] = @selected_bg_color
-
- fg[NORMAL] = @selected_fg_color
- fg[SELECTED] = @selected_fg_color
- fg[ACTIVE] = @selected_fg_color
-
- engine "murrine" {
- textstyle = 5
- text_shade = 0.05
- }
-}
-
-style "xfwm-tabwin" {
- Xfwm4TabwinWidget::border-width = 0
- Xfwm4TabwinWidget::icon-size = 64
-
- bg[NORMAL] = @menu_bg_color
- fg[NORMAL] = @menu_fg_color
-
- engine "murrine" {
- focusstyle = 0
- }
-}
-
-style "xfsm-logout" {
- bg[NORMAL] = @menu_bg_color
- bg[ACTIVE] = @menu_bg_color
- bg[PRELIGHT] = shade (1.1, @menu_bg_color)
- bg[SELECTED] = shade (0.5, @menu_bg_color)
- bg[INSENSITIVE] = shade (1.3, @menu_bg_color)
-
- fg[NORMAL] = @menu_fg_color
- fg[PRELIGHT] = @menu_fg_color
-
- text[NORMAL] = @menu_fg_color
-
- engine "murrine" {
- }
-}
-
-style "xfsm-logout-button" {
- bg[NORMAL] = shade (1.2, @menu_bg_color)
- bg[PRELIGHT] = shade (1.4, @menu_bg_color)
-
- engine "murrine" {
- }
-}
-
-widget "*WnckPager*" style "workspace-switcher"
-
-widget "*Xfce*Panel*" style "murrine-panel"
-class "*Xfce*Panel*" style "murrine-panel"
-
-# Thunar Styles
-
-style "sidepane" {
- base[NORMAL] = @bg_color
- base[INSENSITIVE] = mix (0.4, shade (1.35, @selected_bg_color), shade (0.9, @base_color))
- bg[NORMAL] = @bg_color
- text[NORMAL] = mix (0.9, @fg_color, @bg_color)
-}
-
-widget_class "*ThunarShortcutsView*" style "sidepane"
-widget_class "*ThunarTreeView*" style "sidepane"
-widget_class "*ThunarLocationEntry*" style "murrine-entry"
-
-# Gtk2 Open-File Dialog
-
-widget_class "*GtkFileChooserWidget.GtkFileChooserDefault.GtkVBox.GtkHPaned.GtkVBox.GtkScrolledWindow.GtkTreeView*" style "sidepane"
-widget_class "*GtkFileChooserWidget.GtkFileChooserDefault.GtkVBox.GtkHPaned.GtkVBox.GtkScrolledWindow.." style "murrine-treeview-header"
-
-# Google Chrome/Chromium Styles (requires 9.0.597 or newer)
-
-style "chromium-toolbar-button" {
- engine "murrine" {
- roundness = 0
- textstyle = 0
- }
-}
-
-style "chrome-gtk-frame" {
- ChromeGtkFrame::frame-color = @titlebar_bg_color
- ChromeGtkFrame::inactive-frame-color = @titlebar_bg_color
-
- ChromeGtkFrame::frame-gradient-size = 0
- ChromeGtkFrame::frame-gradient-color = @titlebar_bg_color
-
- ChromeGtkFrame::incognito-frame-color = @titlebar_bg_color
- ChromeGtkFrame::incognito-inactive-frame-color = @titlebar_bg_color
-
- ChromeGtkFrame::incognito-frame-gradient-size = 0
- ChromeGtkFrame::incognito-frame-gradient-color = @titlebar_bg_color
-
- ChromeGtkFrame::scrollbar-trough-color = @bg_color
- ChromeGtkFrame::scrollbar-slider-normal-color = mix (0.21, @fg_color, @bg_color)
- ChromeGtkFrame::scrollbar-slider-prelight-color = mix (0.31, @fg_color, @bg_color)
-}
-
-class "ChromeGtkFrame" style "chrome-gtk-frame"
-
-widget_class "*Chrom*Button*" style "chromium-toolbar-button"
-
-# General Styles
-
-class "GtkWidget" style "murrine-default"
-
-class "GtkFrame" style "murrine-wide"
-class "MetaFrames" style "metacity-frame"
-class "GtkWindow" style "metacity-frame"
-
-class "GtkSeparator" style "murrine-wide"
-class "GtkCalendar" style "murrine-wide"
-
-class "GtkSpinButton" style "murrine-spinbutton"
-
-class "GtkScale" style "murrine-scale"
-class "GtkVScale" style "murrine-vscale"
-class "GtkHScale" style "murrine-hscale"
-class "GtkScrollbar" style "murrine-scrollbar"
-class "GtkVScrollbar" style "murrine-vscrollbar"
-class "GtkHScrollbar" style "murrine-hscrollbar"
-
-class "GtkRadio*" style "murrine-radiocheck"
-class "GtkCheck*" style "murrine-radiocheck"
-
-class "GtkEntry" style "murrine-entry"
-
-widget_class "*" style "murrine-notebook"
-widget_class "**" style "murrine-notebook-bg"
-widget_class "**" style "murrine-notebook-bg"
-widget_class "**" style "murrine-notebook-bg"
-widget_class "*.GtkNotebook.*.GtkViewport" style "murrine-notebook"
-
-widget_class "*" style "murrine-button"
-widget_class "**" style "murrine-statusbar"
-widget_class "*" style "murrine-progressbar"
-widget_class "*" style "murrine-progressbar"
-
-widget_class "**" style "murrine-comboboxentry"
-widget_class "**" style "murrine-comboboxentry"
-
-widget_class "**" style "murrine-menu"
-widget_class "**" style "murrine-menu-item"
-widget_class "**" style "murrine-separator-menu-item"
-widget_class "*Menu*.*Sepa*" style "murrine-separator-menu-item"
-widget_class "**" style "murrine-menubar"
-widget_class "***" style "murrine-menubaritem"
-
-widget_class "*GtkToolButton*" style "murrine-toolbutton"
-widget_class "*GtkToggleToolButton*" style "murrine-toolbutton"
-widget_class "*GtkMenuToolButton*" style "murrine-toolbutton"
-widget_class "*GtkToolbar*Button" style "murrine-toolbutton"
-
-widget_class "*.." style "murrine-frame-title"
-
-widget_class "*.*" style "murrine-treeview"
-widget_class "*.." style "murrine-treeview-header"
-widget_class "*.." style "murrine-treeview-header"
-widget_class "*.." style "murrine-treeview-header"
-widget_class "*.." style "murrine-treeview-header"
-
-widget "gtk-tooltip*" style "murrine-tooltips"
-
-widget_class "**" style "murrine-overlay-scrollbar"
-
-# Workarounds and Non-Standard Styling
-
-style "text-is-fg-color-workaround" {
- text[NORMAL] = @text_color
- text[PRELIGHT] = @fg_color
- text[SELECTED] = @selected_fg_color
- text[ACTIVE] = @fg_color
- text[INSENSITIVE] = mix (0.5, @bg_color, @fg_color)
-}
-
-widget_class "*.." style "text-is-fg-color-workaround"
-
-style "fg-is-text-color-workaround" {
- fg[NORMAL] = @text_color
- fg[PRELIGHT] = @text_color
- fg[ACTIVE] = @selected_fg_color
- fg[SELECTED] = @selected_fg_color
- fg[INSENSITIVE] = darker (@fg_color)
-}
-
-widget_class "**" style "fg-is-text-color-workaround"
-widget_class "*" style "fg-is-text-color-workaround"
-widget_class "*" style "fg-is-text-color-workaround"
-
-style "murrine-evo-new-button-workaround" {
- engine "murrine" {
- toolbarstyle = 0
- }
-}
-
-widget_class "EShellWindow.GtkVBox.BonoboDock.BonoboDockBand.BonoboDockItem*" style "murrine-evo-new-button-workaround"
-
-style "inkscape-toolbar-fix" {
- engine "murrine" {
- gradient_shades = { 1.0, 1.0, 1.0, 1.0 }
- highlight_shade = 1.0
- }
-}
-
-#widget "*GtkHandleBox*" style "inkscape-toolbar-fix"
-#widget "*HandleBox*CommandsToolbar*" style "inkscape-toolbar-fix"
-#widget "*HandleBox*SnapToolbar*" style "inkscape-toolbar-fix"
-widget "*HandleBox*SelectToolbar*" style "inkscape-toolbar-fix"
-widget "*HandleBox*NodeToolbar*" style "inkscape-toolbar-fix"
-widget "*HandleBox*TweakToolbar*" style "inkscape-toolbar-fix"
-widget "*HandleBox*ZoomToolbar*" style "inkscape-toolbar-fix"
-widget "*HandleBox*StarToolbar*" style "inkscape-toolbar-fix"
-widget "*HandleBox*RectToolbar*" style "inkscape-toolbar-fix"
-widget "*HandleBox*3DBoxToolbar*" style "inkscape-toolbar-fix"
-widget "*HandleBox*ArcToolbar*" style "inkscape-toolbar-fix"
-widget "*HandleBox*SpiralToolbar*" style "inkscape-toolbar-fix"
-widget "*HandleBox*PencilToolbar*" style "inkscape-toolbar-fix"
-widget "*HandleBox*PenToolbar*" style "inkscape-toolbar-fix"
-widget "*HandleBox*CalligraphyToolbar*" style "inkscape-toolbar-fix"
-widget "*HandleBox*EraserToolbar*" style "inkscape-toolbar-fix"
-widget "*HandleBox*LPEToolToolbar*" style "inkscape-toolbar-fix"
-widget "*HandleBox*DropperToolbar*" style "inkscape-toolbar-fix"
-widget "*HandleBox*ConnectorToolbar*" style "inkscape-toolbar-fix"
-widget "*HandleBox*PaintbucketToolbar*" style "inkscape-toolbar-fix"
-
-# Performance Fixes
-
-style "performance-fix" {
- engine "murrine" {
- textstyle = 0
- }
-}
-
-widget_class "*gtkmm__GtkWindow*" style "performance-fix" # Inkscape
-widget_class "*GimpDisplayShell*" style "performance-fix" # Gimp
-widget_class "*GimpToolbox*" style "performance-fix"
-widget_class "*GimpMenuDock*" style "performance-fix"
-widget "*OOoFixed*" style "performance-fix" # Openoffice/Libreoffice
-widget_class "*MozContainer*" style "performance-fix" # Firefox (Not sure if this one does anything though.)
-
-widget_class "*XfceHeading*" style "xfce-header"
-widget_class "*XfceDesktop*" style "xfdesktop-windowlist"
-widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view"
-widget "xfwm4-tabwin*" style "xfwm-tabwin"
-widget_class "*XfsmLogoutDialog*" style "xfsm-logout"
-widget_class "*XfsmLogoutDialog*GtkButton" style "xfsm-logout-button"
-
-include "Apps/chromium.rc"
diff --git a/B00merang Square/gtk-3.0/apps/gnome-applications.css b/B00merang Square/gtk-3.0/apps/gnome-applications.css
deleted file mode 100755
index 13978e0..0000000
--- a/B00merang Square/gtk-3.0/apps/gnome-applications.css
+++ /dev/null
@@ -1,384 +0,0 @@
-/***********************
- * fallback mode panel *
- ***********************/
-PanelWidget,
-PanelApplet,
-PanelToplevel {
- padding: 0;
- background-color: @panel_bg_color;
- background-image: none;
- color: @panel_fg_color;
-}
-
-PanelApplet {
- border-width: 0;
-}
-
-PanelSeparator {
- border-width: 0;
- background-color: @panel_bg_color;
- background-image: none;
- color: @panel_fg_color;
-}
-
-.gnome-panel-menu-bar,
-PanelApplet > GtkMenuBar.menubar,
-PanelApplet > GtkMenuBar.menubar.menuitem,
-PanelMenuBar.menubar,
-PanelMenuBar.menubar.menuitem {
- -PanelMenuBar-icon-visible: true;
-
- border-width: 0;
- background-color: @panel_bg_color;
- background-image: none;
-}
-
-PanelAppletFrame {
- border-width: 0;
- background-color: @panel_bg_color;
- background-image: none;
-}
-
-PanelApplet .button {
- -GtkButton-inner-border: 2;
-
- border-width: 0 1px;
- border-radius: 0;
- border-color: transparent;
- background-color: @panel_bg_color;
- background-image: none;
- color: @panel_fg_color;
-}
-
-PanelApplet .button:active {
- border-width: 0 1px;
- border-radius: 0;
- border-color: mix(@panel_bg_color, @panel_fg_color, 0.21);
- background-color: mix(@panel_bg_color, @panel_fg_color, 0.21);
- background-image: none;
- color: shade(@panel_fg_color, 1.08);
-}
-
-PanelApplet .button:prelight {
- border-color: mix(@panel_bg_color, @panel_fg_color, 0.11);
- background-color: mix(@panel_bg_color, @panel_fg_color, 0.11);
- background-image: none;
- color: shade(@panel_fg_color, 1.08);
-}
-
-PanelApplet .button:active:prelight {
- border-color: mix(@panel_bg_color, @panel_fg_color, 0.31);
- background-color: mix(@panel_bg_color, @panel_fg_color, 0.31);
- background-image: none;
- color: shade(@panel_fg_color, 1.08);
-}
-
-WnckPager, WnckTasklist {
- background-color: @panel_bg_color;
-}
-
-/************
- * nautilus *
- ************/
-.nautilus-canvas-item {
- border-radius: 2px;
-}
-
-.nautilus-desktop.nautilus-canvas-item {
- color: white;
- text-shadow: 1px 1px black;
-}
-
-.nautilus-desktop.nautilus-canvas-item:active {
- color: @theme_fg_color;
-}
-
-.nautilus-desktop.nautilus-canvas-item:selected {
- color: @theme_selected_fg_color;
-}
-
-.nautilus-desktop.nautilus-canvas-item:active,
-.nautilus-desktop.nautilus-canvas-item:prelight,
-.nautilus-desktop.nautilus-canvas-item:selected {
- text-shadow: none;
-}
-
-NautilusWindow .toolbar {
- border-width: 0 0 1px;
- border-style: solid;
- border-color: shade(@toolbar_bg_color, 0.8);
-}
-
-NautilusWindow .sidebar .frame {
- border-style: none;
-}
-
-NautilusWindow > GtkGrid > .pane-separator,
-NautilusWindow > GtkGrid > .pane-separator:hover {
- border-width: 0 1px 0 0;
- border-style: solid;
- border-color: shade(@theme_bg_color, 0.8);
- background-color: @theme_bg_color;
-}
-
-NautilusNotebook.notebook {
- border-right-width: 0;
- border-left-width: 0;
- border-bottom-width: 0;
-}
-
-NautilusNotebook .frame {
- border-width: 0;
-}
-
-NautilusQueryEditor .search-bar.toolbar {
- border-top-width: 0;
- border-bottom-width: 0;
-}
-
-NautilusQueryEditor .toolbar {
- padding-top: 3px;
- padding-bottom: 2px;
- border-width: 1px 0 0 0;
- border-style: solid;
- border-color: @toolbar_bg_color;
- background-color: shade(@toolbar_bg_color, 0.9);
-}
-
-NautilusQueryEditor .toolbar:nth-child(2) {
- border-color: shade(@toolbar_bg_color, 0.8);
-}
-
-NautilusQueryEditor .toolbar:last-child,
-NautilusQueryEditor .search-bar.toolbar:only-child {
- border-bottom-width: 1px;
- border-bottom-color: shade(@toolbar_bg_color, 0.8);
-}
-
-/******************
- * gnome terminal *
- ******************/
-VteTerminal {
- background-color: @osd_base;
- color: @osd_fg;
-}
-
-TerminalWindow GtkNotebook.notebook {
- border-right-width: 0;
- border-bottom-width: 0;
- border-left-width: 0;
-}
-
-TerminalWindow .scrollbars-junction,
-TerminalWindow .scrollbar.trough {
- background-color: @osd_base;
-}
-
-TerminalWindow .scrollbar.button,
-TerminalWindow .scrollbar.button:active,
-TerminalWindow .scrollbar.button:active:hover {
- color: shade(@osd_base, 0.6);
-}
-
-TerminalWindow .scrollbar.slider {
- border-color: mix(shade(@osd_base, 0.87), @osd_fg, 0.21);
- background-color: mix(@osd_base, @osd_fg, 0.21);
-}
-
-TerminalWindow .scrollbar.slider:hover,
-TerminalWindow .scrollbar.slider.vertical:hover {
- border-color: mix(shade(@osd_base, 0.87), @osd_fg, 0.31);
- background-color: mix(@osd_base, @osd_fg, 0.31);
-}
-
-TerminalWindow .scrollbar.slider:active,
-TerminalWindow .scrollbar.slider.vertical:active {
- border-color: shade(@theme_selected_bg_color, 0.9);
- background-color: @theme_selected_bg_color;
-}
-
-/*********
- * gedit *
- *********/
-GeditWindow .pane-separator,
-GeditWindow .pane-separator:hover {
- border-width: 0 1px 1px 1px;
- border-style: solid;
- border-color: shade(@theme_bg_color, 0.8);
- background-color: @theme_bg_color;
- color: shade(@theme_bg_color, 0.8);
-}
-
-.gedit-document-panel {
- background-color: @theme_bg_color;
- color: mix(@theme_fg_color, @theme_bg_color, 0.1);
-}
-
-.gedit-document-panel-group-row,
-.gedit-document-panel-group-row:hover {
- border-top: 1px solid shade(@theme_bg_color, 0.9);
- background-color: @theme_bg_color;
-}
-
-.gedit-document-panel-document-row:hover {
- background-color: shade(@theme_bg_color, 1.05);
-}
-
-.gedit-document-panel-document-row:selected,
-.gedit-document-panel-document-row:selected:hover {
- background-color: @theme_selected_bg_color;
- color: @theme_selected_fg_color;
-}
-
-.gedit-document-panel .list-row .button {
- padding: 1px;
- border-image: none;
- border-radius: 2px;
- border-style: solid;
- border-color: transparent;
- border-width: 1px;
- background-color: transparent;
- background-image: none;
- color: transparent;
- icon-shadow: none;
-}
-
-.gedit-document-panel .prelight-row .button {
- border-color: alpha(black, 0.1);
- color: mix(@theme_text_color, @theme_base_color, 0.5);
-}
-
-.gedit-document-panel .list-row .button:hover,
-.gedit-document-panel .prelight-row .button:hover {
- color: @theme_text_color;
- border-color: alpha(black, 0.1);
-}
-
-.gedit-document-panel .prelight-row .button:active {
- color: @theme_text_color;
- background-color: alpha(black, 0.08);
- border-color: alpha(black, 0.2);
-}
-
-GeditStatusbar {
- border-top: 1px solid shade(@theme_bg_color, 0.8);
-}
-
-GeditStatusbar GeditSmallButton,
-GeditStatusMenuButton {
- text-shadow: none;
-}
-
-GeditStatusbar GeditSmallButton.button,
-GeditStatusbar GeditSmallButton.button:hover,
-GeditStatusbar GeditSmallButton.button:active,
-GeditStatusbar GeditSmallButton.button:active:hover,
-GeditStatusMenuButton.button,
-GeditStatusMenuButton.button:hover,
-GeditStatusMenuButton.button:active,
-GeditStatusMenuButton.button:active:hover {
- border-image: none;
- border-style: solid;
- border-width: 0 1px;
- border-radius: 0;
- padding: 1px 6px 2px 4px;
-}
-
-GeditStatusbar GeditSmallButton.button:hover,
-GeditStatusbar GeditSmallButton.button:active,
-GeditStatusbar GeditSmallButton.button:active:hover,
-GeditStatusMenuButton.button:hover,
-GeditStatusMenuButton.button:active,
-GeditStatusMenuButton.button:active:hover {
- border-color: shade(@theme_bg_color, 0.8);
-}
-
-GeditStatusbar GeditSmallButton.button:active,
-GeditStatusMenuButton.button:active {
- background-color: shade(@theme_bg_color, 0.95);
- color: @theme_fg_color;
-}
-
-GeditViewFrame .gedit-search-slider {
- padding: 4px;
- border-radius: 0 0 2px 2px;
- border-width: 0 1px 1px 1px;
- border-style: solid;
- border-color: shade(@theme_base_color, 0.8);
- background-color: @theme_base_color;
-}
-
-GeditViewFrame .gedit-search-slider .not-found {
- background-color: @error_bg_color;
- background-image: none;
- color: @error_fg_color;
-}
-
-GeditViewFrame .gedit-search-slider .not-found:selected {
- background-color: @theme_selected_bg_color;
- color: @theme_selected_fg_color;
-}
-
-GeditFileBrowserWidget .toolbar {
- padding: 2px;
- border-top: none;
- background-color: @theme_bg_color;
- background-image: none;
-}
-
-.gedit-search-entry-occurrences-tag {
- margin: 2px;
- padding: 2px;
- color: mix(@theme_text_color, @theme_base_color, 0.5);
-}
-
-/***************
- * font-viewer *
- ***************/
-SushiFontWidget {
- padding: 6px 12px;
-}
-
-/*************
- * gucharmap *
- *************/
-GucharmapChartable {
- background-color: @theme_base_color;
- color: @theme_text_color;
-}
-
-GucharmapChartable:active,
-GucharmapChartable:focus,
-GucharmapChartable:selected {
- background-color: @theme_selected_bg_color;
- color: @theme_selected_fg_color;
-}
-
-/*************
- * evolution *
- *************/
-EPreviewPane .entry {
- background-color: @theme_base_color;
- color: @theme_text_color;
-}
-
-/******************
- * gnome calendar *
- ******************/
-.calendar-view {
- background-color: shade(@theme_base_color, 0.95);
- color: @theme_text_color;
-}
-
-/*******************
- * gnome-bluetooth *
- *******************/
-GtkEntry.entry.pin-entry {
- font: regular 50;
- padding-left: 25px;
- padding-right: 25px;
-}
-
-GtkLabel.pin-label {
- font: regular 50;
-}
diff --git a/B00merang Square/gtk-3.0/apps/lightdm-gtk-greeter.css b/B00merang Square/gtk-3.0/apps/lightdm-gtk-greeter.css
deleted file mode 100755
index 874cdb3..0000000
--- a/B00merang Square/gtk-3.0/apps/lightdm-gtk-greeter.css
+++ /dev/null
@@ -1,250 +0,0 @@
-/*********
- * panel *
- *********/
-#panel_window {
- background-color: transparent;
- background-image: none;
- color: white;
- font: bold;
- text-shadow: 0 1px alpha(black, 0.5);
- icon-shadow: 0 1px alpha(black, 0.5);
-}
-
-#panel_window .menubar,
-#panel_window .menubar > .menuitem {
- background-color: transparent;
- background-image: none;
- color: white;
- font: bold;
- text-shadow: 0 1px alpha(black, 0.5);
- icon-shadow: 0 1px alpha(black, 0.5);
-}
-
-#panel_window .menubar > .menuitem:hover {
- border-style: none;
- background-color: alpha(white, 0.2);
- background-image: none;
- color: white;
-}
-
-#panel_window .menubar > .menuitem *:hover {
- color: white;
-}
-
-#panel_window .menubar > .menuitem:insensitive {
- color: alpha(white, 0.7);
-}
-
-#panel_window .menubar .menu {
- border-radius: 1px;
-}
-
-#panel_window .menubar .menu .menuitem {
- font: normal;
- text-shadow: none;
-}
-
-/****************
- * login window *
- ****************/
-#login_window,
-#shutdown_dialog,
-#restart_dialog {
- border-style: none;
- border-radius: 2px;
- background-color: @lightdm_bg_color;
- color: @lightdm_fg_color;
-
- /* draw border using box-shadow */
- box-shadow: inset 1px 0 mix(shade(@lightdm_bg_color, 0.7), @lightdm_fg_color, 0.21),
- inset -1px 0 mix(shade(@lightdm_bg_color, 0.7), @lightdm_fg_color, 0.21),
- inset 0 1px mix(shade(@lightdm_bg_color, 0.7), @lightdm_fg_color, 0.21),
- inset 0 -1px mix(shade(@lightdm_bg_color, 0.7), @lightdm_fg_color, 0.21);
-}
-
-#content_frame {
- padding-bottom: 14px;
-}
-
-#login_window .menu {
- border-radius: 1px;
-}
-
-#login_window GtkComboBox .button,
-#login_window GtkComboBox .button:hover,
-#login_window GtkComboBox .button:active,
-#login_window GtkComboBox .button:active:hover,
-#login_window GtkComboBox .button:focus,
-#login_window GtkComboBox .button:hover:focus,
-#login_window GtkComboBox .button:active:focus,
-#login_window GtkComboBox .button:active:hover:focus {
- padding: 0;
- background: none;
- border-style: none;
- box-shadow: none;
-}
-
-#login_window GtkComboBox .button:focus,
-#login_window GtkComboBox .button:hover:focus,
-#login_window GtkComboBox .button:active:focus,
-#login_window GtkComboBox .button:active:hover:focus {
- background: none;
- border-style: none;
-}
-
-#login_window #user_combobox {
- color: @lightdm_fg_color;
- font: 18px;
-}
-
-#login_window #user_combobox .menu {
- font: normal;
-}
-
-#login_window #user_combobox .arrow {
- color: mix(@lightdm_fg_color, @lightdm_bg_color, 0.5);
-}
-
-#login_window .entry {
- padding: 3px 5px;
- border-width: 1px;
- border-style: solid;
- border-color: shade(@lightdm_bg_color, 0.8);
- border-radius: 2px;
- background-color: shade(@lightdm_bg_color, 0.9);
- background-image: none;
- color: @lightdm_fg_color;
-
- box-shadow: none;
- transition: all 150ms ease-out;
-}
-
-#login_window .entry:focus,
-#login_window .entry:hover {
- border-color: shade(@lightdm_bg_color, 0.7);
-
- box-shadow: inset 1px 0 alpha(@dark_shadow, 0.10),
- inset 0 1px alpha(@dark_shadow, 0.12),
- inset -1px 0 alpha(@dark_shadow, 0.10),
- inset 0 -1px alpha(@dark_shadow, 0.05);
-}
-
-#login_window .button,
-#shutdown_dialog .button,
-#restart_dialog .button {
- padding: 3px 15px;
- border-width: 1px;
- border-radius: 2px;
- border-style: solid;
- border-color: shade(@lightdm_bg_color, 0.8);
- background-color: shade(@lightdm_bg_color, 1.08);
- background-image: none;
- color: @lightdm_fg_color;
-
- transition: all 150ms ease-out;
-}
-
-#user_image {
- padding: 3px;
- border-radius: 2px;
-
- /* draw border using box-shadow */
- box-shadow: inset 1px 0 shade(@lightdm_bg_color, 0.7),
- inset -1px 0 shade(@lightdm_bg_color, 0.7),
- inset 0 1px shade(@lightdm_bg_color, 0.7),
- inset 0 -1px shade(@lightdm_bg_color, 0.7);
-}
-
-#user_image_border {
- border-radius: 2px;
- background-color: shade(@lightdm_bg_color, 0.9);
- background-image: none;
-
- box-shadow: inset 1px 0 alpha(@dark_shadow, 0.07),
- inset 0 1px alpha(@dark_shadow, 0.08),
- inset -1px 0 alpha(@dark_shadow, 0.07),
- inset 0 -1px alpha(@dark_shadow, 0.05);
-}
-
-#buttonbox_frame {
- padding-top: 10px;
- padding-bottom: 0;
- border-style: none;
- border-bottom-left-radius: 2px;
- border-bottom-right-radius: 2px;
- background-color: transparent;
- background-image: none;
- box-shadow: none;
-}
-
-/******************************
- * default and focused button *
- ******************************/
-#login_window .button.default,
-#shutdown_dialog .button.default,
-#restart_dialog .button.default,
-#login_window .button:focus,
-#login_window .button:active:focus,
-#shutdown_dialog .button:focus,
-#shutdown_dialog .button:active:focus,
-#restart_dialog .button:focus,
-#restart_dialog .button:active:focus {
- border-color: shade(@theme_selected_bg_color, 0.8);
- background-color: shade(@theme_selected_bg_color, 1.08);
- background-image: none;
- color: @theme_selected_fg_color;
-}
-
-#login_window .button.default:hover,
-#shutdown_dialog .button.default:hover,
-#restart_dialog .button.default:hover,
-#login_window .button:hover:focus,
-#login_window .button:active:hover:focus,
-#shutdown_dialog .button:hover:focus,
-#shutdown_dialog .button:active:hover:focus,
-#restart_dialog .button:hover:focus,
-#restart_dialog .button:active:hover:focus {
- border-color: shade(@theme_selected_bg_color, 0.7);
- background-color: @theme_selected_bg_color;
-}
-
-/*******************
- * shutdown button *
- *******************/
-#shutdown_button.button {
- border-color: shade(@error_bg_color, 0.8);
- background-color: shade(@error_bg_color, 1.08);
- background-image: none;
- color: @error_fg_color;
-}
-
-#shutdown_button.button:hover,
-#shutdown_button.button:active,
-#shutdown_button.button:active:hover {
- border-color: shade(@error_bg_color, 0.7);
- background-color: @error_bg_color;
-}
-
-/******************
- * restart button *
- ******************/
-#restart_button.button {
- border-color: shade(@warning_bg_color, 0.8);
- background-color: shade(@warning_bg_color, 1.08);
- background-image: none;
- color: @warning_fg_color;
-}
-
-#restart_button.button:hover,
-#restart_button.button:active,
-#restart_button.button:active:hover {
- border-color: shade(@warning_bg_color, 0.7);
- background-color: @warning_bg_color;
-}
-
-/********************
- * password warning *
- ********************/
-#greeter_infobar {
- font: bold;
-}
diff --git a/B00merang Square/gtk-3.0/apps/synaptic.css b/B00merang Square/gtk-3.0/apps/synaptic.css
deleted file mode 100755
index a8877d1..0000000
--- a/B00merang Square/gtk-3.0/apps/synaptic.css
+++ /dev/null
@@ -1,11 +0,0 @@
-/************
- * synaptic *
- ************/
-GtkWindow > GtkVBox > .dock,
-GtkWindow > GtkVBox > .dock > GtkHBox > GtkToolbar {
- padding: 4px;
- border-style: none;
- background-color: @toolbar_bg_color;
- background-image: none;
- color: @toolbar_fg_color;
-}
diff --git a/B00merang Square/gtk-3.0/apps/unity.css b/B00merang Square/gtk-3.0/apps/unity.css
deleted file mode 100755
index 9ba7f4a..0000000
--- a/B00merang Square/gtk-3.0/apps/unity.css
+++ /dev/null
@@ -1,75 +0,0 @@
-UnityDecoration {
- -UnityDecoration-extents: 28px 1px 1px 1px;
- -UnityDecoration-input-extents: 10px;
-
- -UnityDecoration-shadow-offset-x: 1px;
- -UnityDecoration-shadow-offset-y: 1px;
- -UnityDecoration-active-shadow-color: rgba(0,0,0,0.7);
- -UnityDecoration-active-shadow-radius: 8px;
- -UnityDecoration-inactive-shadow-color: rgba(0,0,0,0.5);
- -UnityDecoration-inactive-shadow-radius: 5px;
-
- -UnityDecoration-glow-size: 10px;
- -UnityDecoration-glow-color: @theme_selected_bg_color;
-
- -UnityDecoration-title-indent: 10px;
- -UnityDecoration-title-fade: 35px;
- -UnityDecoration-title-alignment: 0.0;
-}
-
-UnityDecoration.top {
- border: 1px solid mix(shade(@titlebar_bg_color, 0.7), @titlebar_fg_color, 0.21);
- border-bottom-width: 0;
- border-radius: 2px 2px 0 0;
- padding: 1px 8px 0 8px;
- background-color: @titlebar_bg_color;
- color: mix(@titlebar_fg_color, @titlebar_bg_color, 0.1);
- text-shadow: none;
-}
-
-UnityDecoration.top:backdrop {
- border: 1px solid mix(shade(@titlebar_bg_color, 0.7), @titlebar_fg_color, 0.12);
- border-bottom-width: 0;
- background-color: @titlebar_bg_color;
- color: mix(@titlebar_fg_color, @titlebar_bg_color, 0.4);
-}
-
-UnityDecoration.left,
-UnityDecoration.right,
-UnityDecoration.bottom {
- background-color: mix(shade(@titlebar_bg_color, 0.7), @titlebar_fg_color, 0.21);
-}
-
-UnityDecoration.left:backdrop,
-UnityDecoration.right:backdrop,
-UnityDecoration.bottom:backdrop {
- background-color: mix(shade(@titlebar_bg_color, 0.7), @titlebar_fg_color, 0.12);
-}
-
-UnityPanelWidget,
-.unity-panel {
- border-width: 0 0 1px 0;
- border-style: solid;
- border-color: @panel_bg_color;
- background-color: @panel_bg_color;
- background-image: none;
- color: @panel_fg_color;
-}
-
-.unity-panel.menubar,
-.unity-panel .menubar {
-}
-
-.unity-panel.menuitem,
-.unity-panel .menuitem {
- border-width: 0 1px;
- color: @panel_fg_color;
-}
-
-.unity-panel.menubar.menuitem:hover,
-.unity-panel.menubar .menuitem *:hover {
- border-color: mix(@panel_bg_color, @panel_fg_color, 0.21);
- background-color: mix(@panel_bg_color, @panel_fg_color, 0.21);
- background-image: none;
- color: shade(@panel_fg_color, 1.08);
-}
diff --git a/B00merang Square/gtk-3.0/apps/xfce.css b/B00merang Square/gtk-3.0/apps/xfce.css
deleted file mode 100755
index 03cfb20..0000000
--- a/B00merang Square/gtk-3.0/apps/xfce.css
+++ /dev/null
@@ -1,38 +0,0 @@
-XfceHeading {
- margin: 0;
- padding: 0;
- border-width: 0;
- background-color: @theme_base_color;
- background-image: none;
- color: @theme_text_color;
-}
-
-.xfce4-panel {
- background-color: @panel_bg_color;
- color: @panel_fg_color;
- font: normal;
-}
-
-.xfce4-panel .button {
- padding: 0 2px;
- border-radius: 0;
- border-style: none;
- color: @panel_fg_color;
-}
-
-.xfce4-panel .button:active {
- background-color: shade(@panel_bg_color, 0.8);
- background-image: none;
- color: @panel_fg_color;
-}
-
-.xfce4-panel .button:hover,
-.xfce4-panel .button:active:hover {
- background-color: mix(@panel_bg_color, @panel_fg_color, 0.21);
- background-image: none;
- color: shade(@panel_fg_color, 1.08);
-}
-
-.xfce4-panel .menu {
- -gtk-image-effect: none;
-}
diff --git a/B00merang Square/gtk-3.0/gnome-3.18.css b/B00merang Square/gtk-3.0/gnome-3.18.css
deleted file mode 100755
index d5cdfc5..0000000
--- a/B00merang Square/gtk-3.0/gnome-3.18.css
+++ /dev/null
@@ -1,262 +0,0 @@
-/* -------------
-NEW ON GTK 3.18
----------------*/
-
-.sidebar-item {
- padding: 10px 4px; }
- .sidebar-item > Gtklabel {
- padding-left: 6px;
- padding-right: 6px; }
- .sidebar-item.needs-attention > Gtklabel {
- background-size: 6px 6px, 0 0; }
-
-GtkSidebarRow.list-row {
- padding: 0px; }
-GtkSidebarRow .sidebar-revealer {
- padding: 1px 14px 1px 12px; }
-GtkSidebarRow .sidebar-icon:dir(ltr) {
- padding-right: 8px; }
-GtkSidebarRow .sidebar-icon:dir(rtl) {
- padding-left: 8px; }
-GtkSidebarRow .sidebar-label:dir(ltr) {
- padding-right: 2px; }
-GtkSidebarRow .sidebar-label:dir(rtl) {
- padding-left: 2px; }
-
-
-.sidebar-button.button.image-button {
- padding: 3px;
- border-radius: 0;
- box-shadow: 0px 0px 0px alpha(@dark_shadow,0)}
-.sidebar-button.button:not(:hover):not(:active) > GtkImage {
- opacity: 0.5; }
-
-.sidebar-item {
- padding: 10px 4px; }
- .sidebar-item > GtkLabel {
- padding-left: 6px;
- padding-right: 6px; }
- .sidebar-item.needs-attention > GtkLabel {
- background-size: 6px 6px, 0 0; }
-
-/*******
- * CSD *
- *******/
-.titlebar {
- border-radius: 0;
- background-color: @titlebar_bg_color;
- background-image: none;
- color: mix(@titlebar_fg_color, @titlebar_bg_color, 0.1);
- text-shadow: none;
-}
-
-.titlebar.default-decoration {
- border: none;
- box-shadow: none;
-}
-
-.tiled .titlebar {
- border-radius: 0;
-}
-
-.maximized .titlebar {
- border-radius: 0;
-}
-
-/* this is the default titlebar that is added by GTK
- * when client-side decorations are in use and the application
- * did not set a custom titlebar.
- */
-.titlebar.default-decoration {
- border: none;
- box-shadow: none;
-}
-
-.titlebar .title {
- font: bold;
-}
-
-.titlebar:backdrop {
- background-image: none;
- background-color: @titlebar_bg_color;
- color: mix(@titlebar_fg_color, @titlebar_bg_color, 0.4);
- text-shadow: none;
-}
-
-.titlebar .titlebutton {
- padding: 7px;
- border-style: solid;
- border-radius: 30px;
- background: none;
- color: @theme_selected_bg_color;
- icon-shadow: none;
-}
-
-.titlebar .titlebutton:hover,
-.titlebar .titlebutton:hover:focus {
- background: none;
- color: @theme_selected_bg_color;
-}
-
-.titlebar .titlebutton:active,
-.titlebar .titlebutton:active:hover {
- background: none;
- color: @theme_selected_bg_color;
- box-shadow: none;
-}
-
-.titlebar .titlebutton:backdrop {
- background-image: none;
- color: mix(@titlebar_fg_color, @titlebar_bg_color, 0.4);
- icon-shadow: none;
-}
-
-.window-frame {
- border-style: none;
- border-radius: 0;
- box-shadow: 0 3px 7px 1px alpha(black, 0.7),
- 0 0 0 1px mix(shade(@titlebar_bg_color, 0.7), @titlebar_fg_color, 0.21);
-
- /* this is used for the resize cursor area */
- margin: 10px;
-}
-
-.window-frame.tiled {
- border-radius: 0;
-}
-
-.window-frame:backdrop {
- box-shadow: 0 6px 6px 1px alpha(black, 0.5),
- 0 0 0 1px mix(shade(@titlebar_bg_color, 0.7), @titlebar_fg_color, 0.12);
-}
-
-/* Server-side decoration (SSD) */
-.window-frame.ssd {
- border-radius: 0;
- box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.18);
-}
-
-.window-frame.ssd,
-.window-frame.ssd:backdrop {
- background-color: @titlebar_bg_color;
-}
-
-/* Client-side Decorations (CSD)*/
-.window-frame.csd.tooltip {
- border-radius: 0;
- box-shadow: none;
-}
-
-.window-frame.csd.message-dialog {
- border-radius: 0;
- box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.13);
-}
-
-.window-frame.solid-csd {
- border: solid 1px shade(@bg_color, 0.8);
- border-radius: 0;
- margin: 2px;
- background-color: @titlebar_bg_color;
- box-shadow: none;
-}
-
-.progressbar,
-.progressbar row,
-.progressbar row:hover,
-.progressbar row:selected,
-.progressbar row:selected:focused {
- border-image: linear-gradient(to top, shade(@theme_selected_bg_color, 1.0)) 4 4 4 4 / 4px 8px 4px 8px stretch;
-}
-
-.trough,
-.trough row,
-.trough row:hover,
-.trough row:selected,
-.trough row:selected:focus {
- border-image: linear-gradient(to top, shade(@theme_bg_color, 1.08)) 4 4 4 4 / 4px 8px 4px 8px stretch;
-}
-
-/**************
- * over under *
- **************/
-
-/* these elements MUST be hidden, otherwise scrolling pages will have
- * missing chunks */
-
-.overshoot.top {
- background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(64, 128, 251, 0.2)), to(rgba(64, 128, 251, 0)));
- background-size: 100% 60%;
- background-repeat: no-repeat;
- background-position: center top;
- background-color: transparent;
- border: none;
- box-shadow: none; }
-.overshoot.bottom {
- background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(64, 128, 251, 0.2)), to(rgba(64, 128, 251, 0)));
- background-size: 100% 60%;
- background-repeat: no-repeat;
- background-position: center bottom;
- background-color: transparent;
- border: none;
- box-shadow: none; }
-.overshoot.left {
- background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(64, 128, 251, 0.2)), to(rgba(64, 128, 251, 0)));
- background-size: 60% 100%;
- background-repeat: no-repeat;
- background-position: left center;
- background-color: transparent;
- border: none;
- box-shadow: none; }
-.overshoot.right {
- background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(64, 128, 251, 0.2)), to(rgba(64, 128, 251, 0)));
- background-size: 60% 100%;
- background-repeat: no-repeat;
- background-position: right center;
- background-color: transparent;
- border: none;
- box-shadow: none; }
-
-.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; }
-.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; }
-.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; }
-.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; }
-
-.overlay-bar {
- background-color: rgba(0, 0, 0, 0.8);
- border-radius: 4px;
- padding: 3px 6px;
- margin: 3px; }
- .overlay-bar GtkLabel {
- color: @tooltip_fg_color; }
-
-GtkTreeView .entry {
- padding: 0 6px;
-}
diff --git a/B00merang Square/gtk-3.0/gtk-widgets-assets.css b/B00merang Square/gtk-3.0/gtk-widgets-assets.css
deleted file mode 100755
index 7ca4d18..0000000
--- a/B00merang Square/gtk-3.0/gtk-widgets-assets.css
+++ /dev/null
@@ -1,383 +0,0 @@
-/*******************
- * check and radio *
- *******************/
-.check,
-.check row:selected,
-.check row:selected:focus {
- background-image: linear-gradient(to bottom, @theme_base_color, @theme_base_color),
- linear-gradient(to bottom, @theme_base_color, @theme_base_color),
- linear-gradient(to bottom, shade(@theme_base_color, 0.6), shade(@theme_base_color, 0.6)),
- linear-gradient(to bottom, shade(@theme_base_color, 0.6), shade(@theme_base_color, 0.6)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(@theme_base_color), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(@theme_base_color), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(@theme_base_color), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(@theme_base_color), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.6)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.6)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.6)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.6)), to(transparent));
-
- background-position: center center, center center, center center, center center, 6% 6%, 6% 94%, 94% 94%, 94% 6%, 0% 0%, 0% 100%, 100% 100%, 100% 0%;
- background-size: 80% 90%, 90% 80%, 80% 100%, 100% 80%, 10% 10%, 10% 10%, 10% 10%, 10% 10%, 20% 20%, 20% 20%, 20% 20%, 20% 20%;
- background-repeat: no-repeat;
- border-radius: 100%;
- box-shadow: inset 2px -2px @dark_bg_color, inset -2px 2px @dark_bg_color;
-}
-
-.check:insensitive,
-.check row:selected:insensitive,
-.check row:selected:focus:insensitive {
- background-image: linear-gradient(to bottom, shade(@theme_base_color, 0.85), shade(@theme_base_color, 0.85)),
- linear-gradient(to bottom, shade(@theme_base_color, 0.85), shade(@theme_base_color, 0.85)),
- linear-gradient(to bottom, shade(@theme_base_color, 0.6), shade(@theme_base_color, 0.6)),
- linear-gradient(to bottom, shade(@theme_base_color, 0.6), shade(@theme_base_color, 0.6)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.85)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.85)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.85)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.85)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.6)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.6)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.6)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.6)), to(transparent));
-
- background-position: center center, center center, center center, center center, 6% 6%, 6% 94%, 94% 94%, 94% 6%, 0% 0%, 0% 100%, 100% 100%, 100% 0%;
- background-size: 80% 90%, 90% 80%, 80% 100%, 100% 80%, 10% 10%, 10% 10%, 10% 10%, 10% 10%, 20% 20%, 20% 20%, 20% 20%, 20% 20%;
- background-repeat: no-repeat;
-}
-
-.check:active,
-.check row:selected:active,
-.check row:selected:focus:active {
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(@theme_selected_bg_color), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(@theme_selected_bg_color), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(@theme_selected_bg_color), to(transparent)),
- linear-gradient(45deg, transparent, transparent 30%, @theme_selected_bg_color 30%, @theme_selected_bg_color 70%, transparent 70%, transparent),
- linear-gradient(-45deg, transparent, transparent 37%, @theme_selected_bg_color 37%, @theme_selected_bg_color 62%, transparent 62%, transparent),
- linear-gradient(to bottom, @theme_base_color, @theme_base_color),
- linear-gradient(to bottom, @theme_base_color, @theme_base_color),
- linear-gradient(to bottom, shade(@theme_base_color, 0.6), shade(@theme_base_color, 0.6)),
- linear-gradient(to bottom, shade(@theme_base_color, 0.6), shade(@theme_base_color, 0.6)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(@theme_base_color), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(@theme_base_color), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(@theme_base_color), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(@theme_base_color), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.6)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.6)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.6)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.6)), to(transparent));
-
- background-position: 17% 50%, 41% 73%, 90% 26%, 24% 64%, 76% 48%, center center, center center, center center, center center, 6% 6%, 6% 94%, 94% 94%, 94% 6%, 0% 0%, 0% 100%, 100% 100%, 100% 0%;
- background-size: 17% 17%, 20% 20%, 18% 18%, 30% 30%, 50% 50%, 80% 90%, 90% 80%, 80% 100%, 100% 80%, 10% 10%, 10% 10%, 10% 10%, 10% 10%, 20% 20%, 20% 20%, 20% 20%, 20% 20%;
- background-repeat: no-repeat;
-}
-
-.check:active:insensitive,
-.check row:selected:active:insensitive,
-.check row:selected:focus:active:insensitive {
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.6)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.6)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.6)), to(transparent)),
- linear-gradient(45deg, transparent, transparent 30%, shade(@theme_base_color, 0.6) 30%, shade(@theme_base_color, 0.6) 70%, transparent 70%, transparent),
- linear-gradient(-45deg, transparent, transparent 37%, shade(@theme_base_color, 0.6) 37%, shade(@theme_base_color, 0.6) 62%, transparent 62%, transparent),
- linear-gradient(to bottom, shade(@theme_base_color, 0.85), shade(@theme_base_color, 0.85)),
- linear-gradient(to bottom, shade(@theme_base_color, 0.85), shade(@theme_base_color, 0.85)),
- linear-gradient(to bottom, shade(@theme_base_color, 0.6), shade(@theme_base_color, 0.6)),
- linear-gradient(to bottom, shade(@theme_base_color, 0.6), shade(@theme_base_color, 0.6)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.85)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.85)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.85)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.85)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.6)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.6)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.6)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.6)), to(transparent));
-
- background-position: 17% 50%, 41% 73%, 90% 26%, 24% 64%, 76% 48%, center center, center center, center center, center center, 6% 6%, 6% 94%, 94% 94%, 94% 6%, 0% 0%, 0% 100%, 100% 100%, 100% 0%;
- background-size: 17% 17%, 20% 20%, 18% 18%, 30% 30%, 50% 50%, 80% 90%, 90% 80%, 80% 100%, 100% 80%, 10% 10%, 10% 10%, 10% 10%, 10% 10%, 20% 20%, 20% 20%, 20% 20%, 20% 20%;
- background-repeat: no-repeat;
-}
-
-.check:inconsistent,
-.check row:selected:inconsistent,
-.check row:selected:focus:inconsistent {
- background-image: linear-gradient(to bottom, @theme_selected_bg_color, @theme_selected_bg_color),
- linear-gradient(to bottom, @theme_base_color, @theme_base_color),
- linear-gradient(to bottom, @theme_base_color, @theme_base_color),
- linear-gradient(to bottom, shade(@theme_base_color, 0.6), shade(@theme_base_color, 0.6)),
- linear-gradient(to bottom, shade(@theme_base_color, 0.6), shade(@theme_base_color, 0.6)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(@theme_base_color), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(@theme_base_color), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(@theme_base_color), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(@theme_base_color), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.6)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.6)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.6)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.6)), to(transparent));
-
- background-position: center center, center center, center center, center center, center center, 6% 6%, 6% 94%, 94% 94%, 94% 6%, 0% 0%, 0% 100%, 100% 100%, 100% 0%;
- background-size: 50% 12%, 80% 90%, 90% 80%, 80% 100%, 100% 80%, 10% 10%, 10% 10%, 10% 10%, 10% 10%, 20% 20%, 20% 20%, 20% 20%, 20% 20%;
- background-repeat: no-repeat;
-}
-
-.check:inconsistent:insensitive,
-.check row:selected:inconsistent:insensitive,
-.check row:selected:focus:inconsistent:insensitive {
- background-image: linear-gradient(to bottom, shade(@theme_base_color, 0.6), shade(@theme_base_color, 0.6)),
- linear-gradient(to bottom, shade(@theme_base_color, 0.85), shade(@theme_base_color, 0.85)),
- linear-gradient(to bottom, shade(@theme_base_color, 0.85), shade(@theme_base_color, 0.85)),
- linear-gradient(to bottom, shade(@theme_base_color, 0.6), shade(@theme_base_color, 0.6)),
- linear-gradient(to bottom, shade(@theme_base_color, 0.6), shade(@theme_base_color, 0.6)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.85)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.85)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.85)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.85)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.6)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.6)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.6)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.6)), to(transparent));
-
- background-position: center center, center center, center center, center center, center center, 6% 6%, 6% 94%, 94% 94%, 94% 6%, 0% 0%, 0% 100%, 100% 100%, 100% 0%;
- background-size: 50% 12%, 80% 90%, 90% 80%, 80% 100%, 100% 80%, 10% 10%, 10% 10%, 10% 10%, 10% 10%, 20% 20%, 20% 20%, 20% 20%, 20% 20%;
- background-repeat: no-repeat;
-}
-
-.radio,
-.radio row:selected,
-.radio row:selected:focus {
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(@theme_base_color), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.6)), to(transparent));
-
- background-position: center center, center center;
- background-size: 90% 90%, 100% 100%;
- background-repeat: no-repeat;
- box-shadow: inset 2px -2px @dark_bg_color, inset -2px 2px @dark_bg_color;
- border-radius: 100%;
-}
-
-.radio:insensitive,
-.radio row:selected:insensitive,
-.radio row:selected:focus:insensitive {
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.85)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.6)), to(transparent));
-
- background-position: center center, center center;
- background-size: 90% 90%, 100% 100%;
- background-repeat: no-repeat;
-}
-
-.radio:active,
-.radio row:selected:active,
-.radio row:selected:focus:active {
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(@theme_selected_bg_color), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(@theme_base_color), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.6)), to(transparent));
-
- background-position: center center, center center, center center;
- background-size: 40% 40%, 90% 90%, 100% 100%;
- background-repeat: no-repeat;
-}
-
-.radio:active:insensitive,
-.radio row:selected:active:insensitive,
-.radio row:selected:focus:active:insensitive {
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.6)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.85)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.6)), to(transparent));
-
- background-position: center center, center center, center center;
- background-size: 40% 40%, 90% 90%, 100% 100%;
- background-repeat: no-repeat;
-}
-
-.radio:inconsistent,
-.radio row:selected:inconsistent,
-.radio row:selected:focus:inconsistent {
- background-image: linear-gradient(to bottom, @theme_selected_bg_color, @theme_selected_bg_color),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(@theme_base_color), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.6)), to(transparent));
-
- background-position: center center, center center, center center;
- background-size: 50% 12%, 90% 90%, 100% 100%;
- background-repeat: no-repeat;
-}
-
-.radio:inconsistent:insensitive,
-.radio row:selected:inconsistent:insensitive,
-.radio row:selected:focus:inconsistent:insensitive {
- background-image: linear-gradient(to bottom, shade(@theme_base_color, 0.6), shade(@theme_base_color, 0.6)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.85)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.6)), to(transparent));
-
- background-position: center center, center center, center center;
- background-size: 50% 12%, 90% 90%, 100% 100%;
- background-repeat: no-repeat;
-}
-
-.menuitem.check:active {
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(@theme_selected_bg_color), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(@theme_selected_bg_color), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(@theme_selected_bg_color), to(transparent)),
- linear-gradient(45deg, transparent, transparent 30%, @theme_selected_bg_color 30%, @theme_selected_bg_color 70%, transparent 70%, transparent),
- linear-gradient(-45deg, transparent, transparent 37%, @theme_selected_bg_color 37%, @theme_selected_bg_color 62%, transparent 62%, transparent);
-
- background-position: 17% 50%, 41% 73%, 90% 26%, 24% 64%, 76% 48%;
- background-size: 17% 17%, 20% 20%, 18% 18%, 30% 30%, 50% 50%;
- background-repeat: no-repeat;
-}
-
-.menuitem.check:active:hover {
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(@theme_selected_fg_color), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(@theme_selected_fg_color), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(@theme_selected_fg_color), to(transparent)),
- linear-gradient(45deg, transparent, transparent 30%, @theme_selected_fg_color 30%, @theme_selected_fg_color 70%, transparent 70%, transparent),
- linear-gradient(-45deg, transparent, transparent 37%, @theme_selected_fg_color 37%, @theme_selected_fg_color 62%, transparent 62%, transparent);
-
- background-position: 17% 50%, 41% 73%, 90% 26%, 24% 64%, 76% 48%;
- background-size: 17% 17%, 20% 20%, 18% 18%, 30% 30%, 50% 50%;
- background-repeat: no-repeat;
-}
-
-.menuitem.check:active:insensitive {
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(mix(@menu_fg_color, @menu_bg_color, 0.5)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(mix(@menu_fg_color, @menu_bg_color, 0.5)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(mix(@menu_fg_color, @menu_bg_color, 0.5)), to(transparent)),
- linear-gradient(45deg, transparent, transparent 30%, mix(@menu_fg_color, @menu_bg_color, 0.5) 30%, mix(@menu_fg_color, @menu_bg_color, 0.5) 70%, transparent 70%, transparent),
- linear-gradient(-45deg, transparent, transparent 37%, mix(@menu_fg_color, @menu_bg_color, 0.5) 37%, mix(@menu_fg_color, @menu_bg_color, 0.5) 62%, transparent 62%, transparent);
-
- background-position: 17% 50%, 41% 73%, 90% 26%, 24% 64%, 76% 48%;
- background-size: 17% 17%, 20% 20%, 18% 18%, 30% 30%, 50% 50%;
- background-repeat: no-repeat;
-}
-
-.menuitem.radio:active {
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(@theme_selected_bg_color), to(transparent));
- background-position: center center;
- background-size: 40% 40%;
- background-repeat: no-repeat;
-}
-
-.menuitem.radio:active:hover {
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(@theme_selected_fg_color), to(transparent));
- background-position: center center;
- background-size: 40% 40%;
- background-repeat: no-repeat;
-}
-
-.menuitem.radio:active:insensitive {
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(mix(@menu_fg_color, @menu_bg_color, 0.5)), to(transparent));
- background-position: center center;
- background-size: 40% 40%;
- background-repeat: no-repeat;
-}
-
-.menuitem.check:inconsistent,
-.menuitem.radio:inconsistent {
- background-image: linear-gradient(to bottom, @theme_selected_bg_color, @theme_selected_bg_color);
-
- background-position: center center;
- background-size: 50% 12%;
- background-repeat: no-repeat;
-}
-
-.menuitem.check:inconsistent:hover,
-.menuitem.radio:inconsistent:hover {
- background-image: linear-gradient(to bottom, @theme_selected_fg_color, @theme_selected_fg_color);
-
- background-position: center center;
- background-size: 50% 12%;
- background-repeat: no-repeat;
-}
-
-.menuitem.check:inconsistent:insensitive,
-.menuitem.radio:inconsistent:insensitive {
- background-image: linear-gradient(to bottom, mix(@menu_fg_color, @menu_bg_color, 0.5), mix(@menu_fg_color, @menu_bg_color, 0.5));
-
- background-position: center center;
- background-size: 50% 12%;
- background-repeat: no-repeat;
-}
-
-GtkIconView.content-view.cell.check {
- background-image: linear-gradient(to bottom, @theme_base_color, @theme_base_color),
- linear-gradient(to bottom, @theme_base_color, @theme_base_color),
- linear-gradient(to bottom, shade(@theme_base_color, 0.6), shade(@theme_base_color, 0.6)),
- linear-gradient(to bottom, shade(@theme_base_color, 0.6), shade(@theme_base_color, 0.6)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(@theme_base_color), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(@theme_base_color), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(@theme_base_color), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(@theme_base_color), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.6)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.6)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.6)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.6)), to(transparent));
-
- background-position: center center, center center, center center, center center, 6% 6%, 6% 94%, 94% 94%, 94% 6%, 0% 0%, 0% 100%, 100% 100%, 100% 0%;
- background-size: 80% 90%, 90% 80%, 80% 100%, 100% 80%, 10% 10%, 10% 10%, 10% 10%, 10% 10%, 20% 20%, 20% 20%, 20% 20%, 20% 20%;
- background-repeat: no-repeat;
-}
-
-GtkIconView.content-view.cell.check:active {
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(@theme_selected_bg_color), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(@theme_selected_bg_color), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(@theme_selected_bg_color), to(transparent)),
- linear-gradient(45deg, transparent, transparent 30%, @theme_selected_bg_color 30%, @theme_selected_bg_color 70%, transparent 70%, transparent),
- linear-gradient(-45deg, transparent, transparent 37%, @theme_selected_bg_color 37%, @theme_selected_bg_color 62%, transparent 62%, transparent),
- linear-gradient(to bottom, @theme_base_color, @theme_base_color),
- linear-gradient(to bottom, @theme_base_color, @theme_base_color),
- linear-gradient(to bottom, shade(@theme_base_color, 0.6), shade(@theme_base_color, 0.6)),
- linear-gradient(to bottom, shade(@theme_base_color, 0.6), shade(@theme_base_color, 0.6)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(@theme_base_color), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(@theme_base_color), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(@theme_base_color), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(@theme_base_color), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.6)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.6)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.6)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.6)), to(transparent));
-
- background-position: 17% 50%, 41% 73%, 90% 26%, 24% 64%, 76% 48%, center center, center center, center center, center center, 6% 6%, 6% 94%, 94% 94%, 94% 6%, 0% 0%, 0% 100%, 100% 100%, 100% 0%;
- background-size: 17% 17%, 20% 20%, 18% 18%, 30% 30%, 50% 50%, 80% 90%, 90% 80%, 80% 100%, 100% 80%, 10% 10%, 10% 10%, 10% 10%, 10% 10%, 20% 20%, 20% 20%, 20% 20%, 20% 20%;
- background-repeat: no-repeat;
-}
-
-/******************
- * pane separator *
- ******************/
-.pane-separator,
-.pane-separator.horizontal {
- background-image: linear-gradient(to bottom,
- shade(@theme_bg_color, 0.8) 0%,
- shade(@theme_bg_color, 0.8) 20%,
- transparent 20%,
- transparent 45%,
- shade(@theme_bg_color, 0.8) 45%,
- shade(@theme_bg_color, 0.8) 55%,
- transparent 55%,
- transparent 80%,
- shade(@theme_bg_color, 0.8) 80%,
- shade(@theme_bg_color, 0.8)
- );
-
- background-size: 4px 10px;
- background-repeat: no-repeat;
- background-position: center center;
-}
-
-.pane-separator.vertical {
- background-image: linear-gradient(to right,
- shade(@theme_bg_color, 0.8) 0%,
- shade(@theme_bg_color, 0.8) 20%,
- transparent 20%,
- transparent 45%,
- shade(@theme_bg_color, 0.8) 45%,
- shade(@theme_bg_color, 0.8) 55%,
- transparent 55%,
- transparent 80%,
- shade(@theme_bg_color, 0.8) 80%,
- shade(@theme_bg_color, 0.8)
- );
-
- background-size: 10px 4px;
- background-repeat: no-repeat;
- background-position: center center;
-}
diff --git a/B00merang Square/gtk-3.0/gtk-widgets.css b/B00merang Square/gtk-3.0/gtk-widgets.css
deleted file mode 100755
index c9508fa..0000000
--- a/B00merang Square/gtk-3.0/gtk-widgets.css
+++ /dev/null
@@ -1,3539 +0,0 @@
-/* NOTES to contributors:
- * use 4 spaces indents, and keep code ALIGNED and ORDERED */
-
-/* default */
-* {
- -GtkArrow-arrow-scaling: 0.5;
- -GtkButton-child-displacement-x: 0;
- -GtkButton-child-displacement-y: 0;
- -GtkButton-default-border: 0;
- -GtkButton-image-spacing: 0;
- -GtkButton-inner-border: 1;
- -GtkButton-interior-focus: true;
- -GtkButtonBox-child-min-height: 24;
- -GtkButtonBox-child-internal-pad-y: 1;
- -GtkCheckButton-indicator-size: 16;
- -GtkCheckMenuItem-indicator-size: 14;
- -GtkExpander-expander-size: 8;
- -GtkHTML-link-color: @link_color;
- -GtkIMHtml-hyperlink-color: @link_color;
- -GtkMenu-horizontal-padding: 0;
- -GtkMenu-vertical-padding: 0;
- -GtkPaned-handle-size: 4;
- -GtkProgressBar-min-horizontal-bar-height: 12;
- -GtkProgressBar-min-vertical-bar-width: 12;
- -GtkRange-slider-width: 12;
- -GtkRange-stepper-spacing: 0;
- -GtkRange-trough-border: 0;
- -GtkRange-trough-under-steppers: 1;
- -GtkScrollbar-has-backward-stepper: false;
- -GtkScrollbar-has-forward-stepper: false;
- -GtkScrollbar-min-slider-length: 80;
- -GtkScrolledWindow-scrollbar-spacing: 0;
- -GtkScrolledWindow-scrollbars-within-bevel: 1;
- -GtkStatusbar-shadow-type: none;
- -GtkTextView-error-underline-color: @error_color;
- -GtkToolButton-icon-spacing: 6;
- -GtkToolItemGroup-expander-size: 8;
- -GtkTreeView-expander-size: 8;
- -GtkWidget-focus-line-width: 1;
- -GtkWidget-focus-padding: 0;
- -GtkWidget-link-color: @link_color;
- -GtkWidget-visited-link-color: @link_color;
- -GtkWindow-resize-grip-height: 0;
- -GtkWindow-resize-grip-width: 0;
- -WnckTasklist-fade-overlay-rect: 0;
-
- background-clip: padding-box;
-
- outline-color: alpha(@theme_selected_bg_color, 0.5);
- outline-style: solid;
- outline-offset: 0;
-}
-
-/***************
- * base states *
- ***************/
-.background {
- background-color: @theme_bg_color;
- color: @theme_fg_color;
-}
-
-* {
- /* inherit colors from parent */
- color: inherit;
- background-color: inherit;
-}
-
-*:selected,
-*:selected:focus {
- background-color: @theme_selected_bg_color;
- color: @theme_selected_fg_color;
-}
-
-*:insensitive,
-*:insensitive:insensitive {
- color: mix(@theme_fg_color, @theme_bg_color, 0.5);
-}
-
-/* apply effects to insensitive and prelit images */
-*:insensitive {
- -gtk-image-effect: dim;
-}
-
-*:hover {
- -gtk-image-effect: highlight;
-}
-
-.gtkstyle-fallback {
- background-color: @theme_bg_color;
- color: @theme_fg_color;
-}
-
-.gtkstyle-fallback:prelight {
- background-color: shade(@theme_bg_color, 1.1);
- color: @theme_fg_color;
-}
-
-.gtkstyle-fallback:active {
- background-color: shade(@theme_bg_color, 0.9);
- color: @theme_fg_color;
-}
-
-.gtkstyle-fallback:insensitive {
- background-color: shade(shade(@theme_bg_color, 0.95), 1.05);
- color: mix(@theme_fg_color, @theme_bg_color, 0.5);
-}
-
-.gtkstyle-fallback:selected {
- background-color: @theme_selected_bg_color;
- color: @theme_selected_fg_color;
-}
-
-GtkImage,
-GtkImage:insensitive,
-GtkLabel,
-GtkLabel:insensitive,
-GtkBox,
-GtkBox:insensitive,
-GtkGrid,
-GtkGrid:insensitive {
- background-color: transparent;
-}
-
-/******************
- * visual effects *
- ******************/
-/* transitions */
-.button {
- transition: border 100ms ease-in-out;
-}
-
-.entry {
- transition: border 100ms ease-out;
-}
-
-.entry:focus {
- transition: border 100ms ease-in;
-}
-
-.entry.image.left {
- padding-right: 4px;
-}
-
-.notebook tab GtkLabel,
-.notebook .prelight-page,
-.notebook .prelight-page GtkLabel,
-.notebook .active-page,
-.notebook .active-page GtkLabel {
- transition: all 200ms ease-in;
-}
-
-/* inset shadows */
-.button:active,
-.primary-toolbar .button:active,
-.toolbar .button:active,
-.header-bar .button:active,
-.notebook.header {
- box-shadow: inset 1px 0 alpha(@dark_shadow, 0.07),
- inset 0 1px alpha(@dark_shadow, 0.08),
- inset -1px 0 alpha(@dark_shadow, 0.07),
- inset 0 -1px alpha(@dark_shadow, 0.05);
-}
-
-.entry {
- box-shadow: inset 1px 0 alpha(@dark_shadow, 0.10),
- inset 0 1px alpha(@dark_shadow, 0.12),
- inset -1px 0 alpha(@dark_shadow, 0.10),
- inset 0 -1px alpha(@dark_shadow, 0.05);
-}
-
-/* disable inset shadow */
-.button:active *:insensitive,
-.primary-toolbar .button:active *:insensitive,
-.toolbar .button:active *:insensitive,
-.header-bar .button:active *:insensitive,
-.entry:insensitive {
- box-shadow: none;
-}
-
-/*************
- * assistant *
- *************/
-GtkAssistant .sidebar .highlight {
- font: bold;
-}
-
-GtkAssistant .sidebar {
- padding: 4px;
- border-width: 0;
- border-style: solid;
- border-right-color: shade(@theme_bg_color, 0.8);
- border-radius: 0;
- background-color: @theme_bg_color;
- color: mix(@theme_fg_color, @theme_bg_color, 0.1);
-}
-
-/**********
- * button *
- **********/
-.button {
- -GtkWidget-focus-padding: 1;
- -GtkWidget-focus-line-width: 0;
-
- padding: 3px;
- border-width: 1px;
- border-radius: 0;
- border-style: solid;
- border-color: shade(@theme_bg_color, 0.8);
- background-color: shade(@theme_bg_color, 1.08);
- background-image: none;
- color: @theme_fg_color;
-}
-
-.button:hover {
- border-color: shade(@theme_bg_color, 0.7);
- background-color: shade(@theme_bg_color, 1.10);
- background-image: none;
-}
-
-.button:active {
- border-color: shade(@theme_bg_color, 0.8);
- background-color: shade(@theme_bg_color, 0.95);
- background-image: none;
-}
-
-.button:active:hover {
- border-color: shade(@theme_bg_color, 0.7);
-}
-
-.button:focus,
-.button:hover:focus,
-.button:active:focus,
-.button:active:hover:focus {
- border-color: shade(@theme_bg_color, 0.7);
-}
-
-.button:insensitive {
- border-color: shade(@theme_bg_color, 0.85);
- background-color: shade(@theme_bg_color, 0.9);
- background-image: none;
-}
-
-.button:active *:insensitive {
- border-color: shade(@theme_bg_color, 0.75);
- background-color: shade(@theme_bg_color, 0.80);
- background-image: none;
-}
-
-/* default button */
-.button.default {
- border-color: shade(@theme_selected_bg_color, 0.8);
- background-color: shade(@theme_selected_bg_color, 1.08);
- color: @theme_selected_fg_color;
-}
-
-.button.default:hover {
- border-color: shade(@theme_selected_bg_color, 0.7);
- background-color: @theme_selected_bg_color;
-}
-
-.button.default:active {
- border-color: shade(@theme_selected_bg_color, 0.8);
- background-color: shade(@theme_selected_bg_color, 0.95);
-}
-
-.button.default:active:hover {
- border-color: shade(@theme_selected_bg_color, 0.7);
- background-color: shade(@theme_selected_bg_color, 0.97);
-}
-
-/****************
- * cell and row *
- ****************/
-.cell {
- border-width: 0;
- border-radius: 0;
-}
-
-.cell:selected,
-.cell:selected:focus {
- background-color: @theme_selected_bg_color;
- color: @theme_selected_fg_color;
-}
-
-row:selected,
-row:selected:hover,
-row:selected:focus {
- -GtkWidget-focus-padding: 1;
- -GtkWidget-focus-line-width: 0;
-
- border-width: 1px 0;
- border-style: solid;
- border-color: shade(@theme_selected_bg_color, 0.9);
- background-color: @theme_selected_bg_color;
- background-image: none;
- color: @theme_selected_fg_color;
-}
-
-/*******************
- * check and radio *
- *******************/
-.check,
-.radio,
-.check:insensitive,
-.radio:insensitive {
- border-style: none;
- background-color: transparent;
-}
-
-GtkCheckButton:hover,
-GtkCheckButton:active:hover,
-GtkCheckButton:selected,
-GtkCheckButton:selected:focus {
- background-color: transparent;
-}
-
-/*****************
- * column-header *
- *****************/
-column-header .button,
-column-header .button:active {
- border-width: 0;
- border-radius: 0;
-}
-
-column-header .button,
-column-header .button:active,
-column-header .button:focus,
-column-header .button:active:focus {
- border-color: shade(@theme_base_color, 0.9);
- border-bottom-color: shade(@theme_base_color, 0.8);
- background-color: shade(@theme_base_color, 0.97);
- background-image: none;
-}
-
-column-header .button:hover,
-column-header .button:active:hover,
-column-header .button:hover:focus,
-column-header .button:active:hover:focus {
- border-color: shade(@theme_base_color, 0.9);
- border-bottom-color: shade(@theme_base_color, 0.8);
- background-color: shade(@theme_base_color, 0.99);
- background-image: none;
-}
-
-column-header:last-child .button {
- border-width: 0;
-}
-
-/****************
- * content view *
- ****************/
-.content-view.view {
- background-color: @theme_base_color;
-}
-
-.content-view.view:prelight {
- background-color: alpha(@theme_selected_bg_color, 0.6);
-}
-
-.content-view.view:selected,
-.content-view.view:active {
- background-color: @theme_selected_bg_color;
-}
-
-.content-view.view:insensitive {
- background-color: shade(@theme_base_color, 0.9);
-}
-
-GdMainIconView.content-view {
- -GdMainIconView-icon-size: 40;
-}
-
-GtkIconView.content-view.check {
- background-color: transparent;
-}
-
-GtkIconView.content-view.check:active {
- background-color: transparent;
-}
-
-.content-view.view.check,
-.content-view.view.check:active {
- background-color: transparent;
-}
-
-GtkIconView.content-view.check:prelight,
-GtkIconView.content-view.check:insensitive,
-GtkIconView.content-view.check:selected {
- background-color: transparent;
-}
-
-/****************
- * drawing area *
- ****************/
-GtkDrawingArea {
- background-color: @theme_base_color;
-}
-
-GtkDrawingArea:insensitive {
- background-color: shade(@theme_base_color, 0.9);
-}
-
-/***********
- * gtkhtml *
- ***********/
-GtkHTML {
- background-color: @theme_base_color;
- color: @theme_text_color;
-}
-
-/***********
-* calendar *
-************/
-GtkCalendar {
- padding: 4px;
-}
-
-GtkCalendar:inconsistent {
- color: mix(@theme_fg_color, @theme_bg_color, 0.5);
-}
-
-GtkCalendar.view,
-GtkCalendar.header,
-GtkCalendar.button,
-GtkCalendar.button:hover,
-GtkCalendar.button:insensitive {
- border-width: 0;
- background-color: transparent;
- background-image: none;
-}
-
-.highlight,
-GtkCalendar.highlight {
- border-width: 0;
- background-color: transparent;
- color: @theme_selected_bg_color;
-}
-
-/******************
- * combobox entry *
- ******************/
-.primary-toolbar GtkComboBox.combobox-entry .entry,
-.primary-toolbar GtkComboBox.combobox-entry .entry:active,
-.primary-toolbar GtkComboBox.combobox-entry .entry:focus,
-.primary-toolbar GtkComboBox.combobox-entry .entry:insensitive,
-GtkComboBox.combobox-entry .entry,
-GtkComboBox.combobox-entry .entry:active,
-GtkComboBox.combobox-entry .entry:focus,
-GtkComboBox.combobox-entry .entry:insensitive {
- border-width: 1px 0 1px 1px;
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
-}
-
-.primary-toolbar GtkComboBox.combobox-entry .button,
-.primary-toolbar GtkComboBox.combobox-entry .button:hover,
-.primary-toolbar GtkComboBox.combobox-entry .button:active,
-.primary-toolbar GtkComboBox.combobox-entry .button:insensitive,
-GtkComboBox.combobox-entry .button,
-GtkComboBox.combobox-entry .button:hover,
-GtkComboBox.combobox-entry .button:active,
-GtkComboBox.combobox-entry .button:insensitive {
- border-width: 1px 1px 1px 1px;
- border-bottom-left-radius: 0;
- border-top-left-radius: 0;
-}
-
-/*********
- * entry *
- *********/
-.entry {
- padding: 4px 3px;
- border-width: 1px;
- border-style: solid;
- border-color: shade(@theme_bg_color, 0.8);
- border-radius: 0;
- background-color: @theme_base_color;
- background-image: none;
- color: @theme_text_color;
-}
-
-.entry:active,
-.entry:focus {
- border-color: shade(@theme_bg_color, 0.7);
-}
-
-.entry:selected,
-.entry:selected:focus {
- background-color: @theme_selected_bg_color;
- color: @theme_selected_fg_color;
-}
-
-.entry:insensitive {
- background-color: shade(@theme_bg_color, 0.95);
- background-image: none;
- color: mix(@theme_text_color, @theme_base_color, 0.5);
-}
-
-.entry.progressbar {
- border-width: 0;
- border-radius: 0;
- background-color: @theme_selected_bg_color;
- background-image: none;
- color: @theme_selected_fg_color;
-}
-
-/************
- * expander *
- ************/
-.expander {
- color: alpha(currentColor, 0.7);
- border: alpha(currentColor, 0.7);
-}
-
-.expander:hover {
- color: alpha(currentColor, 0.8);
- border-color: alpha(currentColor, 0.8);
-}
-
-.expander:active {
- color: alpha(currentColor, 0.9);
- border-color: alpha(currentColor, 0.9);
-}
-
-/**************
- * list boxes *
- **************/
-.list {
- background-color: shade(@theme_bg_color, 0.97);
- color: @theme_fg_color;
-}
-
-.list-row:hover {
- background-color: shade(@theme_bg_color, 1.02);
-}
-
-.list-row:selected {
- background-color: @theme_selected_bg_color;
- color: @theme_selected_fg_color;
-}
-
-/*********
- * frame *
- *********/
-.frame {
- border-width: 1px;
- border-style: solid;
- border-color: shade(@theme_bg_color, 0.8);
- border-radius: 0;
-}
-
-/*******************
- * scrolled window *
- *******************/
-GtkScrolledWindow.frame {
- border-width: 1px;
- border-style: solid;
- border-color: shade(@theme_bg_color, 0.8);
- border-radius: 0;
-}
-
-/* avoid double borders when a viewport is
- * packed into a GtkScrolledWindow */
-GtkScrolledWindow GtkViewport.frame {
- border-style: none;
-}
-
-/************
- * iconview *
- ************/
-GtkIconView.view.cell:selected,
-GtkIconView.view.cell:selected:focus {
- border-width: 1px;
- border-style: solid;
- border-color: shade(@theme_selected_bg_color, 0.9);
- border-radius: 0;
- background-color: @theme_selected_bg_color;
- background-image: none;
- color: @theme_selected_fg_color;
-}
-
-.content-view.view.rubberband,
-.view.rubberband,
-.rubberband {
- border-width: 1px;
- border-style: solid;
- border-color: shade(@theme_selected_bg_color, 0.9);
- border-radius: 0;
- background-color: alpha(@theme_selected_bg_color, 0.3);
-}
-
-/***********
- * infobar *
- ***********/
-GtkInfoBar {
- border-width: 0;
- border-style: none;
-}
-
-.info {
- border-width: 1px;
- border-style: solid;
- border-color: shade(@info_bg_color, 0.8);
- background-color: @info_bg_color;
- background-image: none;
- color: @info_fg_color;
-}
-
-.info .button {
- border-top-color: shade(@info_bg_color, 0.8);
- border-right-color: shade(@info_bg_color, 0.72);
- border-left-color: shade(@info_bg_color, 0.72);
- border-bottom-color: shade(@info_bg_color, 0.7);
- background-color: shade(@info_bg_color, 1.08);
- color: @info_fg_color;
-}
-
-.info .button:hover {
- border-top-color: shade(@info_bg_color, 0.85);
- border-right-color: shade(@info_bg_color, 0.78);
- border-left-color: shade(@info_bg_color, 0.78);
- border-bottom-color: shade(@info_bg_color, 0.7);
- background-color: shade(@info_bg_color, 1.10);
-}
-
-.info .button:active {
- border-color: shade(@info_bg_color, 0.6);
- background-color: shade(@info_bg_color, 0.95);
-}
-
-.info .button:active:hover {
- border-top-color: shade(@info_bg_color, 0.85);
- border-right-color: shade(@info_bg_color, 0.78);
- border-left-color: shade(@info_bg_color, 0.78);
- border-bottom-color: shade(@info_bg_color, 0.7);
-}
-
-.info .button.close {
- color: @info_fg_color;
-}
-
-.info .button.close:hover {
- background-color: alpha(white, 0.2);
-}
-
-.info .button.close:active {
- color: @info_fg_color;
- background-color: alpha(black, 0.1);
-}
-
-.warning {
- border-width: 1px;
- border-style: solid;
- border-color: shade(@warning_bg_color, 0.8);
- background-color: @warning_bg_color;
- background-image: none;
- color: @warning_fg_color;
-}
-
-.warning .button {
- border-top-color: shade(@warning_bg_color, 0.8);
- border-right-color: shade(@warning_bg_color, 0.72);
- border-left-color: shade(@warning_bg_color, 0.72);
- border-bottom-color: shade(@warning_bg_color, 0.7);
- background-color: shade(@warning_bg_color, 1.08);
- color: @warning_fg_color;
-}
-
-.warning .button:hover {
- border-top-color: shade(@warning_bg_color, 0.85);
- border-right-color: shade(@warning_bg_color, 0.78);
- border-left-color: shade(@warning_bg_color, 0.78);
- border-bottom-color: shade(@warning_bg_color, 0.7);
- background-color: shade(@warning_bg_color, 1.10);
-}
-
-.warning .button:active {
- border-color: shade(@warning_bg_color, 0.6);
- background-color: shade(@warning_bg_color, 0.95);
-}
-
-.warning .button:active:hover {
- border-top-color: shade(@warning_bg_color, 0.85);
- border-right-color: shade(@warning_bg_color, 0.78);
- border-left-color: shade(@warning_bg_color, 0.78);
- border-bottom-color: shade(@warning_bg_color, 0.7);
-}
-
-.warning .button.close {
- color: @warning_fg_color;
-}
-
-.warning .button.close:hover {
- background-color: alpha(white, 0.2);
-}
-
-.warning .button.close:active {
- color: @warning_fg_color;
- background-color: alpha(black, 0.1);
-}
-
-.question {
- border-width: 1px;
- border-style: solid;
- border-color: shade(@question_bg_color, 0.8);
- background-color: @question_bg_color;
- background-image: none;
- color: @question_fg_color;
-}
-
-.question .button {
- border-top-color: shade(@question_bg_color, 0.8);
- border-right-color: shade(@question_bg_color, 0.72);
- border-left-color: shade(@question_bg_color, 0.72);
- border-bottom-color: shade(@question_bg_color, 0.7);
- background-color: shade(@question_bg_color, 1.08);
- color: @question_fg_color;
-}
-
-.question .button:hover {
- border-top-color: shade(@question_bg_color, 0.85);
- border-right-color: shade(@question_bg_color, 0.78);
- border-left-color: shade(@question_bg_color, 0.78);
- border-bottom-color: shade(@question_bg_color, 0.7);
- background-color: shade(@question_bg_color, 1.10);
-}
-
-.question .button:active {
- border-color: shade(@question_bg_color, 0.6);
- background-color: shade(@question_bg_color, 0.95);
-}
-
-.question .button:active:hover {
- border-top-color: shade(@question_bg_color, 0.85);
- border-right-color: shade(@question_bg_color, 0.78);
- border-left-color: shade(@question_bg_color, 0.78);
- border-bottom-color: shade(@question_bg_color, 0.7);
-}
-
-.question .button.close {
- color: @question_fg_color;
-}
-
-.question .button.close:hover {
- background-color: alpha(white, 0.2);
-}
-
-.question .button.close:active {
- color: @question_fg_color;
- background-color: alpha(black, 0.1);
-}
-
-.error {
- border-width: 1px;
- border-style: solid;
- border-color: shade(@error_bg_color, 0.8);
- background-color: @error_bg_color;
- background-image: none;
- color: @error_fg_color;
-}
-
-.error .button {
- border-top-color: shade(@error_bg_color, 0.8);
- border-right-color: shade(@error_bg_color, 0.72);
- border-left-color: shade(@error_bg_color, 0.72);
- border-bottom-color: shade(@error_bg_color, 0.7);
- background-color: shade(@error_bg_color, 1.08);
- color: @error_fg_color;
-}
-
-.error .button:hover {
- border-top-color: shade(@error_bg_color, 0.85);
- border-right-color: shade(@error_bg_color, 0.78);
- border-left-color: shade(@error_bg_color, 0.78);
- border-bottom-color: shade(@error_bg_color, 0.7);
- background-color: shade(@error_bg_color, 1.10);
-}
-
-.error .button:active {
- border-color: shade(@error_bg_color, 0.6);
- background-color: shade(@error_bg_color, 0.95);
-}
-
-.error .button:active:hover {
- border-top-color: shade(@error_bg_color, 0.85);
- border-right-color: shade(@error_bg_color, 0.78);
- border-left-color: shade(@error_bg_color, 0.78);
- border-bottom-color: shade(@error_bg_color, 0.7);
-}
-
-.error .button.close {
- color: @error_fg_color;
-}
-
-.error .button.close:hover {
- background-color: alpha(white, 0.2);
-}
-
-.error .button.close:active {
- color: @error_fg_color;
- background-color: alpha(black, 0.1);
-}
-
-/*******************
- * symbolic images *
- *******************/
-.image {
- color: alpha(currentColor, 0.5);
-}
-
-.image:hover {
- color: alpha(currentColor, 0.9);
-}
-
-.image:selected,
-.image:selected:hover {
- color: @theme_selected_fg_color;
-}
-
-.view.image,
-.view.image:hover {
- color: alpha(currentColor, 0.9);
-}
-
-.view.image:selected,
-.view.image:selected:hover {
- color: @theme_selected_fg_color;
-}
-
-/*****************
- * miscellaneous *
- *****************/
-.floating-bar {
- border-width: 1px;
- border-style: solid;
- border-color: shade(@theme_bg_color, 0.8);
- border-radius: 0;
- background-color: @theme_bg_color;
- background-image: none;
- color: @theme_fg_color;
-}
-
-.floating-bar.top {
- border-top-width: 0;
- border-top-right-radius: 0;
- border-top-left-radius: 0;
-}
-
-.floating-bar.right {
- border-right-width: 0;
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
-}
-
-.floating-bar.bottom {
- border-bottom-width: 0;
- border-bottom-right-radius: 0;
- border-bottom-left-radius: 0;
-}
-
-.floating-bar.left {
- border-left-width: 0;
- border-bottom-left-radius: 0;
- border-top-left-radius: 0;
-}
-
-.floating-bar .button {
- -GtkButton-image-spacing: 0;
- -GtkButton-inner-border: 0;
-
- border-style: none;
- background-color: transparent;
- background-image: none;
-}
-
-.view.dim-label,
-.dim-label {
- color: alpha(currentColor, 0.5);
-}
-
-.dnd {
- border-width: 1px;
- border-style: solid;
- border-color: shade(@theme_selected_bg_color, 0.9);
-}
-
-.grip {
- background-color: transparent;
-}
-
-.arrow {
- color: alpha(currentColor, 0.7);
-}
-
-/********
- * menu *
- ********/
-GtkTreeMenu.menu,
-GtkMenuToolButton.menu,
-GtkComboBox .menu {
- background-color: @menu_bg_color;
-}
-
-.primary-toolbar .menu,
-.primary-toolbar .button .menu,
-.toolbar .menu,
-.toolbar .primary-toolbar .menu,
-.header-bar .menu,
-.header-bar .primary-toolbar .menu,
-.menu {
- padding: 0;
- border-radius: 0;
- border-style: none;
- background-color: @menu_bg_color;
- color: @menu_fg_color;
-}
-
-/* Hover-effect on play-button in ubuntu soundmenu */
-.menu:selected {
- background-color: @selected_bg_color;
-}
-
-.menu.button:hover,
-.menu.button:active,
-.menu.button:active *:insensitive,
-.menu.button:insensitive,
-.menu.button {
- border-width: 0;
- background-color: @menu_bg_color;
- background-image: none;
-}
-
-.context-menu {
- font: initial;
-}
-
-/* ubuntu software center menu */
-#toolbar-popup {
- background-color: @menu_bg_color;
- color: @menu_fg_color;
-}
-
-/***********
- * menubar *
- ***********/
-.menubar {
- -GtkWidget-window-dragging: true;
-
- border-style: none;
- background-color: @menubar_bg_color;
- background-image: none;
- color: @menubar_fg_color;
-}
-
-/***************
- * menubaritem *
- ***************/
-.menubar.menuitem,
-.menubar .menuitem {
- padding: 3px 5px;
- border-width: 1px;
- border-style: solid;
- border-color: transparent;
- background-color: transparent;
- background-image: none;
- color: @menubar_fg_color;
-}
-
-.menubar.menuitem:hover,
-.menubar .menuitem:hover {
- border-color: mix(@menubar_bg_color, @menubar_fg_color, 0.21);
- background-color: mix(@menubar_bg_color, @menubar_fg_color, 0.21);
- background-image: none;
- color: shade(@menubar_fg_color, 1.08);
-}
-
-.menubar .menuitem *:hover {
- color: shade(@menubar_fg_color, 1.08);
-}
-
-/************
- * menuitem *
- ************/
-GtkTreeMenu .menuitem {
- padding: 0;
- border-width: 0;
-}
-
-.menuitem,
-.menu .menuitem {
- -GtkMenuItem-arrow-scaling: 0.5;
-
- padding: 3px;
- border-width: 1px;
- border-style: solid;
- border-color: transparent;
- border-radius: 0;
- background-color: transparent;
- background-image: none;
- color: @menu_fg_color;
-}
-
-.menu .menuitem:active,
-.menu .menuitem:hover {
- border-color: shade(@theme_selected_bg_color, 0.9);
- background-color: @theme_selected_bg_color;
- background-image: none;
-}
-
-.menu .menuitem:active,
-.menu .menuitem *:active,
-.menu .menuitem:hover,
-.menu .menuitem *:hover {
- color: @theme_selected_fg_color;
-}
-
-.menu .menuitem:insensitive,
-.menu .menuitem *:insensitive {
- color: mix(@menu_fg_color, @menu_bg_color, 0.5);
-}
-
-.menuitem.check,
-.menuitem.radio,
-.menuitem.check:hover,
-.menuitem.radio:hover,
-.menuitem.check:insensitive,
-.menuitem.radio:insensitive {
- border-style: none;
- background-color: transparent;
- background-image: none;
-}
-
-.menuitem.check:active,
-.menuitem.radio:active {
- border-style: none;
- background-color: transparent;
-}
-
-.menuitem GtkCalendar:inconsistent {
- color: mix(@menu_fg_color, @menu_bg_color, 0.5);
-}
-
-.menuitem GtkCalendar.button {
- border-style: none;
- background-color: transparent;
- background-image: none;
-}
-
-.menuitem .entry {
- border-color: shade(@menu_bg_color, 0.7);
- background-color: @menu_bg_color;
- background-image: none;
- color: @menu_fg_color;
-}
-
-.menuitem .entry:active,
-.menuitem .entry:focus {
- border-color: shade(@menu_bg_color, 0.7);
-}
-
-.menuitem .accelerator {
- color: alpha(@menu_fg_color, 0.6);
-}
-
-.menuitem .accelerator:hover {
- color: alpha(@theme_selected_fg_color, 0.8);
-}
-
-.menuitem .accelerator:insensitive {
- color: alpha(mix(@menu_fg_color, @menu_bg_color, 0.5), 0.6);
-}
-
-GtkModelMenuItem GtkBox GtkImage {
- padding-right: 4px;
-}
-
-/************
- * popovers *
- ************/
-GtkPopover {
- margin: 10px;
- padding: 2px;
- border-radius: 0;
- border-color: shade(@theme_bg_color, 0.8);
- border-width: 1px;
- border-style: solid;
- background-clip: border-box;
- background-color: @theme_bg_color;
- color: @theme_fg_color;
- box-shadow: 0 2px 3px alpha(black, 0.5);
-}
-
-GtkPopover.osd {
- box-shadow: 0 2px 7px 3px alpha(black, 0.5);
-}
-
-GtkPopover > .list,
-GtkPopover > .view,
-GtkPopover > .toolbar {
- background-color: transparent;
-}
-
-GtkPopover.osd > .toolbar .button {
- border-radius: 0;
- border-width: 0;
- background-image: none;
- background-color: transparent;
-}
-
-GtkPopover .separator {
- border: 0;
- background-color: transparent;
- color: alpha(currentColor, 0.5);
- font-size: 80%;
- font-weight: bold;
-}
-
-GtkModelButton.button,
-GtkModelButton.button:active,
-GtkModelButton.button:insensitive,
-GtkModelButton.button:active:insensitive {
- background-color: transparent;
- background-image: none;
- border-color: transparent;
- border-style: none;
- box-shadow: none;
- color: @theme_fg_color;
-}
-
-GtkModelButton.button:active:hover,
-GtkModelButton.button:hover,
-GtkModelButton.button:selected {
- border-width: 0;
- border-color: transparent;
- background-color: @theme_selected_bg_color;
- background-image: none;
- color: @theme_selected_fg_color;
-}
-
-/************
- * notebook *
- ************/
-.notebook {
- padding: 0;
- border-width: 1px;
- border-style: solid;
- border-color: shade(@theme_base_color, 0.7);
- border-radius: 0;
- background-color: @theme_base_color;
- background-image: none;
- background-clip: border-box;
-
- -GtkNotebook-initial-gap: 0;
- -GtkNotebook-has-tab-gap: false;
-}
-
-.notebook.frame {
- border-width: 1px;
-}
-
-.notebook.header {
- border-width: 0;
- background-color: shade(@theme_base_color, 0.85);
-}
-
-.notebook.header.frame {
- border-color: shade(@theme_base_color, 0.75);
-}
-
-.notebook.header.frame.top {
- border-width: 1px 1px 0 1px;
-}
-
-.notebook.header.frame.right {
- border-width: 1px 1px 1px 0;
-}
-
-.notebook.header.frame.bottom {
- border-width: 0 1px 1px 1px;
-}
-
-.notebook.header.frame.left {
- border-width: 1px 0 1px 1px;
-}
-
-.notebook GtkViewport {
- border-width: 0;
- background-color: @theme_base_color;
- color: @theme_text_color;
-}
-
-.notebook tab {
- padding: 4px;
- border-style: none;
- background-color: shade(@theme_base_color, 0.85);
- background-image: none;
-}
-
-.notebook tab:hover {
- background-color: shade(@theme_base_color, 0.95);
- background-image: none;
-}
-
-.notebook tab:active {
- background-color: shade(@dark_bg_color, 1.0);
- background-image: none;
-}
-
-.notebook tab.top {
- border-bottom-right-radius: 0;
- border-bottom-left-radius: 0;
-}
-
-.notebook tab.top:active {
- box-shadow:inset 0 -2px @dark_bg_color;
-}
-
-.notebook tab.right {
- border-bottom-left-radius: 0;
- border-top-left-radius: 0;
-}
-
-.notebook tab.right:active {
- box-shadow:inset 2px 0 @dark_bg_color;
-}
-
-.notebook tab.bottom {
- border-top-right-radius: 0;
- border-top-left-radius: 0;
-}
-
-.notebook tab.bottom:active {
- box-shadow:inset 0 2px @dark_bg_color;
-}
-
-.notebook tab.left {
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
-}
-
-.notebook tab.left:active {
- box-shadow:inset -2px 0 @dark_bg_color;
-}
-
-.notebook tab GtkLabel {
- color: mix(@theme_text_color, @theme_base_color, 0.3);
-}
-
-.notebook .active-page,
-.notebook tab .active-page GtkLabel {
- color: @theme_text_color;
-}
-
-/* close button styling */
-.notebook tab .button,
-.notebook tab .button:active,
-.notebook tab .button:hover {
- padding: 1px;
- border-width: 1px;
- border-radius: 0;
- border-style: solid;
- border-color: transparent;
- background-image: none;
- background-color: transparent;
- color: mix(@theme_text_color, @theme_base_color, 0.5);
-}
-
-.notebook tab .button:hover {
- color: @theme_text_color;
- border-color: shade(@theme_base_color, 0.8);
-}
-
-.notebook tab .button:active,
-.notebook tab .button:active:hover {
- border-color: shade(@theme_base_color, 0.7);
- background-color: shade(@theme_base_color, 0.95);
-}
-
-/******************
- * pane separator *
- ******************/
-.pane-separator {
- background-color: @theme_bg_color;
- color: transparent;
-}
-
-/*************************
- * progressbar and scale *
- *************************/
-GtkProgressBar {
- padding: 0;
- border-width: 1px;
- border-radius: 0;
-}
-
-.progressbar,
-.progressbar row,
-.progressbar row:hover,
-.progressbar row:selected,
-.progressbar row:selected:focus {
- border-width: 1px;
- border-style: solid;
- border-color: shade(@theme_selected_bg_color, 0.9);
- background-color: @theme_selected_bg_color;
- background-image: linear-gradient(to bottom,
- @theme_selected_bg_color,
- );
-}
-
-.trough,
-.trough row,
-.trough row:hover,
-.trough row:selected,
-.trough row:selected:focus {
- border-width: 1px;
- border-style: solid;
- border-color: shade(@theme_bg_color, 0.8);
- background-color: shade(@theme_bg_color, 1.08);
- background-image: none;
-}
-
-/* level bars as used for password quality or remaining power */
-GtkLevelBar {
- -GtkLevelBar-min-block-width: 34;
- -GtkLevelBar-min-block-height: 2;
-}
-
-GtkLevelBar.vertical {
- -GtkLevelBar-min-block-width: 2;
- -GtkLevelBar-min-block-height: 34;
-}
-
-.level-bar.trough {
- padding: 1px;
- border-radius: 0;
-}
-
-.level-bar.fill-block {
- border-width: 1px;
- border-style: solid;
- border-color: shade(@theme_selected_bg_color, 0.9);
- background-color: @theme_selected_bg_color;
-}
-
-.level-bar.indicator-continuous.fill-block {
- padding: 1px;
- border-radius: 0;
-}
-
-.level-bar.indicator-discrete.fill-block.horizontal {
- margin: 0 1px;
-}
-
-.level-bar.indicator-discrete.fill-block.vertical {
- margin: 1px 0;
-}
-
-/* discrete indicator border rounding,
- uncomment when :nth-child will be working
- on the widget
-
-.level-bar.indicator-discrete.fill-block.horizontal:first-child {
- border-radius: 0 0 0 2px;
-}
-
-.level-bar.indicator-discrete.fill-block.horizontal:last-child {
- border-radius: 0 2px 2px 0;
-}
-
-.level-bar.indicator-discrete.fill-block.vertical:first-child {
- border-radius: 0 2px 0 0;
-}
-
-.level-bar.indicator-discrete.fill-block.vertical:last-child {
- border-radius: 0 0 2px 2px;
-}
-*/
-
-.level-bar.fill-block.level-high {
- border-color: shade(@success_color, 0.85);
- background-image: linear-gradient(to bottom,
- shade(@success_color, 1.2),
- @success_color 75%,
- shade(@success_color, 0.95)
- );
-}
-
-.level-bar.fill-block.level-low {
- border-color: shade(@warning_color, 0.80);
- background-image: linear-gradient(to bottom,
- shade(@warning_color, 1.3),
- @warning_color 75%,
- shade(@warning_color, 0.9)
- );
-}
-
-.level-bar.fill-block.empty-fill-block {
- border-color: alpha(@theme_fg_color, 0.1);
- background-color: transparent;
- background-image: none;
-}
-
-.scale {
- -GtkRange-slider-width: 16;
- -GtkRange-trough-border: 1;
- -GtkScale-slider-length: 16;
-
- padding: 0;
- border-width: 1px;
- border-radius: 0;
-}
-
-.scale.slider {
- border-radius: 0px;
- background-color: shade(@theme_bg_color, 1.08);
- background-image: none;
- /* we will draw the border using box shadow for now */
- box-shadow: inset 1px 0 shade(@theme_bg_color, 0.8),
- inset 0 1px shade(@theme_bg_color, 0.8),
- inset -1px 0 shade(@theme_bg_color, 0.8),
- inset 0 -1px shade(@theme_bg_color, 0.8);
-}
-
-.scale.slider:hover {
- box-shadow: inset 1px 0 shade(@theme_bg_color, 0.7),
- inset 0 1px shade(@theme_bg_color, 0.7),
- inset -1px 0 shade(@theme_bg_color, 0.7),
- inset 0 -1px shade(@theme_bg_color, 0.7);
-}
-
-.scale.slider:insensitive {
- background-color: shade(@theme_bg_color, 0.9);
- background-image: none;
- box-shadow: inset 1px 0 shade(@theme_bg_color, 0.85),
- inset 0 1px shade(@theme_bg_color, 0.85),
- inset -1px 0 shade(@theme_bg_color, 0.85),
- inset 0 -1px shade(@theme_bg_color, 0.85);
-}
-
-.scale.slider.fine-tune:active,
-.scale.slider.fine-tune:active:hover,
-.scale.slider.fine-tune.horizontal:active,
-.scale.slider.fine-tune.horizontal:active:hover {
- background-size: 50%;
- background-repeat: no-repeat;
- background-position: center;
-}
-
-.scale.mark {
- border-color: shade(@theme_bg_color, 0.8);
-}
-
-.scale.trough {
- margin: 7px 0;
- border-color: shade(@theme_bg_color, 0.8);
- border-radius: 0;
- background-color: shade(@theme_bg_color, 1.08);
- background-image: none;
-}
-
-.scale.trough.vertical {
- margin: 0 7px;
-}
-
-.menuitem .scale.highlight.left,
-.scale.highlight.left {
- border-color: @theme_selected_bg_color;
- background-color: @theme_selected_bg_color;
- background-image: none;
-}
-
-.menuitem .scale.highlight.left:hover {
- border-color: shade(@theme_selected_bg_color, 0.8);
- background-color: shade(@theme_selected_bg_color, 0.8);
-}
-
-.scale.highlight.bottom {
- border-color: @theme_selected_bg_color;
- background-color: @theme_selected_bg_color;
- background-image: none;
-}
-
-.scale.trough:insensitive,
-.scale.highlight.left:insensitive {
- border-color: shade(@theme_bg_color, 0.85);
- background-color: shade(@theme_bg_color, 0.9);
- background-image: none;
-}
-
-/*************
- * scrollbar *
- *************/
-.scrollbar {
- border-width: 1px;
- border-style: solid;
- padding: 0;
-}
-
-.scrollbars-junction,
-.scrollbar.trough {
- border-width: 0;
- border-radius: 0;
- background-color: @theme_bg_color;
- background-image: none;
-}
-
-.scrollbar.button,
-.scrollbar.button:active,
-.scrollbar.button:active:hover {
- border-width: 0;
- border-radius: 0;
- background-color: transparent;
- background-image: none;
- color: shade(@theme_bg_color, 0.6);
-}
-
-.scrollbar.slider {
- border: 1px solid transparent;
- box-shadow: inset 1px 1px shade(@dark_bg_color, 0.9), inset -1px -1px shade(@dark_bg_color, 0.9);
- border-radius: 0;
- background-color: shade(@dark_bg_color, 1.05);
-}
-
-.scrollbar.slider:hover,
-.scrollbar.slider.vertical:hover {
- background-color: shade(@dark_bg_color, 1.0);
-}
-
-.scrollbar.slider:active,
-.scrollbar.slider.vertical:active {
- background-color: shade(@dark_bg_color, 0.9);
-}
-
-.scrollbar.slider.fine-tune:prelight:active {
- border-width: 2px;
- border-color: transparent;
-}
-
-/* overlay scrollbar */
-OsThumb {
- color: shade(@theme_bg_color, 0.7);
-}
-
-OsThumb:selected,
-OsScrollbar:selected {
- background-color: @theme_selected_bg_color;
-}
-
-OsThumb:active,
-OsScrollbar:active {
- background-color: @theme_selected_bg_color;
-}
-
-OsThumb:insensitive,
-OsScrollbar:insensitive {
- background-color: shade(@theme_bg_color, 0.9);
-}
-
-/*************
- * separator *
- *************/
-.sidebar.view.separator,
-.view.separator,
-.separator {
- border-width: 1px;
- border-style: solid;
- border-color: shade(@theme_bg_color, 0.9);
- color: shade(@theme_bg_color, 0.9);
-}
-
-.button .separator,
-.button.separator {
- border-color: shade(@theme_bg_color, 0.95);
-}
-
-.button .separator:insensitive,
-.button.separator:insensitive {
- border-color: shade(@theme_bg_color, 0.85);
-}
-
-.primary-toolbar GtkSeparatorToolItem,
-.primary-toolbar .separator,
-.primary-toolbar .separator:insensitive,
-.toolbar GtkSeparatorToolItem,
-.toolbar .separator,
-.toolbar .separator:insensitive {
- -GtkWidget-window-dragging: true;
-
- border-color: shade(@toolbar_bg_color, 0.95);
- color: shade(@toolbar_bg_color, 0.95);
-}
-
-.header-bar GtkSeparatorToolItem,
-.header-bar .separator,
-.header-bar .separator:insensitive,
-.titlebar GtkSeparatorToolItem,
-.titlebar .separator,
-.titlebar .separator:insensitive {
- -GtkWidget-window-dragging: true;
-
- border-color: shade(@titlebar_bg_color, 0.95);
- color: shade(@titlebar_bg_color, 0.95);
-}
-
-.primary-toolbar .button .separator,
-.primary-toolbar .button.separator,
-.toolbar .button .separator,
-.toolbar .button.separator {
- border-color: shade(@toolbar_bg_color, 0.95);
-}
-
-.header-bar .button .separator,
-.header-bar .button.separator,
-.titlebar .button .separator,
-.titlebar .button.separator {
- border-color: shade(@titlebar_bg_color, 0.95);
-}
-
-.primary-toolbar .button .separator:insensitive,
-.primary-toolbar .button.separator:insensitive,
-.toolbar .button .separator:insensitive,
-.toolbar .button.separator:insensitive {
- border-color: shade(@toolbar_bg_color, 0.85);
-}
-
-.header-bar .button .separator:insensitive,
-.header-bar .button.separator:insensitive,
-.titlebar .button .separator:insensitive,
-.titlebar .button.separator:insensitive {
- border-color: shade(@titlebar_bg_color, 0.85);
-}
-
-.menuitem.separator {
- -GtkMenuItem-horizontal-padding: 0;
- -GtkWidget-separator-height: 1;
-
- border-style: none;
- color: shade(@menu_bg_color, 0.9);
-}
-
-GtkComboBox .separator {
- /* always disable separators */
- -GtkWidget-wide-separators: true;
- -GtkWidget-horizontal-separator: 0;
- -GtkWidget-vertical-separator: 0;
-
- border-style: none;
-}
-
-/***********
- * sidebar *
- ***********/
-.sidebar,
-.sidebar.view,
-.sidebar .view,
-.sidebar GtkScrolledWindow {
- background-color: @theme_bg_color;
- color: mix(@theme_fg_color, @theme_bg_color, 0.1);
-}
-
-.sidebar row:selected,
-.sidebar row:selected:hover,
-.sidebar row:selected:focus,
-.sidebar .view row:selected,
-.sidebar .view row:selected:hover,
-.sidebar .view row:selected:focus {
- border-color: shade(@theme_selected_bg_color, 0.9);
- background-color: @theme_selected_bg_color;
- background-image: none;
- color: @theme_selected_fg_color;
-}
-
-.sidebar row:prelight,
-.sidebar .view row:prelight {
- border-color: shade(@theme_bg_color, 1.05);
- background-color: shade(@theme_bg_color, 1.05);
- background-image: none;
- color: @theme_fg_color;
-}
-
-.sidebar row:selected:prelight,
-.sidebar .view row:selected:prelight {
- border-color: shade(@theme_selected_bg_color, 1.05);
- background-color: shade(@theme_selected_bg_color, 1.05);
- background-image: none;
- color: @theme_selected_fg_color;
-}
-
-.sidebar .frame {
- border-width: 0;
-}
-
-/**************
- * spinbutton *
- **************/
-.spinbutton .button {
- color: mix(@theme_text_color, @theme_base_color, 0.4);
- padding: 2px 4px;
- border-width: 0;
- border-radius: 0;
- border-style: none;
- background-color: transparent;
- background-image: none;
- box-shadow: inset 1px 0 shade(@theme_base_color, 0.9);
-}
-
-.spinbutton .button:insensitive {
- color: mix(@theme_text_color, @theme_base_color, 0.7);
- box-shadow: inset 1px 0 shade(@theme_bg_color, 0.95);
-}
-
-.spinbutton .button:active,
-.spinbutton .button:hover {
- color: @theme_fg_color;
-}
-
-.spinbutton .button:first-child {
- border-radius: 0;
- box-shadow: none;
-}
-
-.spinbutton .button:last-child {
- border-radius: 0;
-}
-
-.spinbutton .button:dir(rtl) {
- box-shadow: inset -1px 0 shade(@theme_base_color, 0.9);
-}
-
-.spinbutton.vertical .button {
- border-width: 1px;
- border-style: solid;
- border-color: shade(@theme_bg_color, 0.8);
- border-radius: 0;
- background-color: shade(@theme_bg_color, 1.08);
- background-image: none;
- color: @theme_fg_color;
- box-shadow: none;
-}
-
-.spinbutton.vertical .button:hover {
- border-color: shade(@theme_bg_color, 0.7);
- background-color: shade(@theme_bg_color, 1.10);
- background-image: none;
-}
-
-.spinbutton.vertical .button:active {
- border-color: shade(@theme_bg_color, 0.8);
- background-color: shade(@theme_bg_color, 0.95);
- background-image: none;
-}
-
-.spinbutton.vertical .button:active:hover {
- border-color: shade(@theme_bg_color, 0.7);
-}
-
-.spinbutton.vertical .button:focus,
-.spinbutton.vertical .button:hover:focus,
-.spinbutton.vertical .button:active:focus,
-.spinbutton.vertical .button:active:hover:focus {
- border-color: shade(@theme_bg_color, 0.7);
-}
-
-.spinbutton.vertical .button:insensitive {
- border-color: shade(@theme_bg_color, 0.85);
- background-color: shade(@theme_bg_color, 0.9);
- background-image: none;
-}
-
-.spinbutton.vertical .button:first-child {
- border-width: 1px;
- border-bottom-width: 0;
- border-radius: 0;
- border-bottom-right-radius: 0;
- border-bottom-left-radius: 0;
-}
-
-.spinbutton.vertical .button:last-child {
- border-width: 1px;
- border-top-width: 0;
- border-radius: 0;
- border-top-left-radius: 0;
- border-top-right-radius: 0;
-}
-
-.spinbutton.vertical.entry {
- border-width: 1px;
- border-style: solid;
- border-radius: 0;
-}
-
-/***********
- * spinner *
- ***********/
-@keyframes spinner {
- 00.0% { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.70)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.40)), to(transparent)); }
-
- 10.0% { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.80)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.90)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.60)), to(transparent)); }
-
- 20.0% { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.60)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.90)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.80)), to(transparent)); }
-
- 30.0% { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.40)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.70)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent)); }
-
- 40.0% { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.20)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.50)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.80)), to(transparent)); }
-
- 50.0% { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(transparent), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.30)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.60)), to(transparent)); }
-
- 60.0% { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.20)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.10)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.40)), to(transparent)); }
-
- 70.0% { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.40)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.10)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.20)), to(transparent)); }
-
- 80.0% { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.60)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.30)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(transparent), to(transparent)); }
-
- 90.0% { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.80)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.50)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.20)), to(transparent)); }
-
- 100% { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.70)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.40)), to(transparent)); }
-}
-
-.spinner {
- background-color: transparent;
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent));
-
- background-position: 0% 70%, 33% 70%, 70% 70%;
- background-size: 30% 30%;
- background-repeat: no-repeat;
-}
-
-.spinner:active {
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.70)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.40)), to(transparent));
-
- animation: spinner 1s infinite linear;
-}
-
-.menu.spinner,
-.menu .spinner,
-.menu .spinner:hover,
-.primary-toolbar .spinner {
- color: @theme_selected_bg_color;
- border: none;
- box-shadow: none;
-}
-
-/*************
- * statusbar *
- *************/
-GtkStatusbar {
- padding: 4px;
- color: @theme_fg_color;
-}
-
-/**********
- * switch *
- **********/
-GtkSwitch {
- padding: 0;
- border-radius: 0;
- font: bold condensed;
-}
-
-GtkSwitch.slider {
- border-width: 1px;
- border-style: solid;
- border-color: shade(@theme_bg_color, 0.8);
- background-color: shade(@theme_bg_color, 1.08);
- background-image: none;
-}
-
-GtkSwitch.slider:insensitive {
- border-color: shade(@theme_bg_color, 0.85);
- background-color: shade(@theme_bg_color, 0.9);
- background-image: none;
-}
-
-GtkSwitch.trough {
- border-color: shade(@theme_bg_color, 0.8);
- background-color: shade(@theme_bg_color, 0.95);
- background-image: none;
- color: @theme_fg_color;
-}
-
-GtkSwitch.trough:active {
- border-color: shade(@theme_selected_bg_color, 0.9);
- background-color: @theme_selected_bg_color;
- background-image: none;
- color: @theme_selected_fg_color;
-}
-
-GtkSwitch.trough:insensitive {
- border-color: shade(@theme_bg_color, 0.85);
- background-color: shade(@theme_bg_color, 0.9);
- background-image: none;
- color: mix(@theme_fg_color, @theme_bg_color, 0.5);
-}
-
-/************
- * textview *
- ************/
-GtkTextView {
- background-color: @theme_base_color;
- color: @theme_text_color;
-}
-
-/*****************
- * color chooser *
- *****************/
-GtkColorSwatch,
-GtkColorSwatch:selected {
- border-width: 1px;
- border-style: solid;
- border-color: alpha(black, 0.1);
- border-radius: 0;
- background-color: transparent;
- background-clip: border-box;
-}
-
-GtkColorSwatch:hover,
-GtkColorSwatch:selected:hover {
- border-color: alpha(black, 0.3);
-}
-
-GtkColorSwatch.color-dark:hover {
-}
-
-GtkColorSwatch.color-light:hover {
-}
-
-GtkColorSwatch.color-light:selected:hover,
-GtkColorSwatch.color-dark:selected:hover {
- background-image: none;
-}
-
-GtkColorSwatch.left,
-GtkColorSwatch:first-child {
- border-top-left-radius: 2px;
- border-bottom-left-radius: 2px;
-}
-
-GtkColorSwatch.right,
-GtkColorSwatch:last-child {
- border-top-right-radius: 2px;
- border-bottom-right-radius: 2px;
-}
-
-GtkColorSwatch:only-child {
- border-radius: 0;
-}
-
-GtkColorSwatch.top {
- border-top-left-radius: 2px;
- border-top-right-radius: 2px;
-}
-
-GtkColorSwatch.bottom {
- border-bottom-left-radius: 2px;
- border-bottom-right-radius: 2px;
-}
-
-GtkColorChooserWidget #add-color-button {
- background-clip: padding-box;
- border-color: alpha(black, 0.1);
- background-color: shade(@theme_bg_color, 0.95);
- color: @theme_fg_color;
-}
-
-GtkColorChooserWidget #add-color-button:hover {
- border-color: alpha(black, 0.3);
- background-color: shade(@theme_bg_color, 0.90);
- color: @theme_fg_color;
-}
-
-.color-active-badge,
-.color-active-badge:selected {
- border-width: 1px;
- border-style: solid;
- border-width: 2px;
- background-color: transparent;
-}
-
-.color-active-badge.color-light,
-.color-active-badge.color-light:hover {
- border-color: alpha(black, 0.3);
- color: alpha(black, 0.3);
-}
-
-.color-active-badge.color-dark,
-.color-active-badge.color-dark:hover {
- border-color: alpha(white, 0.3);
- color: alpha(white, 0.3);
-}
-
-GtkColorEditor GtkColorSwatch {
- border-radius: 0;
-}
-
-GtkColorEditor GtkColorSwatch.color-dark:hover,
-GtkColorEditor GtkColorSwatch.color-light:hover {
- background-image: none;
- border-color: alpha(black, 0.3);
-}
-
-GtkColorButton.button {
- padding: 2px;
-}
-
-/**************
- * header-bar *
- **************/
-.header-bar {
- padding: 4px;
- border-width: 0 0 1px 0;
- border-style: solid;
- border-color: shade(@titlebar_bg_color, 0.8);
- background-color: @titlebar_bg_color;
- background-image: none;
- color: @titlebar_fg_color;
-}
-
-.header-bar .button.text-button {
- padding: 4px;
-}
-
-.header-bar .button.image-button {
- padding: 6px;
-}
-
-.header-bar .title {
- font: bold;
- padding: 0 12px;
-}
-
-.header-bar .subtitle {
- font: smaller;
- padding: 0 12px;
-}
-
-.header-bar GtkComboBox,
-.header-bar .button {
- border-color: shade(@titlebar_bg_color, 0.8);
- background-color: shade(@titlebar_bg_color, 1.08);
- background-image: none;
- color: @titlebar_fg_color;
-}
-
-.header-bar .button:hover {
- border-color: shade(@titlebar_bg_color, 0.7);
- background-color: shade(@titlebar_bg_color, 1.10);
- background-image: none;
-}
-
-.header-bar .button:active {
- border-color: shade(@titlebar_bg_color, 0.8);
- background-color: shade(@titlebar_bg_color, 0.95);
- background-image: none;
-}
-
-.header-bar .button:active:hover {
- border-color: shade(@titlebar_bg_color, 0.7);
-}
-
-.header-bar .button:focus,
-.header-bar .button:hover:focus,
-.header-bar .button:active:focus,
-.header-bar .button:active:hover:focus {
- border-color: shade(@titlebar_bg_color, 0.7);
-}
-
-.header-bar .button:insensitive {
- border-color: shade(@titlebar_bg_color, 0.85);
- background-color: shade(@titlebar_bg_color, 0.9);
- background-image: none;
-}
-
-.header-bar .button:active *:insensitive {
- border-color: shade(@titlebar_bg_color, 0.75);
- background-color: shade(@titlebar_bg_color, 0.80);
- background-image: none;
-}
-
-.header-bar .entry {
- border-color: shade(@titlebar_bg_color, 0.8);
-}
-
-.header-bar .entry:active,
-.header-bar .entry:focus {
- border-color: shade(@titlebar_bg_color, 0.7);
-}
-
-/***********
- * toolbar *
- ***********/
-.toolbar {
- padding: 4px;
- border-style: none;
- background-color: @toolbar_bg_color;
- background-image: none;
- color: @toolbar_fg_color;
-}
-
-.toolbar .button {
- padding: 2px;
-}
-
-.toolbar .button.text-button {
- padding: 2px 4px;
-}
-
-.toolbar .button.image-button {
- padding: 4px 3px 3px 4px;
-}
-
-.toolbar:insensitive {
- background-color: shade(@toolbar_bg_color, 0.9);
- color: mix(@toolbar_fg_color, @toolbar_bg_color, 0.5);
-}
-
-/* menubar toolbars */
-.toolbar.menubar {
- -GtkToolbar-button-relief: normal;
-}
-
-/*******************
- * primary-toolbar *
- *******************/
-.primary-toolbar,
-.primary-toolbar .toolbar,
-.primary-toolbar.toolbar {
- -GtkWidget-window-dragging: true;
-
- padding: 4px;
- border-width: 0 0 1px 0;
- border-style: solid;
- border-color: shade(@toolbar_bg_color, 0.8);
- background-color: @toolbar_bg_color;
- background-image: none;
- color: @toolbar_fg_color;
-}
-
-.primary-toolbar GtkComboBox,
-.primary-toolbar .button {
- padding: 6px;
- border-width: 1px;
- border-color: transparent;
- border-radius: 0;
- background-color: transparent;
- background-image: none;
- color: @toolbar_fg_color;
-}
-
-.primary-toolbar .raised .button,
-.primary-toolbar .raised.button,
-.toolbar GtkComboBox,
-.toolbar .button {
- border-color: shade(@toolbar_bg_color, 0.8);
- background-color: shade(@toolbar_bg_color, 1.08);
- background-image: none;
- color: @toolbar_fg_color;
- padding: 6px;
-}
-
-.primary-toolbar .button:hover,
-.toolbar .button:hover {
- border-color: shade(@toolbar_bg_color, 0.7);
- background-color: shade(@toolbar_bg_color, 1.10);
- background-image: none;
-}
-
-.primary-toolbar .button:active,
-.toolbar .button:active {
- border-color: shade(@toolbar_bg_color, 0.8);
- background-color: shade(@toolbar_bg_color, 0.95);
- background-image: none;
-}
-
-.primary-toolbar .button:active:hover,
-.toolbar .button:active:hover {
- border-color: shade(@toolbar_bg_color, 0.7);
-}
-
-.primary-toolbar .button:focus,
-.primary-toolbar .button:hover:focus,
-.primary-toolbar .button:active:focus,
-.primary-toolbar .button:active:hover:focus,
-.toolbar .button:focus,
-.toolbar .button:hover:focus,
-.toolbar .button:active:focus,
-.toolbar .button:active:hover:focus {
- border-color: shade(@toolbar_bg_color, 0.7);
-}
-
-.primary-toolbar .button:insensitive,
-.toolbar .button:insensitive {
- border-color: shade(@toolbar_bg_color, 0.85);
- background-color: shade(@toolbar_bg_color, 0.9);
- background-image: none;
-}
-
-.primary-toolbar .button:active *:insensitive,
-.toolbar .button:active *:insensitive {
- border-color: shade(@toolbar_bg_color, 0.75);
- background-color: shade(@toolbar_bg_color, 0.80);
- background-image: none;
-}
-
-.primary-toolbar .entry,
-.toolbar .entry {
- border-color: shade(@toolbar_bg_color, 0.8);
-}
-
-.primary-toolbar .entry:active,
-.primary-toolbar .entry:focus,
-.toolbar .entry:active,
-.toolbar .entry:focus {
- border-color: shade(@toolbar_bg_color, 0.7);
-}
-
-/* inline-toolbar */
-.inline-toolbar.toolbar {
- -GtkToolbar-button-relief: normal;
-
- padding: 1px;
- border-width: 1px;
- border-style: solid;
- border-color: shade(@theme_bg_color, 0.8);
- border-radius: 0;
- background-color: @theme_bg_color;
- background-image: none;
-}
-
-.inline-toolbar.toolbar:last-child {
- border-width: 0 1px 1px 1px;
- border-color: shade(@theme_bg_color, 0.8);
- border-radius: 0;
-}
-
-.inline-toolbar.toolbar .button {
- padding: 1px;
- border-width: 1px 0 1px 1px;
- border-style: solid;
- border-color: shade(@theme_bg_color, 0.8);
- border-radius: 0;
- background-color: shade(@theme_bg_color, 1.08);
- background-image: none;
- color: @theme_fg_color;
-}
-
-.inline-toolbar.toolbar .button:hover {
- border-color: shade(@theme_bg_color, 0.7);
- background-color: shade(@theme_bg_color, 1.10);
- background-image: none;
-}
-
-.inline-toolbar.toolbar .button:active {
- border-color: shade(@theme_bg_color, 0.8);
- background-color: shade(@theme_bg_color, 0.95);
- background-image: none;
-}
-
-.inline-toolbar.toolbar .button:active:hover {
- border-color: shade(@theme_bg_color, 0.7);
-}
-
-.inline-toolbar.toolbar .button:focus,
-.inline-toolbar.toolbar .button:hover:focus,
-.inline-toolbar.toolbar .button:active:focus,
-.inline-toolbar.toolbar .button:active:hover:focus {
- border-color: shade(@theme_bg_color, 0.7);
-}
-
-.inline-toolbar.toolbar .button:insensitive,
-.inline-toolbar.toolbar GtkToolButton .button:insensitive {
- border-color: shade(@theme_bg_color, 0.85);
- background-color: shade(@theme_bg_color, 0.9);
- background-image: none;
-}
-
-.inline-toolbar.toolbar .button:active *:insensitive
-.inline-toolbar.toolbar GtkToolButton .button:active *:insensitive {
- border-color: shade(@theme_bg_color, 0.75);
- background-color: shade(@theme_bg_color, 0.80);
- background-image: none;
-}
-
-/******************
- * linked buttons *
- *****************/
-/* set up shadows for visual separation */
-.linked .button,
-.inline-toolbar.toolbar .button,
-.inline-toolbar.toolbar GtkToolButton .button,
-.inline-toolbar.toolbar GtkToolButton > .button {
- box-shadow: inset -1px 0 shade(@theme_bg_color, 0.9);
-}
-
-.linked .button:active,
-.inline-toolbar.toolbar .button:active,
-.inline-toolbar.toolbar GtkToolButton .button:active,
-.inline-toolbar.toolbar GtkToolButton > .button:active {
- box-shadow: inset -1px 0 shade(@theme_bg_color, 0.9),
- inset 1px 0 alpha(@dark_shadow, 0.07),
- inset 0 1px alpha(@dark_shadow, 0.08),
- inset 0 -1px alpha(@dark_shadow, 0.05);
-}
-
-.linked .button:insensitive,
-.inline-toolbar.toolbar .button:insensitive,
-.inline-toolbar.toolbar GtkToolButton .button:insensitive,
-.inline-toolbar.toolbar GtkToolButton > .button:insensitive {
- box-shadow: inset -1px 0 shade(@theme_bg_color, 0.85);
-}
-
-/* remove box shadow from last-child and only-child */
-.linked .button:last-child,
-.linked .button:only-child,
-.linked .button:insensitive:last-child,
-.linked .button:insensitive:only-child,
-.linked .button:active *:insensitive:last-child,
-.linked .button:active *:insensitive:only-child,
-.inline-toolbar.toolbar .button:last-child,
-.inline-toolbar.toolbar .button:only-child,
-.inline-toolbar.toolbar .button:insensitive:last-child,
-.inline-toolbar.toolbar .button:insensitive:only-child,
-.inline-toolbar.toolbar .button:active *:insensitive:last-child,
-.inline-toolbar.toolbar .button:active *:insensitive:only-child,
-.inline-toolbar.toolbar GtkToolButton:last-child > .button,
-.inline-toolbar.toolbar GtkToolButton:only-child > .button,
-.inline-toolbar.toolbar GtkToolButton:last-child > .button:insensitive,
-.inline-toolbar.toolbar GtkToolButton:only-child > .button:insensitive,
-.inline-toolbar.toolbar GtkToolButton:last-child > .button:active *:insensitive,
-.inline-toolbar.toolbar GtkToolButton:only-child > .button:active *:insensitive {
- box-shadow: none;
-}
-
-/* add back the inset shadow effect */
-.linked .button:active:last-child,
-.linked .button:active:only-child,
-.inline-toolbar.toolbar .button:active:last-child,
-.inline-toolbar.toolbar .button:active:only-child,
-.inline-toolbar.toolbar GtkToolButton:last-child > .button:active,
-.inline-toolbar.toolbar GtkToolButton:only-child > .button:active {
- box-shadow: inset 1px 0 alpha(@dark_shadow, 0.07),
- inset 0 1px alpha(@dark_shadow, 0.08),
- inset -1px 0 alpha(@dark_shadow, 0.07);
-}
-
-/* middle button */
-.linked .entry,
-.linked .button,
-.linked .button:active,
-.linked .button:active:hover,
-.linked .button:insensitive,
-.inline-toolbar.toolbar .button,
-.inline-toolbar.toolbar .button:active,
-.inline-toolbar.toolbar .button:insensitive,
-.inline-toolbar.toolbar GtkToolButton .button,
-.inline-toolbar.toolbar GtkToolButton .button:active,
-.inline-toolbar.toolbar GtkToolButton .button:insensitive {
- border-width: 1px;
- border-radius: 0;
- border-right-width: 0;
- border-left-width: 0;
-}
-
-/*leftmost button */
-.linked .entry:first-child,
-.linked .button:first-child,
-.linked .button:active:first-child,
-.linked .button:active:hover:first-child,
-.linked .button:insensitive:first-child,
-.inline-toolbar.toolbar .button:first-child,
-.inline-toolbar.toolbar .button:active:first-child,
-.inline-toolbar.toolbar .button:insensitive:first-child,
-.inline-toolbar.toolbar GtkToolButton:first-child .button,
-.inline-toolbar.toolbar GtkToolButton:first-child .button:active,
-.inline-toolbar.toolbar GtkToolButton:first-child .button:insensitive {
- border-width: 1px;
- border-radius: 0;
- border-right-width: 0;
- border-bottom-right-radius: 0;
- border-top-right-radius: 0;
-}
-
-/* rightmost button */
-.linked .entry:last-child,
-.linked .button:last-child,
-.linked .button:active:last-child,
-.linked .button:active:hover:last-child,
-.linked .button:insensitive:last-child,
-.inline-toolbar.toolbar .button:last-child,
-.inline-toolbar.toolbar .button:active:last-child,
-.inline-toolbar.toolbar .button:insensitive:last-child,
-.inline-toolbar.toolbar GtkToolButton:last-child .button,
-.inline-toolbar.toolbar GtkToolButton:last-child .button:active,
-.inline-toolbar.toolbar GtkToolButton:last-child .button:insensitive {
- border-width: 1px;
- border-radius: 0;
- border-left-width: 0;
- border-bottom-left-radius: 0;
- border-top-left-radius: 0;
-}
-
-/* linked single button */
-.linked .entry:only-child,
-.linked .button:only-child,
-.linked .button:active:only-child,
-.linked .button:active:hover:only-child,
-.linked .button:insensitive:only-child,
-.inline-toolbar.toolbar .button:only-child,
-.inline-toolbar.toolbar .button:active:only-child,
-.inline-toolbar.toolbar .button:insensitive:only-child,
-.inline-toolbar.toolbar GtkToolButton:only-child .button,
-.inline-toolbar.toolbar GtkToolButton:only-child .button:active,
-.inline-toolbar.toolbar GtkToolButton:only-child .button:insensitive {
- border-width: 1px;
- border-radius: 0;
-}
-
-/* linked button shadows (vertical) */
-.linked.vertical .button,
-.inline-toolbar.toolbar.vertical .button,
-.inline-toolbar.toolbar.vertical GtkToolButton > .button {
- box-shadow: inset 0 -1px shade(@theme_bg_color, 0.9);
-}
-
-.linked.vertical .button:active,
-.inline-toolbar.toolbar.vertical .button:active,
-.inline-toolbar.toolbar.vertical GtkToolButton > .button:active {
- box-shadow: inset 0 -1px shade(@theme_bg_color, 0.9),
- inset 1px 0 alpha(@dark_shadow, 0.07),
- inset 0 1px alpha(@dark_shadow, 0.08),
- inset -1px 0 alpha(@dark_shadow, 0.07);
-}
-
-.linked.vertical .button:insensitive,
-.inline-toolbar.toolbar.vertical .button:insensitive,
-.inline-toolbar.toolbar.vertical GtkToolButton > .button:insensitive {
- box-shadow: inset 0 -1px shade(@theme_bg_color, 0.85);
-}
-
-/* remove box shadow from last-child and only-child */
-.linked.vertical .button:last-child,
-.linked.vertical .button:only-child,
-.linked.vertical .button:insensitive:last-child,
-.linked.vertical .button:insensitive:only-child,
-.linked.vertical .button:active *:insensitive:last-child,
-.linked.vertical .button:active *:insensitive:only-child,
-.inline-toolbar.toolbar.vertical .button:last-child,
-.inline-toolbar.toolbar.vertical .button:only-child,
-.inline-toolbar.toolbar.vertical .button:insensitive:last-child,
-.inline-toolbar.toolbar.vertical .button:insensitive:only-child,
-.inline-toolbar.toolbar.vertical .button:active *:insensitive:last-child,
-.inline-toolbar.toolbar.vertical .button:active *:insensitive:only-child,
-.inline-toolbar.toolbar.vertical GtkToolButton:last-child > .button,
-.inline-toolbar.toolbar.vertical GtkToolButton:only-child > .button,
-.inline-toolbar.toolbar.vertical GtkToolButton:last-child > .button:insensitive,
-.inline-toolbar.toolbar.vertical GtkToolButton:only-child > .button:insensitive,
-.inline-toolbar.toolbar.vertical GtkToolButton:last-child > .button:active *:insensitive,
-.inline-toolbar.toolbar.vertical GtkToolButton:only-child > .button:active *:insensitive {
- box-shadow: none;
-}
-
-/* add back the inset shadow effect */
-.linked.vertical .button:active:last-child,
-.linked.vertical .button:active:only-child,
-.inline-toolbar.toolbar.vertical .button:active:last-child,
-.inline-toolbar.toolbar.vertical .button:active:only-child,
-.inline-toolbar.toolbar.vertical GtkToolButton:last-child > .button:active,
-.inline-toolbar.toolbar.vertical GtkToolButton:only-child > .button:active {
- box-shadow: inset 1px 0 alpha(@dark_shadow, 0.07),
- inset 0 1px alpha(@dark_shadow, 0.08),
- inset -1px 0 alpha(@dark_shadow, 0.07);
-}
-
-/* middle button (vertical) */
-.linked.vertical .entry,
-.linked.vertical .button,
-.linked.vertical .button:active,
-.linked.vertical .button:active:hover,
-.linked.vertical .button:insensitive {
- border-width: 1px;
- border-radius: 0;
- border-top-width: 0;
- border-bottom-width: 0;
-}
-
-/* top button (vertical) */
-.linked.vertical .entry:first-child,
-.linked.vertical .button:first-child,
-.linked.vertical .button:active:first-child,
-.linked.vertical .button:active:hover:first-child,
-.linked.vertical .button:insensitive:first-child {
- border-width: 1px;
- border-radius: 0;
- border-bottom-width: 0;
- border-bottom-right-radius: 0;
- border-bottom-left-radius: 0;
-}
-
-/* bottom button (vertical) */
-.linked.vertical .entry:last-child,
-.linked.vertical .button:last-child,
-.linked.vertical .button:active:last-child,
-.linked.vertical .button:active:hover:last-child,
-.linked.vertical .button:insensitive:last-child {
- border-width: 1px;
- border-radius: 0;
- border-top-width: 0;
- border-top-left-radius: 0;
- border-top-right-radius: 0;
-}
-
-/* linked single button (vertical) */
-.linked.vertical .entry:only-child,
-.linked.vertical .button:only-child,
-.linked.vertical .button:active:only-child,
-.linked.vertical .button:active:hover:only-child,
-.linked.vertical .button:insensitive:only-child {
- border-width: 1px;
- border-radius: 0;
-}
-
-/* linked toolbar buttons */
-.primary-toolbar .button.raised.linked,
-.primary-toolbar .raised.linked .button,
-.toolbar .button.raised.linked,
-.toolbar .raised.linked .button,
-.toolbar .linked .button {
- box-shadow: inset -1px 0 shade(@toolbar_bg_color, 0.9);
-}
-
-.primary-toolbar .button.raised.linked:active,
-.primary-toolbar .raised.linked .button:active,
-.toolbar .button.raised.linked:active,
-.toolbar .raised.linked .button:active,
-.toolbar .linked .button:active {
- box-shadow: inset -1px 0 shade(@toolbar_bg_color, 0.9),
- inset 1px 0 alpha(@dark_shadow, 0.07),
- inset 0 1px alpha(@dark_shadow, 0.08),
- inset 0 -1px alpha(@dark_shadow, 0.05);
-}
-
-.primary-toolbar .button.raised.linked:insensitive,
-.primary-toolbar .raised.linked .button:insensitive,
-.toolbar .button.raised.linked:insensitive,
-.toolbar .raised.linked .button:insensitive,
-.toolbar .linked .button:insensitive {
- box-shadow: inset -1px 0 shade(@toolbar_bg_color, 0.85);
-}
-
-/* remove box shadow from last-child and only-child */
-.primary-toolbar .button.raised.linked:last-child,
-.primary-toolbar .button.raised.linked:only-child,
-.primary-toolbar .button:insensitive.raised.linked:last-child,
-.primary-toolbar .button:insensitive.raised.linked:only-child,
-.primary-toolbar .button:active *:insensitive.raised.linked:last-child,
-.primary-toolbar .button:active *:insensitive.raised.linked:only-child,
-.primary-toolbar .raised.linked .button:last-child,
-.primary-toolbar .raised.linked .button:only-child,
-.primary-toolbar .raised.linked .button:insensitive:last-child,
-.primary-toolbar .raised.linked .button:insensitive:only-child,
-.primary-toolbar .raised.linked .button:active *:insensitive:last-child,
-.primary-toolbar .raised.linked .button:active *:insensitive:only-child,
-.toolbar .button.raised.linked:last-child,
-.toolbar .button.raised.linked:only-child,
-.toolbar .button:insensitive.raised.linked:last-child,
-.toolbar .button:insensitive.raised.linked:only-child,
-.toolbar .button:active *:insensitive.raised.linked:last-child,
-.toolbar .button:active *:insensitive.raised.linked:only-child,
-.toolbar .raised.linked .button:last-child,
-.toolbar .raised.linked .button:only-child,
-.toolbar .raised.linked .button:insensitive:last-child,
-.toolbar .raised.linked .button:insensitive:only-child,
-.toolbar .raised.linked .button:active *:insensitive:last-child,
-.toolbar .raised.linked .button:active *:insensitive:only-child,
-.toolbar .linked .button:last-child,
-.toolbar .linked .button:only-child,
-.toolbar .linked .button:insensitive:last-child,
-.toolbar .linked .button:insensitive:only-child,
-.toolbar .linked .button:active *:insensitive:last-child,
-.toolbar .linked .button:active *:insensitive:only-child {
- box-shadow: none;
-}
-
-/* add back the inset shadow effect */
-.primary-toolbar .button:active.raised.linked:last-child,
-.primary-toolbar .button:active.raised.linked:only-child,
-.primary-toolbar .raised.linked .button:active:last-child,
-.primary-toolbar .raised.linked .button:active:only-child,
-.toolbar .button:active.raised.linked:last-child,
-.toolbar .button:active.raised.linked:only-child,
-.toolbar .raised.linked .button:active:last-child,
-.toolbar .raised.linked .button:active:only-child,
-.toolbar .linked .button:active:last-child,
-.toolbar .linked .button:active:only-child {
- box-shadow: inset 1px 0 alpha(@dark_shadow, 0.07),
- inset 0 1px alpha(@dark_shadow, 0.08),
- inset -1px 0 alpha(@dark_shadow, 0.07);
-}
-
-/* middle button */
-.primary-toolbar .button.raised.linked,
-.primary-toolbar .button.raised.linked:active,
-.primary-toolbar .button.raised.linked:insensitive,
-.primary-toolbar .raised.linked .button,
-.primary-toolbar .raised.linked .button:active,
-.primary-toolbar .raised.linked .button:insensitive,
-.toolbar .button.raised.linked,
-.toolbar .button.raised.linked:active,
-.toolbar .button.raised.linked:insensitive,
-.toolbar .raised.linked .button,
-.toolbar .raised.linked .button:active,
-.toolbar .raised.linked .button:insensitive,
-.toolbar .linked .button,
-.toolbar .linked .button:active,
-.toolbar .linked .button:insensitive {
- border-width: 1px;
- border-radius: 0;
- border-right-width: 0;
- border-left-width: 0;
-}
-
-/* leftmost button */
-.primary-toolbar .button.raised.linked:first-child,
-.primary-toolbar .button.raised.linked:active:first-child,
-.primary-toolbar .button.raised.linked:insensitive:first-child,
-.primary-toolbar .raised.linked .button:first-child,
-.primary-toolbar .raised.linked .button:active:first-child,
-.primary-toolbar .raised.linked .button:insensitive:first-child,
-.toolbar .button.raised.linked:first-child,
-.toolbar .button.raised.linked:active:first-child,
-.toolbar .button.raised.linked:insensitive:first-child,
-.toolbar .raised.linked .button:first-child,
-.toolbar .raised.linked .button:active:first-child,
-.toolbar .raised.linked .button:insensitive:first-child,
-.toolbar .linked .button:first-child,
-.toolbar .linked .button:active:first-child {
- border-width: 1px;
- border-radius: 0;
- border-right-width: 0;
- border-bottom-right-radius: 0;
- border-top-right-radius: 0;
-}
-
-/* rightmost button */
-.primary-toolbar .button.raised.linked:last-child,
-.primary-toolbar .button.raised.linked:active:last-child,
-.primary-toolbar .button.raised.linked:insensitive:last-child,
-.primary-toolbar .raised.linked .button:last-child,
-.primary-toolbar .raised.linked .button:active:last-child,
-.primary-toolbar .raised.linked .button:insensitive:last-child,
-.toolbar .button.raised.linked:last-child,
-.toolbar .button.raised.linked:active:last-child,
-.toolbar .button.raised.linked:insensitive:last-child,
-.toolbar .raised.linked .button:last-child,
-.toolbar .raised.linked .button:active:last-child,
-.toolbar .raised.linked .button:insensitive:last-child,
-.toolbar .linked .button:last-child,
-.toolbar .linked .button:active:last-child,
-.toolbar .linked .button:insensitive:last-child {
- border-width: 1px;
- border-radius: 0;
- border-left-width: 0;
- border-bottom-left-radius: 0;
- border-top-left-radius: 0;
-}
-
-/* linked single button */
-.primary-toolbar .button.raised.linked:only-child,
-.primary-toolbar .button.raised.linked:active:only-child,
-.primary-toolbar .button.raised.linked:insensitive:only-child,
-.primary-toolbar .raised.linked .button:only-child,
-.primary-toolbar .raised.linked .button:active:only-child,
-.primary-toolbar .raised.linked .button:insensitive:only-child,
-.toolbar .button.raised.linked:only-child,
-.toolbar .button.raised.linked:active:only-child,
-.toolbar .button.raised.linked:insensitive:only-child,
-.toolbar .raised.linked .button:only-child,
-.toolbar .raised.linked .button:active:only-child,
-.toolbar .raised.linked .button:insensitive:only-child,
-.toolbar .linked .button:only-child,
-.toolbar .linked .button:active:only-child,
-.toolbar .linked .button:insensitive:only-child {
- border-width: 1px;
- border-radius: 0;
-}
-
-/* linked titlebar buttons */
-.header-bar .button.raised.linked,
-.header-bar .raised.linked .button,
-.header-bar .linked .button {
- box-shadow: inset -1px 0 shade(@titlebar_bg_color, 0.9);
-}
-
-.header-bar .button.raised.linked:active,
-.header-bar .raised.linked .button:active,
-.header-bar .linked .button:active {
- box-shadow: inset -1px 0 shade(@titlebar_bg_color, 0.9),
- inset 1px 0 alpha(@dark_shadow, 0.07),
- inset 0 1px alpha(@dark_shadow, 0.08),
- inset 0 -1px alpha(@dark_shadow, 0.05);
-}
-
-.header-bar .button.raised.linked:insensitive,
-.header-bar .raised.linked .button:insensitive,
-.header-bar .linked .button:insensitive {
- box-shadow: inset -1px 0 shade(@titlebar_bg_color, 0.85);
-}
-
-/* remove box shadow from last-child and only-child */
-.header-bar .button.raised.linked:last-child,
-.header-bar .button.raised.linked:only-child,
-.header-bar .button:insensitive.raised.linked:last-child,
-.header-bar .button:insensitive.raised.linked:only-child,
-.header-bar .button:active *:insensitive.raised.linked:last-child,
-.header-bar .button:active *:insensitive.raised.linked:only-child,
-.header-bar .raised.linked .button:last-child,
-.header-bar .raised.linked .button:only-child,
-.header-bar .raised.linked .button:insensitive:last-child,
-.header-bar .raised.linked .button:insensitive:only-child,
-.header-bar .raised.linked .button:active *:insensitive:last-child,
-.header-bar .raised.linked .button:active *:insensitive:only-child,
-.header-bar .linked .button:last-child,
-.header-bar .linked .button:only-child,
-.header-bar .linked .button:insensitive:last-child,
-.header-bar .linked .button:insensitive:only-child,
-.header-bar .linked .button:active *:insensitive:last-child,
-.header-bar .linked .button:active *:insensitive:only-child {
- box-shadow: none;
-}
-
-/* add back the inset shadow effect */
-.header-bar .button:active.raised.linked:last-child,
-.header-bar .button:active.raised.linked:only-child,
-.header-bar .raised.linked .button:active:last-child,
-.header-bar .raised.linked .button:active:only-child,
-.header-bar .linked .button:active:last-child,
-.header-bar .linked .button:active:only-child {
- box-shadow: inset 1px 0 alpha(@dark_shadow, 0.07),
- inset 0 1px alpha(@dark_shadow, 0.08),
- inset -1px 0 alpha(@dark_shadow, 0.07);
-}
-
-/* middle button */
-.header-bar .button.raised.linked,
-.header-bar .button.raised.linked:active,
-.header-bar .button.raised.linked:insensitive,
-.header-bar .raised.linked .button,
-.header-bar .raised.linked .button:active,
-.header-bar .raised.linked .button:insensitive,
-.header-bar .linked .button,
-.header-bar .linked .button:active,
-.header-bar .linked .button:insensitive {
- border-width: 1px;
- border-radius: 0;
- border-right-width: 0;
- border-left-width: 0;
-}
-
-/* leftmost button */
-.header-bar .button.raised.linked:first-child,
-.header-bar .button.raised.linked:active:first-child,
-.header-bar .button.raised.linked:insensitive:first-child,
-.header-bar .raised.linked .button:first-child,
-.header-bar .raised.linked .button:active:first-child,
-.header-bar .raised.linked .button:insensitive:first-child,
-.header-bar .linked .button:first-child,
-.header-bar .linked .button:active:first-child,
-.header-bar .linked .button:insensitive:first-child {
- border-width: 1px;
- border-radius: 0;
- border-right-width: 0;
- border-bottom-right-radius: 0;
- border-top-right-radius: 0;
-}
-
-/* rightmost button */
-.header-bar .button.raised.linked:last-child,
-.header-bar .button.raised.linked:active:last-child,
-.header-bar .button.raised.linked:insensitive:last-child,
-.header-bar .raised.linked .button:last-child,
-.header-bar .raised.linked .button:active:last-child,
-.header-bar .raised.linked .button:insensitive:last-child,
-.header-bar .linked .button:last-child,
-.header-bar .linked .button:active:last-child,
-.header-bar .linked .button:insensitive:last-child {
- border-width: 1px;
- border-radius: 0;
- border-left-width: 0;
- border-bottom-left-radius: 0;
- border-top-left-radius: 0;
-}
-
-/* linked single button */
-.header-bar .button.raised.linked:only-child,
-.header-bar .button.raised.linked:active:only-child,
-.header-bar .button.raised.linked:insensitive:only-child,
-.header-bar .raised.linked .button:only-child,
-.header-bar .raised.linked .button:active:only-child,
-.header-bar .raised.linked .button:insensitive:only-child,
-.header-bar .linked .button:only-child,
-.header-bar .linked .button:active:only-child,
-.header-bar .linked .button:insensitive:only-child {
- border-width: 1px;
- border-radius: 0;
-}
-
-/***********
- * tooltip *
- ***********/
-.tooltip {
- border-width: 1px;
- border-style: solid;
- border-color: shade(@theme_tooltip_bg_color, 0.8);
- border-radius: 0;
- background-color: @theme_tooltip_bg_color;
- background-image: none;
- color: @theme_tooltip_fg_color;
-}
-
-.tooltip * {
- background-color: transparent;
-}
-
-/************
- * treeview *
- ************/
-GtkTreeView {
- -GtkTreeView-vertical-separator: 0;
- -GtkWidget-focus-line-width: 1;
- -GtkWidget-focus-padding: 1;
-}
-
-GtkTreeView.dnd {
- border-width: 1px;
- border-style: solid;
- border-color: @theme_selected_bg_color;
- border-radius: 0;
-}
-
-GtkTreeView .entry {
- border-radius: 0;
- background-color: @theme_base_color;
- background-image: none;
-}
-
-/************
- * viewport *
- ************/
-GtkViewport.frame {
- border-width: 0;
-}
-
-.view {
- background-color: @theme_base_color;
- color: @theme_text_color;
-}
-
-.view:insensitive,
-.view:insensitive:insensitive {
- background-color: shade(@theme_base_color, 0.9);
- color: mix(@theme_fg_color, @theme_bg_color, 0.5);
-}
-
-.view:selected,
-.view:selected:focus {
- background-color: @theme_selected_bg_color;
- color: @theme_selected_fg_color;
-}
-
-/**************
- * action-bar *
- **************/
-.action-bar {
- padding: 4px;
- border-width: 1px 0 0 0;
- border-style: solid;
- border-color: shade(@theme_bg_color, 0.8);
- background-color: @theme_bg_color;
- background-image: none;
- color: @theme_fg_color;
-}
-
-.action-bar .button.text-button {
- padding: 4px;
-}
-
-.action-bar .button.image-button {
- padding: 6px;
-}
-
-.action-bar .title {
- font: bold;
- padding: 0 12px;
-}
-
-.action-bar .subtitle {
- font: smaller;
- padding: 0 12px;
-}
-
-/***************
- * search bars *
- ***************/
-.search-bar {
- border-width: 0 0 1px 0;
- border-style: solid;
- border-color: shade(@theme_bg_color, 0.8);
- background-color: shade(@theme_bg_color, 0.98);
-}
-
-.search-bar .button.close-button {
- padding: 4px;
-}
-
-/********************
- * various choosers *
- ********************/
-GtkFontButton .separator,
-GtkFileChooserButton .separator {
- /* always disable separators */
- -GtkWidget-wide-separators: true;
- -GtkWidget-horizontal-separator: 0;
- -GtkWidget-vertical-separator: 0;
-}
-
-GtkFontButton GtkLabel:last-child {
- color: alpha(currentColor, 0.7);
-}
-
-GtkFileChooserButton GtkImage:last-child {
- color: alpha(currentColor, 0.7);
-}
-
-/*********************
- * app notifications *
- *********************/
-.app-notification {
- border-style: solid;
- border-color: shade(@theme_base_color, 0.8);
- border-width: 0 1px 1px 1px;
- border-radius: 0;
- padding: 8px;
- background-color: @theme_base_color;
- background-image: none;
- color: @theme_text_color;
-}
-
-/*******
- * osd *
- *******/
-.background.osd {
- color: @osd_fg;
- background-color: @osd_bg;
-}
-
-GtkOverlay.osd {
- background-color: transparent;
-}
-
-.osd.frame {
- background-clip: border-box;
- background-origin: border-box;
-}
-
-.osd.button,
-.osd .button {
- padding: 4px;
- border-width: 1px;
- border-style: solid;
- border-color: shade(@osd_bg, 0.8);
- border-radius: 0;
- background-color: shade(@osd_bg, 1.08);
- background-image: none;
- color: @osd_fg;
-}
-
-.osd.button:prelight,
-.osd.button:hover,
-.osd .button:hover {
- border-color: shade(@osd_bg, 0.7);
- background-color: shade(@osd_bg, 1.10);
- background-image: none;
-}
-
-.osd.button:active,
-.osd .button:active,
-.osd GtkMenuButton.button:active {
- border-color: shade(@osd_bg, 0.8);
- background-color: shade(@osd_bg, 0.95);
- background-image: none;
-}
-
-.osd.button:active:hover,
-.osd .button:active:hover,
-.osd GtkMenuButton.button:active:hover {
- border-color: shade(@osd_bg, 0.7);
-}
-
-.osd.button:insensitive,
-.osd .button:insensitive {
- border-color: shade(@osd_bg, 0.85);
- background-color: shade(@osd_bg, 0.9);
- background-image: none;
-}
-
-.osd.button:active *:insensitive,
-.osd .button:active *:insensitive {
- background-color: shade(@osd_bg, 0.80);
- background-image: none;
-}
-
-.osd.toolbar {
- -GtkToolbar-button-relief: normal;
-
- padding: 4px;
- border-width: 1px;
- border-style: solid;
- border-radius: 0;
- border-color: shade(@osd_bg, 0.8);
- background-color: @osd_bg;
- background-image: none;
- color: @osd_fg;
-}
-
-.osd.toolbar .button {
- padding: 4px;
- border-width: 1px;
- border-style: solid;
- border-color: shade(@osd_bg, 0.8);
- border-radius: 0;
- background-color: shade(@osd_bg, 1.08);
- background-image: none;
- color: @osd_fg;
-}
-
-.osd.toolbar .button:hover {
- border-color: shade(@osd_bg, 0.7);
- background-color: shade(@osd_bg, 1.10);
- background-image: none;
-}
-
-.osd.toolbar .button:active {
- border-color: shade(@osd_bg, 0.8);
- background-color: shade(@osd_bg, 0.95);
- background-image: none;
-}
-
-.osd.toolbar .button:active:hover {
- border-color: shade(@osd_bg, 0.7);
-}
-
-.osd.toolbar .button:focus,
-.osd.toolbar .button:hover:focus,
-.osd.toolbar .button:active:focus,
-.osd.toolbar .button:active:hover:focus {
- border-color: shade(@osd_bg, 0.7);
-}
-
-.osd.toolbar .button:insensitive {
- border-color: shade(@osd_bg, 0.85);
- background-color: shade(@osd_bg, 0.9);
- background-image: none;
-}
-
-.osd.toolbar .button:active *:insensitive {
- border-color: shade(@osd_bg, 0.75);
- background-color: shade(@osd_bg, 0.80);
- background-image: none;
-}
-
-.osd.toolbar .button:first-child {
- border-radius: 0;
- border-width: 1px 0 1px 1px;
- box-shadow: inset -1px 0 shade(@osd_bg, 0.9);
-}
-
-.osd.toolbar .button:last-child {
- box-shadow: none;
- border-radius: 0;
- border-width: 1px 1px 1px 0;
-}
-
-.osd.toolbar .button:only-child,
-.osd.toolbar GtkToolButton .button,
-.osd.toolbar GtkToolButton:only-child .button,
-.osd.toolbar GtkToolButton:last-child .button,
-.osd.toolbar GtkToolButton:first-child .button {
- border-width: 1px;
- border-radius: 0;
- border-style: solid;
-}
-
-.osd.toolbar .separator {
- color: shade(@osd_bg, 0.9);
-}
-
-/* used by gnome-settings-daemon's media-keys OSD */
-.osd.trough {
- background-color: shade(@osd_bg, 0.8);
-}
-
-.osd.progressbar {
- background-color: @osd_fg;
-}
-
-.osd .scale.slider {
- background-color: shade(@osd_bg, 1.08);
- background-image: none;
- /* we will draw the border using box shadow for now */
- box-shadow: inset 1px 0 shade(@osd_bg, 0.8),
- inset 0 1px shade(@osd_bg, 0.8),
- inset -1px 0 shade(@osd_bg, 0.8),
- inset 0 -1px shade(@osd_bg, 0.8);
-}
-
-.osd .scale.slider:hover {
- box-shadow: inset 1px 0 shade(@osd_bg, 0.7),
- inset 0 1px shade(@osd_bg, 0.7),
- inset -1px 0 shade(@osd_bg, 0.7),
- inset 0 -1px shade(@osd_bg, 0.7);
-}
-
-.osd .scale.slider:insensitive {
- background-color: shade(@osd_bg, 0.9);
- background-image: none;
- box-shadow: inset 1px 0 shade(@osd_bg, 0.85),
- inset 0 1px shade(@osd_bg, 0.85),
- inset -1px 0 shade(@osd_bg, 0.85),
- inset 0 -1px shade(@osd_bg, 0.85);
-}
-
-.osd .scale.trough {
- border-color: shade(@osd_bg, 0.8);
- background-color: shade(@osd_bg, 1.08);
- background-image: none;
-}
-
-.osd .scale.trough.highlight {
- border-color: @theme_selected_bg_color;
- background-color: @theme_selected_bg_color;
- background-image: none;
-}
-
-.osd .scale.trough:insensitive,
-.osd .scale.trough.highlight:insensitive {
- border-color: shade(@osd_bg, 0.85);
- background-color: shade(@osd_bg, 0.9);
- background-image: none;
-}
-
-.osd GtkProgressBar,
-GtkProgressBar.osd {
- -GtkProgressBar-xspacing: 0;
- -GtkProgressBar-yspacing: 2px;
- -GtkProgressBar-min-horizontal-bar-height: 2px;
-
- padding: 0;
-}
-
-.osd GtkProgressBar.trough,
-GtkProgressBar.osd.trough {
- padding: 0;
- border-style: none;
- border-radius: 0;
- background-image: none;
- background-color: transparent;
-}
-
-.osd GtkProgressBar.progressbar,
-GtkProgressBar.osd.progressbar {
- border-style: none;
- border-radius: 0;
- background-color: @theme_selected_bg_color;
- background-image: none;
-}
-
-.osd .view,
-.osd.view {
- background-color: @osd_base;
-}
-
-.osd .scrollbar.trough {
- background-color: @osd_bg;
-}
-
-.osd .scrollbar.slider {
- border-width: 1px;
- border-color: mix(shade(@osd_base, 0.87), @osd_fg, 0.21);
- border-radius: 0;
- background-color: mix(@osd_base, @osd_fg, 0.21);
-}
-
-.osd .scrollbar.slider:hover {
- border-color: mix(shade(@osd_base, 0.87), @osd_fg, 0.31);
- background-color: mix(@osd_base, @osd_fg, 0.31);
-}
-
-.osd .scrollbar.slider:active {
- border-color: shade(@theme_selected_bg_color, 0.9);
- background-color: @theme_selected_bg_color;
-}
-
-.osd GtkIconView.cell:selected,
-.osd GtkIconView.cell:selected:focus {
- background-color: transparent;
- border-style: solid;
- border-radius: 0;
- border-width: 3px;
- border-color: @osd_fg;
- outline-color: transparent;
-}
-
-/* used by Documents */
-.osd .page-thumbnail {
- border-style: solid;
- border-width: 1px;
- border-color: shade(@osd_bg, 0.9);
- /* when there's no pixbuf yet */
- background-color: @osd_bg;
-}
-
-/******************************
- * destructive action buttons *
- ******************************/
-.destructive-action.button {
- border-width: 1px;
- border-style: solid;
- border-color: shade(@error_color, 0.8);
- border-radius: 0;
- background-color: @error_color;
- background-image: none;
- color: mix(@theme_selected_fg_color, @error_color, 0.1);
-}
-
-.destructive-action.button:hover {
- border-color: shade(@error_color, 0.7);
- background-color: shade(@error_color, 1.12);
- background-image: none;
-}
-
-.destructive-action.button:active {
- border-color: shade(@error_color, 0.8);
- background-color: shade(@error_color, 0.87);
- background-image: none;
-}
-
-.destructive-action.button:hover:active {
- border-color: shade(@error_color, 0.7);
-}
-
-/******************************
- * suggested action buttons *
- ******************************/
-.suggested-action.button {
- border-width: 1px;
- border-style: solid;
- border-color: shade(@theme_selected_bg_color, 0.9);
- border-radius: 0;
- background-color: shade(@theme_selected_bg_color, 1.18);
- background-image: none;
- color: mix(@theme_selected_fg_color, @theme_selected_bg_color, 0.1);
-}
-
-.suggested-action.button:hover {
- border-color: shade(@theme_selected_bg_color, 0.8);
- background-color: shade(@theme_selected_bg_color, 1.20);
- background-image: none;
-}
-
-.suggested-action.button:active {
- border-color: shade(@theme_selected_bg_color, 0.9);
- background-color: shade(@theme_selected_bg_color, 1.05);
- background-image: none;
-}
-
-.suggested-action.button:hover:active {
- border-color: shade(@theme_selected_bg_color, 0.8);
-}
-
-/******************
- * selection mode *
- ******************/
-.selection-mode.header-bar,
-.selection-mode.toolbar {
- border-style: solid;
- border-color: @theme_selected_bg_color;
- background-color: shade(@theme_selected_bg_color, 1.6);
- background-image: none;
- color: @theme_selected_bg_color;
-}
-
-.selection-mode.header-bar {
- border-top-color: shade(@theme_selected_bg_color, 1.6);
- border-bottom-color: @theme_selected_bg_color;
-}
-
-.selection-mode.toolbar {
- padding: 4px;
-}
-
-/* regular button */
-.selection-mode.header-bar .button,
-.selection-mode.toolbar .button,
-.selection-mode.toolbar GtkToolButton .button {
- border-width: 1px;
- border-style: solid;
- border-color: @theme_selected_bg_color;
- border-radius: 0;
- background-color: shade(@theme_selected_bg_color, 1.68);
- background-image: none;
- color: shade(@theme_selected_bg_color, 0.8);
-}
-
-.selection-mode.header-bar .button:hover,
-.selection-mode.toolbar .button:hover,
-.selection-mode.toolbar GtkToolButton .button:hover {
- border-color: shade(@theme_selected_bg_color, 0.9);
- background-color: shade(@theme_selected_bg_color, 1.70);
- background-image: none;
-}
-
-.selection-mode.header-bar .button:active,
-.selection-mode.toolbar .button:active,
-.selection-mode.toolbar GtkToolButton .button:active {
- border-color: shade(@theme_selected_bg_color, 0.9);
- background-color: shade(@theme_selected_bg_color, 1.55);
- background-image: none;
-}
-
-.selection-mode.header-bar .button:hover:active,
-.selection-mode.toolbar .button:hover:active,
-.selection-mode.toolbar GtkToolButton .button:hover:active {
- border-color: shade(@theme_selected_bg_color, 0.8);
-}
-
-/* suggested button */
-.selection-mode.header-bar .suggested-action.button,
-.selection-mode.toolbar .suggested-action.button,
-.selection-mode.toolbar GtkToolButton.suggested-action .button {
- border-width: 1px;
- border-style: solid;
- border-color: shade(@theme_selected_bg_color, 0.9);
- border-radius: 0;
- background-color: shade(@theme_selected_bg_color, 1.18);
- background-image: none;
- color: mix(@theme_selected_fg_color, @theme_selected_bg_color, 0.1);
-}
-
-.selection-mode.header-bar .suggested-action.button:hover,
-.selection-mode.toolbar .suggested-action.button:hover,
-.selection-mode.toolbar GtkToolButton.suggested-action .button:hover {
- border-color: shade(@theme_selected_bg_color, 0.8);
- background-color: shade(@theme_selected_bg_color, 1.20);
- background-image: none;
-}
-
-.selection-mode.header-bar .suggested-action.button:active,
-.selection-mode.toolbar .suggested-action.button:active,
-.selection-mode.toolbar GtkToolButton.suggested-action:active {
- border-color: shade(@theme_selected_bg_color, 0.9);
- background-color: shade(@theme_selected_bg_color, 1.05);
- background-image: none;
-}
-
-.selection-mode.header-bar .suggested-action.button:hover:active,
-.selection-mode.toolbar .suggested-action.button:hover:active,
-.selection-mode.toolbar GtkToolButton.suggested-action .button:hover:active {
- border-color: shade(@theme_selected_bg_color, 0.8);
-}
-
-/* menu button */
-.selection-mode.header-bar .selection-menu.button,
-.selection-mode.toolbar .selection-menu.button {
- border-style: none;
- background-color: transparent;
- background-image: none;
- color: shade(@theme_selected_bg_color, 0.8);
-}
-
-.selection-mode.toolbar .dim-label,
-.selection-mode.toolbar .selection-menu.button .dim-label {
- color: shade(@theme_selected_bg_color, 0.7);
-}
-
-.selection-mode.header-bar .selection-menu.button:hover,
-.selection-mode.toolbar .dim-label:hover,
-.selection-mode.toolbar .selection-menu.button:hover,
-.selection-mode.toolbar .selection-menu.button .dim-label:hover {
- color: shade(@theme_selected_bg_color, 0.7);
-}
-
-.selection-mode.header-bar .selection-menu.button:active,
-.selection-mode.toolbar .selection-menu.button:active {
- color: shade(@theme_selected_bg_color, 0.8);
- box-shadow: none;
-}
-
-/*************************
- * touch text selections *
- *************************/
-GtkBubbleWindow {
- border-radius: 0;
- background-clip: border-box;
-}
-
-GtkBubbleWindow.osd.background {
- background-color: @osd_bg;
-}
-
-GtkBubbleWindow .toolbar {
- background-color: transparent;
-}
-
-/*******
- * CSD *
- *******/
-.titlebar {
- border-radius: 0;
- background-image: none;
- background-color: @titlebar_bg_color;
- color: mix(@titlebar_fg_color, @titlebar_bg_color, 0.1);
- text-shadow: none;
-}
-
-.tiled .titlebar {
- border-radius: 0;
-}
-
-.maximized .titlebar {
- border-radius: 0;
-}
-
-/* this is the default titlebar that is added by GTK
- * when client-side decorations are in use and the application
- * did not set a custom titlebar.
- */
-.titlebar.default-decoration {
- border: none;
- box-shadow: none;
-}
-
-.titlebar .title {
- font: bold;
-}
-
-.titlebar:backdrop {
- background-image: none;
- background-color: @titlebar_bg_color;
- color: mix(@titlebar_fg_color, @titlebar_bg_color, 0.4);
- text-shadow: none;
-}
-
-.titlebar .titlebutton {
- padding: 4px;
- border-style: none;
- background: none;
- color: mix(@titlebar_fg_color, @titlebar_bg_color, 0.1);
- icon-shadow: none;
-}
-
-.titlebar .titlebutton:hover,
-.titlebar .titlebutton:hover:focus {
- background: none;
- color: @theme_selected_bg_color;
-}
-
-.titlebar .titlebutton:active,
-.titlebar .titlebutton:active:hover {
- background: none;
- color: shade(@theme_selected_bg_color, 0.9);
- box-shadow: none;
-}
-
-/*
-.titlebar .right .titlebutton:first-child {
- border-left: 1px solid shade(@titlebar_bg_color, 0.9);
-}
-
-.titlebar .right .titlebutton:last-child {
-}
-
-.titlebar .left .titlebutton:last-child {
- border-right: 1px solid shade(@titlebar_bg_color, 0.9);
-}
-
-.titlebar .left .titlebutton:first-child {
-}
-*/
-
-.titlebar .titlebutton:backdrop {
- background-image: none;
- color: mix(@titlebar_fg_color, @titlebar_bg_color, 0.4);
- icon-shadow: none;
-}
-
-.window-frame {
- border-style: none;
- border-radius: 0;
- box-shadow: 0 3px 7px 1px alpha(black, 0.7),
- 0 0 0 1px mix(shade(@titlebar_bg_color, 0.7), @titlebar_fg_color, 0.21);
-
- /* this is used for the resize cursor area */
- margin: 10px;
-}
-
-.window-frame.tiled {
- border-radius: 0;
-}
-
-.window-frame:backdrop {
- box-shadow: 0 3px 5px 1px alpha(black, 0.5),
- 0 0 0 1px mix(shade(@titlebar_bg_color, 0.7), @titlebar_fg_color, 0.12);
-}
diff --git a/B00merang Square/gtk-3.0/gtk.css b/B00merang Square/gtk-3.0/gtk.css
deleted file mode 100755
index 534dd46..0000000
--- a/B00merang Square/gtk-3.0/gtk.css
+++ /dev/null
@@ -1,95 +0,0 @@
-/*
-# THEME: B00merang-Glass
-# AUTHOR: Elbullazul
-# WEBSITE: http://b00merang.co.nz
-# LICENSE: GPL
-# DESCRIPTION: Dark Blue theme designed for linux mint users.
-# Based on : Zorin OS Dark theme, Android Cinnamon Theme, Numix-Light theme (GNOME-LOOK.org), Hackstation, Numix GTK Theme and flatunity */
-
-
-/* default color scheme */
-@define-color bg_color #fff;
-@define-color fg_color #000;
-@define-color base_color #fff;
-@define-color text_color #000;
-@define-color selected_bg_color #005ea0;
-@define-color selected_fg_color #3bc7ff;
-@define-color tooltip_bg_color #005a7b;
-@define-color tooltip_fg_color #001d27;
-
-/* dark color scheme */
-@define-color dark_bg_color #3b8bff;
-@define-color dark_fg_color #fff;
-
-/* colormap actually used by the theme, to be overridden in other css files */
-@define-color theme_bg_color @bg_color;
-@define-color theme_fg_color @fg_color;
-@define-color theme_base_color @base_color;
-@define-color theme_text_color @text_color;
-@define-color theme_selected_bg_color @selected_bg_color;
-@define-color theme_selected_fg_color @selected_fg_color;
-@define-color theme_tooltip_bg_color @tooltip_bg_color;
-@define-color theme_tooltip_fg_color @tooltip_fg_color;
-
-/* shadow effects */
-@define-color light_shadow #fff;
-@define-color dark_shadow #000;
-
-/* misc colors used by gtk+ */
-@define-color info_fg_color rgb (58, 135, 173);
-@define-color info_bg_color rgb (217, 237, 247);
-@define-color warning_fg_color rgb (192, 152, 83);
-@define-color warning_bg_color rgb (252, 248, 227);
-@define-color question_fg_color rgb (214, 73, 55);
-@define-color question_bg_color rgb (252, 229, 213);
-@define-color error_fg_color rgb (185, 74, 72);
-@define-color error_bg_color rgb (242, 222, 222);
-@define-color link_color #186ea3;
-@define-color success_color #53a93f;
-@define-color warning_color #f57900;
-@define-color error_color #cc0000;
-
-/* widget colors */
-@define-color titlebar_bg_color @dark_bg_color;
-@define-color titlebar_fg_color @dark_fg_color;
-@define-color menubar_bg_color @dark_bg_color;
-@define-color menubar_fg_color @dark_fg_color;
-@define-color toolbar_bg_color @dark_bg_color; /*@theme_bg_color;*/
-@define-color toolbar_fg_color @dark_fg_color; /*@theme_fg_color;*/
-@define-color menu_bg_color @dark_bg_color;
-@define-color menu_fg_color @dark_fg_color;
-@define-color panel_bg_color @dark_bg_color;
-@define-color panel_fg_color @dark_fg_color;
-
-/* osd */
-@define-color osd_base @dark_bg_color;
-@define-color osd_fg @dark_fg_color;
-@define-color osd_bg alpha(@osd_base, 0.8);
-
-/* lightdm greeter colors */
-@define-color lightdm_bg_color @dark_bg_color;
-@define-color lightdm_fg_color @dark_fg_color;
-
-/* window manager colors */
-@define-color wm_bg @titlebar_bg_color;
-@define-color wm_border_focused mix(shade(@titlebar_bg_color, 0.7), @titlebar_fg_color, 0.21);
-@define-color wm_border_unfocused mix(shade(@titlebar_bg_color, 0.7), @titlebar_fg_color, 0.12);
-@define-color wm_title_focused mix(@titlebar_fg_color, @titlebar_bg_color, 0.1);
-@define-color wm_title_unfocused mix(@titlebar_fg_color, @titlebar_bg_color, 0.4);
-@define-color wm_icons_focused mix(@titlebar_fg_color, @titlebar_bg_color, 0.1);
-@define-color wm_icons_focused_prelight @selected_bg_color;
-@define-color wm_icons_focused_pressed shade(@selected_bg_color, 0.8);
-@define-color wm_icons_unfocused mix(@titlebar_fg_color, @titlebar_bg_color, 0.4);
-@define-color wm_icons_unfocused_prelight @selected_bg_color;
-@define-color wm_icons_unfocused_pressed shade(@selected_bg_color, 0.8);
-
-@import url("gtk-widgets.css");
-@import url("gtk-widgets-assets.css");
-@import url("gnome-3.18.css");
-@import url("apps/gnome-applications.css");
-@import url("apps/granite-widgets.css");
-@import url("apps/unity.css");
-@import url("apps/xfce.css");
-@import url("apps/nemo.css");
-@import url("apps/synaptic.css");
-@import url("apps/lightdm-gtk-greeter.css");
diff --git a/B00merang Square/gtk-3.0/settings.ini b/B00merang Square/gtk-3.0/settings.ini
deleted file mode 100755
index 9aa01e5..0000000
--- a/B00merang Square/gtk-3.0/settings.ini
+++ /dev/null
@@ -1,3 +0,0 @@
-[Settings]
-gtk-auto-mnemonics = 1
-gtk-visible-focus = automatic
diff --git a/B00merang Square/gtk-3.0/thumbnail.png b/B00merang Square/gtk-3.0/thumbnail.png
deleted file mode 100755
index aa7cb9f..0000000
Binary files a/B00merang Square/gtk-3.0/thumbnail.png and /dev/null differ
diff --git a/B00merang Square/index.theme b/B00merang Square/index.theme
deleted file mode 100755
index 68ae29f..0000000
--- a/B00merang Square/index.theme
+++ /dev/null
@@ -1,13 +0,0 @@
-[Desktop Entry]
-Type=X-GNOME-Metatheme
-Name=B00merang-Square v1.0
-Comment=Theme by Elbullazul (00216 97 95 72 72)
-Encoding=UTF-8
-
-[X-GNOME-Metatheme]
-GtkTheme=B00merang-Square v0.1
-MetacityTheme=B00merang-Square v0.1
-IconTheme=Numix-Circle-Light
-CursorTheme=Maya-Blue
-
-
diff --git a/B00merang Square/logo/B00merang.png b/B00merang Square/logo/B00merang.png
deleted file mode 100755
index 225ce9a..0000000
Binary files a/B00merang Square/logo/B00merang.png and /dev/null differ
diff --git a/B00merang Square/logo/boomerangOS.png b/B00merang Square/logo/boomerangOS.png
deleted file mode 100755
index 53de5b7..0000000
Binary files a/B00merang Square/logo/boomerangOS.png and /dev/null differ
diff --git a/B00merang Square/metacity-1/border-bottom-left.png b/B00merang Square/metacity-1/border-bottom-left.png
deleted file mode 100755
index 2089d28..0000000
Binary files a/B00merang Square/metacity-1/border-bottom-left.png and /dev/null differ
diff --git a/B00merang Square/metacity-1/border-bottom-right.png b/B00merang Square/metacity-1/border-bottom-right.png
deleted file mode 100755
index 9bec596..0000000
Binary files a/B00merang Square/metacity-1/border-bottom-right.png and /dev/null differ
diff --git a/B00merang Square/metacity-1/border-bottom.png b/B00merang Square/metacity-1/border-bottom.png
deleted file mode 100755
index 09e33ba..0000000
Binary files a/B00merang Square/metacity-1/border-bottom.png and /dev/null differ
diff --git a/B00merang Square/metacity-1/border-left.png b/B00merang Square/metacity-1/border-left.png
deleted file mode 100755
index c6db7a4..0000000
Binary files a/B00merang Square/metacity-1/border-left.png and /dev/null differ
diff --git a/B00merang Square/metacity-1/border-right.png b/B00merang Square/metacity-1/border-right.png
deleted file mode 100755
index d001d5a..0000000
Binary files a/B00merang Square/metacity-1/border-right.png and /dev/null differ
diff --git a/B00merang Square/metacity-1/button-close-active.png b/B00merang Square/metacity-1/button-close-active.png
deleted file mode 100755
index 65af856..0000000
Binary files a/B00merang Square/metacity-1/button-close-active.png and /dev/null differ
diff --git a/B00merang Square/metacity-1/button-close-hover.png b/B00merang Square/metacity-1/button-close-hover.png
deleted file mode 100755
index f91fb7e..0000000
Binary files a/B00merang Square/metacity-1/button-close-hover.png and /dev/null differ
diff --git a/B00merang Square/metacity-1/button-close-inactive.png b/B00merang Square/metacity-1/button-close-inactive.png
deleted file mode 100755
index 477c54c..0000000
Binary files a/B00merang Square/metacity-1/button-close-inactive.png and /dev/null differ
diff --git a/B00merang Square/metacity-1/button-close-pressed.png b/B00merang Square/metacity-1/button-close-pressed.png
deleted file mode 100755
index 9517579..0000000
Binary files a/B00merang Square/metacity-1/button-close-pressed.png and /dev/null differ
diff --git a/B00merang Square/metacity-1/button-maximize-active.png b/B00merang Square/metacity-1/button-maximize-active.png
deleted file mode 100755
index f79304b..0000000
Binary files a/B00merang Square/metacity-1/button-maximize-active.png and /dev/null differ
diff --git a/B00merang Square/metacity-1/button-maximize-hover.png b/B00merang Square/metacity-1/button-maximize-hover.png
deleted file mode 100755
index 349f17d..0000000
Binary files a/B00merang Square/metacity-1/button-maximize-hover.png and /dev/null differ
diff --git a/B00merang Square/metacity-1/button-maximize-inactive.png b/B00merang Square/metacity-1/button-maximize-inactive.png
deleted file mode 100755
index 8dfd0ce..0000000
Binary files a/B00merang Square/metacity-1/button-maximize-inactive.png and /dev/null differ
diff --git a/B00merang Square/metacity-1/button-maximize-pressed.png b/B00merang Square/metacity-1/button-maximize-pressed.png
deleted file mode 100755
index 8f99c86..0000000
Binary files a/B00merang Square/metacity-1/button-maximize-pressed.png and /dev/null differ
diff --git a/B00merang Square/metacity-1/button-minimize-active.png b/B00merang Square/metacity-1/button-minimize-active.png
deleted file mode 100755
index c0609cd..0000000
Binary files a/B00merang Square/metacity-1/button-minimize-active.png and /dev/null differ
diff --git a/B00merang Square/metacity-1/button-minimize-hover.png b/B00merang Square/metacity-1/button-minimize-hover.png
deleted file mode 100755
index 4dfb050..0000000
Binary files a/B00merang Square/metacity-1/button-minimize-hover.png and /dev/null differ
diff --git a/B00merang Square/metacity-1/button-minimize-inactive.png b/B00merang Square/metacity-1/button-minimize-inactive.png
deleted file mode 100755
index 25b60b6..0000000
Binary files a/B00merang Square/metacity-1/button-minimize-inactive.png and /dev/null differ
diff --git a/B00merang Square/metacity-1/button-minimize-pressed.png b/B00merang Square/metacity-1/button-minimize-pressed.png
deleted file mode 100755
index cd0449f..0000000
Binary files a/B00merang Square/metacity-1/button-minimize-pressed.png and /dev/null differ
diff --git a/B00merang Square/metacity-1/button-unmaximize-active.png b/B00merang Square/metacity-1/button-unmaximize-active.png
deleted file mode 100755
index c251da4..0000000
Binary files a/B00merang Square/metacity-1/button-unmaximize-active.png and /dev/null differ
diff --git a/B00merang Square/metacity-1/button-unmaximize-hover.png b/B00merang Square/metacity-1/button-unmaximize-hover.png
deleted file mode 100755
index 1a739cc..0000000
Binary files a/B00merang Square/metacity-1/button-unmaximize-hover.png and /dev/null differ
diff --git a/B00merang Square/metacity-1/button-unmaximize-inactive.png b/B00merang Square/metacity-1/button-unmaximize-inactive.png
deleted file mode 100755
index ddb666e..0000000
Binary files a/B00merang Square/metacity-1/button-unmaximize-inactive.png and /dev/null differ
diff --git a/B00merang Square/metacity-1/button-unmaximize-pressed.png b/B00merang Square/metacity-1/button-unmaximize-pressed.png
deleted file mode 100755
index 5d0cb16..0000000
Binary files a/B00merang Square/metacity-1/button-unmaximize-pressed.png and /dev/null differ
diff --git a/B00merang Square/metacity-1/caption-active.png b/B00merang Square/metacity-1/caption-active.png
deleted file mode 100755
index 5dbacdb..0000000
Binary files a/B00merang Square/metacity-1/caption-active.png and /dev/null differ
diff --git a/B00merang Square/metacity-1/metacity-theme-1.xml b/B00merang Square/metacity-1/metacity-theme-1.xml
deleted file mode 100755
index d6d1f64..0000000
--- a/B00merang Square/metacity-1/metacity-theme-1.xml
+++ /dev/null
@@ -1,231 +0,0 @@
-
-
-
- hamidcom.winmint->Dark
- None
- GPL
- 2014
- Slate Window Dark
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/B00merang Square/metacity-1/thumbnail.png b/B00merang Square/metacity-1/thumbnail.png
deleted file mode 100755
index f36fe36..0000000
Binary files a/B00merang Square/metacity-1/thumbnail.png and /dev/null differ
diff --git a/B00merang Square/metacity-1/titlebar-center-shaded.png b/B00merang Square/metacity-1/titlebar-center-shaded.png
deleted file mode 100755
index a7efdcd..0000000
Binary files a/B00merang Square/metacity-1/titlebar-center-shaded.png and /dev/null differ
diff --git a/B00merang Square/metacity-1/titlebar-center.png b/B00merang Square/metacity-1/titlebar-center.png
deleted file mode 100755
index 29d649a..0000000
Binary files a/B00merang Square/metacity-1/titlebar-center.png and /dev/null differ
diff --git a/B00merang Square/metacity-1/titlebar-left-shaded.png b/B00merang Square/metacity-1/titlebar-left-shaded.png
deleted file mode 100755
index df25e9b..0000000
Binary files a/B00merang Square/metacity-1/titlebar-left-shaded.png and /dev/null differ
diff --git a/B00merang Square/metacity-1/titlebar-left.png b/B00merang Square/metacity-1/titlebar-left.png
deleted file mode 100755
index ac45039..0000000
Binary files a/B00merang Square/metacity-1/titlebar-left.png and /dev/null differ
diff --git a/B00merang Square/metacity-1/titlebar-right-shaded.png b/B00merang Square/metacity-1/titlebar-right-shaded.png
deleted file mode 100755
index 1f7aad7..0000000
Binary files a/B00merang Square/metacity-1/titlebar-right-shaded.png and /dev/null differ
diff --git a/B00merang Square/metacity-1/titlebar-right.png b/B00merang Square/metacity-1/titlebar-right.png
deleted file mode 100755
index 606f306..0000000
Binary files a/B00merang Square/metacity-1/titlebar-right.png and /dev/null differ
diff --git a/B00merang Square/wallpaper/Blue-Wallpaper-18.jpg b/B00merang Square/wallpaper/Blue-Wallpaper-18.jpg
deleted file mode 100755
index cc960a2..0000000
Binary files a/B00merang Square/wallpaper/Blue-Wallpaper-18.jpg and /dev/null differ
diff --git a/B00merang-Round/CREDITS b/B00merang-Round/CREDITS
deleted file mode 100755
index 1a8c969..0000000
--- a/B00merang-Round/CREDITS
+++ /dev/null
@@ -1,12 +0,0 @@
-Flat Unity theme (base)
-
-Simon Steinbeiß
-Joern Konopka
-Georgi Karavasilev
-David Barr
-
-B00merang Round
-
-Christian Medel (Elbullazul)
-http://b00merang.weebly.com
-
diff --git a/B00merang-Round/cinnamon/calendar-arrow-left.png b/B00merang-Round/cinnamon/calendar-arrow-left.png
deleted file mode 100755
index 100e0f1..0000000
Binary files a/B00merang-Round/cinnamon/calendar-arrow-left.png and /dev/null differ
diff --git a/B00merang-Round/cinnamon/calendar-arrow-right.png b/B00merang-Round/cinnamon/calendar-arrow-right.png
deleted file mode 100755
index 7e9d3a7..0000000
Binary files a/B00merang-Round/cinnamon/calendar-arrow-right.png and /dev/null differ
diff --git a/B00merang-Round/cinnamon/checkbox-focus.png b/B00merang-Round/cinnamon/checkbox-focus.png
deleted file mode 100755
index def9b99..0000000
Binary files a/B00merang-Round/cinnamon/checkbox-focus.png and /dev/null differ
diff --git a/B00merang-Round/cinnamon/checkbox-off-focus.png b/B00merang-Round/cinnamon/checkbox-off-focus.png
deleted file mode 100755
index 562ed01..0000000
Binary files a/B00merang-Round/cinnamon/checkbox-off-focus.png and /dev/null differ
diff --git a/B00merang-Round/cinnamon/checkbox-off.png b/B00merang-Round/cinnamon/checkbox-off.png
deleted file mode 100755
index a2361cb..0000000
Binary files a/B00merang-Round/cinnamon/checkbox-off.png and /dev/null differ
diff --git a/B00merang-Round/cinnamon/checkbox.png b/B00merang-Round/cinnamon/checkbox.png
deleted file mode 100755
index 84ba514..0000000
Binary files a/B00merang-Round/cinnamon/checkbox.png and /dev/null differ
diff --git a/B00merang-Round/cinnamon/cinnamon.css b/B00merang-Round/cinnamon/cinnamon.css
deleted file mode 100755
index 81d453a..0000000
--- a/B00merang-Round/cinnamon/cinnamon.css
+++ /dev/null
@@ -1,1894 +0,0 @@
-/* ###################################################################
- * Modern Mint CC-BY-SA made by fmcgorenc(at)gmail(dot)com
- * ###################################################################
- * Section common with Gnome Shell
- * ... contains a few cinnamon specific styles (rare occurences)
- * ###################################################################
- *
- * Customization:
- * ===================================================================
- * 1. Background colors
- * ===================================================================*/
-#panel {
- background-color: rgba(0,0,0,0.9);
-}
-.popup-menu,
-.window-caption, /* Open windows aka "exposé" */
-.window-caption#selected,
-.desklet-with-borders,
-.desklet-with-borders-and-header,
-.desklet-header,
-.photoframe-box,
-#notification,
-.switcher-list, /* "Window List With App Grouping" */
-.modal-dialog,
-.menu-background, /* Main menu */
-.workspace-osd,
-.expo-workspaces-name-entry, /* Workspaces */
-.expo-workspaces-name-entry#selected,
-.info-osd, /* Window Snap message */
-.osd-window, /* Media keys */
-.tile-preview,
-.tile-hud,
-.tile-preview.snap,
-.tile-hud.snap {
- background-color: rgba(0,0,0,0.8);
-}
-.expo-background { /* Workspaces */
- background-color: rgba(0,0,0,0.5);
-}
-.workspace-overview-background-shade { /* Open windows aka "exposé" */
- background-color: rgba(0,0,0,0.5);
-}
-/* ===================================================================
- * 2. Borders
- * ===================================================================*/
-.popup-menu,
-.window-caption, /* Open windows aka "exposé" */
-.expo-workspace-thumbnail-frame,
-.desklet-with-borders,
-.desklet-with-borders-and-header,
-.desklet-header,
-.photoframe-box,
-.switcher-list, /* "Window List With App Grouping" */
-.modal-dialog,
-.menu-background, /* Main menu */
-.workspace-osd,
-.expo-workspaces-name-entry, /* Workspaces */
-.info-osd, /* Window Snap message */
-.osd-window, /* Media keys */
-.tile-preview,
-.tile-hud,
-.tile-preview.snap,
-.tile-hud.snap {
- border:1px solid rgba(255,255,255,0.4);
-}
-/* ===================================================================
- * Highlights
- * ===================================================================*/
-.window-caption#selected,
-.datemenu-date-label,
-.expo-workspaces-name-entry#selected,
-.calendar-day-with-events{
- color: #ea8400;
-}
-/* ".keyboard-key:active" background on line 1074 */
-.toggle-switch-us:checked,
-.toggle-switch-intl:checked,
-.calendar-day-base:active, /* Todays' date */
-.menu-favorites-button:hover {
- background-color: #ea8400;
-}
-.expo-workspace-thumbnail-frame#active,
-.window-caption#selected,
-.expo-workspaces-name-entry#selected {
- border:1px solid #ea8400;
-}
-#notification StEntry, #notification StEntry:focus, .run-dialog-entry,
-#menu-search-entry, .panel-launcher-add-dialog-entry,
-.expo-workspaces-name-entry {
- selected-color: #ea8400;
-}
-.window-list-item-box,
-.window-list-item-box:hover{}
-
-.popup-submenu-menu-item:open,
-.window-list-item-box:active,
-.window-list-item-box:checked,
-.window-list-item-box:focus,
-.window-list-item-box:checked:hover,
-.window-list-item-box:focus:hover,
-.window-list-item-box:active:hover {
- box-shadow: inset 0px -2px 0px 0px #ea8400;
-}
-.popup-slider-menu-item { /* Volume slider */
- -slider-active-background-color: #ea8400;
-}
-/*=====================================================================
- * the rest of the theme vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
- * ===================================================================*/
-stage {
- font-family: sans, sans-serif;
-}
-.cinnamon-link {
- color: #0000ff;
- text-decoration: underline;
-}
-.cinnamon-link:hover {
- color: #0000e0;
-}
-.label-shadow {
- color: rgba(0,0,0,0);
-}
-StScrollBar {
- padding: 0px;
-}
-StScrollView.vfade {
- -st-vfade-offset: 68px;
-}
-StScrollView StScrollBar {
- min-width: 12px;
- min-height: 12px;
-}
-
-StScrollBar StBin#trough {
- background-color: rgba(255,255,255,0.15);
-}
-StScrollBar StButton#vhandle {
- background-color: rgba(255,255,255,0.4);
-}
-StScrollBar StButton#hhandle {
- background-color: rgba(255,255,255,0.4);
-}
-StScrollBar StButton#hhandle:hover {
- background-color: rgba(255,255,255,0.6);
-}
-StScrollBar StButton#vhandle:hover {
- background-color: rgba(255,255,255,0.6);
-}
-#Tooltip {
- padding: 4px;
- color: black;
- font-size: 8.5pt;
- font-weight: normal;
- text-align: center;
- border:1px solid #767676;
- box-shadow: outset 2px 2px 2px 0px rgba(0,0,0,0.6);
- background-color: white;
-}
-/* ===================================================================
- * Shared button properties
- * ===================================================================*/
-.notification-button, .notification-icon-button,
-.hotplug-notification-item, .hotplug-resident-eject-button,
-.modal-dialog-button {
- color: white;
- font-size: 11pt;
- margin-left: 10px;
- margin-right: 10px;
- padding: 4px 20px 5px
-}
-.notification-button:hover,
-.notification-icon-button:hover, .hotplug-notification-item:hover,
-.hotplug-resident-eject-button:hover, .modal-dialog-button:hover {
- background-color: rgba(255,255,255,0.15);
-}
-.notification-button:focus,
-.notification-icon-button:focus, .hotplug-notification-item:focus,
-.modal-dialog-button:focus {
- background-color: rgba(255,255,255,0.15);
-}
-.notification-button:active, .notification-icon-button:active,
-.hotplug-notification-item:active, .hotplug-resident-eject-button:active,
-.modal-dialog-button:active, .modal-dialog-button:checked,
-.modal-dialog-button:pressed {
- background-color: rgba(255,255,255,0.3);
-}
-.modal-dialog-button:disabled {
- color: #9E9E9E;
-}
-/* ===================================================================
- * PopupMenu (popupMenu.js)
- * ===================================================================*/
-.popup-menu-boxpointer {
- -arrow-border-radius: 16px;
- -arrow-background-color: rgba(0,0,0,0);
- -arrow-border-width: 0px;
- -arrow-border-color: rgba(0,0,0,0);
- -arrow-base: 0px;
- -arrow-rise: -1px;
- -boxpointer-gap: 0px;
-}
-
-.popup-menu {
- font-size: 9.5pt;
- padding-left: 0px;
- padding-right: 0px;
- padding-top: 0px;
- padding-bottom: 0px;
- min-width: 250px;
- min-height: 80px;
- color: white;
-}
-
-.popup-sub-menu {
-}
-.popup-sub-menu .popup-menu-item:ltr {
- padding-right: 0em;
-}
-.popup-sub-menu .popup-menu-item:rtl {
- padding-left: 0em;
-}
-.popup-sub-menu StScrollBar {
-}
-.popup-sub-menu StScrollBar StBin#trough {
-}
-.popup-sub-menu StScrollBar StBin#vhandle {
-}
-.popup-combo-menu {
- color: white;
- font-size: 9.5pt;
- padding-left: 0px;
- padding-right: 0px;
- padding-top: 0px;
- padding-bottom: 0px;
- min-width: 250px;
- min-height: 80px;
-}
-/* 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: .4em 1.75em;
- spacing: 1em;
-}
-.popup-submenu-menu-item:open {
- background-color: rgba(255,255,255,0.3);
-}
-.popup-menu-item:active {
- background-color: rgba(255,255,255,0.15);
-}
-.popup-menu-item:insensitive {
- color: #9f9f9f;
-}
-.popup-image-menu-item {
-}
-.popup-combobox-item {
- spacing: 1em;
-}
-.popup-separator-menu-item {
- -gradient-height: 1px;
- -gradient-start: rgba(255,255,255,0.3);
- -gradient-end: rgba(255,255,255,0.3);
- -margin-horizontal: 1.5em;
- height: 1em;
-}
-.popup-alternating-menu-item:alternate {
- font-weight: bold;
-}
-.popup-slider-menu-item {
- height: 1em;
- min-width: 15em;
- -slider-height: 2px; /*0.3em*/
- -slider-background-color: rgba(255,255,255,0.3);
- -slider-border-color: rgba(0,0,0,0);
- -slider-active-border-color: rgba(0,0,0,0);
- -slider-border-width: 0px;
- -slider-handle-radius: 0.5em;
-}
-.popup-device-menu-item {
- spacing: .5em;
-}
-.popup-inactive-menu-item {
- font-weight: normal;
- color: #999;
-}
-.popup-subtitle-menu-item {
- font-weight: bold;
-}
-.popup-menu-icon {
- icon-size: 1.14em;
-}
-/* Switches (to be used in menus) */
-.toggle-switch {
- width: 40px;
- height: 16px;
- border: 2px solid white;
- border-radius: 10px;
-}
-.toggle-switch-us {
- background-image: url("toggle-off.png");
-}
-.toggle-switch-us:checked {
- background-image: url("toggle-on.png");
-}
-.toggle-switch-intl {
- background-image: url("toggle-off.png");
-}
-.toggle-switch-intl:checked {
- background-image: url("toggle-on.png");
-}
-.nm-menu-item-icons {
- spacing: .5em;
-}
-/* ===================================================================
- * Panel (panel.js)
- * ===================================================================*/
-#panel {
- font-size: 8.5pt;
- font-weight: normal;
- height: 34px;
-}
-#panelLeft {
- spacing: 0px;
-}
-#panelCenter {
- spacing: 0px;
- padding-left: 1px;
- padding-right: 1px;
-}
-#panelRight {
- spacing: 0px;
-}
-#panelLeft:dnd {
- background-color: rgba(255,0,0,0.6);
-}
-#panelCenter:dnd {
- background-color: rgba(0,255,0,0.6);
-}
-#panelRight:dnd {
- background-color: rgba(0,0,255,0.6);
-}
-#panelLeft:ltr {
- padding-right: 0px;
-}
-#panelLeft:rtl {
- padding-left: 0px;
-}
-#panelRight:ltr {
- padding-left: 0px;
-}
-#panelRight:rtl {
- padding-right: 0px;
-}
-.panel-top {}
-.panel-bottom {}
-.panel-status-button {
- -natural-hpadding: 0px;
- -minimum-hpadding: 0px;
- font-weight: bold;
- color: white;
- padding-top: 2px;
- height: 29px;
- icon-size: 1em;
-}
-.panel-status-button:hover {
-}
-.system-status-icon {
- padding-left: 0px;
- padding-right: 0px;
- spacing: 0px;
- margin: 0px;
-}
-.panel-corner {}
-.panel-corner:active,
-.panel-corner:overview,
-.panel-corner:focus {
-}
-#appMenu {
- spacing: 4px;
-}
-.panel-button #appMenuIcon {
- app-icon-bottom-clip: 1px;
-}
-.panel-button:active #appMenuIcon,
-.panel-button:checked #appMenuIcon,
-.panel-button:focus #appMenuIcon {
- app-icon-bottom-clip: 2px;
-}
-.panel-button {
- -natural-hpadding: 0px;
- -minimum-hpadding: 0px;
- font-weight: bold;
- color: white;
-}
-.panel-button:hover {
- color: white;
-}
-.panel-button:active,
-.panel-button:overview,
-.panel-button:focus {}
-.panel-button:active > .system-status-icon,
-.panel-button:checked > .system-status-icon,
-.panel-button:focus > .system-status-icon {}
-.panel-menu {
- -boxpointer-gap: 4px
-}
-.popup-menu-item-dot {}
-.system-status-icon {
- icon-size: 1.3em;
-}
-/* ===================================================================
- * Overview
- * ===================================================================*/
-#overview {
- spacing: 20px;
-}
-.window-caption {
- color: white;
- spacing: 25px;
- padding: 5px;
-}
-.window-caption#selected {}
-.workspace-controls {
- visible-height: 32px; /* Amount visible before hovering */
-}
-.workspace-thumbnails-background {
- padding: 8px;
-}
-.workspace-thumbnails-background:rtl {}
-.workspace-thumbnails {
- spacing: 14px;
-}
-.workspace-add-button {
- height: 200px;
- width: 30px;
- background-color: #83F36B;
- background-image: url("workspace-add-button.png");
-}
-.workspace-add-button:hover {
- height: 200px;
- width: 30px;
- background-color: #56E356;
-}
-.workspace-close-button {
- border-image: url("close-window.png");
- height: 30px;
- width: 30px;
- -cinnamon-close-overlap: 29px;
-}
-.workspace-thumbnail-indicator {
- outline: 2px solid white;
- border: 1px solid #888;
-}
-.window-close {
- border-image: url("close-window.png");
- height: 30px;
- width: 30px;
- -cinnamon-close-overlap: 29px;
-}
-.window-close:rtl {}
-.window-close-area {
- height: 30px;
- width: 200px;
- background-color: #E81123;
- background-image: url("close-window.png");
-}
-/*
-.icon-grid {
- spacing: 36px;
- -cinnamon-grid-item-size: 118px;
-}*/
-/*
-.icon-grid .overview-icon {
- icon-size: 96px;
-}*/
-.overview-icon {
- border-radius: 4px;
- padding: 3px;
- border: 1px rgba(0,0,0,0);
- font-size: 7.5pt;
- color: white;
- text-align: center;
-}
-.expo-background {} /* Workspaces */
-.workspace-overview-background-shade {} /* "exposé" */
-.expo-workspace-thumbnail-frame {}
-.expo-workspace-thumbnail-frame#active {}
-/* ===================================================================
- * Desklets (desklet.js)
- * ===================================================================*/
-.desklet {
- color: white;
-}
-.desklet-with-borders {
- color: white;
-}
-.desklet-with-borders-and-header {
- color: white;
- border-top: 0px;
-}
-.desklet-header {
- padding: 10px;
- font-size: 10.5pt;
- color: white;
- border-bottom: 0px;
-}
-.desklet-drag-placeholder {
- border:1px solid white;
-}
-.xkcd-box {
- padding: 20px;
- border: 0px;
- background-color: rgba(0,0,0,0);
- border-radius: 0px;
-}
-.photoframe-box {
- padding: 20px;
-}
-/* ===================================================================
- * Clock Desklet (desklet.js)
- * ===================================================================*/
-.clock-desklet-label {
- color: white;
-}
-/* ===================================================================
- * Looking Glass
- * ===================================================================
- * Controls the styling of the dialog shown when using the inspector
- * from looking glass
- * ==================================================================*/
-#LookingGlassDialog
-{
- background-color: rgba(35,35,35,0.8);
- spacing: 4px;
- padding: 4px;
- border: 1px solid rgba(100,100,100,0.8);
- border-radius: 4px;
- color: #CCCCCC;
-}
-/* ===================================================================
- * Date applet
- * ===================================================================*/
-.calendar {
- padding: .4em 1.75em;
- spacing-rows: 0px;
- spacing-columns: 0px;
-}
-.calendar-month-label {
- color: white;
- font-size: 10pt;
- padding-bottom: 8px;
- padding-top: 8px;
- font-weight: normal;
-}
-.calendar-change-month-back {
- width: 12px;
- height: 16px;
- background-image: url("calendar-arrow-left.png");
-}
-.calendar-change-month-back:rtl {
- background-image: url("calendar-arrow-right.png");
-}
-.calendar-change-month-back:hover {
- background-color: rgba(255,255,255,0.15);
-}
-.calendar-change-month-back:active {
- background-color: rgba(255,255,255,0.3);
-}
-.calendar-change-month-forward {
- width: 12px;
- height: 16px;
- background-image: url("calendar-arrow-right.png");
-}
-.calendar-change-month-forward:rtl {
- background-image: url("calendar-arrow-left.png");
-}
-.calendar-change-month-forward:hover {
- background-color: rgba(255,255,255,0.15);
-}
-.calendar-change-month-forward:active {
- background-color: rgba(255,255,255,0.3);
-}
-.datemenu-date-label {
- padding: .4em 1.75em;
- font-size: 10.5pt;
- font-weight: bold;
-}
-.calendar-day-base {
- font-size: 10pt;
- text-align: center;
- width: 2.4em;
- height: 2.4em;
-}
-.calendar-day-base:hover {
- color: white;
-}
-.calendar-day-base:active { /* Todays' date */
- color: white;
-}
-.calendar-day-heading {
- color: white;
- padding-top: 1em;
-}
-.calendar-week-number {
- color: white;
- font-weight: bold;
-}
-/* Hack used in lieu of border-collapse - see calendar.js */
-.calendar-day:ltr {
- border: 0px ;
- border-top-width: 0;
- border-left-width: 0;
-}
-.calendar-day-top:ltr {
- border-top-width: 1px;
-}
-.calendar-day-left:ltr {
- border-left-width: 1px;
-}
-.calendar-day:rtl {
-}
-.calendar-day-top:rtl {
-}
-.calendar-day-left:rtl {
-}
-.calendar-work-day {
-}
-.calendar-nonwork-day {
-}
-.calendar-today {
- font-weight: bold;
-}
-.calendar-other-month-day {
- color: rgba(255,255,255,0.4);
-}
-.calendar-day-with-events {
- font-weight: bold;
-}
-/* ===================================================================
- * Notifications
- * ===================================================================*/
-#notification {
- font-size: 8.5pt;
- padding: 8px 8px 8px 8px;
- spacing-rows: 10px;
- spacing-columns: 10px;
- margin-from-right-edge-of-screen: 0px;
- width: 34em;
- color: white;
-}
-#notification.multi-line-notification {
- 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-icon-button > StIcon {
- icon-size: 36px;
-}
-#notification StEntry {
- padding: 4px;
- color: white;
- border-image: url('entry.png') 2;
- caret-color: white;
- caret-size: 2px;
-}
-#notification StEntry:focus {
- color: white;
- border-image: url('entry.png') 2;
- caret-color: white;
- caret-size: 2px;
-}
-/* ===================================================================
- * Alt Tab
- * ===================================================================*/
-#altTabPopup {
- padding: 8px;
- spacing: 16px;
-}
-.switcher-list { /* Window List With App Grouping */
- padding: 20px;
- font-size: 9pt;
- color: white;
-}
-.switcher-list-item-container {
- spacing: 8px;
-}
-.thumbnail-scroll-gradient-left {
- background-gradient-direction: horizontal;
- background-gradient-start: rgba(51, 51, 51, 1.0);
- background-gradient-end: rgba(51, 51, 51, 0);
- border-radius: 24px;
- border-radius-topright: 0px;
- border-radius-bottomright: 0px;
- width: 60px;
-}
-.thumbnail-scroll-gradient-right {
- background-gradient-direction: horizontal;
- background-gradient-start: rgba(51, 51, 51, 0);
- background-gradient-end: rgba(51, 51, 51, 1.0);
- border-radius: 24px;
- border-radius-topleft: 0px;
- border-radius-bottomleft: 0px;
- width: 60px;
-}
-.switcher-list .item-box {
- padding: 8px;
-}
-.switcher-list .item-box:outlined {}
-.switcher-list .item-box:selected { /* "selected" for "Window List With App Grouping" */
- background-color: rgba(255,255,255,0.3);
-}
-.switcher-list .thumbnail-box {
- padding: 2px;
- spacing: 4px;
-}
-.switcher-list .thumbnail {
- width: 256px;
-}
-.switcher-list .separator {
- width: 1px;
- background: rgba(77,77,77,0.45);
-}
-.ripple-box {
- width: 200px;
- height: 200px;
- background-image: url("corner-ripple.png");
-}
-.ripple-box:rtl {
- background-image: url("corner-ripple.png");
-}
-.switcher-arrow {
- color: white;
-}
-.switcher-arrow:highlighted {
- background-color: rgba(255,255,255,0.15);
- color: white;
-}
-.switcher-preview-backdrop {
- background-gradient-start: red;
- background-gradient-end: rgba(243,182,207,0.3);
- background-gradient-direction: radial;
-}
-/* ===================================================================
- * Modal dialogs
- * ===================================================================*/
-.modal-dialog {
- font-size: 12pt;
- color: white;
- padding-right: 42px;
- padding-left: 42px;
- padding-bottom: 30px;
- padding-top: 30px;
-}
-.modal-dialog-button-box {
- spacing: 21px;
-}
-/* ===================================================================
- * Run dialog
- * ===================================================================*/
-.run-dialog-label {
- font-size: 9pt;
- color: white;
-}
-.run-dialog-error-label {
- font-size: 9pt;
- color: white;
-}
-.run-dialog-error-box {
- padding-top: 15px;
- spacing: 5px;
-}
-.run-dialog-entry {
- border-image: url("entry.png") 2;
- font-size: 10.5pt;
- font-weight: bold;
- width: 23em;
- color: white;
- selection-background-color: white;
-}
-.run-dialog-completion-box {
- padding-left: 15px;
- font-size: 10px;
-}
-.run-dialog {
- padding-right: 21px;
- padding-left: 21px;
- padding-bottom: 15px;
- padding-top: 15px;
-}
-.lightbox {
- background-color: rgba(0,0,0,0.5);
-}
-/* ===================================================================
- * End session dialog
- * ===================================================================*/
-.end-session-dialog {
- spacing: 42px;
- color: white;
-}
-.end-session-dialog-subject {
- font-size: 12pt;
- font-weight: bold;
- color: white;
- padding-top: 10px;
- padding-left: 17px;
- padding-bottom: 30px;
-}
-.end-session-dialog-subject:rtl {
- padding-left: 0px;
- padding-right: 17px;
-}
-.end-session-dialog-description {
- font-size: 10pt;
- color: white;
- padding-left: 17px;
- width: 28em;
-}
-.end-session-dialog-description:rtl {
- padding-right: 17px;
-}
-.end-session-dialog-logout-icon {
- border: 2px solid #8b8b8b;
- border-radius: 5px;
- width: 32px;
- height: 32px;
-}
-.end-session-dialog-shutdown-icon {
- width: 32px;
- height: 32px;
-}
-.end-session-dialog-app-list {
- font-size: 10pt;
- max-height: 200px;
- padding-top: 42px;
- padding-left: 49px;
- padding-right: 32px;
-}
-.end-session-dialog-app-list:rtl {
- padding-right: 49px;
- padding-left: 32px;
-}
-.end-session-dialog-app-list-item {
- color: white;
-}
-.end-session-dialog-app-list-item:hover {
- color: white;
-}
-.end-session-dialog-app-list-item:ltr {
- padding-right: 1em;
-}
-.end-session-dialog-app-list-item:rtl {
- padding-left: 1em;
-}
-.end-session-dialog-app-list-item-icon:ltr {
- padding-right: 17px;
-}
-.end-session-dialog-app-list-item-icon:rtl {
- padding-left: 17px;
-}
-.end-session-dialog-app-list-item-name {
- font-size: 10pt;
-}
-.end-session-dialog-app-list-item-description {
- font-size: 8pt;
- color: white;
-}
-/* CinnamonMountOperation Dialogs */
-.cinnamon-mount-operation-icon {
- icon-size: 48px;
-}
-.mount-password-reask {
- color: red;
-}
-.show-processes-dialog,
-.mount-question-dialog {
- spacing: 24px;
-}
-.show-processes-dialog-subject,
-.mount-question-dialog-subject {
- font-size: 12pt;
- font-weight: bold;
- color: #666666;
- padding-top: 10px;
- padding-left: 17px;
- padding-bottom: 6px;
-}
-.show-processes-dialog-subject:rtl,
-.mount-question-dialog-subject:rtl {
- padding-left: 0px;
- padding-right: 17px;
-}
-.show-processes-dialog-description,
-.mount-question-dialog-description {
- font-size: 10pt;
- color: white;
- padding-left: 17px;
- width: 28em;
-}
-.show-processes-dialog-description:rtl,
-.mount-question-dialog-description:rtl {
- padding-right: 17px;
-}
-.show-processes-dialog-app-list {
- font-size: 10pt;
- max-height: 200px;
- padding-top: 24px;
- padding-left: 49px;
- padding-right: 32px;
-}
-.show-processes-dialog-app-list:rtl {
- padding-right: 49px;
- padding-left: 32px;
-}
-.show-processes-dialog-app-list-item {
- color: white;
-}
-.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: 10pt;
-}
-/* ===================================================================
- * Policykit authentication dialog
- * ===================================================================*/
-.polkit-dialog {
- /* this is the width of the entire modal popup */
- width: 500px;
-}
-.polkit-dialog-main-layout {
- spacing: 24px;
- padding: 10px;
-}
-.polkit-dialog-message-layout {
- spacing: 16px;
-}
-.polkit-dialog-headline {
- font-size: 12pt;
- font-weight: bold;
- color: white;
-}
-.polkit-dialog-description {
- font-size: 10pt;
- color: white;
-}
-.polkit-dialog-user-layout {
- padding-left: 10px;
- spacing: 10px;
-}
-.polkit-dialog-user-layout:rtl {
- padding-left: 0px;
- padding-right: 10px;
-}
-.polkit-dialog-user-root-label {
- color: #ff0000;
-}
-.polkit-dialog-password-label:ltr {
- padding-right: 0.5em;
-}
-.polkit-dialog-password-label:rtl {
- padding-left: 0.5em;
-}
-.polkit-dialog-password-entry {
- background-gradient-start: rgb(236,236,236);
- background-gradient-end: white;
- background-gradient-direction: vertical;
- color: black;
- border-radius: 5px;
- border: 2px solid #555753;
-}
-.polkit-dialog-password-entry:focus {
- border: 2px solid #3465a4;
-}
-.polkit-dialog-password-entry .capslock-warning {
- icon-size: 16px;
- warning-color: #999;
- padding: 0 4px;
-}
-.polkit-dialog-error-label {
- font-size: 10pt;
- color: #ffff00;
- padding-bottom: 8px;
-}
-.polkit-dialog-info-label {
- font-size: 10pt;
- padding-bottom: 8px;
-}
-/* intentionally left transparent to avoid dialog changing size */
-.polkit-dialog-null-label {
- font-size: 10pt;
- color: rgba(0,0,0,0);
- padding-bottom: 8px;
-}
-.network-dialog-secret-table {
- spacing-rows: 15px;
-}
-/* ===================================================================
- * Magnifier
- * ===================================================================*/
-.magnifier-zoom-region {
- border: 0px;
-}
-.magnifier-zoom-region.full-screen {
-}
-/* ===================================================================
- * On screen keyboard
- * ===================================================================*/
-#keyboard {
- background-color: #1A1A1A;
-}
-.keyboard-layout {
- spacing: 6px;
- padding: 6px;
-}
-.keyboard-row {
- spacing: 6px;
-}
-.keyboard-key {
- min-height: 0px;
- min-width: 0px;
- font-size: 14pt;
- font-weight: normal;
- color: white;
- background-color: rgba(255,255,255,0.152);
-}
-.keyboard-key:grayed {
- color: rgba(255,255,255,0.23);
-}
-.keyboard-key:checked,
-.keyboard-key:hover {
- color: black;
- background-color: rgba(255,255,255,0.89);
-}
-.keyboard-key:active {
- color: white;
- background-color: #ea8400;
-}
-.keyboard-subkeys {
- color: white;
- padding: 0px;
- -arrow-border-radius: 0px;
- -arrow-background-color: rgba(0,0,0,0);
- -arrow-border-width: 0px;
- -arrow-border-color: rgba(0,0,0,0);
- -arrow-base: 0px;
- -arrow-rise: 0px;
- -boxpointer-gap: 0px;
-}
-/* ###################################################################
- * Cinnamon Specific Section
- * ###################################################################*/
-/* ===================================================================
- * Menu (menu.js)
- * ===================================================================*/
-/* Main menu title */
-.menu-background {
- background-image: url('popup-logo.png');
- color: white;
- border: 2px solid #ea8400;
-}
-.menu-favorites-box {
- margin: auto;
- padding: 0px;
- border:0px;
-}
-.menu-favorites-button {
- border-radius: 30px;
- padding-top: 5px;
- padding-left: 10px;
- padding-right: 10px;
- padding-bottom: 5px;
- color: white;
-}
-.menu-favorites-button:hover {}
-.menu-places-box {
- margin: auto;
- padding: 5px;
- border: 0px;
-}
-.menu-places-button {
- padding-top: 10px;
- padding-left: 10px;
- padding-right: 10px;
- padding-bottom: 10px;
-}
-.menu-categories-box {
- padding-top: 2px;
- padding-left: 5px;
- padding-right: 0px;
- padding-bottom: 1px;
-}
-.menu-applications-box {
- padding-top: 2px;
- padding-left: 5px;
- padding-right: 5px;
- padding-bottom: 1px;
-}
-.menu-application-button {
- padding-top: 6px;
- padding-left: 10px;
- padding-right: 0px;
- padding-bottom: 6px;
-}
-.menu-application-button:highlighted {
- font-weight: bold;
-}
-.menu-application-button-selected {
- padding-top: 6px;
- padding-left: 10px;
- padding-right: 0px;
- padding-bottom: 6px;
- background-color: rgba(255,255,255,0.15);
-}
-.menu-application-button-selected:highlighted {
- font-weight: bold;
-}
-.menu-application-button-label:ltr {
- padding-left: 5px;
-}
-.menu-application-button-label:rtl {
- padding-right: 5px;
-}
-.menu-category-button {
- padding-top: 6px;
- padding-left: 15px;
- padding-right: 10px;
- padding-bottom: 6px;
-}
-.menu-category-button-greyed {
- padding-top: 6px;
- padding-left: 15px;
- padding-right: 10px;
- padding-bottom: 6px;
- color: #9C9C9C;
- font-style: italic;
-}
-.menu-category-button-selected {
- padding-top: 6px;
- padding-left: 15px;
- padding-right: 10px;
- padding-bottom: 6px;
- background-color: rgba(255,255,255,0.15);
-}
-.menu-category-button-label:ltr {
- padding-left: 3px;
-}
-.menu-category-button-label:rtl {
- padding-right: 3px;
-}
-.menu-category-button-button:hover {
-}
-/* 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;
-}
-.menu-selected-app-box:rtl {
- padding-top: 10px;
- height: 40px;
-}
-.menu-selected-app-title {
- font-weight: bold;
-}
-.menu-selected-app-description {
- max-width: 150px;
-}
-.menu-search-box:ltr {
- padding-left: 30px;
-}
-.menu-search-box:rtl {
- padding-right: 30px;
-}
-#menu-search-entry {
- padding: 5px;
- color: white;
- border-image: url('entry.png') 2;
- caret-color: white;
- caret-size: 2px;
- width: 250px;
- height: 15px;
-}
-#menu-search-entry:focus,
-#menu-search-entry:hover {
- color: white;
- font-weight: bold;
-}
-.menu-search-entry-icon {
- icon-size: 1em;
- color: white;
-}
-/* Context menu (at the moment only for favorites) */
-.menu-context-menu {
-}
-/* ===================================================================
- * Window list (windowList.js)
- * ===================================================================*/
-.window-list-box {
- spacing: 2px;
-}
-.window-list-item-label {
- font-weight: bold;
- width: 15em;
- min-width: 5px;
-}
-.window-list-item-box {
- color: white;
- padding-left: 0px;
- padding-right: 0px;
- transition-duration: 50;
- background-color: rgba(255,255,255,0.0);
-}
-.window-list-item-box:hover {
- color: white;
- padding-left: 0px;
- padding-right: 0px;
- background-color: rgba(255,255,255,0.15);
-}
-.window-list-item-box:active,
-.window-list-item-box:checked,
-.window-list-item-box:focus {
- color: white;
- padding-left: 0px;
- padding-right: 0px;
- background-color: rgba(255,255,255,0.3);
-}
-.window-list-item-box:checked:hover,
-.window-list-item-box:focus:hover,
-.window-list-item-box:active:hover {
- color: white;
- padding-left: 0px;
- padding-right: 0px;
- background-color: rgba(255,255,255,0.15);
-}
-
-.window-list-item-demands-attention {
- color: white;
- padding-left: 0px;
- padding-right: 0px;
- background-color: rgba(255,0,0,0.3);
- box-shadow: inset 0px -2px 0px 0px #FF0000;
-}
-/* ===================================================================
- * Sound Applet (status/volume.js)
- * ===================================================================*/
-.sound-button-container {
- padding-right: 3px;
- padding-left: 3px;
-}
-.sound-button {
- width: 30px;
- height: 20px;
- padding: 5px;
-}
-.sound-button:hover {
- background-color: rgba(255,255,255,0.15);
-}
-.sound-button:active {
- background-color: rgba(255,255,255,0.3);
-}
-.sound-button StIcon {
- icon-size: 1.4em;
-}
-.sound-track-infos {
- padding-left: 5px;
- padding-right: 5px;
- padding-top: 5px;
- padding-bottom: 5px;
-}
-.sound-track-info {
- padding-top: 2px;
- padding-bottom: 2px;
-}
-.sound-track-info StIcon {
- icon-size: 1em;
-}
-.sound-track-info StLabel {
- padding-left: 5px;
- padding-right: 5px;
-}
-.sound-track-box {
- padding-left: 15px;
- padding-right: 15px;
- max-width: 220px;
-}
-.sound-seek-box {
- padding-left: 20px;
-}
-.sound-seek-box StLabel {
- padding-top: 2px;
-}
-.sound-seek-box StIcon {
- icon-size: 1em;
-}
-.sound-seek-slider {
- width: 140px;
-}
-.sound-volume-menu-item {
- padding: .4em 1.75em;
-}
-.sound-volume-menu-item StIcon {
- icon-size: 1.14em;
- padding-left: 8px;
- padding-right: 8px;
-}
-.sound-playback-control {
- padding-top: 5px;
- padding-bottom: 10px;
- padding-left: 10px;
- padding-right: 10px;
-}
-/* ===================================================================
- * Workspace Switcher applet (workspaceSwitcher.js)
- * ===================================================================*/
-#workspaceSwitcher {
- spacing: 0px;
- padding: 3px;
-
-}
-.workspace-switcher-box {
- padding-left: 3px;
- padding-right: 3px;
-}
-
-.workspace-button {
- width: 20px;
- height: 10px;
- color: white;
-}
-
-.workspace-button:outlined {
- color: red;
-}
-/* ===================================================================
- * Panel Launchers Applet (panelLaunchers.js)
- * ===================================================================*/
-#panel-launchers-box {
- spacing: 1px;
-}
-.panel-launcher {
- margin: 0px;
- padding: 3px;
- transition-duration: 50;
-}
-.panel-launcher:hover {
- margin: 0px;
- padding: 3px;
- background-color: rgba(255,255,255,0.15)
-}
-.panel-launcher-add-dialog-content-box {
- padding: 6px;
- spacing: 20px;
-}
-.panel-launcher-add-dialog-content-box-left {
- padding: 6px;
- spacing: 20px;
-}
-.panel-launcher-add-dialog-content-box-right {
- padding: 6px;
- spacing: 10px;
-}
-.panel-launcher-add-dialog-entry {
- padding: 5px;
- color: white;
- caret-color: white;
- caret-size: 2px;
- width: 250px;
-}
-.panel-launcher-add-dialog-entry:focus,
-.panel-launcher-add-dialog-entry:hover {
- background-gradient-start: rgb(200,200,200);
- background-gradient-end: white;
- background-gradient-direction: vertical;
-}
-.panel-launcher-add-dialog-entry:hover {
-}
-.panel-launcher-add-dialog-entry:focus {
- color: rgb(64, 64, 64);
- font-weight: bold;
-}
-/* ===================================================================
- * Overview corner
- * ===================================================================*/
-#overview-corner {
- background-image: url("overview.png");
-}
-#overview-corner:hover {
- background-image: url("overview-hover.png");
-}
-/* ===================================================================
- * Applets (applet.js)
- * ===================================================================*/
-.applet-separator {
- padding: 5px 4px;
-}
-.applet-separator-line {
- width: 2px;
- background: rgba(255,255,255,.5);
-}
-.applet-box {
- spacing: 1px;
- padding-top: 0px;
- padding-left: 4px;
- padding-right: 4px;
- padding-bottom: 0px;
- color: white;
- transition-duration: 50;
-}
-.applet-box:hover {
- background-color: rgba(255,255,255,0.15)
-}
-.applet-label {
- font-weight: bold;
- color: white;
- font-size: 9pt;
-}
-.applet-label:hover,
-.applet-box:hover > .applet-label {}
-
-.applet-icon {
- color: white;
- icon-size: 24px;
-}
-.applet-icon:hover,
-.applet-box:hover > .applet-icon {}
-/* ===================================================================
- * Workspace OSD
- * ===================================================================*/
-.workspace-osd {
- padding: 9px 15px;
- color: white;
- font-weight: bold;
- font-size: 26pt;
-}
-.expo-workspaces-name-entry {
- padding: 6px;
- color: white;
- font-weight: bold;
- caret-color: white;
- caret-size: 2px;
- width: 250px;
- height: 15px;
-}
-.expo-workspaces-name-entry#selected {
- font-weight: bold;
-}
-.expo-workspaces-name-entry:focus {
- color: white;
- font-weight: bold;
- font-style: italic;
-}
-/* ===================================================================
- * Notification Applet
- * ===================================================================*/
-.notification-applet-padding {
- padding: .5em 1em;
-}
-.notification-applet-container {
- max-height: 100px;
-}
-/* Check Boxes */
-.check-box CinnamonGenericContainer {
- spacing: .2em;
- min-height: 30px;
- padding-top: 2px;
-}
-.check-box StBin {
- width: 24px;
- height: 18px;
- background-image: url("checkbox-off.png");
-}
-.check-box:focus StBin {
- background-image: url("checkbox-off-focus.png");
-}
-.check-box:checked StBin {
- background-image: url("checkbox.png");
-}
-.check-box:focus:checked StBin {
- background-image: url("checkbox-focus.png");
-}
-.check-box StLabel {
- font-weight: normal;
-}
-.radiobutton CinnamonGenericContainer {
- spacing: .2em;
- height: 26px;
- padding-top: 2px;
-}
-.radiobutton StBin {
- width: 22px;
- height: 22px;
- background-image: url("radio-unselected.png");
- border-radius: 15px;
-}
-.radiobutton:focus StBin {
- background-image: url("radio-unselected.png");
-}
-.radiobutton:checked StBin {
- background-image: url("radio-selected.png");
-}
-.radiobutton:focus:checked StBin {
- background-image: url("radio-selected.png");
-}
-.radiobutton StLabel {
- padding-top: 4px;
- font-size: 0.9em;
- box-shadow: none;
-}
-.flashspot {
- background-color: white;
-}
-/* ===================================================================
- * User Applet
- * ===================================================================*/
-.user-icon {
- background-color: rgba(0,0,0,0);
- border: 0px;
- border-radius: 0px;
- padding: 1em;
-}
-.user-label {
- color: white;
- font-size: 16px;
- margin: 6px;
- padding-left: 5px;
-}
-/* ===================================================================
- * About Dialog (applet.js and desklet.js)
- * ===================================================================*/
-.about-content {
- width: 300px;
- height: 150px;
- spacing: 8px;
- padding-bottom: 16px;
-}
-.about-title {
- font-size: 1.5em;
- font-weight: bold;
-}
-.about-uuid {
- font-size: .8em;
-}
-.about-icon {
- padding-right: 20px;
-}
-.about-scrollBox {
- color: white;
-}
-.about-scrollBox-innerBox {
- padding: 1.2em;
- spacing: 1.2em;
-}
-.about-description {
- padding-top: 4px;
-}
-.about-version {
- padding-left: 7px;
-}
-/* ===================================================================
- * OSD Popups
- * ===================================================================*/
-.info-osd { /* Window snap message */
- font-size: 24pt;
- color: white;
- padding-right: 20px;
- padding-left: 20px;
- padding-bottom: 20px;
- padding-top: 20px;
- text-align: center;
-}
-.osd-window { /* Media key */
- color: white;
- padding: 20px;
- spacing: 5px;
-}
-.osd-window .level {
- height: 0.7em;
- border-radius: 0.3em;
- background-color: rgba(190,190,190,0.3);
-}
-/* ===================================================================
- * Snap/Tile OSD Popup
- * ===================================================================*/
-.tile-preview, .tile-hud,
-.tile-preview.snap, .tile-hud.snap {}
-.tile-hud:top {
- border-top-width: 0px;
-}
-.tile-hud:bottom {
- border-bottom-width: 0px;
-}
-.tile-hud:left {
- border-left-width: 0px;
-}
-.tile-hud:right {
- border-right-width: 0px;
-}
-.tile-hud:top-left {
- border-top-width: 0px;
- border-left-width: 0px;
-}
-.tile-hud:top-right {
- border-top-width: 0px;
- border-right-width: 0px;
-}
-.tile-hud:bottom-left {
- border-bottom-width: 0px;
- border-left-width: 0px;
-}
-.tile-hud:bottom-right {
- border-bottom-width: 0px;
- border-right-width: 0px;
-}
-/* ===================================================================
- * TimeAndDate desklet
- * ===================================================================*/
-.clock-container{
- padding: 15px;
- color: white;
- text-shadow: 1px 1px 2px rgba(0,0,0,0);
-}
-.time-container{}
-.date-container{}
-.clock-date-label{}
-/*=====================================================================
- * soundBox desklet (Mint theme)
- * ===================================================================*/
-.mint-mainBox {
- padding: 10px 0px 5px 0px;
- border:6px solid #051d42;
- border-radius: 20px 60px 20px 60px;
- box-shadow: inset 0px 3px 5px 0px rgba(0,0,0,0.6);
- background-color: #1e376f;
- background-image: url('popup-logo.png');
- border-top: 2px;
- border-bottom: 2px;
- color: white;
-}
-.mint-buttonMenu {
- color: white;
- padding: 7px;
- border:2px solid #051d42;
- border-radius: 10px 30px 10px 30px;
- box-shadow: inset 0px 3px 5px 0px rgba(0,0,0,0.6);
- background-gradient-start: #1e376f;
- background-gradient-end: #1f46c6;
- background-gradient-direction: vertical;
-}
-.mint-buttonMenu:hover {
- border:2px solid #051d42;
- border-radius: 30px 10px 30px 10px;
- box-shadow: inset 0px 3px 5px 0px rgba(0,0,0,0.6);
- background-gradient-start: #1e376f;
- background-gradient-end: #1f46c6;
- background-gradient-direction: vertical;
-}
-.mint-buttonMenu:active {
- border:2px solid #051d42;
- border-radius: 30px 10px 30px 10px;
- box-shadow: inset 0px 3px 5px 0px rgba(0,0,0,0.6);
- background-gradient-end: #1e376f;
- background-gradient-start: #1f46c6;
- background-gradient-direction: vertical;
-}
-.mint-divider {
- background-color: white;
- -margin-horizontal: 14px;
- height: 1px;
-}
-.mint-divider-box {
- color: white;
- padding: 10px 30px 10px 30px;
-}
-.mint-text,
-.mint-buttonText,
-.mint-appTitle,
-.mint-playerTitleText,
-.mint-trackInfo-text {
- color: white;
-}
-.mint-volumeBox {
- padding: 0px 5px 0px 5px;
-}
-.mint-volumeButton {
- padding: 2px 3px 2px 3px;
-}
-.mint-volumeIcon {
- icon-size: 16px;
- color: white;
-}
-.mint-slider {
- height: 1em;
- min-width: 165px;
- -slider-active-height: 0.3em;
- -slider-handle-color: #61c5e3;
- -slider-handle-border-color: #61c5e3;
- -slider-height: 0.3em;
- -slider-background-color: #1e376f;
- -slider-border-color: #051d42;
- -slider-active-background-color: #61c5e3;
- -slider-active-border-color: #051d42;
- -slider-border-width: 1px;
- -slider-handle-radius: 0.5em;
-}
-.mint-appIcon {
- icon-size: 20px;
- padding: 0px 4px 4px 4px;
-}
-.mint-appTitleBox {
- padding: 0px 0px 2px 0px;
-}
-.mint-titleBar {
- color: white;
- background-color: rgba(140, 140, 140,0);
- background-gradient-direction: none;
- padding: 2px 0px 2px 0px;
-}
-.mint-playerIcon {
- icon_size: 16px;
- width: 16px;
-}
-.mint-trackInfoBox {
- padding: 5px 0px 5px 0px;
- margin-top: 5px;
- width: 200px;
-}
-.mint-trackInfo {
- padding: 3px 0px 5px 0px;
-
-}
-.mint-trackInfo-icon {
- icon-size: 1em;
- color: white;
-}
-.mint-albumCover {
- border: 0px;
- icon_size: 200px;
- width: 200px;
- height: 200px;
-}
-.mint-buttonBox {
- padding: 5px 5px 5px 5px;
-}
-.mint-soundButton-box {
- padding-right: 3px;
- padding-left: 3px;
-}
-.mint-soundButton {
- width: 30px;
- height: 20px;
- padding: 5px;
- border:2px solid #051d42;
- border-radius: 10px 30px 10px 30px;
- box-shadow: inset 0px 3px 5px 0px rgba(0,0,0,0.6);
- background-gradient-start: #1e376f;
- background-gradient-end: #1f46c6;
- background-gradient-direction: vertical;
-}
-.mint-soundButton:hover {
- border:2px solid #051d42;
- border-radius: 30px 10px 30px 10px;
- box-shadow: inset 0px 3px 5px 0px rgba(0,0,0,0.6);
- background-gradient-start: #1e376f;
- background-gradient-end: #1f46c6;
- background-gradient-direction: vertical;
-}
-.mint-soundButton:active {
- border:2px solid #051d42;
- border-radius: 30px 10px 30px 10px;
- box-shadow: inset 0px 3px 5px 0px rgba(0,0,0,0.6);
- background-gradient-end: #1e376f;
- background-gradient-start: ;
- background-gradient-direction: vertical;
-}
-.mint-soundButton-icon {
- icon-size: 16px;
- color: white;
-}
-#mint-popup-menuitem {
- text-mint: 0px 0px 0px 0px;
- color: white;
- padding: .4em 1em;
- spacing: 1em;
- border:2px;
-}
-#mint-popup-menuitem:active {
- box-mint: 0px 0px 0px 0px;
- text-mint: 0px 0px 0px 0px;
- color: white;
- border:2px solid #051d42;
- border-radius: 10px 30px 10px 30px;
- box-shadow: inset 0px 3px 5px 0px rgba(0,0,0,0.6);
- background-gradient-start: #1e376f;
- background-gradient-end: ;
- background-gradient-direction: vertical;
-}
-#Tooltip.mint-tooltip {
- padding: 4px 12px;
- color: white;
- font-size: 8.5pt;
- font-weight: normal;
- text-align: center;
-}
-#mint-popup {}
-#mint-popup-boxPointer {
-
-}
-/* Compact */
-.mint-mainBox:compact {
- padding: 0px 0px 0px 0px;
-}
-.mint-buttonMenu:compact {
- padding: 2px 4px 2px 4px;
-}
-.mint-divider:compact {
- background-color: mintparent;
- height: 0px;
-}
-.mint-divider-box:compact {
- padding: 0px;
-}
-.mint-volumeButton:compact {
- padding: 0px 2px 2px 2px;
-}
-.mint-volumeIcon:compact {
- icon-size: 14px;
-}
-.mint-appIcon:compact {
- icon-size: 1em;
-}
-.mint-titleBar:compact {
- padding: 0px;
-}
-.mint-trackInfoBox:compact {
- padding: 0px;
-}
-.mint-trackInfo:compact {
- padding: 0px;
-}
-.mint-trackInfo-icon:compact {
- icon-size: 1em;
-}
-.mint-buttonBox:compact{
- padding: 0px;
-}
-.mint-soundButton:compact {
- height: 14px;
- width: 16px;
-}
-.mint-soundButton-box:compact {
- padding: 2px;
-}
-/*====================================================================*/
diff --git a/B00merang-Round/cinnamon/close-window.png b/B00merang-Round/cinnamon/close-window.png
deleted file mode 100755
index a819801..0000000
Binary files a/B00merang-Round/cinnamon/close-window.png and /dev/null differ
diff --git a/B00merang-Round/cinnamon/corner-ripple.png b/B00merang-Round/cinnamon/corner-ripple.png
deleted file mode 100755
index d62fff0..0000000
Binary files a/B00merang-Round/cinnamon/corner-ripple.png and /dev/null differ
diff --git a/B00merang-Round/cinnamon/entry.png b/B00merang-Round/cinnamon/entry.png
deleted file mode 100755
index d3a19c1..0000000
Binary files a/B00merang-Round/cinnamon/entry.png and /dev/null differ
diff --git a/B00merang-Round/cinnamon/metadata.json b/B00merang-Round/cinnamon/metadata.json
deleted file mode 100755
index c6a2e13..0000000
--- a/B00merang-Round/cinnamon/metadata.json
+++ /dev/null
@@ -1,4 +0,0 @@
-{
- "last-edited": "1400226761",
- "uuid": "295"
-}
\ No newline at end of file
diff --git a/B00merang-Round/cinnamon/overview-hover.png b/B00merang-Round/cinnamon/overview-hover.png
deleted file mode 100755
index 8e82082..0000000
Binary files a/B00merang-Round/cinnamon/overview-hover.png and /dev/null differ
diff --git a/B00merang-Round/cinnamon/overview.png b/B00merang-Round/cinnamon/overview.png
deleted file mode 100755
index db71494..0000000
Binary files a/B00merang-Round/cinnamon/overview.png and /dev/null differ
diff --git a/B00merang-Round/cinnamon/player-paused.svg b/B00merang-Round/cinnamon/player-paused.svg
deleted file mode 100755
index e657d72..0000000
--- a/B00merang-Round/cinnamon/player-paused.svg
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
diff --git a/B00merang-Round/cinnamon/player-playing.svg b/B00merang-Round/cinnamon/player-playing.svg
deleted file mode 100755
index 2b09d89..0000000
--- a/B00merang-Round/cinnamon/player-playing.svg
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
diff --git a/B00merang-Round/cinnamon/player-stopped.svg b/B00merang-Round/cinnamon/player-stopped.svg
deleted file mode 100755
index 5802265..0000000
--- a/B00merang-Round/cinnamon/player-stopped.svg
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
diff --git a/B00merang-Round/cinnamon/popup-logo.png b/B00merang-Round/cinnamon/popup-logo.png
deleted file mode 100755
index 0df8c82..0000000
Binary files a/B00merang-Round/cinnamon/popup-logo.png and /dev/null differ
diff --git a/B00merang-Round/cinnamon/process-working.svg b/B00merang-Round/cinnamon/process-working.svg
deleted file mode 100755
index f2ba6f9..0000000
--- a/B00merang-Round/cinnamon/process-working.svg
+++ /dev/null
@@ -1,32 +0,0 @@
-
-
diff --git a/B00merang-Round/cinnamon/radio-selected.png b/B00merang-Round/cinnamon/radio-selected.png
deleted file mode 100755
index 6c6c3cf..0000000
Binary files a/B00merang-Round/cinnamon/radio-selected.png and /dev/null differ
diff --git a/B00merang-Round/cinnamon/radio-unselected.png b/B00merang-Round/cinnamon/radio-unselected.png
deleted file mode 100755
index 32bf075..0000000
Binary files a/B00merang-Round/cinnamon/radio-unselected.png and /dev/null differ
diff --git a/B00merang-Round/cinnamon/theme.json b/B00merang-Round/cinnamon/theme.json
deleted file mode 100755
index 7303276..0000000
--- a/B00merang-Round/cinnamon/theme.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "cinnamon-theme": {
- "name": "Modern Mint",
- "author": "fmcgorenc(at)gmail(dot)com",
- "version": "0.1",
- "type": "custom",
- "thumbnail": "thumbnail.png",
- "url": ""
- }
-}
diff --git a/B00merang-Round/cinnamon/thumbnail.png b/B00merang-Round/cinnamon/thumbnail.png
deleted file mode 100755
index 9b00931..0000000
Binary files a/B00merang-Round/cinnamon/thumbnail.png and /dev/null differ
diff --git a/B00merang-Round/cinnamon/toggle-off.png b/B00merang-Round/cinnamon/toggle-off.png
deleted file mode 100755
index 46a8c0d..0000000
Binary files a/B00merang-Round/cinnamon/toggle-off.png and /dev/null differ
diff --git a/B00merang-Round/cinnamon/toggle-on.png b/B00merang-Round/cinnamon/toggle-on.png
deleted file mode 100755
index 7a317a0..0000000
Binary files a/B00merang-Round/cinnamon/toggle-on.png and /dev/null differ
diff --git a/B00merang-Round/cinnamon/workspace-add-button.png b/B00merang-Round/cinnamon/workspace-add-button.png
deleted file mode 100755
index 9fb090e..0000000
Binary files a/B00merang-Round/cinnamon/workspace-add-button.png and /dev/null differ
diff --git a/B00merang-Round/gtk-2.0/gtkrc b/B00merang-Round/gtk-2.0/gtkrc
deleted file mode 100755
index 96f8f50..0000000
--- a/B00merang-Round/gtk-2.0/gtkrc
+++ /dev/null
@@ -1,763 +0,0 @@
-# Numix GTK Theme
-
-gtk-color-scheme = "bg_color:#f6f9c6\nfg_color:#000\nbase_color:#fff\ntext_color:#333333\nselected_bg_color:#eacd00\nselected_fg_color:#f9f9f9\ntooltip_bg_color:#ea8400\ntooltip_fg_color:#fff\ntitlebar_bg_color:#ea8400\ntitlebar_fg_color:#fff\nmenubar_bg_color:#ea8400\nmenubar_fg_color:#fff\ntoolbar_bg_color:#ea8400\ntoolbar_fg_color:#fff\nmenu_bg_color:#ea8400\nmenu_fg_color:#fff\npanel_bg_color:#ea8400\npanel_fg_color:#fff\nlink_color:#fc6f5d"
-
-# Default Style
-
-style "murrine-default" {
- GtkArrow::arrow-scaling= 0.6
-
- GtkButton::child-displacement-x = 0
- GtkButton::child-displacement-y = 0
-
- GtkButton::default-border = { 0, 0, 0, 0 }
-
- GtkButtonBox::child-min-height = 26
-
- GtkCheckButton::indicator-size = 16
-
- # The following line hints to gecko (and possibly other appliations)
- # that the entry should be drawn transparently on the canvas.
- # Without this, gecko will fill in the background of the entry.
- GtkEntry::honors-transparent-bg-hint = 1
- GtkEntry::state-hint = 0
-
- GtkExpander::expander-size = 16
-
- GtkImage::x-ayatana-indicator-dynamic = 1
-
- GtkMenu::horizontal-padding = 0
- GtkMenu::vertical-padding = 0
-
- GtkMenuBar::internal-padding = 0
- GtkMenuBar::window-dragging = 1
-
- GtkMenuItem::arrow-scaling= 0.5
-
- GtkPaned::handle-size = 1
-
- GtkProgressBar::min-horizontal-bar-height = 12
- GtkProgressBar::min-vertical-bar-width = 12
-
- GtkRange::trough-border = 0
- GtkRange::slider-width = 12
- GtkRange::stepper-size = 12
- GtkRange::stepper_spacing = 0
- GtkRange::trough-under-steppers = 1
-
- GtkScale::slider-length = 16
- GtkScale::slider-width = 16
- GtkScale::trough-side-details = 1
-
- GtkScrollbar::activate-slider = 1
- GtkScrollbar::has-backward-stepper = 0
- GtkScrollbar::has-forward-stepper = 1
- GtkScrollbar::has-secondary-backward-stepper = 1
- GtkScrollbar::has-secondary-forward-stepper = 0
- GtkScrollbar::min-slider-length = 80
- GtkScrollbar::slider-width = 11
- GtkScrollbar::trough-border = 1
-
- GtkScrolledWindow::scrollbar-spacing = 0
- GtkScrolledWindow::scrollbars-within-bevel = 1
-
- GtkSeparatorMenuItem::horizontal-padding = 0
-
- GtkToolbar::internal-padding = 0
-
- GtkTreeView::expander-size = 11
- GtkTreeView::vertical-separator = 0
-
- GtkWidget::focus-line-width = 1
- # The following line prevents the Firefox tabs
- # from jumping a few pixels when you create a new tab
- GtkWidget::focus-padding = 0
-
- GtkWidget::wide-separators = 1
- GtkWidget::separator-width = 1
- GtkWidget::separator-height = 1
-
- GtkWindow::resize-grip-height = 0
- GtkWindow::resize-grip-width = 0
-
- WnckTasklist::fade-overlay-rect = 0
-
- 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
-
- GtkToolbar::shadow-type = GTK_SHADOW_NONE # Makes toolbars flat and unified
- GtkMenuBar::shadow-type = GTK_SHADOW_NONE # Makes menubars flat and unified
-
- xthickness = 1
- ythickness = 1
-
- fg[NORMAL] = @fg_color
- fg[PRELIGHT] = @fg_color
- fg[SELECTED] = @selected_fg_color
- fg[ACTIVE] = @fg_color
- fg[INSENSITIVE] = mix (0.5, @bg_color, @fg_color)
-
- bg[NORMAL] = @bg_color
- bg[PRELIGHT] = shade (1.02, @bg_color)
- bg[SELECTED] = @selected_bg_color
- bg[ACTIVE] = shade (0.9, @bg_color)
- bg[INSENSITIVE] = @bg_color
-
- base[NORMAL] = @base_color
- base[PRELIGHT] = shade (0.95, @base_color)
- base[SELECTED] = @selected_bg_color
- base[ACTIVE] = @selected_bg_color
- base[INSENSITIVE] = shade (0.85, @base_color)
-
- text[NORMAL] = @text_color
- text[PRELIGHT] = @text_color
- text[SELECTED] = @selected_fg_color
- text[ACTIVE] = @selected_fg_color
- text[INSENSITIVE] = mix (0.5, @base_color, @text_color)
-
- engine "murrine" {
- animation = FALSE
- arrowstyle = 1 # 0 = normal arrows, 1 = filled arrows
- border_shades = { 1.0, 1.0 } # gradient to draw on border
- colorize_scrollbar = FALSE
- comboboxstyle = 0 # 0 = normal combobox, 1 = colorized combobox below arrow
- contrast = 0.8 # overal contrast with borders
- focusstyle = 1 # 0 = none, 1 = grey dotted, 2 = colored with fill, 3 = colored glow
- glazestyle = 0 # 0 = flat highlight, 1 = curved highlight, 2 = concave, 3 = top curved highlight, 4 = beryl highlight
- glowstyle = 0 # 0 = glow on top, 1 = glow on bottom, 2 = glow on top and bottom, 3 = glow on middle vertically, 4 = glow on middle horizontally, 5 = glow on all sides
- glow_shade = 1.0 # amount of glow
- gradient_shades = { 1.0, 1.0, 1.0, 1.0 } # gradient to draw on widgets
- highlight_shade = 1.0 # amount of highlight
- lightborder_shade = 1.0 # amount of inset light border
- lightborderstyle = 1 # 0 = lightborder on top side, 1 = lightborder on all sides
- listviewheaderstyle = 0 # 0 = flat, 1 = glassy, 2 = raised
- listviewstyle = 0 # 0 = none, 1 = dotted, 2 = line
- menubaritemstyle = 0 # 0 = menuitem look, 1 = button look
- menubarstyle = 0 # 0 = flat, 1 = glassy, 2 = gradient, 3 = striped
- menuitemstyle = 0 # 0 = flat, 1 = glassy, 2 = striped
- menustyle = 0 # 0 = none, 1 = vertical striped
- progressbarstyle = 0 # 0 = none, 1 = diagonal striped, 2 = vertical striped
- reliefstyle = 0 # 0 = flat, 1 = inset, 2 = shadow, 3 = shadow with gradient, 4 = stronger shadow with gradient
- roundness = 30 # roundness of widgets
- scrollbarstyle = 0 # 0 = none, 1 = circles, 2 = handles, 3 = diagonal stripes, 4 = diagonal stripes and handles, 5 = horizontal stripes, 6 = horizontal stripes and handles
- sliderstyle = 0 # 0 = none, 1 = handles
- stepperstyle = 1 # 0 = standard, 1 = integrated stepper handles
- toolbarstyle = 0 # 0 = flat, 1 = glassy, 2 = gradient
- }
-}
-
-style "murrine-wide" {
- xthickness = 2
- ythickness = 2
-}
-
-style "murrine-wider" {
- xthickness = 3
- ythickness = 3
-}
-
-style "murrine-thin" {
- xthickness = 0
- ythickness = 0
-}
-
-# Notebook
-
-style "murrine-notebook-bg" {
- bg[NORMAL] = shade (1.0, @selected_bg_color)
- bg[ACTIVE] = @bg_color
-}
-
-style "murrine-notebook" = "murrine-notebook-bg" {
- xthickness = 2
- ythickness = 2
-
- engine "murrine" {
- roundness = 30
- }
-}
-
-# Various Standard Widgets
-
-style "murrine-button" = "murrine-wider" {
- bg[NORMAL] = shade (1.08, @bg_color)
- bg[PRELIGHT] = shade (1.10, @bg_color)
- bg[ACTIVE] = shade (0.95, @bg_color)
- bg[INSENSITIVE] = shade (0.85, @bg_color)
-
- engine "murrine" {
- }
-}
-
-style "murrine-scrollbar" {
- bg[NORMAL] = mix (0.21, @selected_bg_color, @bg_color)
- bg[PRELIGHT] = mix (0.31, @selected_bg_color, @bg_color)
- bg[ACTIVE] = @selected_bg_color
-
- engine "murrine" {
- roundness = 30
- contrast = 0.0
- border_shades = { 0.7, 0.7 }
- trough_shades = { 1.0, 1.0 }
- trough_border_shades = { 1.0, 1.0 }
- }
-}
-
-style "murrine-overlay-scrollbar" {
- bg[ACTIVE] = shade (0.8, @bg_color)
- bg[INSENSITIVE] = shade (0.97, @bg_color)
-
- base[SELECTED] = shade (0.6, @base_color)
- base[INSENSITIVE] = shade (0.85, @base_color)
-}
-
-style "murrine-scale" = "murrine-thin" {
- bg[NORMAL] = @bg_color
- bg[ACTIVE] = @bg_color
- bg[SELECTED] = @selected_bg_color
- bg[INSENSITIVE] = shade (0.95, @bg_color)
-
- engine "murrine" {
- roundness = 30
- gradient_shades = { 1.08, 1.08, 1.08, 1.08 }
- border_shades = { 1.0, 1.0 }
- trough_shades = { 1.08, 1.08 }
- trough_border_shades = { 0.8, 0.8 }
- }
-}
-
-style "murrine-progressbar" = "murrine-thin" {
- bg[NORMAL] = @bg_color
- bg[ACTIVE] = shade (1.08, @bg_color)
-
- fg[PRELIGHT] = @selected_fg_color
-
- engine "murrine" {
- roundness = 30
- border_shades = { 1.2, 1.2 }
- trough_border_shades = { 0.8, 0.8 }
- }
-}
-
-style "murrine-treeview-header" = "murrine-button" {
- engine "murrine" {
- roundness = 30
- }
-}
-
-style "murrine-treeview" {
- engine "murrine" {
- roundness = 30
- }
-}
-
-style "murrine-frame-title" {
- fg[NORMAL] = lighter (@fg_color)
-}
-
-style "murrine-tooltips" {
- xthickness = 5
- ythickness = 5
-
- bg[NORMAL] = @tooltip_bg_color
- bg[SELECTED] = @tooltip_bg_color
-
- fg[NORMAL] = @tooltip_fg_color
-
- engine "murrine" {
- textstyle = 0
- roundness = 30
- rgba = FALSE
- }
-}
-
-style "murrine-spinbutton" = "murrine-button" {
- engine "murrine" {
- }
-}
-
-style "murrine-radiocheck" = "murrine-default" {
- bg[SELECTED] = @base_color
-
- text[NORMAL] = @selected_bg_color
- text[PRELIGHT] = @selected_bg_color
-}
-
-style "murrine-entry" = "murrine-wider" {
- engine "murrine" {
- border_shades = { 1.15, 1.15 }
- }
-}
-
-style "metacity-frame" = "murrine-default" {
- bg[SELECTED] = @selected_bg_color
-}
-
-style "murrine-statusbar" { }
-style "murrine-comboboxentry" = "murrine-entry" { }
-style "murrine-hscale" = "murrine-scale" { }
-style "murrine-vscale" = "murrine-scale" { }
-style "murrine-hscrollbar" = "murrine-scrollbar" { }
-style "murrine-vscrollbar" = "murrine-scrollbar" { }
-
-# Menus
-
-style "murrine-menu" = "murrine-thin" {
- bg[NORMAL] = @menu_bg_color
- bg[PRELIGHT] = @selected_bg_color
- bg[SELECTED] = @selected_bg_color
- bg[ACTIVE] = @menu_bg_color
- bg[INSENSITIVE] = @menu_bg_color
-
- fg[NORMAL] = @menu_fg_color
- fg[PRELIGHT] = @selected_fg_color
- fg[SELECTED] = @selected_fg_color
- fg[ACTIVE] = @selected_fg_color
- fg[INSENSITIVE] = mix (0.5, @menu_bg_color, @menu_fg_color)
-
- text[NORMAL] = @menu_fg_color
- text[PRELIGHT] = @selected_fg_color
- text[SELECTED] = @selected_fg_color
- text[ACTIVE] = @selected_fg_color
- text[INSENSITIVE] = mix (0.5, @menu_bg_color, @menu_fg_color)
-
- engine "murrine" {
- roundness = 30
- }
-}
-
-style "murrine-menu-item" = "murrine-wider" {
- bg[PRELIGHT] = @selected_bg_color
- bg[SELECTED] = @selected_bg_color
- bg[ACTIVE] = @selected_bg_color
-
- fg[NORMAL] = @menu_fg_color # Fix for XFCE menu text
- fg[PRELIGHT] = @selected_fg_color
- fg[SELECTED] = @selected_fg_color
- fg[ACTIVE] = @selected_fg_color
- fg[INSENSITIVE] = mix (0.5, @menu_bg_color, @menu_fg_color)
-
- engine "murrine" {
- textstyle = 0
- border_shades = { 1.2, 1.2 }
- }
-}
-
-style "murrine-separator-menu-item" = "murrine-thin" { }
-
-style "murrine-menubar" {
- bg[NORMAL] = @menubar_bg_color
- bg[PRELIGHT] = mix (0.21, @menubar_fg_color, @menubar_bg_color)
- bg[SELECTED] = mix (0.21, @menubar_fg_color, @menubar_bg_color)
- bg[ACTIVE] = shade (0.9, @menubar_bg_color)
- bg[INSENSITIVE] = @menubar_bg_color
-
- fg[NORMAL] = @menubar_fg_color
- fg[PRELIGHT] = shade (1.08, @menubar_fg_color)
- fg[SELECTED] = shade (1.08, @menubar_fg_color)
- fg[ACTIVE] = @menubar_fg_color
- fg[INSENSITIVE] = mix (0.5, @menubar_bg_color, @menubar_fg_color)
-
- engine "murrine" {
- roundness = 30
- }
-}
-
-style "murrine-menubaritem" {
- bg[NORMAL] = @menubar_bg_color
- bg[PRELIGHT] = mix (0.21, @menubar_fg_color, @menubar_bg_color)
- bg[SELECTED] = mix (0.21, @menubar_fg_color, @menubar_bg_color)
- bg[ACTIVE] = shade (0.9, @menubar_bg_color)
- bg[INSENSITIVE] = @menubar_bg_color
-
- fg[NORMAL] = @menubar_fg_color
- fg[PRELIGHT] = shade (1.08, @menubar_fg_color)
- fg[SELECTED] = shade (1.08, @menubar_fg_color)
- fg[ACTIVE] = @menubar_fg_color
- fg[INSENSITIVE] = mix (0.5, @menubar_bg_color, @menubar_fg_color)
-
- engine "murrine" {
- roundness = 30
- }
-}
-
-# Toolbars
-
-style "murrine-toolbar" = "murrine-thin" {
- bg[NORMAL] = @bg_color
- bg[PRELIGHT] = shade (1.02, @bg_color)
- bg[SELECTED] = @selected_bg_color
- bg[ACTIVE] = shade (0.9, @bg_color)
- bg[INSENSITIVE] = @bg_color
-
- fg[NORMAL] = @fg_color
- fg[PRELIGHT] = @fg_color
- fg[SELECTED] = @selected_fg_color
- fg[ACTIVE] = @fg_color
- fg[INSENSITIVE] = mix (0.5, @bg_color, @fg_color)
-
- engine "murrine" {
- }
-}
-
-style "murrine-toolbutton" = "murrine-button" {
- bg[NORMAL] = shade (1.08, @bg_color)
- bg[PRELIGHT] = shade (1.10, @bg_color)
- bg[SELECTED] = @selected_bg_color
- bg[ACTIVE] = shade (0.95, @bg_color)
- bg[INSENSITIVE] = shade (0.85, @bg_color)
-
- fg[NORMAL] = @fg_color
- fg[PRELIGHT] = @fg_color
- fg[SELECTED] = @selected_fg_color
- fg[ACTIVE] = @fg_color
- fg[INSENSITIVE] = mix (0.5, @bg_color, @fg_color)
-
- engine "murrine" {
- }
-}
-
-class "GtkToolbar" style "murrine-toolbar"
-class "GtkHandleBox" style "murrine-toolbar"
-widget_class "*Toolbar*.*Separator*" style "murrine-toolbar"
-
-# Panels
-
-style "murrine-panel" = "murrine-thin" {
- xthickness = 2
-
- bg[NORMAL] = @panel_bg_color
- bg[PRELIGHT] = mix (0.21, @panel_fg_color, @panel_bg_color)
- bg[SELECTED] = mix (0.21, @panel_fg_color, @panel_bg_color)
- bg[ACTIVE] = shade (0.8, @panel_bg_color)
- bg[INSENSITIVE] = @panel_bg_color
-
- fg[NORMAL] = @panel_fg_color
- fg[PRELIGHT] = shade (1.08, @panel_fg_color)
- fg[SELECTED] = shade (1.08, @panel_fg_color)
- fg[ACTIVE] = @panel_fg_color
- fg[INSENSITIVE] = mix (0.5, @panel_bg_color, @panel_fg_color)
-
- base[NORMAL] = @panel_bg_color
- base[PRELIGHT] = mix (0.21, @panel_fg_color, @panel_bg_color)
- base[SELECTED] = mix (0.21, @panel_fg_color, @panel_bg_color)
- base[ACTIVE] = shade (0.9, @panel_bg_color)
- base[INSENSITIVE] = @panel_bg_color
-
- text[NORMAL] = @panel_fg_color
- text[PRELIGHT] = shade (1.08, @panel_fg_color)
- text[SELECTED] = shade (1.08, @panel_fg_color)
- text[ACTIVE] = @panel_fg_color
- text[INSENSITIVE] = mix (0.5, @panel_bg_color, @panel_fg_color)
-
- engine "murrine" {
- roundness = 30
- contrast = 0.0
- }
-}
-
-widget "*PanelWidget*" style "murrine-panel"
-widget "*PanelApplet*" style "murrine-panel"
-widget "*fast-user-switch*" style "murrine-panel"
-widget "*CPUFreq*Applet*" style "murrine-panel"
-widget "*indicator-applet*" style "murrine-panel"
-class "PanelApp*" style "murrine-panel"
-class "PanelToplevel*" style "murrine-panel"
-widget_class "*PanelToplevel*" style "murrine-panel"
-widget_class "*notif*" style "murrine-panel"
-widget_class "*Notif*" style "murrine-panel"
-widget_class "*Tray*" style "murrine-panel"
-widget_class "*tray*" style "murrine-panel"
-widget_class "*computertemp*" style "murrine-panel"
-widget_class "*Applet*Tomboy*" style "murrine-panel"
-widget_class "*Applet*Netstatus*" style "murrine-panel"
-widget "*gdm-user-switch-menubar*" style "murrine-panel"
-
-style "bold-panel-item" {
- font_name = "Bold"
-
- engine "murrine" {
- roundness = 30
- }
-}
-
-widget "*Panel*MenuBar*" style "bold-panel-item"
-widget "*gimmie*" style "bold-panel-item"
-
-# widget_class "*Mail*" style "murrine-panel" # Disabled to fix Evolution bug
-# class "*Panel*" style "murrine-panel" # Disabled to fix bug
-
-# XFCE Styles
-
-style "workspace-switcher" = "murrine-panel" {
- bg[SELECTED] = @selected_bg_color
-}
-
-style "xfce-header" {
- bg[NORMAL] = shade (0.9, @bg_color)
- base[NORMAL] = shade (1.18, @bg_color)
-}
-
-style "xfdesktop-windowlist" {
- bg[NORMAL] = @base_color
- fg[INSENSITIVE] = shade (0.95, @base_color)
- text[INSENSITIVE] = shade (0.95, @base_color)
-}
-
-style "xfdesktop-icon-view" {
- XfdesktopIconView::label-alpha = 0
- XfdesktopIconView::selected-label-alpha = 60
- XfdesktopIconVIew::ellipsize-icon-labels = 1
-
- base[NORMAL] = @selected_bg_color
- base[SELECTED] = @selected_bg_color
- base[ACTIVE] = @selected_bg_color
-
- fg[NORMAL] = @selected_fg_color
- fg[SELECTED] = @selected_fg_color
- fg[ACTIVE] = @selected_fg_color
-
- engine "murrine" {
- textstyle = 5
- text_shade = 0.05
- }
-}
-
-style "xfwm-tabwin" {
- Xfwm4TabwinWidget::border-width = 0
- Xfwm4TabwinWidget::icon-size = 64
-
- bg[NORMAL] = @menu_bg_color
- fg[NORMAL] = @menu_fg_color
-
- engine "murrine" {
- focusstyle = 0
- }
-}
-
-style "xfsm-logout" {
- bg[NORMAL] = @menu_bg_color
- bg[ACTIVE] = @menu_bg_color
- bg[PRELIGHT] = shade (1.1, @menu_bg_color)
- bg[SELECTED] = shade (0.5, @menu_bg_color)
- bg[INSENSITIVE] = shade (1.3, @menu_bg_color)
-
- fg[NORMAL] = @menu_fg_color
- fg[PRELIGHT] = @menu_fg_color
-
- text[NORMAL] = @menu_fg_color
-
- engine "murrine" {
- }
-}
-
-style "xfsm-logout-button" {
- bg[NORMAL] = shade (1.2, @menu_bg_color)
- bg[PRELIGHT] = shade (1.4, @menu_bg_color)
-
- engine "murrine" {
- }
-}
-
-widget "*WnckPager*" style "workspace-switcher"
-
-widget "*Xfce*Panel*" style "murrine-panel"
-class "*Xfce*Panel*" style "murrine-panel"
-
-# Thunar Styles
-
-style "sidepane" {
- base[NORMAL] = @bg_color
- base[INSENSITIVE] = mix (0.4, shade (1.35, @selected_bg_color), shade (0.9, @base_color))
- bg[NORMAL] = @bg_color
- text[NORMAL] = mix (0.9, @fg_color, @bg_color)
-}
-
-widget_class "*ThunarShortcutsView*" style "sidepane"
-widget_class "*ThunarTreeView*" style "sidepane"
-widget_class "*ThunarLocationEntry*" style "murrine-entry"
-
-# Gtk2 Open-File Dialog
-
-widget_class "*GtkFileChooserWidget.GtkFileChooserDefault.GtkVBox.GtkHPaned.GtkVBox.GtkScrolledWindow.GtkTreeView*" style "sidepane"
-widget_class "*GtkFileChooserWidget.GtkFileChooserDefault.GtkVBox.GtkHPaned.GtkVBox.GtkScrolledWindow.." style "murrine-treeview-header"
-
-# Google Chrome/Chromium Styles (requires 9.0.597 or newer)
-
-style "chromium-toolbar-button" {
- engine "murrine" {
- roundness = 300
- textstyle = 0
- }
-}
-
-style "chrome-gtk-frame" {
- ChromeGtkFrame::frame-color = @titlebar_bg_color
- ChromeGtkFrame::inactive-frame-color = @titlebar_bg_color
-
- ChromeGtkFrame::frame-gradient-size = 0
- ChromeGtkFrame::frame-gradient-color = @titlebar_bg_color
-
- ChromeGtkFrame::incognito-frame-color = @titlebar_bg_color
- ChromeGtkFrame::incognito-inactive-frame-color = @titlebar_bg_color
-
- ChromeGtkFrame::incognito-frame-gradient-size = 0
- ChromeGtkFrame::incognito-frame-gradient-color = @titlebar_bg_color
-
- ChromeGtkFrame::scrollbar-trough-color = @bg_color
- ChromeGtkFrame::scrollbar-slider-normal-color = mix (0.21, @selected_bg_color, @bg_color)
- ChromeGtkFrame::scrollbar-slider-prelight-color = mix (0.31, @selected_bg_color, @bg_color)
-}
-
-class "ChromeGtkFrame" style "chrome-gtk-frame"
-
-widget_class "*Chrom*Button*" style "chromium-toolbar-button"
-
-# General Styles
-
-class "GtkWidget" style "murrine-default"
-
-class "GtkFrame" style "murrine-wide"
-class "MetaFrames" style "metacity-frame"
-class "GtkWindow" style "metacity-frame"
-
-class "GtkSeparator" style "murrine-wide"
-class "GtkCalendar" style "murrine-wide"
-
-class "GtkSpinButton" style "murrine-spinbutton"
-
-class "GtkScale" style "murrine-scale"
-class "GtkVScale" style "murrine-vscale"
-class "GtkHScale" style "murrine-hscale"
-class "GtkScrollbar" style "murrine-scrollbar"
-class "GtkVScrollbar" style "murrine-vscrollbar"
-class "GtkHScrollbar" style "murrine-hscrollbar"
-
-class "GtkRadio*" style "murrine-radiocheck"
-class "GtkCheck*" style "murrine-radiocheck"
-
-class "GtkEntry" style "murrine-entry"
-
-widget_class "*" style "murrine-notebook"
-widget_class "**" style "murrine-notebook-bg"
-widget_class "**" style "murrine-notebook-bg"
-widget_class "**" style "murrine-notebook-bg"
-widget_class "*.GtkNotebook.*.GtkViewport" style "murrine-notebook"
-
-widget_class "*" style "murrine-button"
-widget_class "**" style "murrine-statusbar"
-widget_class "*" style "murrine-progressbar"
-widget_class "*" style "murrine-progressbar"
-
-widget_class "**" style "murrine-comboboxentry"
-widget_class "**" style "murrine-comboboxentry"
-
-widget_class "**" style "murrine-menu"
-widget_class "**" style "murrine-menu-item"
-widget_class "**" style "murrine-separator-menu-item"
-widget_class "*Menu*.*Sepa*" style "murrine-separator-menu-item"
-widget_class "**" style "murrine-menubar"
-widget_class "***" style "murrine-menubaritem"
-
-widget_class "*GtkToolButton*" style "murrine-toolbutton"
-widget_class "*GtkToggleToolButton*" style "murrine-toolbutton"
-widget_class "*GtkMenuToolButton*" style "murrine-toolbutton"
-widget_class "*GtkToolbar*Button" style "murrine-toolbutton"
-
-widget_class "*.." style "murrine-frame-title"
-
-widget_class "*.*" style "murrine-treeview"
-widget_class "*.." style "murrine-treeview-header"
-widget_class "*.." style "murrine-treeview-header"
-widget_class "*.." style "murrine-treeview-header"
-widget_class "*.." style "murrine-treeview-header"
-
-widget "gtk-tooltip*" style "murrine-tooltips"
-
-widget_class "**" style "murrine-overlay-scrollbar"
-
-# Workarounds and Non-Standard Styling
-
-style "text-is-fg-color-workaround" {
- text[NORMAL] = @text_color
- text[PRELIGHT] = @fg_color
- text[SELECTED] = @selected_fg_color
- text[ACTIVE] = @fg_color
- text[INSENSITIVE] = mix (0.5, @bg_color, @fg_color)
-}
-
-widget_class "*.." style "text-is-fg-color-workaround"
-
-style "fg-is-text-color-workaround" {
- fg[NORMAL] = @text_color
- fg[PRELIGHT] = @text_color
- fg[ACTIVE] = @selected_fg_color
- fg[SELECTED] = @selected_fg_color
- fg[INSENSITIVE] = darker (@fg_color)
-}
-
-widget_class "**" style "fg-is-text-color-workaround"
-widget_class "*" style "fg-is-text-color-workaround"
-widget_class "*" style "fg-is-text-color-workaround"
-
-style "murrine-evo-new-button-workaround" {
- engine "murrine" {
- toolbarstyle = 0
- }
-}
-
-widget_class "EShellWindow.GtkVBox.BonoboDock.BonoboDockBand.BonoboDockItem*" style "murrine-evo-new-button-workaround"
-
-style "inkscape-toolbar-fix" {
- engine "murrine" {
- gradient_shades = { 1.0, 1.0, 1.0, 1.0 }
- highlight_shade = 1.0
- }
-}
-
-#widget "*GtkHandleBox*" style "inkscape-toolbar-fix"
-#widget "*HandleBox*CommandsToolbar*" style "inkscape-toolbar-fix"
-#widget "*HandleBox*SnapToolbar*" style "inkscape-toolbar-fix"
-widget "*HandleBox*SelectToolbar*" style "inkscape-toolbar-fix"
-widget "*HandleBox*NodeToolbar*" style "inkscape-toolbar-fix"
-widget "*HandleBox*TweakToolbar*" style "inkscape-toolbar-fix"
-widget "*HandleBox*ZoomToolbar*" style "inkscape-toolbar-fix"
-widget "*HandleBox*StarToolbar*" style "inkscape-toolbar-fix"
-widget "*HandleBox*RectToolbar*" style "inkscape-toolbar-fix"
-widget "*HandleBox*3DBoxToolbar*" style "inkscape-toolbar-fix"
-widget "*HandleBox*ArcToolbar*" style "inkscape-toolbar-fix"
-widget "*HandleBox*SpiralToolbar*" style "inkscape-toolbar-fix"
-widget "*HandleBox*PencilToolbar*" style "inkscape-toolbar-fix"
-widget "*HandleBox*PenToolbar*" style "inkscape-toolbar-fix"
-widget "*HandleBox*CalligraphyToolbar*" style "inkscape-toolbar-fix"
-widget "*HandleBox*EraserToolbar*" style "inkscape-toolbar-fix"
-widget "*HandleBox*LPEToolToolbar*" style "inkscape-toolbar-fix"
-widget "*HandleBox*DropperToolbar*" style "inkscape-toolbar-fix"
-widget "*HandleBox*ConnectorToolbar*" style "inkscape-toolbar-fix"
-widget "*HandleBox*PaintbucketToolbar*" style "inkscape-toolbar-fix"
-
-# Performance Fixes
-
-style "performance-fix" {
- engine "murrine" {
- textstyle = 0
- }
-}
-
-widget_class "*gtkmm__GtkWindow*" style "performance-fix" # Inkscape
-widget_class "*GimpDisplayShell*" style "performance-fix" # Gimp
-widget_class "*GimpToolbox*" style "performance-fix"
-widget_class "*GimpMenuDock*" style "performance-fix"
-widget "*OOoFixed*" style "performance-fix" # Openoffice/Libreoffice
-widget_class "*MozContainer*" style "performance-fix" # Firefox (Not sure if this one does anything though.)
-
-widget_class "*XfceHeading*" style "xfce-header"
-widget_class "*XfceDesktop*" style "xfdesktop-windowlist"
-widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view"
-widget "xfwm4-tabwin*" style "xfwm-tabwin"
-widget_class "*XfsmLogoutDialog*" style "xfsm-logout"
-widget_class "*XfsmLogoutDialog*GtkButton" style "xfsm-logout-button"
diff --git a/B00merang-Round/gtk-3.0/apps/granite-widgets.css b/B00merang-Round/gtk-3.0/apps/granite-widgets.css
deleted file mode 100755
index 777a30a..0000000
--- a/B00merang-Round/gtk-3.0/apps/granite-widgets.css
+++ /dev/null
@@ -1,670 +0,0 @@
-/********************
- * dynamic notebook *
- ********************/
-.dynamic-notebook {
- background-color: shade(@theme_bg_color, 1.08);
- background-image: none;
-}
-
-.dynamic-notebook GtkLabel,
-.dynamic-notebook GtkImage {
- color: alpha(@theme_fg_color, 0.5);
-}
-
-.dynamic-notebook .notebook {
- -GtkNotebook-tab-overlap: 3px;
- -GtkNotebook-initial-gap: 12px;
-
- border-width: 1px 0 0 0;
- border-color: shade(@theme_bg_color, 0.8);
- border-radius: 0;
- padding: 0;
-}
-
-.dynamic-notebook .notebook tab {
- padding: 3px;
- border-width: 0 1px;
- border-color: shade(@theme_bg_color, 0.85);
- border-radius: 0;
- background-color: shade(@theme_bg_color, 0.9);
- background-image: none;
- color: @theme_fg_color;
-}
-
-.dynamic-notebook .notebook tab:nth-child(first) {
-}
-
-.dynamic-notebook .notebook tab:active {
- border-color: shade(@theme_bg_color, 0.8);
- background-color: shade(@theme_base_color, 0.85);
- background-image: none;
- color: @theme_fg_color;
- box-shadow:inset 0 -2px @theme_selected_bg_color;
-}
-
-.dynamic-notebook .notebook tab .entry {
- border-radius: 2px;
- padding: 4px 3px;
-}
-
-.dynamic-notebook .button:hover,
-.dynamic-notebook .button:hover:active,
-.dynamic-notebook .notebook .button,
-.dynamic-notebook .notebook .button:hover,
-.dynamic-notebook .notebook .button:hover:active {
- border-color: shade(@theme_bg_color, 0.7);
- background-color: shade(@theme_bg_color, 1.10);
- background-image: none;
-}
-
-.dynamic-notebook .button:hover:active,
-.dynamic-notebook .notebook .button:hover:active {
- border-color: shade(@theme_bg_color, 0.7);
- color: shade(@theme_fg_color, 0.7);
-}
-
-.dynamic-notebook .menu GtkLabel {
- color: @menu_fg;
-}
-
-/****************
- * content view *
- ****************/
-.content-view-window {
- border-width: 1px;
- border-style: solid;
- border-color: shade(@theme_base_color, 0.8);
- border-radius: 2px;
- background-color:@theme_base_color;
- background-image: none;
- color: @theme_text_color;
-}
-
-.content-view,
-.content-view GtkViewport {
- background-color: @theme_base_color;
- background-image: none;
-}
-
-.content-view * {
- background-color: transparent;
- background-image: none;
-}
-
-.content-view .entry {
- background-color: @theme_base_color;
- background-image: none;
- color: @theme_text_color;
-}
-
-.content-view .button {
- border-width: 1px;
- border-style: solid;
- border-color: shade(@theme_base_color, 0.8);
- border-radius: 2px;
- background-color: shade(@theme_base_color, 1.08);
- background-image: none;
- color: @theme_text_color;
-}
-
-.content-view .button:hover {
- border-color: shade(@theme_base_color, 0.7);
- background-color: shade(@theme_base_color, 1.10);
- background-image: none;
-}
-
-.content-view .button:active {
- border-color: shade(@theme_base_color, 0.8);
- background-color: shade(@theme_base_color, 0.95);
- background-image: none;
-}
-
-.content-view .button:active:hover {
- border-color: shade(@theme_base_color, 0.7);
- color: shade(@theme_text_color, 0.7);
-}
-
-.content-view .button:insensitive {
- background-color: shade(@theme_base_color, 0.9);
- background-image: none;
-}
-
-.content-view .help_button * {
- color: @theme_text_color;
-}
-
-.content-view .toolbar {
- -GtkWidget-window-dragging: true;
-
- padding: 1px;
- border-width: 0 0 1px 0;
- border-style: solid;
- border-color: shade(@theme_base_color, 0.8);
- background-color: @theme_base_color;
- background-image: none;
-}
-
-.content-view .menu {
- padding: 0;
- border-radius: 0;
- border-style: none;
- background-color: @menu_bg_color;
- background-image: none;
- color: @menu_fg_color;
-}
-
-/**************
- * sourcelist *
- **************/
-.source-list,
-.source-list.view {
- border-radius: 0;
- background-color: @theme_bg_color;
- background-image: none;
- color: mix(@theme_fg_color, @theme_bg_color, 0.1);
-}
-
-.source-list {
- -GtkTreeView-horizontal-separator: 1;
- -GtkTreeView-vertical-separator: 1;
-}
-
-.source-list.view:selected,
-.source-list.view:prelight:selected {
- background-color: @theme_selected_bg_color;
- background-image: none;
- color: @theme_selected_fg_color;
-}
-
-.source-list.view:prelight {
- background-color: shade(@theme_bg_color, 1.08);
- background-image: none;
-}
-
-.source-list.badge,
-.source-list.badge:prelight,
-.source-list.badge:selected,
-.source-list.badge:prelight:selected {
- margin: 0 3px;
- padding: 0 6px;
- border-width: 0;
- border-radius: 10px;
- background-color: @theme_selected_bg_color;
- background-image: none;
- color: @theme_selected_fg_color;
-}
-
-/******************
- * no undo button *
- ******************/
-.button.noundo,
-.content-view .button.noundo {
- border-color: shade(@error_bg_color, 0.8);
- background-color: shade(@error_bg_color, 1.08);
- background-image: none;
- color: @error_fg_color;
-}
-
-.button.noundo:hover,
-.content-view .button.noundo:hover {
- border-color: shade(@error_bg_color, 0.7);
- background-color: @error_bg_color;
- background-image: none;
-}
-
-.button.noundo:active,
-.content-view .button.noundo:active {
- border-color: shade(@error_bg_color, 0.8);
- background-color: shade(@error_bg_color, 0.95);
- background-image: none;
-}
-
-.button.noundo:active:hover,
-.content-view .button.noundo:active:hover {
- border-color: shade(@error_bg_color, 0.7);
- background-color: shade(@error_bg_color, 0.97);
- background-image: none;
-}
-
-.button.noundo GtkLabel,
-.button.noundo Gtklabel:prelight {
- color: @error_fg_color;
-}
-
-/**********************
- * affirmative button *
- **********************/
-.button.affirmative,
-.content-view .button.affirmative {
- border-color: shade(@theme_selected_bg_color, 0.8);
- background-color: shade(@theme_selected_bg_color, 1.08);
- background-image: none;
- color: @theme_selected_fg_color;
-}
-
-.button.affirmative:hover,
-.content-view .button.affirmative:hover {
- border-color: shade(@theme_selected_bg_color, 0.7);
- background-color: @theme_selected_bg_color;
- background-image: none;
-}
-
-.button.affirmative:active,
-.content-view .button.affirmative:active {
- border-color: shade(@theme_selected_bg_color, 0.8);
- background-color: shade(@theme_selected_bg_color, 0.95);
- background-image: none;
-}
-
-.button.affirmative:active:hover,
-.content-view .button.affirmative:active:hover {
- border-color: shade(@theme_selected_bg_color, 0.7);
- background-color: shade(@theme_selected_bg_color, 0.97);
- background-image: none;
-}
-
-.button.affirmative GtkLabel,
-.button.affirmative Gtklabel:prelight {
- color: @theme_selected_fg_color;
-}
-
-/**********************
- * secondary toolbars *
- **********************/
-.secondary-toolbar.toolbar {
- padding: 2px;
- border-color: shade(@toolbar_bg_color, 0.8);
- background-color: @toolbar_bg_color;
- background-image: none;
-}
-
-.secondary-toolbar.toolbar .button {
- border-color: shade(@toolbar_bg_color, 0.8);
- background-color: shade(@toolbar_bg_color, 1.08);
- background-image: none;
- color: @toolbar_fg_color;
-}
-
-.secondary-toolbar.toolbar .button:hover {
- border-color: shade(@toolbar_bg_color, 0.7);
- background-color: shade(@toolbar_bg_color, 1.10);
- background-image: none;
-}
-
-.secondary-toolbar.toolbar .button:active {
- border-color: shade(@toolbar_bg_color, 0.8);
- background-color: shade(@toolbar_bg_color, 0.95);
- background-image: none;
-}
-
-.secondary-toolbar.toolbar .button:active:hover {
- border-color: shade(@toolbar_bg_color, 0.7);
-}
-
-.secondary-toolbar.toolbar .button:focus,
-.secondary-toolbar.toolbar .button:hover:focus,
-.secondary-toolbar.toolbar .button:active:focus,
-.secondary-toolbar.toolbar .button:active:hover:focus {
- border-color: shade(@toolbar_bg_color, 0.7);
-}
-
-.secondary-toolbar.toolbar .button:insensitive {
- border-color: shade(@toolbar_bg_color, 0.85);
- background-color: shade(@toolbar_bg_color, 0.9);
- background-image: none;
-}
-
-.secondary-toolbar.toolbar .button:active *:insensitive {
- border-color: shade(@toolbar_bg_color, 0.75);
- background-color: shade(@toolbar_bg_color, 0.80);
- background-image: none;
-}
-
-/*******************
- * bottom toolbars *
- *******************/
-.bottom-toolbar.toolbar {
- padding: 6px;
- border-width: 1px 0 0 0;
- border-color: shade(@theme_bg_color, 0.8);
- background-color: @theme_bg_color;
- background-image: none;
-}
-
-.bottom-toolbar.toolbar .button {
- border-color: shade(@theme_bg_color, 0.8);
- background-color: shade(@theme_bg_color, 1.08);
- background-image: none;
- color: @theme_fg_color;
-}
-
-.bottom-toolbar.toolbar .button:hover {
- border-color: shade(@theme_bg_color, 0.7);
- background-color: shade(@theme_bg_color, 1.10);
- background-image: none;
-}
-
-.bottom-toolbar.toolbar .button:active {
- border-color: shade(@theme_bg_color, 0.8);
- background-color: shade(@theme_bg_color, 0.95);
- background-image: none;
-}
-
-.bottom-toolbar.toolbar .button:active:hover {
- border-color: shade(@theme_bg_color, 0.7);
-}
-
-.bottom-toolbar.toolbar .button:focus,
-.bottom-toolbar.toolbar .button:hover:focus,
-.bottom-toolbar.toolbar .button:active:focus,
-.bottom-toolbar.toolbar .button:active:hover:focus {
- border-color: shade(@theme_bg_color, 0.7);
-}
-
-.bottom-toolbar.toolbar .button:insensitive {
- border-color: shade(@theme_bg_color, 0.85);
- background-color: shade(@theme_bg_color, 0.9);
- background-image: none;
-}
-
-.bottom-toolbar.toolbar .button:active *:insensitive {
- border-color: shade(@theme_bg_color, 0.75);
- background-color: shade(@theme_bg_color, 0.80);
- background-image: none;
-}
-
-/*************
- * statusbar *
- *************/
-GraniteWidgetsStatusBar {
- padding: 1px;
- background-color: @theme_bg_color;
- background-image: none;
- box-shadow: inset 0 1px shade(@theme_bg_color, 0.8);
-}
-
-/***********
- * popover *
- ***********/
-GraniteWidgetsPopOver {
- -GraniteWidgetsPopOver-arrow-width: 21;
- -GraniteWidgetsPopOver-arrow-height: 12;
- -GraniteWidgetsPopOver-border-radius: 2px;
- -GraniteWidgetsPopOver-border-width: 1;
- -GraniteWidgetsPopOver-shadow-size: 12;
-
- margin: 0;
- border-style: solid;
- border-color: shade(@menu_bg_color, 0.8);
- color: @menu_fg_color;
-}
-
-.popover_bg {
- background-color: transparent;
- background-image: linear-gradient(to bottom,
- @menu_bg_color,
- @menu_bg_color
- );
-}
-
-GraniteWidgetsPopOver .sidebar.view,
-GraniteWidgetsPopOver * {
- background-color: transparent;
- background-image: none;
- color: @menu_fg_color;
-}
-
-GraniteWidgetsPopOver .sidebar.view:selected,
-GraniteWidgetsPopOver .sidebar.view:selected:focus,
-GraniteWidgetsPopOver *:selected,
-GraniteWidgetsPopOver *:selected:focus {
- background-color: @theme_selected_bg_color;
- background-image: none;
- color: @theme_selected_fg_color;
-}
-
-GraniteWidgetsPopOver .button {
- border-color: shade(@menu_bg_color, 0.8);
- background-color: shade(@menu_bg_color, 1.08);
- background-image: none;
- color: @menu_fg_color;
-
-}
-
-GraniteWidgetsPopOver .button:hover {
- border-color: shade(@menu_bg_color, 0.7);
- background-color: shade(@menu_bg_color, 1.10);
- background-image: none;
- color: shade(@menu_fg_color, 0.7);
-}
-
-GraniteWidgetsPopOver .button:active {
- border-color: shade(@menu_bg_color, 0.8);
- background-color: shade(@menu_bg_color, 0.95);
- background-image: none;
-}
-
-GraniteWidgetsPopOver .button:active:hover {
- border-color: shade(@menu_bg_color, 0.7);
- color: shade(@menu_fg_color, 0.7);
-}
-
-/* linked buttons */
-GraniteWidgetsPopOver .linked .button {
- box-shadow: inset -1px 0 shade(@menu_bg_color, 0.9);
-}
-
-GraniteWidgetsPopOver .linked .button:active {
- box-shadow: inset -1px 0 shade(@menu_bg_color, 0.9),
- inset 1px 0 alpha(@dark_shadow, 0.07),
- inset 0 1px alpha(@dark_shadow, 0.08),
- inset 0 -1px alpha(@dark_shadow, 0.05);
-}
-
-GraniteWidgetsPopOver .linked .button:insensitive {
- box-shadow: inset -1px 0 shade(@menu_bg_color, 0.9);
-}
-
-/* remove box shadow from last-child and only-child */
-GraniteWidgetsPopOver .linked .button:last-child,
-GraniteWidgetsPopOver .linked .button:only-child,
-GraniteWidgetsPopOver .linked .button:insensitive:last-child,
-GraniteWidgetsPopOver .linked .button:insensitive:only-child,
-GraniteWidgetsPopOver .linked .button:active *:insensitive:last-child,
-GraniteWidgetsPopOver .linked .button:active *:insensitive:only-child {
- box-shadow: none;
-}
-
-/* add back the inset shadow effect */
-GraniteWidgetsPopOver .linked .button:active:last-child,
-GraniteWidgetsPopOver .linked .button:active:only-child {
- box-shadow: inset 1px 0 alpha(@dark_shadow, 0.07),
- inset 0 1px alpha(@dark_shadow, 0.08),
- inset -1px 0 alpha(@dark_shadow, 0.07);
-}
-
-GraniteWidgetsPopOver .entry {
- border-color: shade(@menu_bg_color, 0.7);
- background-color: @menu_bg_color;
- background-image: none;
- color: @menu_fg_color;
-}
-
-GraniteWidgetsPopOver .entry:active,
-GraniteWidgetsPopOver .entry:focus {
- border-color: shade(@menu_bg_color, 0.7);
-}
-
-GraniteWidgetsPopOver *.separator {
- border-color: shade(@menu_bg_color, 0.9);
- color: transparent;
-}
-
-.button.app {
- border-width: 0;
- border-radius: 2px;
- background-color: transparent;
- background-image: none;
-}
-
-.button.app:hover {
- border-color: shade(@theme_selected_bg_color, 0.9);
- background-color: @theme_selected_bg_color;
- background-image: none;
- color: @theme_selected_fg_color;
-}
-
-.button.app:focus {
- border-color: shade(@theme_selected_bg_color, 0.9);
- background-color: @theme_selected_bg_color;
- background-image: none;
- color: @theme_selected_fg_color;
-}
-
-/********
- * gala *
- ********/
-.gala-workspaces-background {
- border-width: 1px 0 0 0;
- border-color: shade(@panel_bg_color, 0.8);
- background-color: @panel_bg_color;
- background-image: none;
-}
-
-.gala-workspace-selected {
- border-width: 1px;
- border-radius: 2px;
- border-color: shade(@theme_selected_bg_color, 0.9);
- background-color: @theme_selected_bg_color;
- background-image: none;
-}
-
-/*********
- * files *
- *********/
-.files-overlay-bar {
- margin: 3px;
- padding: 3px 6px;
- border-width: 1px;
- border-color: shade(@theme_base_color, 0.7);
- border-radius: 2px;
- background-color: @theme_base_color;
- background-image: none;
-}
-
-.files-overlay-bar GtkLabel {
- color: @theme_text_color;
-}
-
-/*********
- * noise *
- *********/
-.album-list-view,
-.album-list-view * {
- border-color: shade(@theme_base_color, 0.7);
- border-radius: 0;
- background-color: @theme_base_color;
- background-image: none;
- color: @theme_text_color;
-}
-
-.album-list-view GtkTreeView {
- -GtkTreeView-vertical-separator: 1;
- -GtkTreeView-grid-line-width: 0;
-
- background-color: @theme_base_color;
- background-image: none;
- color: @theme_text_color;
-}
-
-.album-list-view GtkTreeView row:nth-child(even) {
- border-width: 0;
- border-style: none;
- background-color: shade(@theme_base_color, 0.97);
- background-image: none;
-}
-
-
-.album-list-view GtkTreeView row:nth-child(odd) {
- border-width: 0;
- border-style: none;
- background-color: shade(@theme_base_color, 1.0);
- background-image: none;
-}
-
-.album-list-view GtkTreeView row:selected {
- background-color: @selected_bg_color;
- background-image: none;
- color: @selected_fg_color;
-}
-
-/**********
- * birdie *
- **********/
-BirdieWidgetsTweetList * {
- background-color: transparent;
- background-image: none;
-}
-
-/*********
- * tweet *
- *********/
-.tweet {
- padding: 0;
-}
-
-/**********
- * notify *
- **********/
-.notify {
- border-width: 1px;
- border-style: solid;
- border-color: shade(@theme_base_color, 0.7);
- border-radius: 2px;
- background-color: @theme_base_color;
- background-image: none;
- color: @theme_text_color;
-}
-
-.notify .low {
-}
-
-.notify .critical {
-}
-
-/*********
- * panel *
- *********/
-.panel {
- background-color: @panel_bg_color;
- background-image: none;
- color: @panel_fg_color;
- font: bold;
-}
-
-.panel .menubar .menuitem {
- padding: 1px 3px;
-}
-
-.shadow {
- background-color: transparent;
- background-image: linear-gradient(to bottom,
- rgba(0, 0, 0, 0.3),
- transparent
- );
-}
-
-.composited-indicator,
-.wingpanel-app-button,
-.wingpanel-indicator-button {
- padding: 0 2px;
- background-color: transparent;
- background-image: none;
- color: @osd_fg;
-}
-
-.composited-indicator.menuitem:active,
-.composited-indicator.menuitem:prelight {
- border-style: none;
- background-image: none;
-}
diff --git a/B00merang-Round/gtk-3.0/apps/nemo.css b/B00merang-Round/gtk-3.0/apps/nemo.css
deleted file mode 100755
index 095232b..0000000
--- a/B00merang-Round/gtk-3.0/apps/nemo.css
+++ /dev/null
@@ -1,50 +0,0 @@
-/***********************
- * pathbar breadcrumbs *
- ***********************/
-NemoPathbarButton {
- border-color: shade(@toolbar_bg_color, 0.8);
- background-color: shade(@toolbar_bg_color, 1.08);
- background-image: none;
- color: @toolbar_fg_color;
-
- -NemoPathbarButton-border-radius: 2px;
-}
-
-NemoPathbarButton:active {
- border-color: shade(@toolbar_bg_color, 0.8);
- background-color: shade(@toolbar_bg_color, 0.95);
- background-image: none;
-}
-
-NemoPathbarButton:hover {
- border-color: shade(@toolbar_bg_color, 0.7);
- background-color: shade(@toolbar_bg_color, 1.10);
- background-image: none;
-}
-
-NemoPathbarButton:active:hover {
- border-color: shade(@toolbar_bg_color, 0.7);
-}
-
-/*********************************
- * sidebar disk space indicators *
- *********************************/
-NemoPlacesTreeView {
- -NemoPlacesTreeView-disk-full-bg-color: shade(@toolbar_bg_color, 0.8);
- -NemoPlacesTreeView-disk-full-fg-color: @theme_selected_bg_color;
- -NemoPlacesTreeView-disk-full-bar-width: 1px;
- -NemoPlacesTreeView-disk-full-bar-radius: 1px;
- -NemoPlacesTreeView-disk-full-bottom-padding: 2px;
- -NemoPlacesTreeView-disk-full-max-length: 70px;
-}
-
-NemoPlacesTreeView:selected {
- -NemoPlacesTreeView-disk-full-bg-color: @theme_selected_fg_color;
- -NemoPlacesTreeView-disk-full-fg-color: shade(@theme_selected_bg_color, 1.4);
-}
-
-NemoPlacesTreeView:hover {
-}
-
-NemoPlacesTreeView:selected:hover {
-}
diff --git a/B00merang-Round/gtk-3.0/apps/synaptic.css b/B00merang-Round/gtk-3.0/apps/synaptic.css
deleted file mode 100755
index a8877d1..0000000
--- a/B00merang-Round/gtk-3.0/apps/synaptic.css
+++ /dev/null
@@ -1,11 +0,0 @@
-/************
- * synaptic *
- ************/
-GtkWindow > GtkVBox > .dock,
-GtkWindow > GtkVBox > .dock > GtkHBox > GtkToolbar {
- padding: 4px;
- border-style: none;
- background-color: @toolbar_bg_color;
- background-image: none;
- color: @toolbar_fg_color;
-}
diff --git a/B00merang-Round/gtk-3.0/apps/unity.css b/B00merang-Round/gtk-3.0/apps/unity.css
deleted file mode 100755
index 9ba7f4a..0000000
--- a/B00merang-Round/gtk-3.0/apps/unity.css
+++ /dev/null
@@ -1,75 +0,0 @@
-UnityDecoration {
- -UnityDecoration-extents: 28px 1px 1px 1px;
- -UnityDecoration-input-extents: 10px;
-
- -UnityDecoration-shadow-offset-x: 1px;
- -UnityDecoration-shadow-offset-y: 1px;
- -UnityDecoration-active-shadow-color: rgba(0,0,0,0.7);
- -UnityDecoration-active-shadow-radius: 8px;
- -UnityDecoration-inactive-shadow-color: rgba(0,0,0,0.5);
- -UnityDecoration-inactive-shadow-radius: 5px;
-
- -UnityDecoration-glow-size: 10px;
- -UnityDecoration-glow-color: @theme_selected_bg_color;
-
- -UnityDecoration-title-indent: 10px;
- -UnityDecoration-title-fade: 35px;
- -UnityDecoration-title-alignment: 0.0;
-}
-
-UnityDecoration.top {
- border: 1px solid mix(shade(@titlebar_bg_color, 0.7), @titlebar_fg_color, 0.21);
- border-bottom-width: 0;
- border-radius: 2px 2px 0 0;
- padding: 1px 8px 0 8px;
- background-color: @titlebar_bg_color;
- color: mix(@titlebar_fg_color, @titlebar_bg_color, 0.1);
- text-shadow: none;
-}
-
-UnityDecoration.top:backdrop {
- border: 1px solid mix(shade(@titlebar_bg_color, 0.7), @titlebar_fg_color, 0.12);
- border-bottom-width: 0;
- background-color: @titlebar_bg_color;
- color: mix(@titlebar_fg_color, @titlebar_bg_color, 0.4);
-}
-
-UnityDecoration.left,
-UnityDecoration.right,
-UnityDecoration.bottom {
- background-color: mix(shade(@titlebar_bg_color, 0.7), @titlebar_fg_color, 0.21);
-}
-
-UnityDecoration.left:backdrop,
-UnityDecoration.right:backdrop,
-UnityDecoration.bottom:backdrop {
- background-color: mix(shade(@titlebar_bg_color, 0.7), @titlebar_fg_color, 0.12);
-}
-
-UnityPanelWidget,
-.unity-panel {
- border-width: 0 0 1px 0;
- border-style: solid;
- border-color: @panel_bg_color;
- background-color: @panel_bg_color;
- background-image: none;
- color: @panel_fg_color;
-}
-
-.unity-panel.menubar,
-.unity-panel .menubar {
-}
-
-.unity-panel.menuitem,
-.unity-panel .menuitem {
- border-width: 0 1px;
- color: @panel_fg_color;
-}
-
-.unity-panel.menubar.menuitem:hover,
-.unity-panel.menubar .menuitem *:hover {
- border-color: mix(@panel_bg_color, @panel_fg_color, 0.21);
- background-color: mix(@panel_bg_color, @panel_fg_color, 0.21);
- background-image: none;
- color: shade(@panel_fg_color, 1.08);
-}
diff --git a/B00merang-Round/gtk-3.0/apps/xfce.css b/B00merang-Round/gtk-3.0/apps/xfce.css
deleted file mode 100755
index 03cfb20..0000000
--- a/B00merang-Round/gtk-3.0/apps/xfce.css
+++ /dev/null
@@ -1,38 +0,0 @@
-XfceHeading {
- margin: 0;
- padding: 0;
- border-width: 0;
- background-color: @theme_base_color;
- background-image: none;
- color: @theme_text_color;
-}
-
-.xfce4-panel {
- background-color: @panel_bg_color;
- color: @panel_fg_color;
- font: normal;
-}
-
-.xfce4-panel .button {
- padding: 0 2px;
- border-radius: 0;
- border-style: none;
- color: @panel_fg_color;
-}
-
-.xfce4-panel .button:active {
- background-color: shade(@panel_bg_color, 0.8);
- background-image: none;
- color: @panel_fg_color;
-}
-
-.xfce4-panel .button:hover,
-.xfce4-panel .button:active:hover {
- background-color: mix(@panel_bg_color, @panel_fg_color, 0.21);
- background-image: none;
- color: shade(@panel_fg_color, 1.08);
-}
-
-.xfce4-panel .menu {
- -gtk-image-effect: none;
-}
diff --git a/B00merang-Round/gtk-3.0/gtk-widgets-assets.css b/B00merang-Round/gtk-3.0/gtk-widgets-assets.css
deleted file mode 100755
index 6f878e1..0000000
--- a/B00merang-Round/gtk-3.0/gtk-widgets-assets.css
+++ /dev/null
@@ -1,379 +0,0 @@
-/*******************
- * check and radio *
- *******************/
-.check,
-.check row:selected,
-.check row:selected:focus {
- background-image: linear-gradient(to bottom, @theme_base_color, @theme_base_color),
- linear-gradient(to bottom, @theme_base_color, @theme_base_color),
- linear-gradient(to bottom, shade(@theme_base_color, 0.6), shade(@theme_base_color, 0.6)),
- linear-gradient(to bottom, shade(@theme_base_color, 0.6), shade(@theme_base_color, 0.6)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(@theme_base_color), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(@theme_base_color), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(@theme_base_color), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(@theme_base_color), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.6)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.6)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.6)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.6)), to(transparent));
-
- background-position: center center, center center, center center, center center, 6% 6%, 6% 94%, 94% 94%, 94% 6%, 0% 0%, 0% 100%, 100% 100%, 100% 0%;
- background-size: 80% 90%, 90% 80%, 80% 100%, 100% 80%, 10% 10%, 10% 10%, 10% 10%, 10% 10%, 20% 20%, 20% 20%, 20% 20%, 20% 20%;
- background-repeat: no-repeat;
-}
-
-.check:insensitive,
-.check row:selected:insensitive,
-.check row:selected:focus:insensitive {
- background-image: linear-gradient(to bottom, shade(@theme_base_color, 0.85), shade(@theme_base_color, 0.85)),
- linear-gradient(to bottom, shade(@theme_base_color, 0.85), shade(@theme_base_color, 0.85)),
- linear-gradient(to bottom, shade(@theme_base_color, 0.6), shade(@theme_base_color, 0.6)),
- linear-gradient(to bottom, shade(@theme_base_color, 0.6), shade(@theme_base_color, 0.6)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.85)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.85)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.85)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.85)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.6)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.6)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.6)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.6)), to(transparent));
-
- background-position: center center, center center, center center, center center, 6% 6%, 6% 94%, 94% 94%, 94% 6%, 0% 0%, 0% 100%, 100% 100%, 100% 0%;
- background-size: 80% 90%, 90% 80%, 80% 100%, 100% 80%, 10% 10%, 10% 10%, 10% 10%, 10% 10%, 20% 20%, 20% 20%, 20% 20%, 20% 20%;
- background-repeat: no-repeat;
-}
-
-.check:active,
-.check row:selected:active,
-.check row:selected:focus:active {
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(@theme_selected_bg_color), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(@theme_selected_bg_color), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(@theme_selected_bg_color), to(transparent)),
- linear-gradient(45deg, transparent, transparent 30%, @theme_selected_bg_color 30%, @theme_selected_bg_color 70%, transparent 70%, transparent),
- linear-gradient(-45deg, transparent, transparent 37%, @theme_selected_bg_color 37%, @theme_selected_bg_color 62%, transparent 62%, transparent),
- linear-gradient(to bottom, @theme_base_color, @theme_base_color),
- linear-gradient(to bottom, @theme_base_color, @theme_base_color),
- linear-gradient(to bottom, shade(@theme_base_color, 0.6), shade(@theme_base_color, 0.6)),
- linear-gradient(to bottom, shade(@theme_base_color, 0.6), shade(@theme_base_color, 0.6)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(@theme_base_color), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(@theme_base_color), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(@theme_base_color), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(@theme_base_color), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.6)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.6)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.6)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.6)), to(transparent));
-
- background-position: 17% 50%, 41% 73%, 90% 26%, 24% 64%, 76% 48%, center center, center center, center center, center center, 6% 6%, 6% 94%, 94% 94%, 94% 6%, 0% 0%, 0% 100%, 100% 100%, 100% 0%;
- background-size: 17% 17%, 20% 20%, 18% 18%, 30% 30%, 50% 50%, 80% 90%, 90% 80%, 80% 100%, 100% 80%, 10% 10%, 10% 10%, 10% 10%, 10% 10%, 20% 20%, 20% 20%, 20% 20%, 20% 20%;
- background-repeat: no-repeat;
-}
-
-.check:active:insensitive,
-.check row:selected:active:insensitive,
-.check row:selected:focus:active:insensitive {
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.6)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.6)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.6)), to(transparent)),
- linear-gradient(45deg, transparent, transparent 30%, shade(@theme_base_color, 0.6) 30%, shade(@theme_base_color, 0.6) 70%, transparent 70%, transparent),
- linear-gradient(-45deg, transparent, transparent 37%, shade(@theme_base_color, 0.6) 37%, shade(@theme_base_color, 0.6) 62%, transparent 62%, transparent),
- linear-gradient(to bottom, shade(@theme_base_color, 0.85), shade(@theme_base_color, 0.85)),
- linear-gradient(to bottom, shade(@theme_base_color, 0.85), shade(@theme_base_color, 0.85)),
- linear-gradient(to bottom, shade(@theme_base_color, 0.6), shade(@theme_base_color, 0.6)),
- linear-gradient(to bottom, shade(@theme_base_color, 0.6), shade(@theme_base_color, 0.6)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.85)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.85)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.85)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.85)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.6)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.6)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.6)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.6)), to(transparent));
-
- background-position: 17% 50%, 41% 73%, 90% 26%, 24% 64%, 76% 48%, center center, center center, center center, center center, 6% 6%, 6% 94%, 94% 94%, 94% 6%, 0% 0%, 0% 100%, 100% 100%, 100% 0%;
- background-size: 17% 17%, 20% 20%, 18% 18%, 30% 30%, 50% 50%, 80% 90%, 90% 80%, 80% 100%, 100% 80%, 10% 10%, 10% 10%, 10% 10%, 10% 10%, 20% 20%, 20% 20%, 20% 20%, 20% 20%;
- background-repeat: no-repeat;
-}
-
-.check:inconsistent,
-.check row:selected:inconsistent,
-.check row:selected:focus:inconsistent {
- background-image: linear-gradient(to bottom, @theme_selected_bg_color, @theme_selected_bg_color),
- linear-gradient(to bottom, @theme_base_color, @theme_base_color),
- linear-gradient(to bottom, @theme_base_color, @theme_base_color),
- linear-gradient(to bottom, shade(@theme_base_color, 0.6), shade(@theme_base_color, 0.6)),
- linear-gradient(to bottom, shade(@theme_base_color, 0.6), shade(@theme_base_color, 0.6)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(@theme_base_color), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(@theme_base_color), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(@theme_base_color), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(@theme_base_color), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.6)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.6)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.6)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.6)), to(transparent));
-
- background-position: center center, center center, center center, center center, center center, 6% 6%, 6% 94%, 94% 94%, 94% 6%, 0% 0%, 0% 100%, 100% 100%, 100% 0%;
- background-size: 50% 12%, 80% 90%, 90% 80%, 80% 100%, 100% 80%, 10% 10%, 10% 10%, 10% 10%, 10% 10%, 20% 20%, 20% 20%, 20% 20%, 20% 20%;
- background-repeat: no-repeat;
-}
-
-.check:inconsistent:insensitive,
-.check row:selected:inconsistent:insensitive,
-.check row:selected:focus:inconsistent:insensitive {
- background-image: linear-gradient(to bottom, shade(@theme_base_color, 0.6), shade(@theme_base_color, 0.6)),
- linear-gradient(to bottom, shade(@theme_base_color, 0.85), shade(@theme_base_color, 0.85)),
- linear-gradient(to bottom, shade(@theme_base_color, 0.85), shade(@theme_base_color, 0.85)),
- linear-gradient(to bottom, shade(@theme_base_color, 0.6), shade(@theme_base_color, 0.6)),
- linear-gradient(to bottom, shade(@theme_base_color, 0.6), shade(@theme_base_color, 0.6)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.85)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.85)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.85)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.85)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.6)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.6)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.6)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.6)), to(transparent));
-
- background-position: center center, center center, center center, center center, center center, 6% 6%, 6% 94%, 94% 94%, 94% 6%, 0% 0%, 0% 100%, 100% 100%, 100% 0%;
- background-size: 50% 12%, 80% 90%, 90% 80%, 80% 100%, 100% 80%, 10% 10%, 10% 10%, 10% 10%, 10% 10%, 20% 20%, 20% 20%, 20% 20%, 20% 20%;
- background-repeat: no-repeat;
-}
-
-.radio,
-.radio row:selected,
-.radio row:selected:focus {
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(@theme_base_color), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.6)), to(transparent));
-
- background-position: center center, center center;
- background-size: 90% 90%, 100% 100%;
- background-repeat: no-repeat;
-}
-
-.radio:insensitive,
-.radio row:selected:insensitive,
-.radio row:selected:focus:insensitive {
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.85)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.6)), to(transparent));
-
- background-position: center center, center center;
- background-size: 90% 90%, 100% 100%;
- background-repeat: no-repeat;
-}
-
-.radio:active,
-.radio row:selected:active,
-.radio row:selected:focus:active {
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(@theme_selected_bg_color), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(@theme_base_color), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.6)), to(transparent));
-
- background-position: center center, center center, center center;
- background-size: 40% 40%, 90% 90%, 100% 100%;
- background-repeat: no-repeat;
-}
-
-.radio:active:insensitive,
-.radio row:selected:active:insensitive,
-.radio row:selected:focus:active:insensitive {
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.6)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.85)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.6)), to(transparent));
-
- background-position: center center, center center, center center;
- background-size: 40% 40%, 90% 90%, 100% 100%;
- background-repeat: no-repeat;
-}
-
-.radio:inconsistent,
-.radio row:selected:inconsistent,
-.radio row:selected:focus:inconsistent {
- background-image: linear-gradient(to bottom, @theme_selected_bg_color, @theme_selected_bg_color),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(@theme_base_color), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.6)), to(transparent));
-
- background-position: center center, center center, center center;
- background-size: 50% 12%, 90% 90%, 100% 100%;
- background-repeat: no-repeat;
-}
-
-.radio:inconsistent:insensitive,
-.radio row:selected:inconsistent:insensitive,
-.radio row:selected:focus:inconsistent:insensitive {
- background-image: linear-gradient(to bottom, shade(@theme_base_color, 0.6), shade(@theme_base_color, 0.6)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.85)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.6)), to(transparent));
-
- background-position: center center, center center, center center;
- background-size: 50% 12%, 90% 90%, 100% 100%;
- background-repeat: no-repeat;
-}
-
-.menuitem.check:active {
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(@theme_selected_bg_color), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(@theme_selected_bg_color), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(@theme_selected_bg_color), to(transparent)),
- linear-gradient(45deg, transparent, transparent 30%, @theme_selected_bg_color 30%, @theme_selected_bg_color 70%, transparent 70%, transparent),
- linear-gradient(-45deg, transparent, transparent 37%, @theme_selected_bg_color 37%, @theme_selected_bg_color 62%, transparent 62%, transparent);
-
- background-position: 17% 50%, 41% 73%, 90% 26%, 24% 64%, 76% 48%;
- background-size: 17% 17%, 20% 20%, 18% 18%, 30% 30%, 50% 50%;
- background-repeat: no-repeat;
-}
-
-.menuitem.check:active:hover {
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(@theme_selected_fg_color), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(@theme_selected_fg_color), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(@theme_selected_fg_color), to(transparent)),
- linear-gradient(45deg, transparent, transparent 30%, @theme_selected_fg_color 30%, @theme_selected_fg_color 70%, transparent 70%, transparent),
- linear-gradient(-45deg, transparent, transparent 37%, @theme_selected_fg_color 37%, @theme_selected_fg_color 62%, transparent 62%, transparent);
-
- background-position: 17% 50%, 41% 73%, 90% 26%, 24% 64%, 76% 48%;
- background-size: 17% 17%, 20% 20%, 18% 18%, 30% 30%, 50% 50%;
- background-repeat: no-repeat;
-}
-
-.menuitem.check:active:insensitive {
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(mix(@menu_fg_color, @menu_bg_color, 0.5)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(mix(@menu_fg_color, @menu_bg_color, 0.5)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(mix(@menu_fg_color, @menu_bg_color, 0.5)), to(transparent)),
- linear-gradient(45deg, transparent, transparent 30%, mix(@menu_fg_color, @menu_bg_color, 0.5) 30%, mix(@menu_fg_color, @menu_bg_color, 0.5) 70%, transparent 70%, transparent),
- linear-gradient(-45deg, transparent, transparent 37%, mix(@menu_fg_color, @menu_bg_color, 0.5) 37%, mix(@menu_fg_color, @menu_bg_color, 0.5) 62%, transparent 62%, transparent);
-
- background-position: 17% 50%, 41% 73%, 90% 26%, 24% 64%, 76% 48%;
- background-size: 17% 17%, 20% 20%, 18% 18%, 30% 30%, 50% 50%;
- background-repeat: no-repeat;
-}
-
-.menuitem.radio:active {
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(@theme_selected_bg_color), to(transparent));
- background-position: center center;
- background-size: 40% 40%;
- background-repeat: no-repeat;
-}
-
-.menuitem.radio:active:hover {
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(@theme_selected_fg_color), to(transparent));
- background-position: center center;
- background-size: 40% 40%;
- background-repeat: no-repeat;
-}
-
-.menuitem.radio:active:insensitive {
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(mix(@menu_fg_color, @menu_bg_color, 0.5)), to(transparent));
- background-position: center center;
- background-size: 40% 40%;
- background-repeat: no-repeat;
-}
-
-.menuitem.check:inconsistent,
-.menuitem.radio:inconsistent {
- background-image: linear-gradient(to bottom, @theme_selected_bg_color, @theme_selected_bg_color);
-
- background-position: center center;
- background-size: 50% 12%;
- background-repeat: no-repeat;
-}
-
-.menuitem.check:inconsistent:hover,
-.menuitem.radio:inconsistent:hover {
- background-image: linear-gradient(to bottom, @theme_selected_fg_color, @theme_selected_fg_color);
-
- background-position: center center;
- background-size: 50% 12%;
- background-repeat: no-repeat;
-}
-
-.menuitem.check:inconsistent:insensitive,
-.menuitem.radio:inconsistent:insensitive {
- background-image: linear-gradient(to bottom, mix(@menu_fg_color, @menu_bg_color, 0.5), mix(@menu_fg_color, @menu_bg_color, 0.5));
-
- background-position: center center;
- background-size: 50% 12%;
- background-repeat: no-repeat;
-}
-
-GtkIconView.content-view.cell.check {
- background-image: linear-gradient(to bottom, @theme_base_color, @theme_base_color),
- linear-gradient(to bottom, @theme_base_color, @theme_base_color),
- linear-gradient(to bottom, shade(@theme_base_color, 0.6), shade(@theme_base_color, 0.6)),
- linear-gradient(to bottom, shade(@theme_base_color, 0.6), shade(@theme_base_color, 0.6)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(@theme_base_color), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(@theme_base_color), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(@theme_base_color), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(@theme_base_color), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.6)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.6)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.6)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.6)), to(transparent));
-
- background-position: center center, center center, center center, center center, 6% 6%, 6% 94%, 94% 94%, 94% 6%, 0% 0%, 0% 100%, 100% 100%, 100% 0%;
- background-size: 80% 90%, 90% 80%, 80% 100%, 100% 80%, 10% 10%, 10% 10%, 10% 10%, 10% 10%, 20% 20%, 20% 20%, 20% 20%, 20% 20%;
- background-repeat: no-repeat;
-}
-
-GtkIconView.content-view.cell.check:active {
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(@theme_selected_bg_color), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(@theme_selected_bg_color), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(@theme_selected_bg_color), to(transparent)),
- linear-gradient(45deg, transparent, transparent 30%, @theme_selected_bg_color 30%, @theme_selected_bg_color 70%, transparent 70%, transparent),
- linear-gradient(-45deg, transparent, transparent 37%, @theme_selected_bg_color 37%, @theme_selected_bg_color 62%, transparent 62%, transparent),
- linear-gradient(to bottom, @theme_base_color, @theme_base_color),
- linear-gradient(to bottom, @theme_base_color, @theme_base_color),
- linear-gradient(to bottom, shade(@theme_base_color, 0.6), shade(@theme_base_color, 0.6)),
- linear-gradient(to bottom, shade(@theme_base_color, 0.6), shade(@theme_base_color, 0.6)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(@theme_base_color), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(@theme_base_color), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(@theme_base_color), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(@theme_base_color), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.6)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.6)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.6)), to(transparent)),
- -gtk-gradient(radial, center center, 0, center center, 0.5, to(shade(@theme_base_color, 0.6)), to(transparent));
-
- background-position: 17% 50%, 41% 73%, 90% 26%, 24% 64%, 76% 48%, center center, center center, center center, center center, 6% 6%, 6% 94%, 94% 94%, 94% 6%, 0% 0%, 0% 100%, 100% 100%, 100% 0%;
- background-size: 17% 17%, 20% 20%, 18% 18%, 30% 30%, 50% 50%, 80% 90%, 90% 80%, 80% 100%, 100% 80%, 10% 10%, 10% 10%, 10% 10%, 10% 10%, 20% 20%, 20% 20%, 20% 20%, 20% 20%;
- background-repeat: no-repeat;
-}
-
-/******************
- * pane separator *
- ******************/
-.pane-separator,
-.pane-separator.horizontal {
- background-image: linear-gradient(to bottom,
- shade(@theme_bg_color, 0.8) 0%,
- shade(@theme_bg_color, 0.8) 20%,
- transparent 20%,
- transparent 45%,
- shade(@theme_bg_color, 0.8) 45%,
- shade(@theme_bg_color, 0.8) 55%,
- transparent 55%,
- transparent 80%,
- shade(@theme_bg_color, 0.8) 80%,
- shade(@theme_bg_color, 0.8)
- );
-
- background-size: 4px 10px;
- background-repeat: no-repeat;
- background-position: center center;
-}
-
-.pane-separator.vertical {
- background-image: linear-gradient(to right,
- shade(@theme_bg_color, 0.8) 0%,
- shade(@theme_bg_color, 0.8) 20%,
- transparent 20%,
- transparent 45%,
- shade(@theme_bg_color, 0.8) 45%,
- shade(@theme_bg_color, 0.8) 55%,
- transparent 55%,
- transparent 80%,
- shade(@theme_bg_color, 0.8) 80%,
- shade(@theme_bg_color, 0.8)
- );
-
- background-size: 10px 4px;
- background-repeat: no-repeat;
- background-position: center center;
-}
diff --git a/B00merang-Round/gtk-3.0/gtk.css b/B00merang-Round/gtk-3.0/gtk.css
deleted file mode 100755
index 51e7d5f..0000000
--- a/B00merang-Round/gtk-3.0/gtk.css
+++ /dev/null
@@ -1,85 +0,0 @@
-/* default color scheme */
-@define-color bg_color #f6f9c6;
-@define-color fg_color #000;
-@define-color base_color #fff;
-@define-color text_color #333333;
-@define-color selected_bg_color #eacd00;
-@define-color selected_fg_color #f9f9f9;
-@define-color tooltip_bg_color #eacd00;
-@define-color tooltip_fg_color #fff;
-
-/* dark color scheme */
-@define-color dark_bg_color #ea8400;
-@define-color dark_fg_color #fff;
-
-/* colormap actually used by the theme, to be overridden in other css files */
-@define-color theme_bg_color @bg_color;
-@define-color theme_fg_color @fg_color;
-@define-color theme_base_color @base_color;
-@define-color theme_text_color @text_color;
-@define-color theme_selected_bg_color @selected_bg_color;
-@define-color theme_selected_fg_color @selected_fg_color;
-@define-color theme_tooltip_bg_color @tooltip_bg_color;
-@define-color theme_tooltip_fg_color @tooltip_fg_color;
-
-/* shadow effects */
-@define-color light_shadow #fff;
-@define-color dark_shadow #000;
-
-/* misc colors used by gtk+ */
-@define-color info_fg_color rgb (58, 135, 173);
-@define-color info_bg_color rgb (217, 237, 247);
-@define-color warning_fg_color rgb (192, 152, 83);
-@define-color warning_bg_color rgb (252, 248, 227);
-@define-color question_fg_color rgb (214, 73, 55);
-@define-color question_bg_color rgb (252, 229, 213);
-@define-color error_fg_color rgb (185, 74, 72);
-@define-color error_bg_color rgb (242, 222, 222);
-@define-color link_color #fc6f5d;
-@define-color success_color #53a93f;
-@define-color warning_color #f57900;
-@define-color error_color #cc0000;
-
-/* widget colors */
-@define-color titlebar_bg_color @dark_bg_color;
-@define-color titlebar_fg_color @dark_fg_color;
-@define-color menubar_bg_color @dark_bg_color;
-@define-color menubar_fg_color @dark_fg_color;
-@define-color toolbar_bg_color @dark_bg_color; /*@theme_bg_color;*/
-@define-color toolbar_fg_color @dark_fg_color; /*@theme_fg_color;*/
-@define-color menu_bg_color @dark_bg_color;
-@define-color menu_fg_color @dark_fg_color;
-@define-color panel_bg_color @dark_bg_color;
-@define-color panel_fg_color @dark_fg_color;
-
-/* osd */
-@define-color osd_base @dark_bg_color;
-@define-color osd_fg @dark_fg_color;
-@define-color osd_bg alpha(@osd_base, 0.8);
-
-/* lightdm greeter colors */
-@define-color lightdm_bg_color @dark_bg_color;
-@define-color lightdm_fg_color @dark_fg_color;
-
-/* window manager colors */
-@define-color wm_bg @titlebar_bg_color;
-@define-color wm_border_focused mix(shade(@titlebar_bg_color, 0.7), @titlebar_fg_color, 0.21);
-@define-color wm_border_unfocused mix(shade(@titlebar_bg_color, 0.7), @titlebar_fg_color, 0.12);
-@define-color wm_title_focused mix(@titlebar_fg_color, @titlebar_bg_color, 0.1);
-@define-color wm_title_unfocused mix(@titlebar_fg_color, @titlebar_bg_color, 0.4);
-@define-color wm_icons_focused mix(@titlebar_fg_color, @titlebar_bg_color, 0.1);
-@define-color wm_icons_focused_prelight @selected_bg_color;
-@define-color wm_icons_focused_pressed shade(@selected_bg_color, 0.8);
-@define-color wm_icons_unfocused mix(@titlebar_fg_color, @titlebar_bg_color, 0.4);
-@define-color wm_icons_unfocused_prelight @selected_bg_color;
-@define-color wm_icons_unfocused_pressed shade(@selected_bg_color, 0.8);
-
-@import url("gtk-widgets.css");
-@import url("gtk-widgets-assets.css");
-@import url("apps/gnome-applications.css");
-@import url("apps/granite-widgets.css");
-@import url("apps/unity.css");
-@import url("apps/xfce.css");
-@import url("apps/nemo.css");
-@import url("apps/synaptic.css");
-@import url("apps/lightdm-gtk-greeter.css");
diff --git a/B00merang-Round/gtk-3.0/settings.ini b/B00merang-Round/gtk-3.0/settings.ini
deleted file mode 100755
index 9aa01e5..0000000
--- a/B00merang-Round/gtk-3.0/settings.ini
+++ /dev/null
@@ -1,3 +0,0 @@
-[Settings]
-gtk-auto-mnemonics = 1
-gtk-visible-focus = automatic
diff --git a/B00merang-Round/gtk-3.0/thumbnail.png b/B00merang-Round/gtk-3.0/thumbnail.png
deleted file mode 100755
index 44fe00d..0000000
Binary files a/B00merang-Round/gtk-3.0/thumbnail.png and /dev/null differ
diff --git a/B00merang-Round/index.theme b/B00merang-Round/index.theme
deleted file mode 100755
index cb23289..0000000
--- a/B00merang-Round/index.theme
+++ /dev/null
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Type=X-GNOME-Metatheme
-Name=B00merang Round
-Comment=A modern flat round theme
-Encoding=UTF-8
-
-[X-GNOME-Metatheme]
-GtkTheme=B00merang Round
-MetacityTheme=B00merang Round
-ButtonLayout=:minimize,maximize,close
diff --git a/B00merang-Round/metacity-1/metacity-theme-2.xml b/B00merang-Round/metacity-1/metacity-theme-2.xml
deleted file mode 100755
index 8d8f3c8..0000000
--- a/B00merang-Round/metacity-1/metacity-theme-2.xml
+++ /dev/null
@@ -1,1554 +0,0 @@
-
-
-
- Numix
- Satyajit Sahoo
- GPL-3.0+
- 11 December 2013
- Numix Metacity Theme
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/B00merang-Round/metacity-1/metacity-theme-3.xml b/B00merang-Round/metacity-1/metacity-theme-3.xml
deleted file mode 100755
index 3ec1eb3..0000000
--- a/B00merang-Round/metacity-1/metacity-theme-3.xml
+++ /dev/null
@@ -1,1586 +0,0 @@
-
-
-
- Numix
- Satyajit Sahoo
- GPL-3.0+
- 11 December 2013
- Numix Mutter Theme
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/B00merang-Round/openbox-3/close.xbm b/B00merang-Round/openbox-3/close.xbm
deleted file mode 100755
index ab7ff80..0000000
--- a/B00merang-Round/openbox-3/close.xbm
+++ /dev/null
@@ -1,4 +0,0 @@
-#define close_width 8
-#define close_height 8
-static unsigned char close_bits[] = {
- 0xc3, 0xe7, 0x7e, 0x3c, 0x3c, 0x7e, 0xe7, 0xc3 };
diff --git a/B00merang-Round/openbox-3/desk.xbm b/B00merang-Round/openbox-3/desk.xbm
deleted file mode 100755
index abca780..0000000
--- a/B00merang-Round/openbox-3/desk.xbm
+++ /dev/null
@@ -1,4 +0,0 @@
-#define desk_toggled_width 8
-#define desk_toggled_height 8
-static unsigned char desk_toggled_bits[] = {
- 0xe7, 0xe7, 0xe7, 0x00, 0x00, 0xe7, 0xe7, 0xe7 };
diff --git a/B00merang-Round/openbox-3/desk_toggled.xbm b/B00merang-Round/openbox-3/desk_toggled.xbm
deleted file mode 100755
index b4b5330..0000000
--- a/B00merang-Round/openbox-3/desk_toggled.xbm
+++ /dev/null
@@ -1,4 +0,0 @@
-#define desk_width 8
-#define desk_height 8
-static unsigned char desk_bits[] = {
- 0x04, 0x0e, 0x3f, 0x1e, 0x1c, 0x24, 0x40, 0x80 };
diff --git a/B00merang-Round/openbox-3/iconify.xbm b/B00merang-Round/openbox-3/iconify.xbm
deleted file mode 100755
index 9a9743f..0000000
--- a/B00merang-Round/openbox-3/iconify.xbm
+++ /dev/null
@@ -1,4 +0,0 @@
-#define iconify_width 8
-#define iconify_height 8
-static unsigned char iconify_bits[] = {
- 0x00, 0x00, 0x00, 0xff, 0xff, 0x00, 0x00, 0x00 };
diff --git a/B00merang-Round/openbox-3/max.xbm b/B00merang-Round/openbox-3/max.xbm
deleted file mode 100755
index 88bb9bd..0000000
--- a/B00merang-Round/openbox-3/max.xbm
+++ /dev/null
@@ -1,4 +0,0 @@
-#define max_width 8
-#define max_height 8
-static unsigned char max_bits[] = {
- 0xff, 0xff, 0xc3, 0xc3, 0xc3, 0xc3, 0xff, 0xff };
diff --git a/B00merang-Round/openbox-3/max_toggled.xbm b/B00merang-Round/openbox-3/max_toggled.xbm
deleted file mode 100755
index cec3f24..0000000
--- a/B00merang-Round/openbox-3/max_toggled.xbm
+++ /dev/null
@@ -1,4 +0,0 @@
-#define max_toggled_width 8
-#define max_toggled_height 8
-static unsigned char max_toggled_bits[] = {
- 0xff, 0xff, 0xc3, 0xc3, 0xc3, 0xc3, 0xff, 0xff };
diff --git a/B00merang-Round/openbox-3/shade.xbm b/B00merang-Round/openbox-3/shade.xbm
deleted file mode 100755
index fcacf42..0000000
--- a/B00merang-Round/openbox-3/shade.xbm
+++ /dev/null
@@ -1,4 +0,0 @@
-#define shade_width 8
-#define shade_height 8
-static unsigned char shade_bits[] = {
- 0x18, 0x3c, 0x7e, 0xff, 0xdb, 0x18, 0x18, 0x18 };
diff --git a/B00merang-Round/openbox-3/shade_toggled.xbm b/B00merang-Round/openbox-3/shade_toggled.xbm
deleted file mode 100755
index 594201e..0000000
--- a/B00merang-Round/openbox-3/shade_toggled.xbm
+++ /dev/null
@@ -1,4 +0,0 @@
-#define shade_toggled_width 8
-#define shade_toggled_height 8
-static unsigned char shade_toggled_bits[] = {
- 0x18, 0x18, 0x18, 0xdb, 0xff, 0x7e, 0x3c, 0x18 };
diff --git a/B00merang-Round/openbox-3/themerc b/B00merang-Round/openbox-3/themerc
deleted file mode 100755
index f6382c7..0000000
--- a/B00merang-Round/openbox-3/themerc
+++ /dev/null
@@ -1,133 +0,0 @@
-# Name: Numix Openbox theme
-# Author: Satyajit Sahoo
-# License: GPL-3.0+
-
-
-# Menu
-menu.border.color: #ea8400
-
-menu.title.bg: flat solid
-menu.title.bg.color: #ea8400
-menu.title.text.color: #fff
-menu.title.text.justify: center
-
-menu.items.bg: flat solid
-menu.items.bg.color: #ea8400
-menu.items.text.color: #fff
-menu.items.disabled.text.color: #888888
-
-menu.items.active.bg: flat solid
-menu.items.active.bg.color: #eacd00
-menu.items.active.text.color: #f9f9f9
-
-menu.separator.color: #f6f9c6
-menu.separator.width: 1
-menu.separator.padding.width: 2
-menu.separator.padding.height: 4
-
-
-# Active window
-window.active.border.color: #b36500
-
-window.active.title.bg: flat solid
-window.active.title.bg.color: #ea8400
-window.active.title.separator.color: #ea8400
-window.active.text.justify: center
-
-window.active.label.bg: parentrelative
-window.active.label.text.color: #fff
-
-window.active.handle.bg: flat solid
-window.active.handle.bg.color: #ea8400
-
-window.active.grip.bg: flat solid
-window.active.grip.bg.color: #ea8400
-
-window.active.button.unpressed.bg: flat solid
-window.active.button.unpressed.bg.color: #ea8400
-window.active.button.unpressed.image.color: #fff
-
-window.active.button.pressed.bg: flat solid
-window.active.button.pressed.bg.color: #ea8400
-window.active.button.pressed.image.color: #eacd00
-
-window.active.button.disabled.bg: flat solid
-window.active.button.disabled.bg.color: #ea8400
-window.active.button.disabled.image.color: #888888
-
-
-# Inactive window
-window.inactive.border.color: #ea8400
-
-window.inactive.title.bg: flat solid
-window.inactive.title.bg.color: #ea8400
-window.inactive.title.separator.color: #ea8400
-window.inactive.text.justify: center
-
-window.inactive.label.bg: parentrelative
-window.inactive.label.text.color: #888888
-
-window.inactive.handle.bg: flat solid
-window.inactive.handle.bg.color: #ea8400
-
-window.inactive.grip.bg: flat solid
-window.inactive.grip.bg.color: #ea8400
-
-window.inactive.button.unpressed.bg: flat solid
-window.inactive.button.unpressed.bg.color: #ea8400
-window.inactive.button.unpressed.image.color: #888888
-
-window.inactive.button.pressed.bg: flat solid
-window.inactive.button.pressed.bg.color: #ea8400
-window.inactive.button.pressed.image.color: #eacd00
-
-window.inactive.button.disabled.bg: flat solid
-window.inactive.button.disabled.bg.color: #ea8400
-window.inactive.button.disabled.image.color: #888888
-
-
-# OSD
-osd.border.width: 1
-osd.border.color: #b36500
-
-osd.bg: flat solid
-osd.bg.color: #ea8400
-osd.label.bg: flat solid
-osd.label.bg.color: #ea8400
-osd.label.text.color: #fff
-
-osd.hilight.bg: flat solid
-osd.hilight.bg.color: #eacd00
-
-osd.unhilight.bg: flat solid
-osd.unhilight.bg.color: #888888
-
-osd.button.unpressed.bg: flat border
-osd.button.unpressed.bg.color: #eacd00
-osd.button.unpressed.*.border.color: #c4ac00
-
-osd.button.pressed.bg: flat border
-osd.button.pressed.bg.color: #ea8400
-osd.button.pressed.*.border.color: #c4ac00
-
-osd.button.focused.bg: flat solid border
-osd.button.focused.bg.color: #ea982e
-osd.button.focused.*.border.color: #eaa348
-
-osd.button.focused.box.color: #eacd00
-
-
-# Fonts
-window.active.label.text.font:shadow=n
-window.inactive.label.text.font:shadow=n
-menu.items.font:shadow=n
-menu.title.text.font:shadow=n
-
-
-# Everything else
-border.width: 1
-padding.width: 8
-padding.height: 4
-window.handle.width: 0
-window.client.padding.width: 0
-window.label.text.justify: center
diff --git a/B00merang-Round/unity/close.svg b/B00merang-Round/unity/close.svg
deleted file mode 100755
index fdf7f50..0000000
--- a/B00merang-Round/unity/close.svg
+++ /dev/null
@@ -1,164 +0,0 @@
-
-
-
-
diff --git a/B00merang-Round/unity/close_focused_prelight.svg b/B00merang-Round/unity/close_focused_prelight.svg
deleted file mode 100755
index 7941ce2..0000000
--- a/B00merang-Round/unity/close_focused_prelight.svg
+++ /dev/null
@@ -1,117 +0,0 @@
-
-
-
-
diff --git a/B00merang-Round/unity/close_focused_pressed.svg b/B00merang-Round/unity/close_focused_pressed.svg
deleted file mode 100755
index 2383bdc..0000000
--- a/B00merang-Round/unity/close_focused_pressed.svg
+++ /dev/null
@@ -1,135 +0,0 @@
-
-
-
-
diff --git a/B00merang-Round/unity/close_unfocused.svg b/B00merang-Round/unity/close_unfocused.svg
deleted file mode 100755
index 9df03c2..0000000
--- a/B00merang-Round/unity/close_unfocused.svg
+++ /dev/null
@@ -1,202 +0,0 @@
-
-
-
-
diff --git a/B00merang-Round/unity/close_unfocused_prelight.svg b/B00merang-Round/unity/close_unfocused_prelight.svg
deleted file mode 100755
index 7941ce2..0000000
--- a/B00merang-Round/unity/close_unfocused_prelight.svg
+++ /dev/null
@@ -1,117 +0,0 @@
-
-
-
-
diff --git a/B00merang-Round/unity/close_unfocused_pressed.svg b/B00merang-Round/unity/close_unfocused_pressed.svg
deleted file mode 100755
index 2383bdc..0000000
--- a/B00merang-Round/unity/close_unfocused_pressed.svg
+++ /dev/null
@@ -1,135 +0,0 @@
-
-
-
-
diff --git a/B00merang-Round/unity/launcher_arrow_ltr_19.svg b/B00merang-Round/unity/launcher_arrow_ltr_19.svg
deleted file mode 100755
index 922aa59..0000000
--- a/B00merang-Round/unity/launcher_arrow_ltr_19.svg
+++ /dev/null
@@ -1,136 +0,0 @@
-
-
diff --git a/B00merang-Round/unity/launcher_arrow_ltr_19.svg.bak b/B00merang-Round/unity/launcher_arrow_ltr_19.svg.bak
deleted file mode 100755
index d600ba6..0000000
--- a/B00merang-Round/unity/launcher_arrow_ltr_19.svg.bak
+++ /dev/null
@@ -1,10 +0,0 @@
-
diff --git a/B00merang-Round/unity/launcher_arrow_ltr_37.svg b/B00merang-Round/unity/launcher_arrow_ltr_37.svg
deleted file mode 100755
index 7b8806f..0000000
--- a/B00merang-Round/unity/launcher_arrow_ltr_37.svg
+++ /dev/null
@@ -1,15 +0,0 @@
-
diff --git a/B00merang-Round/unity/launcher_arrow_outline_ltr_19.svg b/B00merang-Round/unity/launcher_arrow_outline_ltr_19.svg
deleted file mode 100755
index 6711122..0000000
--- a/B00merang-Round/unity/launcher_arrow_outline_ltr_19.svg
+++ /dev/null
@@ -1,116 +0,0 @@
-
-
diff --git a/B00merang-Round/unity/launcher_arrow_outline_ltr_19.svg.bak b/B00merang-Round/unity/launcher_arrow_outline_ltr_19.svg.bak
deleted file mode 100755
index 2823085..0000000
--- a/B00merang-Round/unity/launcher_arrow_outline_ltr_19.svg.bak
+++ /dev/null
@@ -1,10 +0,0 @@
-
diff --git a/B00merang-Round/unity/launcher_arrow_outline_ltr_37.svg b/B00merang-Round/unity/launcher_arrow_outline_ltr_37.svg
deleted file mode 100755
index a1480c8..0000000
--- a/B00merang-Round/unity/launcher_arrow_outline_ltr_37.svg
+++ /dev/null
@@ -1,13 +0,0 @@
-
diff --git a/B00merang-Round/unity/launcher_arrow_outline_rtl_19.svg b/B00merang-Round/unity/launcher_arrow_outline_rtl_19.svg
deleted file mode 100755
index cea0534..0000000
--- a/B00merang-Round/unity/launcher_arrow_outline_rtl_19.svg
+++ /dev/null
@@ -1,116 +0,0 @@
-
-
diff --git a/B00merang-Round/unity/launcher_arrow_outline_rtl_19.svg.bak b/B00merang-Round/unity/launcher_arrow_outline_rtl_19.svg.bak
deleted file mode 100755
index 6c83c8f..0000000
--- a/B00merang-Round/unity/launcher_arrow_outline_rtl_19.svg.bak
+++ /dev/null
@@ -1,10 +0,0 @@
-
diff --git a/B00merang-Round/unity/launcher_arrow_outline_rtl_37.svg b/B00merang-Round/unity/launcher_arrow_outline_rtl_37.svg
deleted file mode 100755
index ed493d8..0000000
--- a/B00merang-Round/unity/launcher_arrow_outline_rtl_37.svg
+++ /dev/null
@@ -1,13 +0,0 @@
-
diff --git a/B00merang-Round/unity/launcher_arrow_rtl_19.svg b/B00merang-Round/unity/launcher_arrow_rtl_19.svg
deleted file mode 100755
index 7dc0d26..0000000
--- a/B00merang-Round/unity/launcher_arrow_rtl_19.svg
+++ /dev/null
@@ -1,136 +0,0 @@
-
-
diff --git a/B00merang-Round/unity/launcher_arrow_rtl_19.svg.2.bak b/B00merang-Round/unity/launcher_arrow_rtl_19.svg.2.bak
deleted file mode 100755
index 1c75e5d..0000000
--- a/B00merang-Round/unity/launcher_arrow_rtl_19.svg.2.bak
+++ /dev/null
@@ -1,130 +0,0 @@
-
-
diff --git a/B00merang-Round/unity/launcher_arrow_rtl_19.svg.bak b/B00merang-Round/unity/launcher_arrow_rtl_19.svg.bak
deleted file mode 100755
index cd78e86..0000000
--- a/B00merang-Round/unity/launcher_arrow_rtl_19.svg.bak
+++ /dev/null
@@ -1,10 +0,0 @@
-
diff --git a/B00merang-Round/unity/launcher_arrow_rtl_37.svg b/B00merang-Round/unity/launcher_arrow_rtl_37.svg
deleted file mode 100755
index dcdf27b..0000000
--- a/B00merang-Round/unity/launcher_arrow_rtl_37.svg
+++ /dev/null
@@ -1,130 +0,0 @@
-
-
diff --git a/B00merang-Round/unity/launcher_arrow_rtl_37.svg.bak b/B00merang-Round/unity/launcher_arrow_rtl_37.svg.bak
deleted file mode 100755
index 9fac194..0000000
--- a/B00merang-Round/unity/launcher_arrow_rtl_37.svg.bak
+++ /dev/null
@@ -1,15 +0,0 @@
-
diff --git a/B00merang-Round/unity/launcher_icon_back_150.svg b/B00merang-Round/unity/launcher_icon_back_150.svg
deleted file mode 100755
index d66f78d..0000000
--- a/B00merang-Round/unity/launcher_icon_back_150.svg
+++ /dev/null
@@ -1,7 +0,0 @@
-
diff --git a/B00merang-Round/unity/launcher_icon_back_54.svg b/B00merang-Round/unity/launcher_icon_back_54.svg
deleted file mode 100755
index dfe7dbf..0000000
--- a/B00merang-Round/unity/launcher_icon_back_54.svg
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/B00merang-Round/unity/launcher_icon_edge_150.svg b/B00merang-Round/unity/launcher_icon_edge_150.svg
deleted file mode 100755
index 6d9201e..0000000
--- a/B00merang-Round/unity/launcher_icon_edge_150.svg
+++ /dev/null
@@ -1,10 +0,0 @@
-
diff --git a/B00merang-Round/unity/launcher_icon_edge_54.svg b/B00merang-Round/unity/launcher_icon_edge_54.svg
deleted file mode 100755
index 3307c5b..0000000
--- a/B00merang-Round/unity/launcher_icon_edge_54.svg
+++ /dev/null
@@ -1,7 +0,0 @@
-
diff --git a/B00merang-Round/unity/launcher_icon_glow_200.svg b/B00merang-Round/unity/launcher_icon_glow_200.svg
deleted file mode 100755
index 01bb0d9..0000000
--- a/B00merang-Round/unity/launcher_icon_glow_200.svg
+++ /dev/null
@@ -1,7 +0,0 @@
-
diff --git a/B00merang-Round/unity/launcher_icon_glow_62.svg b/B00merang-Round/unity/launcher_icon_glow_62.svg
deleted file mode 100755
index 105b068..0000000
--- a/B00merang-Round/unity/launcher_icon_glow_62.svg
+++ /dev/null
@@ -1,7 +0,0 @@
-
diff --git a/B00merang-Round/unity/launcher_icon_selected_back_150.svg b/B00merang-Round/unity/launcher_icon_selected_back_150.svg
deleted file mode 100755
index 2fa6752..0000000
--- a/B00merang-Round/unity/launcher_icon_selected_back_150.svg
+++ /dev/null
@@ -1,10 +0,0 @@
-
diff --git a/B00merang-Round/unity/launcher_icon_selected_back_54.svg b/B00merang-Round/unity/launcher_icon_selected_back_54.svg
deleted file mode 100755
index dfe7dbf..0000000
--- a/B00merang-Round/unity/launcher_icon_selected_back_54.svg
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/B00merang-Round/unity/launcher_icon_shadow_200.svg b/B00merang-Round/unity/launcher_icon_shadow_200.svg
deleted file mode 100755
index 9e68b14..0000000
--- a/B00merang-Round/unity/launcher_icon_shadow_200.svg
+++ /dev/null
@@ -1,7 +0,0 @@
-
diff --git a/B00merang-Round/unity/launcher_icon_shadow_62.svg b/B00merang-Round/unity/launcher_icon_shadow_62.svg
deleted file mode 100755
index d322434..0000000
--- a/B00merang-Round/unity/launcher_icon_shadow_62.svg
+++ /dev/null
@@ -1,7 +0,0 @@
-
diff --git a/B00merang-Round/unity/launcher_icon_shine_150.svg b/B00merang-Round/unity/launcher_icon_shine_150.svg
deleted file mode 100755
index 51af8a1..0000000
--- a/B00merang-Round/unity/launcher_icon_shine_150.svg
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/B00merang-Round/unity/launcher_icon_shine_54.svg b/B00merang-Round/unity/launcher_icon_shine_54.svg
deleted file mode 100755
index dfe7dbf..0000000
--- a/B00merang-Round/unity/launcher_icon_shine_54.svg
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/B00merang-Round/unity/launcher_pip_ltr_19.svg b/B00merang-Round/unity/launcher_pip_ltr_19.svg
deleted file mode 100755
index aa77bc1..0000000
--- a/B00merang-Round/unity/launcher_pip_ltr_19.svg
+++ /dev/null
@@ -1,10 +0,0 @@
-
diff --git a/B00merang-Round/unity/launcher_pip_ltr_37.svg b/B00merang-Round/unity/launcher_pip_ltr_37.svg
deleted file mode 100755
index f6a12a0..0000000
--- a/B00merang-Round/unity/launcher_pip_ltr_37.svg
+++ /dev/null
@@ -1,16 +0,0 @@
-
diff --git a/B00merang-Round/unity/launcher_pip_rtl_19.svg b/B00merang-Round/unity/launcher_pip_rtl_19.svg
deleted file mode 100755
index ba7a895..0000000
--- a/B00merang-Round/unity/launcher_pip_rtl_19.svg
+++ /dev/null
@@ -1,10 +0,0 @@
-
diff --git a/B00merang-Round/unity/launcher_pip_rtl_37.svg b/B00merang-Round/unity/launcher_pip_rtl_37.svg
deleted file mode 100755
index 9f8a057..0000000
--- a/B00merang-Round/unity/launcher_pip_rtl_37.svg
+++ /dev/null
@@ -1,16 +0,0 @@
-
diff --git a/B00merang-Round/unity/maximize.svg b/B00merang-Round/unity/maximize.svg
deleted file mode 100755
index 57ffe80..0000000
--- a/B00merang-Round/unity/maximize.svg
+++ /dev/null
@@ -1,177 +0,0 @@
-
-
-
-
diff --git a/B00merang-Round/unity/maximize_focused_prelight.svg b/B00merang-Round/unity/maximize_focused_prelight.svg
deleted file mode 100755
index e1904ea..0000000
--- a/B00merang-Round/unity/maximize_focused_prelight.svg
+++ /dev/null
@@ -1,92 +0,0 @@
-
-
-
-
diff --git a/B00merang-Round/unity/maximize_focused_pressed.svg b/B00merang-Round/unity/maximize_focused_pressed.svg
deleted file mode 100755
index b735c59..0000000
--- a/B00merang-Round/unity/maximize_focused_pressed.svg
+++ /dev/null
@@ -1,130 +0,0 @@
-
-
-
-
diff --git a/B00merang-Round/unity/maximize_unfocused.svg b/B00merang-Round/unity/maximize_unfocused.svg
deleted file mode 100755
index c5fd1f7..0000000
--- a/B00merang-Round/unity/maximize_unfocused.svg
+++ /dev/null
@@ -1,188 +0,0 @@
-
-
-
-
diff --git a/B00merang-Round/unity/maximize_unfocused_prelight.svg b/B00merang-Round/unity/maximize_unfocused_prelight.svg
deleted file mode 100755
index bfc8d9d..0000000
--- a/B00merang-Round/unity/maximize_unfocused_prelight.svg
+++ /dev/null
@@ -1,92 +0,0 @@
-
-
-
-
diff --git a/B00merang-Round/unity/maximize_unfocused_pressed.svg b/B00merang-Round/unity/maximize_unfocused_pressed.svg
deleted file mode 100755
index b735c59..0000000
--- a/B00merang-Round/unity/maximize_unfocused_pressed.svg
+++ /dev/null
@@ -1,130 +0,0 @@
-
-
-
-
diff --git a/B00merang-Round/unity/minimize.svg b/B00merang-Round/unity/minimize.svg
deleted file mode 100755
index a604387..0000000
--- a/B00merang-Round/unity/minimize.svg
+++ /dev/null
@@ -1,161 +0,0 @@
-
-
-
-
diff --git a/B00merang-Round/unity/minimize_focused_prelight.svg b/B00merang-Round/unity/minimize_focused_prelight.svg
deleted file mode 100755
index f924a98..0000000
--- a/B00merang-Round/unity/minimize_focused_prelight.svg
+++ /dev/null
@@ -1,92 +0,0 @@
-
-
-
-
diff --git a/B00merang-Round/unity/minimize_focused_pressed.svg b/B00merang-Round/unity/minimize_focused_pressed.svg
deleted file mode 100755
index 862acdd..0000000
--- a/B00merang-Round/unity/minimize_focused_pressed.svg
+++ /dev/null
@@ -1,130 +0,0 @@
-
-
-
-
diff --git a/B00merang-Round/unity/minimize_unfocused.svg b/B00merang-Round/unity/minimize_unfocused.svg
deleted file mode 100755
index 32f4c6d..0000000
--- a/B00merang-Round/unity/minimize_unfocused.svg
+++ /dev/null
@@ -1,215 +0,0 @@
-
-
-
-
diff --git a/B00merang-Round/unity/minimize_unfocused_prelight.svg b/B00merang-Round/unity/minimize_unfocused_prelight.svg
deleted file mode 100755
index 5e49dcf..0000000
--- a/B00merang-Round/unity/minimize_unfocused_prelight.svg
+++ /dev/null
@@ -1,92 +0,0 @@
-
-
-
-
diff --git a/B00merang-Round/unity/minimize_unfocused_pressed.svg b/B00merang-Round/unity/minimize_unfocused_pressed.svg
deleted file mode 100755
index 85553ad..0000000
--- a/B00merang-Round/unity/minimize_unfocused_pressed.svg
+++ /dev/null
@@ -1,130 +0,0 @@
-
-
-
-
diff --git a/B00merang-Round/unity/minimized.svg b/B00merang-Round/unity/minimized.svg
deleted file mode 100755
index a604387..0000000
--- a/B00merang-Round/unity/minimized.svg
+++ /dev/null
@@ -1,161 +0,0 @@
-
-
-
-
diff --git a/B00merang-Round/unity/modes/launcher_bfb-flat.png b/B00merang-Round/unity/modes/launcher_bfb-flat.png
deleted file mode 100755
index f5aa0e5..0000000
Binary files a/B00merang-Round/unity/modes/launcher_bfb-flat.png and /dev/null differ
diff --git a/B00merang-Round/unity/modes/launcher_bfb_ns.png b/B00merang-Round/unity/modes/launcher_bfb_ns.png
deleted file mode 100755
index 2ca1ebb..0000000
Binary files a/B00merang-Round/unity/modes/launcher_bfb_ns.png and /dev/null differ
diff --git a/B00merang-Round/unity/modes/ubuntu-square.svg b/B00merang-Round/unity/modes/ubuntu-square.svg
deleted file mode 100755
index 1b925fb..0000000
--- a/B00merang-Round/unity/modes/ubuntu-square.svg
+++ /dev/null
@@ -1,69 +0,0 @@
-
diff --git a/B00merang-Round/unity/unmaximize.svg b/B00merang-Round/unity/unmaximize.svg
deleted file mode 100755
index 230474f..0000000
--- a/B00merang-Round/unity/unmaximize.svg
+++ /dev/null
@@ -1,180 +0,0 @@
-
-
-
-
diff --git a/B00merang-Round/unity/unmaximize_focused_prelight.svg b/B00merang-Round/unity/unmaximize_focused_prelight.svg
deleted file mode 100755
index 1b37ecb..0000000
--- a/B00merang-Round/unity/unmaximize_focused_prelight.svg
+++ /dev/null
@@ -1,94 +0,0 @@
-
-
-
-
diff --git a/B00merang-Round/unity/unmaximize_focused_pressed.svg b/B00merang-Round/unity/unmaximize_focused_pressed.svg
deleted file mode 100755
index e272e08..0000000
--- a/B00merang-Round/unity/unmaximize_focused_pressed.svg
+++ /dev/null
@@ -1,131 +0,0 @@
-
-
-
-
diff --git a/B00merang-Round/unity/unmaximize_unfocused.svg b/B00merang-Round/unity/unmaximize_unfocused.svg
deleted file mode 100755
index d8fb27b..0000000
--- a/B00merang-Round/unity/unmaximize_unfocused.svg
+++ /dev/null
@@ -1,215 +0,0 @@
-
-
-
-
diff --git a/B00merang-Round/unity/unmaximize_unfocused_prelight.svg b/B00merang-Round/unity/unmaximize_unfocused_prelight.svg
deleted file mode 100755
index 5979730..0000000
--- a/B00merang-Round/unity/unmaximize_unfocused_prelight.svg
+++ /dev/null
@@ -1,94 +0,0 @@
-
-
-
-
diff --git a/B00merang-Round/unity/unmaximize_unfocused_pressed.svg b/B00merang-Round/unity/unmaximize_unfocused_pressed.svg
deleted file mode 100755
index e272e08..0000000
--- a/B00merang-Round/unity/unmaximize_unfocused_pressed.svg
+++ /dev/null
@@ -1,131 +0,0 @@
-
-
-
-