diff --git a/cinnamon/cinnamon.css b/cinnamon/cinnamon.css index 95b774c..2230fef 100644 --- a/cinnamon/cinnamon.css +++ b/cinnamon/cinnamon.css @@ -124,7 +124,7 @@ StScrollBar { width: 50px; height: 50px; border-radius: 25px; - background-color: rgba(221, 104, 42, 0.3); + background-color: rgba(32, 28, 252, 0.3); box-shadow: 0 0 2px 2px #201cfc; } .popup-slider-menu-item, @@ -802,7 +802,7 @@ StScrollBar { .calendar-today { color: #3D3D3D; - background-color: rgba(221, 104, 42, 0.4); + background-color: rgba(32, 28, 252, 0.4); border-width: 0; } .calendar-today:selected { font-weight: bold; } @@ -1292,7 +1292,7 @@ StScrollBar { border-color: #201cfc; background-color: rgba(61, 61, 61, 0.2); } .window-list-item-box .progress { - background-color: rgba(221, 104, 42, 0.8); } + background-color: rgba(32, 28, 252, 0.8); } .window-list-item-demands-attention { background-gradient-direction: vertical; @@ -1345,7 +1345,7 @@ StScrollBar { color: #3D3D3D; border-color: #201cfc; } .grouped-window-list-item-box .progress { - background-color: rgba(221, 104, 42, 0.8); } + background-color: rgba(32, 28, 252, 0.8); } .grouped-window-list-item-demands-attention { background-gradient-direction: vertical; @@ -1538,7 +1538,7 @@ StScrollBar { background-color: #201cfc; color: #FFFFFF; } .workspace-button:outlined:hover { - background-color: rgba(221, 104, 42, 0.7); + background-color: rgba(32, 28, 252, 0.7); color: #FFFFFF; } .workspace-button:hover { background-color: rgba(61, 61, 61, 0.2); @@ -1699,7 +1699,7 @@ StScrollBar { padding-bottom: 6px; } .desklet-drag-placeholder { border: 2px solid #201cfc; - background-color: rgba(221, 104, 42, 0.3); } + background-color: rgba(32, 28, 252, 0.3); } .photoframe-box { border: 1px solid #c7c7c7; @@ -1716,16 +1716,16 @@ StScrollBar { max-height: 100px; } .tile-preview { - background-color: rgba(221, 104, 42, 0.3); + background-color: rgba(32, 28, 252, 0.3); border: 1px solid #201cfc; } .tile-preview.snap { - background-color: rgba(221, 104, 42, 0.6); } + background-color: rgba(32, 28, 252, 0.6); } .tile-hud { - background-color: rgba(221, 104, 42, 0.3); + background-color: rgba(32, 28, 252, 0.3); border: 1px solid #201cfc; } .tile-hud.snap { - background-color: rgba(221, 104, 42, 0.6); } + background-color: rgba(32, 28, 252, 0.6); } .tile-hud:top { border-top-width: 0px; } .tile-hud:bottom {