Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

split light and dark themes #3

Merged
merged 5 commits into from
Dec 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
42 changes: 21 additions & 21 deletions src/cinnamon/cinnamon-blue.css
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ stage {

#menu-search-entry StIcon.capslock-warning, .menu #notification StEntry StIcon.capslock-warning, .popup-menu #notification StEntry StIcon.capslock-warning {
icon-size: 16px;
warning-color: #D19A66;
warning-color: #CE9C3D;
padding: 0 4px;
}

Expand Down Expand Up @@ -468,7 +468,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {

#panel:highlight {
border-image: none;
background-color: rgba(224, 108, 117, 0.5);
background-color: rgba(225, 115, 115, 0.5);
}

#panelLeft {
Expand Down Expand Up @@ -562,11 +562,11 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}

.panel-dummy {
background-color: rgba(224, 108, 117, 0.5);
background-color: rgba(225, 115, 115, 0.5);
}

.panel-dummy:entered {
background-color: rgba(224, 108, 117, 0.6);
background-color: rgba(225, 115, 115, 0.6);
}

.panel-status-button {
Expand Down Expand Up @@ -1091,13 +1091,13 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}

.run-dialog-error-label {
color: #E06C75;
color: #E17373;
}

.run-dialog-error-box {
padding-top: 15px;
spacing: 5px;
color: #E06C75;
color: #E17373;
}

.run-dialog-completion-box {
Expand Down Expand Up @@ -1141,7 +1141,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}

.mount-password-reask {
color: #D19A66;
color: #CE9C3D;
}

.show-processes-dialog,
Expand Down Expand Up @@ -1492,7 +1492,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}

.window-list-box:highlight {
background-color: rgba(224, 108, 117, 0.5);
background-color: rgba(225, 115, 115, 0.5);
}

