Skip to content

Commit 7d42928

Browse files
committed
cinnamon: second recoloring wave
Changed green accents to plume colors, updated thumbnail to current alpha-version of theme
1 parent c02b239 commit 7d42928

File tree

2 files changed

+41
-41
lines changed

2 files changed

+41
-41
lines changed

Dark/cinnamon/cinnamon.css

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ stage {
2626
.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 {
2727
color: rgba(255, 255, 255, 0.87);
2828
background-color: #454545;
29-
border: 1px solid #35a854;
29+
border: 1px solid #ad7fa8;
3030
box-shadow: inset 0 2px 4px rgba(69, 69, 69, 0.05); }
3131
.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 {
3232
color: rgba(255, 255, 255, 0.87);
@@ -36,13 +36,13 @@ stage {
3636
.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 {
3737
color: rgba(255, 255, 255, 0.87);
3838
background-color: #525252;
39-
border: 1px solid #35a854;
39+
border: 1px solid #ad7fa8;
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;
4343
background-color: #ad7fa8;
44-
border: 1px solid #35a854;
45-
box-shadow: inset 0 2px 4px #35a854; }
44+
border: 1px solid #ad7fa8;
45+
box-shadow: inset 0 2px 4px #ad7fa8; }
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 {
4747
color: rgba(255, 255, 255, 0.32);
4848
border: 1px solid rgba(32, 32, 32, 0.55);
@@ -63,7 +63,7 @@ stage {
6363
#menu-search-entry:focus, .popup-menu #notification StEntry:focus, #menu-search-entry:hover, .popup-menu #notification StEntry:hover {
6464
color: rgba(255, 255, 255, 0.87);
6565
background-color: #404040;
66-
border: 1px solid #35a854;
66+
border: 1px solid #ad7fa8;
6767
box-shadow: inset 0 2px 4px rgba(64, 64, 64, 0.05); }
6868
#menu-search-entry:insensitive, .popup-menu #notification StEntry:insensitive {
6969
color: rgba(255, 255, 255, 0.32);
@@ -90,7 +90,7 @@ stage {
9090
.notification StEntry:focus {
9191
color: #ffffff;
9292
background-color: #ad7fa8;
93-
border: 1px solid #35a854;
93+
border: 1px solid #ad7fa8;
9494
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
9595
.notification StEntry:insensitive {
9696
color: rgba(195, 195, 195, 0.55);
@@ -133,8 +133,8 @@ StScrollBar {
133133
width: 50px;
134134
height: 50px;
135135
border-radius: 25px;
136-
background-color: rgba(53, 168, 84, 0.3);
137-
box-shadow: 0 0 2px 2px #35a854; }
136+
background-color: rgba(173, 127, 168, 0.3);
137+
box-shadow: 0 0 2px 2px #ad7fa8; }
138138

139139
.popup-slider-menu-item,
140140
.slider {
@@ -519,14 +519,14 @@ StScrollBar {
519519
.window-caption:focus {
520520
background-color: #ad7fa8;
521521
color: #ffffff;
522-
border: 1px solid #35a854; }
522+
border: 1px solid #ad7fa8; }
523523

524524
.window-border {
525-
border: 3px #35a854;
525+
border: 3px #ad7fa8;
526526
border-radius: 2px;
527527
background-color: rgba(255, 255, 255, 0.05);
528528
/* Cover rounded corners and some bad adjustment gaps */
529-
box-shadow: 0 0 0 1px #35a854 inset; }
529+
box-shadow: 0 0 0 1px #ad7fa8 inset; }
530530

531531
.overview-empty-placeholder {
532532
color: #ffffff;
@@ -545,20 +545,20 @@ StScrollBar {
545545
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
546546
.expo-workspaces-name-entry:focus,
547547
.expo-workspaces-name-entry#selected:focus {
548-
border: 1px solid #35a854;
548+
border: 1px solid #ad7fa8;
549549
background-color: #ad7fa8;
550550
color: #ffffff;
551551
font-style: italic;
552552
transition-duration: 300;
553553
selection-background-color: #ffffff;
554-
selected-color: #35a854; }
554+
selected-color: #ad7fa8; }
555555

556556
.expo-workspace-thumbnail-frame {
557557
border: 4px solid rgba(255, 255, 255, 0);
558558
background-color: rgba(255, 255, 255, 0);
559559
border-radius: 2px; }
560560
.expo-workspace-thumbnail-frame#active {
561-
border: 4px solid #35a854;
561+
border: 4px solid #ad7fa8;
562562
background-color: black;
563563
border-radius: 2px; }
564564

@@ -662,7 +662,7 @@ StScrollBar {
662662
text-align: left;
663663
margin-bottom: .2em; }
664664
.calendar-event-button .calendar-event-time-present:all-day {
665-
color: #35a854; }
665+
color: #ad7fa8; }
666666
.calendar-event-button .calendar-event-time-future {
667667
color: rgba(255, 255, 255, 0.87);
668668
font-weight: bold;
@@ -683,7 +683,7 @@ StScrollBar {
683683
color: #F27835; }
684684
.calendar-event-button .calendar-event-countdown:current {
685685
font-weight: bold;
686-
color: #35a854; }
686+
color: #ad7fa8; }
687687
.calendar-event-button:hover {
688688
background-color: #ad7fa8;
689689
border: 1px solid #202020; }
@@ -810,7 +810,7 @@ StScrollBar {
810810

811811
.calendar-today {
812812
color: rgba(255, 255, 255, 0.87);
813-
background-color: rgba(53, 168, 84, 0.4);
813+
background-color: rgba(173, 127, 168, 0.4);
814814
border-width: 0; }
815815
.calendar-today:selected {
816816
font-weight: bold; }
@@ -897,11 +897,11 @@ StScrollBar {
897897
border-radius: 2px; }
898898
.switcher-list .item-box:outlined {
899899
padding: 8px;
900-
border: 1px solid #35a854; }
900+
border: 1px solid #ad7fa8; }
901901
.switcher-list .item-box:selected {
902902
color: #ffffff;
903903
background-color: #ad7fa8;
904-
border: 0px solid #35a854; }
904+
border: 0px solid #ad7fa8; }
905905
.switcher-list .thumbnail {
906906
width: 256px; }
907907
.switcher-list .thumbnail-box {
@@ -1007,7 +1007,7 @@ StScrollBar {
10071007
.run-dialog-entry:focus {
10081008
color: rgba(255, 255, 255, 0.87);
10091009
background-color: #404040;
1010-
border: 1px solid #35a854;
1010+
border: 1px solid #ad7fa8;
10111011
box-shadow: inset 0 2px 4px rgba(64, 64, 64, 0.05); }
10121012
.run-dialog .modal-dialog-button-box {
10131013
border: none;
@@ -1098,7 +1098,7 @@ StScrollBar {
10981098
background-color: rgba(127, 127, 127, 0.5); }
10991099
.keyboard-key:active, .keyboard-key:checked {
11001100
color: #ffffff;
1101-
border: 1px solid #35a854;
1101+
border: 1px solid #ad7fa8;
11021102
background-color: #ad7fa8; }
11031103
.keyboard-key:grayed {
11041104
color: #606060;
@@ -1294,10 +1294,10 @@ StScrollBar {
12941294
background-color: rgba(255, 255, 255, 0.07); }
12951295
.window-list-item-box:active, .window-list-item-box:checked, .window-list-item-box:focus, .window-list-item-box:running {
12961296
color: rgba(255, 255, 255, 0.87);
1297-
border-color: #35a854;
1297+
border-color: #ad7fa8;
12981298
background-color: rgba(255, 255, 255, 0.07); }
12991299
.window-list-item-box .progress {
1300-
background-color: rgba(53, 168, 84, 0.8); }
1300+
background-color: rgba(173, 127, 168, 0.8); }
13011301

13021302
.window-list-item-demands-attention {
13031303
background-gradient-direction: vertical;
@@ -1348,9 +1348,9 @@ StScrollBar {
13481348
background-color: rgba(255, 255, 255, 0.17); }
13491349
.grouped-window-list-item-box:active, .grouped-window-list-item-box:checked {
13501350
color: rgba(255, 255, 255, 0.87);
1351-
border-color: #35a854; }
1351+
border-color: #ad7fa8; }
13521352
.grouped-window-list-item-box .progress {
1353-
background-color: rgba(53, 168, 84, 0.8); }
1353+
background-color: rgba(173, 127, 168, 0.8); }
13541354

13551355
.grouped-window-list-item-demands-attention {
13561356
background-gradient-direction: vertical;
@@ -1390,9 +1390,9 @@ StScrollBar {
13901390
spacing: 4px; }
13911391
.grouped-window-list-thumbnail-menu .item-box:outlined {
13921392
padding: 8px;
1393-
border: 1px solid #35a854; }
1393+
border: 1px solid #ad7fa8; }
13941394
.grouped-window-list-thumbnail-menu .item-box:selected {
1395-
border: 1px solid #35a854; }
1395+
border: 1px solid #ad7fa8; }
13961396
.grouped-window-list-thumbnail-menu .thumbnail {
13971397
width: 256px; }
13981398
.grouped-window-list-thumbnail-menu .separator {
@@ -1463,8 +1463,8 @@ StScrollBar {
14631463
.sound-player > StBoxLayout:first-child StButton:small:active {
14641464
color: #ffffff;
14651465
background-color: #ad7fa8;
1466-
border: 1px solid #35a854;
1467-
box-shadow: inset 0 2px 4px #35a854; }
1466+
border: 1px solid #ad7fa8;
1467+
box-shadow: inset 0 2px 4px #ad7fa8; }
14681468

14691469
.sound-player-generic-coverart {
14701470
background: rgba(0, 0, 0, 0.2); }
@@ -1494,8 +1494,8 @@ StScrollBar {
14941494
.sound-player-overlay StButton:active {
14951495
color: #ffffff;
14961496
background-color: #ad7fa8;
1497-
border: 1px solid #35a854;
1498-
box-shadow: inset 0 2px 4px #35a854; }
1497+
border: 1px solid #ad7fa8;
1498+
box-shadow: inset 0 2px 4px #ad7fa8; }
14991499
.sound-player-overlay StBoxLayout {
15001500
padding-top: 2px; }
15011501
.sound-player-overlay > StBoxLayout {
@@ -1543,7 +1543,7 @@ StScrollBar {
15431543
background-color: #ad7fa8;
15441544
color: #ffffff; }
15451545
.workspace-button:outlined:hover {
1546-
background-color: rgba(53, 168, 84, 0.7);
1546+
background-color: rgba(173, 127, 168, 0.7);
15471547
color: #ffffff; }
15481548
.workspace-button:hover {
15491549
background-color: rgba(255, 255, 255, 0.07);
@@ -1559,7 +1559,7 @@ StScrollBar {
15591559
background-color: rgba(0, 0, 0, 0.2); }
15601560

15611561
.workspace-graph .workspace:active {
1562-
border: 1px solid #35a854; }
1562+
border: 1px solid #ad7fa8; }
15631563

15641564
.workspace-graph .workspace .windows {
15651565
-active-window-background: #555555;
@@ -1703,8 +1703,8 @@ StScrollBar {
17031703
padding: 12px;
17041704
padding-bottom: 6px; }
17051705
.desklet-drag-placeholder {
1706-
border: 2px solid #35a854;
1707-
background-color: rgba(53, 168, 84, 0.3); }
1706+
border: 2px solid #ad7fa8;
1707+
background-color: rgba(173, 127, 168, 0.3); }
17081708

17091709
.photoframe-box {
17101710
border: 1px solid #202020;
@@ -1721,16 +1721,16 @@ StScrollBar {
17211721
max-height: 100px; }
17221722

17231723
.tile-preview {
1724-
background-color: rgba(53, 168, 84, 0.3);
1725-
border: 1px solid #35a854; }
1724+
background-color: rgba(173, 127, 168, 0.3);
1725+
border: 1px solid #ad7fa8; }
17261726
.tile-preview.snap {
1727-
background-color: rgba(53, 168, 84, 0.6); }
1727+
background-color: rgba(173, 127, 168, 0.6); }
17281728

17291729
.tile-hud {
1730-
background-color: rgba(53, 168, 84, 0.3);
1731-
border: 1px solid #35a854; }
1730+
background-color: rgba(173, 127, 168, 0.3);
1731+
border: 1px solid #ad7fa8; }
17321732
.tile-hud.snap {
1733-
background-color: rgba(53, 168, 84, 0.6); }
1733+
background-color: rgba(173, 127, 168, 0.6); }
17341734
.tile-hud:top {
17351735
border-top-width: 0px; }
17361736
.tile-hud:bottom {

Dark/cinnamon/thumbnail.png

-8.17 KB
Loading

0 commit comments

Comments
 (0)