Skip to content

Commit

Permalink
cinnamon: second recoloring wave
Browse files Browse the repository at this point in the history
Changed green accents to plume colors,
updated thumbnail to current alpha-version of theme
  • Loading branch information
TerminalHash committed Apr 12, 2023
1 parent c02b239 commit 7d42928
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 41 deletions.
82 changes: 41 additions & 41 deletions Dark/cinnamon/cinnamon.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand All @@ -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);
Expand All @@ -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);
Expand All @@ -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);
Expand Down Expand Up @@ -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 {
Expand Down Expand Up @@ -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;
Expand All @@ -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; }

Expand Down Expand Up @@ -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;
Expand All @@ -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; }
Expand Down Expand Up @@ -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; }
Expand Down Expand Up @@ -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 {
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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 {
Expand Down Expand Up @@ -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); }
Expand Down Expand Up @@ -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 {
Expand Down Expand Up @@ -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);
Expand All @@ -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;
Expand Down Expand Up @@ -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;
Expand All @@ -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 {
Expand Down
Binary file modified Dark/cinnamon/thumbnail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7d42928

Please sign in to comment.