.window-list-item-label {
Expand Down Expand Up @@ -1638,15 +1638,15 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {

.window-list-item-box .progress {
background-gradient-direction: vertical;
background-gradient-start: #BE5046;
background-gradient-end: #BE5046;
background-gradient-start: #5079BE;
background-gradient-end: #5079BE;
border-radius: 2px;
box-shadow: none;
}

.window-list-item-demands-attention {
background-gradient-start: #D19A66;
background-gradient-end: #D19A66;
background-gradient-start: #CE9C3D;
background-gradient-end: #CE9C3D;
}

.window-list-preview {
Expand All @@ -1663,7 +1663,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}

.grouped-window-list-thumbnail-alert {
background-color: rgba(224, 108, 117, 0.5);
background-color: rgba(225, 115, 115, 0.5);
}

.grouped-window-list-thumbnail-menu .item-box {
Expand Down Expand Up @@ -1823,15 +1823,15 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {

.grouped-window-list-item-box .progress {
background-gradient-direction: vertical;
background-gradient-start: #BE5046;
background-gradient-end: #BE5046;
background-gradient-start: #5079BE;
background-gradient-end: #5079BE;
border-radius: 2px;
box-shadow: none;
}

.grouped-window-list-item-demands-attention {
background-gradient-start: #D19A66;
background-gradient-end: #D19A66;
background-gradient-start: #CE9C3D;
background-gradient-end: #CE9C3D;
}

.sound-button {
Expand Down Expand Up @@ -2160,7 +2160,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.applet-box:highlight {
background-image: none;
border-image: none;
background-color: rgba(224, 108, 117, 0.5);
background-color: rgba(225, 115, 115, 0.5);
}

.applet-label {
Expand Down Expand Up @@ -2203,7 +2203,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}

.desklet:highlight {
background-color: rgba(224, 108, 117, 0.5);
background-color: rgba(225, 115, 115, 0.5);
}

.desklet-with-borders {
Expand All @@ -2214,7 +2214,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}

.desklet-with-borders:highlight {
background-color: rgba(224, 108, 117, 0.5);
background-color: rgba(225, 115, 115, 0.5);
}

.desklet-with-borders-and-header {
Expand All @@ -2228,7 +2228,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}

.desklet-with-borders-and-header:highlight {
background-color: rgba(224, 108, 117, 0.5);
background-color: rgba(225, 115, 115, 0.5);
}

.desklet-header {
Expand Down
42 changes: 21 additions & 21 deletions src/cinnamon/cinnamon-cyan.css
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ stage {

#menu-search-entry StIcon.capslock-warning, .menu #notification StEntry StIcon.capslock-warning, .popup-menu #notification StEntry StIcon.capslock-warning {
icon-size: 16px;
warning-color: #D19A66;
warning-color: #CE9C3D;
padding: 0 4px;
}

Expand Down Expand Up @@ -468,7 +468,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {

#panel:highlight {
border-image: none;
background-color: rgba(224, 108, 117, 0.5);
background-color: rgba(225, 115, 115, 0.5);
}

#panelLeft {
Expand Down Expand Up @@ -562,11 +562,11 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}

.panel-dummy {
background-color: rgba(224, 108, 117, 0.5);
background-color: rgba(225, 115, 115, 0.5);
}

.panel-dummy:entered {
background-color: rgba(224, 108, 117, 0.6);
background-color: rgba(225, 115, 115, 0.6);
}

.panel-status-button {
Expand Down Expand Up @@ -1091,13 +1091,13 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}

.run-dialog-error-label {
color: #E06C75;
color: #E17373;
}

.run-dialog-error-box {
padding-top: 15px;
spacing: 5px;
color: #E06C75;
color: #E17373;
}

.run-dialog-completion-box {
Expand Down Expand Up @@ -1141,7 +1141,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}

.mount-password-reask {
color: #D19A66;
color: #CE9C3D;
}

.show-processes-dialog,
Expand Down Expand Up @@ -1492,7 +1492,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}

.window-list-box:highlight {
background-color: rgba(224, 108, 117, 0.5);
background-color: rgba(225, 115, 115, 0.5);
}

.window-list-item-label {
Expand Down Expand Up @@ -1638,15 +1638,15 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {

.window-list-item-box .progress {
background-gradient-direction: vertical;
background-gradient-start: #BE5046;
background-gradient-end: #BE5046;
background-gradient-start: #3A8B84;
background-gradient-end: #3A8B84;
border-radius: 2px;
box-shadow: none;
}

.window-list-item-demands-attention {
background-gradient-start: #D19A66;
background-gradient-end: #D19A66;
background-gradient-start: #CE9C3D;
background-gradient-end: #CE9C3D;
}

.window-list-preview {
Expand All @@ -1663,7 +1663,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}

.grouped-window-list-thumbnail-alert {
background-color: rgba(224, 108, 117, 0.5);
background-color: rgba(225, 115, 115, 0.5);
}

.grouped-window-list-thumbnail-menu .item-box {
Expand Down Expand Up @@ -1823,15 +1823,15 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {

.grouped-window-list-item-box .progress {
background-gradient-direction: vertical;
background-gradient-start: #BE5046;
background-gradient-end: #BE5046;
background-gradient-start: #3A8B84;
background-gradient-end: #3A8B84;
border-radius: 2px;
box-shadow: none;
}

.grouped-window-list-item-demands-attention {
background-gradient-start: #D19A66;
background-gradient-end: #D19A66;
background-gradient-start: #CE9C3D;
background-gradient-end: #CE9C3D;
}

.sound-button {
Expand Down Expand Up @@ -2160,7 +2160,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.applet-box:highlight {
background-image: none;
border-image: none;
background-color: rgba(224, 108, 117, 0.5);
background-color: rgba(225, 115, 115, 0.5);
}

.applet-label {
Expand Down Expand Up @@ -2203,7 +2203,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}

.desklet:highlight {
background-color: rgba(224, 108, 117, 0.5);
background-color: rgba(225, 115, 115, 0.5);
}

.desklet-with-borders {
Expand All @@ -2214,7 +2214,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}

.desklet-with-borders:highlight {
background-color: rgba(224, 108, 117, 0.5);
background-color: rgba(225, 115, 115, 0.5);
}

.desklet-with-borders-and-header {
Expand All @@ -2228,7 +2228,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}

.desklet-with-borders-and-header:highlight {
background-color: rgba(224, 108, 117, 0.5);
background-color: rgba(225, 115, 115, 0.5);
}

.desklet-header {
Expand Down
Loading