diff --git a/Dark/cinnamon/cinnamon.css b/Dark/cinnamon/cinnamon.css index 25faf2d..fca5ce6 100644 --- a/Dark/cinnamon/cinnamon.css +++ b/Dark/cinnamon/cinnamon.css @@ -26,7 +26,7 @@ stage { .sound-button:focus, .modal-dialog-button-box .modal-dialog-button:focus, .notification-button:focus, .notification-icon-button:focus, .popup-menu #notification .notification-button:focus, .popup-menu #notification .notification-icon-button:focus { color: rgba(255, 255, 255, 0.87); background-color: #454545; - border: 1px solid #35a854; + border: 1px solid #ad7fa8; box-shadow: inset 0 2px 4px rgba(69, 69, 69, 0.05); } .sound-button:hover, .modal-dialog-button-box .modal-dialog-button:hover, .notification-button:hover, .notification-icon-button:hover, .popup-menu #notification .notification-button:hover, .popup-menu #notification .notification-icon-button:hover { color: rgba(255, 255, 255, 0.87); @@ -36,13 +36,13 @@ stage { .sound-button:hover:focus, .modal-dialog-button-box .modal-dialog-button:hover:focus, .notification-button:hover:focus, .notification-icon-button:hover:focus, .popup-menu #notification .notification-button:hover:focus, .popup-menu #notification .notification-icon-button:hover:focus { color: rgba(255, 255, 255, 0.87); background-color: #525252; - border: 1px solid #35a854; + border: 1px solid #ad7fa8; box-shadow: inset 0 2px 4px rgba(69, 69, 69, 0.05); } .sound-button:active, .modal-dialog-button-box .modal-dialog-button:active, .notification-button:active, .notification-icon-button:active, .popup-menu #notification .notification-button:active, .popup-menu #notification .notification-icon-button:active { color: #ffffff; background-color: #ad7fa8; - border: 1px solid #35a854; - box-shadow: inset 0 2px 4px #35a854; } + border: 1px solid #ad7fa8; + box-shadow: inset 0 2px 4px #ad7fa8; } .sound-button:insensitive, .modal-dialog-button-box .modal-dialog-button:insensitive, .notification-button:insensitive, .notification-icon-button:insensitive, .popup-menu #notification .notification-button:insensitive, .popup-menu #notification .notification-icon-button:insensitive { color: rgba(255, 255, 255, 0.32); border: 1px solid rgba(32, 32, 32, 0.55); @@ -63,7 +63,7 @@ stage { #menu-search-entry:focus, .popup-menu #notification StEntry:focus, #menu-search-entry:hover, .popup-menu #notification StEntry:hover { color: rgba(255, 255, 255, 0.87); background-color: #404040; - border: 1px solid #35a854; + border: 1px solid #ad7fa8; box-shadow: inset 0 2px 4px rgba(64, 64, 64, 0.05); } #menu-search-entry:insensitive, .popup-menu #notification StEntry:insensitive { color: rgba(255, 255, 255, 0.32); @@ -90,7 +90,7 @@ stage { .notification StEntry:focus { color: #ffffff; background-color: #ad7fa8; - border: 1px solid #35a854; + border: 1px solid #ad7fa8; box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } .notification StEntry:insensitive { color: rgba(195, 195, 195, 0.55); @@ -133,8 +133,8 @@ StScrollBar { width: 50px; height: 50px; border-radius: 25px; - background-color: rgba(53, 168, 84, 0.3); - box-shadow: 0 0 2px 2px #35a854; } + background-color: rgba(173, 127, 168, 0.3); + box-shadow: 0 0 2px 2px #ad7fa8; } .popup-slider-menu-item, .slider { @@ -519,14 +519,14 @@ StScrollBar { .window-caption:focus { background-color: #ad7fa8; color: #ffffff; - border: 1px solid #35a854; } + border: 1px solid #ad7fa8; } .window-border { - border: 3px #35a854; + border: 3px #ad7fa8; border-radius: 2px; background-color: rgba(255, 255, 255, 0.05); /* Cover rounded corners and some bad adjustment gaps */ - box-shadow: 0 0 0 1px #35a854 inset; } + box-shadow: 0 0 0 1px #ad7fa8 inset; } .overview-empty-placeholder { color: #ffffff; @@ -545,20 +545,20 @@ StScrollBar { box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } .expo-workspaces-name-entry:focus, .expo-workspaces-name-entry#selected:focus { - border: 1px solid #35a854; + border: 1px solid #ad7fa8; background-color: #ad7fa8; color: #ffffff; font-style: italic; transition-duration: 300; selection-background-color: #ffffff; - selected-color: #35a854; } + selected-color: #ad7fa8; } .expo-workspace-thumbnail-frame { border: 4px solid rgba(255, 255, 255, 0); background-color: rgba(255, 255, 255, 0); border-radius: 2px; } .expo-workspace-thumbnail-frame#active { - border: 4px solid #35a854; + border: 4px solid #ad7fa8; background-color: black; border-radius: 2px; } @@ -662,7 +662,7 @@ StScrollBar { text-align: left; margin-bottom: .2em; } .calendar-event-button .calendar-event-time-present:all-day { - color: #35a854; } + color: #ad7fa8; } .calendar-event-button .calendar-event-time-future { color: rgba(255, 255, 255, 0.87); font-weight: bold; @@ -683,7 +683,7 @@ StScrollBar { color: #F27835; } .calendar-event-button .calendar-event-countdown:current { font-weight: bold; - color: #35a854; } + color: #ad7fa8; } .calendar-event-button:hover { background-color: #ad7fa8; border: 1px solid #202020; } @@ -810,7 +810,7 @@ StScrollBar { .calendar-today { color: rgba(255, 255, 255, 0.87); - background-color: rgba(53, 168, 84, 0.4); + background-color: rgba(173, 127, 168, 0.4); border-width: 0; } .calendar-today:selected { font-weight: bold; } @@ -897,11 +897,11 @@ StScrollBar { border-radius: 2px; } .switcher-list .item-box:outlined { padding: 8px; - border: 1px solid #35a854; } + border: 1px solid #ad7fa8; } .switcher-list .item-box:selected { color: #ffffff; background-color: #ad7fa8; - border: 0px solid #35a854; } + border: 0px solid #ad7fa8; } .switcher-list .thumbnail { width: 256px; } .switcher-list .thumbnail-box { @@ -1007,7 +1007,7 @@ StScrollBar { .run-dialog-entry:focus { color: rgba(255, 255, 255, 0.87); background-color: #404040; - border: 1px solid #35a854; + border: 1px solid #ad7fa8; box-shadow: inset 0 2px 4px rgba(64, 64, 64, 0.05); } .run-dialog .modal-dialog-button-box { border: none; @@ -1098,7 +1098,7 @@ StScrollBar { background-color: rgba(127, 127, 127, 0.5); } .keyboard-key:active, .keyboard-key:checked { color: #ffffff; - border: 1px solid #35a854; + border: 1px solid #ad7fa8; background-color: #ad7fa8; } .keyboard-key:grayed { color: #606060; @@ -1294,10 +1294,10 @@ StScrollBar { background-color: rgba(255, 255, 255, 0.07); } .window-list-item-box:active, .window-list-item-box:checked, .window-list-item-box:focus, .window-list-item-box:running { color: rgba(255, 255, 255, 0.87); - border-color: #35a854; + border-color: #ad7fa8; background-color: rgba(255, 255, 255, 0.07); } .window-list-item-box .progress { - background-color: rgba(53, 168, 84, 0.8); } + background-color: rgba(173, 127, 168, 0.8); } .window-list-item-demands-attention { background-gradient-direction: vertical; @@ -1348,9 +1348,9 @@ StScrollBar { background-color: rgba(255, 255, 255, 0.17); } .grouped-window-list-item-box:active, .grouped-window-list-item-box:checked { color: rgba(255, 255, 255, 0.87); - border-color: #35a854; } + border-color: #ad7fa8; } .grouped-window-list-item-box .progress { - background-color: rgba(53, 168, 84, 0.8); } + background-color: rgba(173, 127, 168, 0.8); } .grouped-window-list-item-demands-attention { background-gradient-direction: vertical; @@ -1390,9 +1390,9 @@ StScrollBar { spacing: 4px; } .grouped-window-list-thumbnail-menu .item-box:outlined { padding: 8px; - border: 1px solid #35a854; } + border: 1px solid #ad7fa8; } .grouped-window-list-thumbnail-menu .item-box:selected { - border: 1px solid #35a854; } + border: 1px solid #ad7fa8; } .grouped-window-list-thumbnail-menu .thumbnail { width: 256px; } .grouped-window-list-thumbnail-menu .separator { @@ -1463,8 +1463,8 @@ StScrollBar { .sound-player > StBoxLayout:first-child StButton:small:active { color: #ffffff; background-color: #ad7fa8; - border: 1px solid #35a854; - box-shadow: inset 0 2px 4px #35a854; } + border: 1px solid #ad7fa8; + box-shadow: inset 0 2px 4px #ad7fa8; } .sound-player-generic-coverart { background: rgba(0, 0, 0, 0.2); } @@ -1494,8 +1494,8 @@ StScrollBar { .sound-player-overlay StButton:active { color: #ffffff; background-color: #ad7fa8; - border: 1px solid #35a854; - box-shadow: inset 0 2px 4px #35a854; } + border: 1px solid #ad7fa8; + box-shadow: inset 0 2px 4px #ad7fa8; } .sound-player-overlay StBoxLayout { padding-top: 2px; } .sound-player-overlay > StBoxLayout { @@ -1543,7 +1543,7 @@ StScrollBar { background-color: #ad7fa8; color: #ffffff; } .workspace-button:outlined:hover { - background-color: rgba(53, 168, 84, 0.7); + background-color: rgba(173, 127, 168, 0.7); color: #ffffff; } .workspace-button:hover { background-color: rgba(255, 255, 255, 0.07); @@ -1559,7 +1559,7 @@ StScrollBar { background-color: rgba(0, 0, 0, 0.2); } .workspace-graph .workspace:active { - border: 1px solid #35a854; } + border: 1px solid #ad7fa8; } .workspace-graph .workspace .windows { -active-window-background: #555555; @@ -1703,8 +1703,8 @@ StScrollBar { padding: 12px; padding-bottom: 6px; } .desklet-drag-placeholder { - border: 2px solid #35a854; - background-color: rgba(53, 168, 84, 0.3); } + border: 2px solid #ad7fa8; + background-color: rgba(173, 127, 168, 0.3); } .photoframe-box { border: 1px solid #202020; @@ -1721,16 +1721,16 @@ StScrollBar { max-height: 100px; } .tile-preview { - background-color: rgba(53, 168, 84, 0.3); - border: 1px solid #35a854; } + background-color: rgba(173, 127, 168, 0.3); + border: 1px solid #ad7fa8; } .tile-preview.snap { - background-color: rgba(53, 168, 84, 0.6); } + background-color: rgba(173, 127, 168, 0.6); } .tile-hud { - background-color: rgba(53, 168, 84, 0.3); - border: 1px solid #35a854; } + background-color: rgba(173, 127, 168, 0.3); + border: 1px solid #ad7fa8; } .tile-hud.snap { - background-color: rgba(53, 168, 84, 0.6); } + background-color: rgba(173, 127, 168, 0.6); } .tile-hud:top { border-top-width: 0px; } .tile-hud:bottom { diff --git a/Dark/cinnamon/thumbnail.png b/Dark/cinnamon/thumbnail.png index cf25ac4..b8340a4 100644 Binary files a/Dark/cinnamon/thumbnail.png and b/Dark/cinnamon/thumbnail.png differ