Skip to content

Commit c02b239

Browse files
committed
cinnamon: first recoloring wave
1 parent d018d59 commit c02b239

24 files changed

Lines changed: 767 additions & 540 deletions

Dark/cinnamon/cinnamon.css

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ stage {
4040
box-shadow: inset 0 2px 4px rgba(69, 69, 69, 0.05); }
4141
.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 {
4242
color: #ffffff;
43-
background-color: #35a854;
43+
background-color: #ad7fa8;
4444
border: 1px solid #35a854;
4545
box-shadow: inset 0 2px 4px #35a854; }
4646
.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 {
@@ -52,7 +52,7 @@ stage {
5252
#menu-search-entry, .popup-menu #notification StEntry {
5353
padding: 7px;
5454
caret-size: 1px;
55-
selection-background-color: #35a854;
55+
selection-background-color: #ad7fa8;
5656
selected-color: #ffffff;
5757
transition-duration: 300ms;
5858
border-radius: 3px;
@@ -79,7 +79,7 @@ stage {
7979
padding: 7px;
8080
caret-size: 1px;
8181
caret-color: #c3c3c3;
82-
selection-background-color: #35a854;
82+
selection-background-color: #ad7fa8;
8383
selected-color: #ffffff;
8484
transition-duration: 300ms;
8585
border-radius: 3px;
@@ -89,7 +89,7 @@ stage {
8989
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
9090
.notification StEntry:focus {
9191
color: #ffffff;
92-
background-color: #35a854;
92+
background-color: #ad7fa8;
9393
border: 1px solid #35a854;
9494
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
9595
.notification StEntry:insensitive {
@@ -120,7 +120,7 @@ StScrollBar {
120120
StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover {
121121
background-color: rgba(99, 99, 99, 0.961); }
122122
StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
123-
background-color: #35a854; }
123+
background-color: #ad7fa8; }
124124

125125
.separator {
126126
-gradient-height: 1px;
@@ -141,7 +141,7 @@ StScrollBar {
141141
-slider-height: 0.3em;
142142
-slider-background-color: #202020;
143143
-slider-border-color: rgba(47, 47, 47, 0.3);
144-
-slider-active-background-color: #35a854;
144+
-slider-active-background-color: #ad7fa8;
145145
-slider-active-border-color: rgba(47, 47, 47, 0.3);
146146
-slider-border-width: 1px;
147147
-slider-handle-radius: 0.5em;
@@ -517,7 +517,7 @@ StScrollBar {
517517
padding: 5px 8px;
518518
-cinnamon-caption-spacing: 8px; }
519519
.window-caption:focus {
520-
background-color: #35a854;
520+
background-color: #ad7fa8;
521521
color: #ffffff;
522522
border: 1px solid #35a854; }
523523

@@ -546,7 +546,7 @@ StScrollBar {
546546
.expo-workspaces-name-entry:focus,
547547
.expo-workspaces-name-entry#selected:focus {
548548
border: 1px solid #35a854;
549-
background-color: #35a854;
549+
background-color: #ad7fa8;
550550
color: #ffffff;
551551
font-style: italic;
552552
transition-duration: 300;
@@ -629,7 +629,7 @@ StScrollBar {
629629
margin: 6px 0 6px 0;
630630
padding: 6px; }
631631
.calendar-events-no-events-button:hover {
632-
background-color: #35a854; }
632+
background-color: #ad7fa8; }
633633
.calendar-events-no-events-button:hover .calendar-events-no-events-icon,
634634
.calendar-events-no-events-button:hover .calendar-events-no-events-label {
635635
color: #ffffff; }
@@ -685,7 +685,7 @@ StScrollBar {
685685
font-weight: bold;
686686
color: #35a854; }
687687
.calendar-event-button:hover {
688-
background-color: #35a854;
688+
background-color: #ad7fa8;
689689
border: 1px solid #202020; }
690690
.calendar-event-button:hover .calendar-event-time-past,
691691
.calendar-event-button:hover .calendar-event-time-present,
@@ -725,7 +725,7 @@ StScrollBar {
725725
.calendar-today-home-button-enabled {
726726
padding: 6px; }
727727
.calendar-today-home-button-enabled:hover {
728-
background-color: #35a854; }
728+
background-color: #ad7fa8; }
729729
.calendar-today-home-button-enabled:hover .calendar-today-day-label {
730730
color: #ffffff; }
731731
.calendar-today-home-button-enabled:hover .calendar-today-date-label {
@@ -786,7 +786,7 @@ StScrollBar {
786786
.calendar-day-base:hover {
787787
font-weight: bold;
788788
color: #ffffff;
789-
background-color: #35a854; }
789+
background-color: #ad7fa8; }
790790

791791
.calendar-day-heading {
792792
color: rgba(255, 255, 255, 0.72);
@@ -900,7 +900,7 @@ StScrollBar {
900900
border: 1px solid #35a854; }
901901
.switcher-list .item-box:selected {
902902
color: #ffffff;
903-
background-color: #35a854;
903+
background-color: #ad7fa8;
904904
border: 0px solid #35a854; }
905905
.switcher-list .thumbnail {
906906
width: 256px; }
@@ -999,7 +999,7 @@ StScrollBar {
999999
border-radius: 3px;
10001000
caret-color: #c3c3c3;
10011001
selected-color: #ffffff;
1002-
selection-background-color: #35a854;
1002+
selection-background-color: #ad7fa8;
10031003
color: #c3c3c3;
10041004
background-color: rgba(109, 109, 109, 0.4);
10051005
border: 1px solid rgba(22, 22, 22, 0.4);
@@ -1099,7 +1099,7 @@ StScrollBar {
10991099
.keyboard-key:active, .keyboard-key:checked {
11001100
color: #ffffff;
11011101
border: 1px solid #35a854;
1102-
background-color: #35a854; }
1102+
background-color: #ad7fa8; }
11031103
.keyboard-key:grayed {
11041104
color: #606060;
11051105
border: 1px solid rgba(2, 2, 2, 0.4);
@@ -1245,7 +1245,7 @@ StScrollBar {
12451245
border-radius: 2px; }
12461246
.osd-window .level-bar {
12471247
border-radius: 2px;
1248-
background-color: #35a854; }
1248+
background-color: #ad7fa8; }
12491249

12501250
.window-list-box {
12511251
spacing: 6px;
@@ -1462,7 +1462,7 @@ StScrollBar {
14621462
box-shadow: inset 0 2px 4px rgba(82, 82, 82, 0.05); }
14631463
.sound-player > StBoxLayout:first-child StButton:small:active {
14641464
color: #ffffff;
1465-
background-color: #35a854;
1465+
background-color: #ad7fa8;
14661466
border: 1px solid #35a854;
14671467
box-shadow: inset 0 2px 4px #35a854; }
14681468

@@ -1493,7 +1493,7 @@ StScrollBar {
14931493
box-shadow: inset 0 2px 4px rgba(82, 82, 82, 0.05); }
14941494
.sound-player-overlay StButton:active {
14951495
color: #ffffff;
1496-
background-color: #35a854;
1496+
background-color: #ad7fa8;
14971497
border: 1px solid #35a854;
14981498
box-shadow: inset 0 2px 4px #35a854; }
14991499
.sound-player-overlay StBoxLayout {
@@ -1508,7 +1508,7 @@ StScrollBar {
15081508
-slider-height: 0.5em;
15091509
-slider-background-color: #222222;
15101510
-slider-border-color: rgba(0, 0, 0, 0);
1511-
-slider-active-background-color: #35a854;
1511+
-slider-active-background-color: #ad7fa8;
15121512
-slider-active-border-color: rgba(0, 0, 0, 0);
15131513
-slider-border-width: 0px;
15141514
-slider-handle-radius: 0px; }
@@ -1540,7 +1540,7 @@ StScrollBar {
15401540
padding-top: 3px;
15411541
padding-bottom: 3px; }
15421542
.workspace-button:outlined {
1543-
background-color: #35a854;
1543+
background-color: #ad7fa8;
15441544
color: #ffffff; }
15451545
.workspace-button:outlined:hover {
15461546
background-color: rgba(53, 168, 84, 0.7);

Dark/cinnamon/common-assets/misc/add-workspace-active.svg

Lines changed: 26 additions & 21 deletions
Loading

Dark/cinnamon/common-assets/misc/add-workspace-hover.svg

Lines changed: 28 additions & 23 deletions
Loading

0 commit comments

Comments
 (0)