Files
Yaru-cinnamon/cinnamon/blue.patch

383 lines
13 KiB
Diff

--- cinnamon.css.bak 2024-12-12 11:08:20.846707391 +0300
+++ cinnamon.css 2024-12-18 11:11:00.996273630 +0300
@@ -17,7 +17,7 @@
.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: #3D3D3D;
background-color: white;
- border: 1px solid #dd682a;
+ border: 1px solid #201cfc;
box-shadow: inset 0 2px 4px rgba(255, 255, 255, 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: #3D3D3D;
@@ -27,13 +27,13 @@
.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: #3D3D3D;
background-color: white;
- border: 1px solid #dd682a;
+ border: 1px solid #201cfc;
box-shadow: inset 0 2px 4px rgba(255, 255, 255, 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: #dd682a;
- border: 1px solid #dd682a;
- box-shadow: inset 0 2px 4px #dd682a; }
+ background-color: #201cfc;
+ border: 1px solid #201cfc;
+ box-shadow: inset 0 2px 4px #201cfc; }
.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: #9c9c9c;
border: 1px solid rgba(199, 199, 199, 0.55);
@@ -43,7 +43,7 @@
#menu-search-entry, .popup-menu #notification StEntry {
padding: 7px;
caret-size: 1px;
- selection-background-color: #dd682a;
+ selection-background-color: #201cfc;
selected-color: #FFFFFF;
transition-duration: 300ms;
border-radius: 3px;
@@ -54,7 +54,7 @@
#menu-search-entry:focus, .popup-menu #notification StEntry:focus, #menu-search-entry:hover, .popup-menu #notification StEntry:hover {
color: #3D3D3D;
background-color: #ffffff;
- border: 1px solid #dd682a;
+ border: 1px solid #201cfc;
box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.05); }
#menu-search-entry:insensitive, .popup-menu #notification StEntry:insensitive {
color: #9c9c9c;
@@ -70,7 +70,7 @@
padding: 7px;
caret-size: 1px;
caret-color: #eeeeec;
- selection-background-color: #dd682a;
+ selection-background-color: #201cfc;
selected-color: #FFFFFF;
transition-duration: 300ms;
border-radius: 3px;
@@ -80,8 +80,8 @@
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
.notification StEntry:focus {
color: #FFFFFF;
- background-color: #dd682a;
- border: 1px solid #dd682a;
+ background-color: #201cfc;
+ border: 1px solid #201cfc;
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
.notification StEntry:insensitive {
color: rgba(238, 238, 236, 0.55);
@@ -111,7 +111,7 @@
StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover {
background-color: #c1c1c1; }
StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
- background-color: #dd682a; }
+ background-color: #201cfc; }
.separator {
-gradient-height: 1px;
@@ -125,14 +125,14 @@
height: 50px;
border-radius: 25px;
background-color: rgba(221, 104, 42, 0.3);
- box-shadow: 0 0 2px 2px #dd682a; }
+ box-shadow: 0 0 2px 2px #201cfc; }
.popup-slider-menu-item,
.slider {
-slider-height: 0.3em;
-slider-background-color: #cfd6e6;
-slider-border-color: rgba(250, 250, 250, 0.3);
- -slider-active-background-color: #dd682a;
+ -slider-active-background-color: #201cfc;
-slider-active-border-color: rgba(250, 250, 250, 0.3);
-slider-border-width: 1px;
-slider-handle-radius: 0.5em;
@@ -201,13 +201,13 @@
color: #b7521d;
text-decoration: underline; }
.cinnamon-link:hover {
- color: #dd682a; }
+ color: #201cfc; }
#Tooltip {
border: none;
border-radius: 5px;
padding: 12px 12px;
- background-color: rgba(210, 99, 40, 0.95);
+ background-color: rgba(32, 28, 252, 0.95);
color: #FFFFFF;
font-size: 1em;
font-weight: normal;
@@ -509,16 +509,16 @@
padding: 5px 8px;
-cinnamon-caption-spacing: 8px; }
.window-caption:focus {
- background-color: #dd682a;
+ background-color: #201cfc;
color: #FFFFFF;
- border: 1px solid #dd682a; }
+ border: 1px solid #201cfc; }
.window-border {
- border: 3px #dd682a;
+ border: 3px #201cfc;
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 #dd682a inset; }
+ box-shadow: 0 0 0 1px #201cfc inset; }
.overview-empty-placeholder {
color: #ffffff;
@@ -537,20 +537,20 @@
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 #dd682a;
- background-color: #dd682a;
+ border: 1px solid #201cfc;
+ background-color: #201cfc;
color: #FFFFFF;
font-style: italic;
transition-duration: 300;
selection-background-color: #FFFFFF;
- selected-color: #dd682a; }
+ selected-color: #201cfc; }
.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 #dd682a;
+ border: 4px solid #201cfc;
background-color: black;
border-radius: 2px; }
@@ -621,7 +621,7 @@
margin: 6px 0 6px 0;
padding: 6px; }
.calendar-events-no-events-button:hover {
- background-color: #dd682a; }
+ background-color: #201cfc; }
.calendar-events-no-events-button:hover .calendar-events-no-events-icon,
.calendar-events-no-events-button:hover .calendar-events-no-events-label {
color: #FFFFFF; }
@@ -654,7 +654,7 @@
text-align: left;
margin-bottom: .2em; }
.calendar-event-button .calendar-event-time-present:all-day {
- color: #dd682a; }
+ color: #201cfc; }
.calendar-event-button .calendar-event-time-future {
color: #3D3D3D;
font-weight: bold;
@@ -675,9 +675,9 @@
color: #f99b11; }
.calendar-event-button .calendar-event-countdown:current {
font-weight: bold;
- color: #dd682a; }
+ color: #201cfc; }
.calendar-event-button:hover {
- background-color: #dd682a;
+ background-color: #201cfc;
border: 1px solid #c7c7c7; }
.calendar-event-button:hover .calendar-event-time-past,
.calendar-event-button:hover .calendar-event-time-present,
@@ -717,7 +717,7 @@
.calendar-today-home-button-enabled {
padding: 6px; }
.calendar-today-home-button-enabled:hover {
- background-color: #dd682a; }
+ background-color: #201cfc; }
.calendar-today-home-button-enabled:hover .calendar-today-day-label {
color: #FFFFFF; }
.calendar-today-home-button-enabled:hover .calendar-today-date-label {
@@ -778,7 +778,7 @@
.calendar-day-base:hover {
font-weight: bold;
color: #FFFFFF;
- background-color: #dd682a; }
+ background-color: #201cfc; }
.calendar-day-heading {
color: rgba(61, 61, 61, 0.85);
@@ -831,7 +831,7 @@
#notification {
box-shadow: 0 1px 15px 4px #c7c7c7;
- border-top-color: #dd682a;
+ border-top-color: #201cfc;
border-top: 4px;
border-radius: 5px;
background-color: #fafafa;
@@ -891,11 +891,11 @@
border-radius: 2px; }
.switcher-list .item-box:outlined {
padding: 8px;
- border: 1px solid #dd682a; }
+ border: 1px solid #201cfc; }
.switcher-list .item-box:selected {
color: #FFFFFF;
- background-color: #dd682a;
- border: 0px solid #dd682a; }
+ background-color: #201cfc;
+ border: 0px solid #201cfc; }
.switcher-list .thumbnail {
width: 256px; }
.switcher-list .thumbnail-box {
@@ -993,7 +993,7 @@
border-radius: 3px;
caret-color: #eeeeec;
selected-color: #FFFFFF;
- selection-background-color: #dd682a;
+ selection-background-color: #201cfc;
color: #eeeeec;
background-color: rgba(85, 85, 85, 0.375);
border: 1px solid rgba(0, 0, 0, 0.375);
@@ -1001,7 +1001,7 @@
.run-dialog-entry:focus {
color: #3D3D3D;
background-color: #ffffff;
- border: 1px solid #dd682a;
+ border: 1px solid #201cfc;
box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.05); }
.run-dialog .modal-dialog-button-box {
border: none;
@@ -1092,8 +1092,8 @@
background-color: rgba(103, 103, 103, 0.475); }
.keyboard-key:active, .keyboard-key:checked {
color: #FFFFFF;
- border: 1px solid #dd682a;
- background-color: #dd682a; }
+ border: 1px solid #201cfc;
+ background-color: #201cfc; }
.keyboard-key:grayed {
color: #868685;
border: 1px solid rgba(0, 0, 0, 0.375);
@@ -1240,7 +1240,7 @@
border-radius: 2px; }
.osd-window .level-bar {
border-radius: 2px;
- background-color: #dd682a; }
+ background-color: #201cfc; }
.window-list-box {
spacing: 6px;
@@ -1289,7 +1289,7 @@
background-color: rgba(61, 61, 61, 0.2); }
.window-list-item-box:active, .window-list-item-box:checked, .window-list-item-box:focus, .window-list-item-box:running {
color: #3D3D3D;
- border-color: #dd682a;
+ border-color: #201cfc;
background-color: rgba(61, 61, 61, 0.2); }
.window-list-item-box .progress {
background-color: rgba(221, 104, 42, 0.8); }
@@ -1343,7 +1343,7 @@
background-color: rgba(61, 61, 61, 0.3); }
.grouped-window-list-item-box:active, .grouped-window-list-item-box:checked {
color: #3D3D3D;
- border-color: #dd682a; }
+ border-color: #201cfc; }
.grouped-window-list-item-box .progress {
background-color: rgba(221, 104, 42, 0.8); }
@@ -1362,7 +1362,7 @@
.grouped-window-list-badge {
border-radius: 9999px;
- background-color: #dd682a;
+ background-color: #201cfc;
margin: 0; }
.grouped-window-list-button-label {
@@ -1385,9 +1385,9 @@
spacing: 4px; }
.grouped-window-list-thumbnail-menu .item-box:outlined {
padding: 8px;
- border: 1px solid #dd682a; }
+ border: 1px solid #201cfc; }
.grouped-window-list-thumbnail-menu .item-box:selected {
- border: 1px solid #dd682a; }
+ border: 1px solid #201cfc; }
.grouped-window-list-thumbnail-menu .thumbnail {
width: 256px; }
.grouped-window-list-thumbnail-menu .separator {
@@ -1457,9 +1457,9 @@
box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.05); }
.sound-player > StBoxLayout:first-child StButton:small:active {
color: #FFFFFF;
- background-color: #dd682a;
- border: 1px solid #dd682a;
- box-shadow: inset 0 2px 4px #dd682a; }
+ background-color: #201cfc;
+ border: 1px solid #201cfc;
+ box-shadow: inset 0 2px 4px #201cfc; }
.sound-player-generic-coverart {
background: rgba(0, 0, 0, 0.2); }
@@ -1488,9 +1488,9 @@
box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.05); }
.sound-player-overlay StButton:active {
color: #FFFFFF;
- background-color: #dd682a;
- border: 1px solid #dd682a;
- box-shadow: inset 0 2px 4px #dd682a; }
+ background-color: #201cfc;
+ border: 1px solid #201cfc;
+ box-shadow: inset 0 2px 4px #201cfc; }
.sound-player-overlay StBoxLayout {
padding-top: 2px; }
.sound-player-overlay > StBoxLayout {
@@ -1503,7 +1503,7 @@
-slider-height: 0.5em;
-slider-background-color: #cfd6e6;
-slider-border-color: rgba(0, 0, 0, 0);
- -slider-active-background-color: #dd682a;
+ -slider-active-background-color: #201cfc;
-slider-active-border-color: rgba(0, 0, 0, 0);
-slider-border-width: 0px;
-slider-handle-radius: 0px; }
@@ -1535,7 +1535,7 @@
padding-top: 3px;
padding-bottom: 3px; }
.workspace-button:outlined {
- background-color: #dd682a;
+ background-color: #201cfc;
color: #FFFFFF; }
.workspace-button:outlined:hover {
background-color: rgba(221, 104, 42, 0.7);
@@ -1554,7 +1554,7 @@
background-color: rgba(0, 0, 0, 0.2); }
.workspace-graph .workspace:active {
- border: 1px solid #dd682a; }
+ border: 1px solid #201cfc; }
.workspace-graph .workspace .windows {
-active-window-background: white;
@@ -1698,7 +1698,7 @@
padding: 12px;
padding-bottom: 6px; }
.desklet-drag-placeholder {
- border: 2px solid #dd682a;
+ border: 2px solid #201cfc;
background-color: rgba(221, 104, 42, 0.3); }
.photoframe-box {
@@ -1717,13 +1717,13 @@
.tile-preview {
background-color: rgba(221, 104, 42, 0.3);
- border: 1px solid #dd682a; }
+ border: 1px solid #201cfc; }
.tile-preview.snap {
background-color: rgba(221, 104, 42, 0.6); }
.tile-hud {
background-color: rgba(221, 104, 42, 0.3);
- border: 1px solid #dd682a; }
+ border: 1px solid #201cfc; }
.tile-hud.snap {
background-color: rgba(221, 104, 42, 0.6); }
.tile-hud:top {