Поменял цвета у иконок на панели с черного на темно-синий

В cinnamon.css поменял значения color для стилей applet-box, applet-box:hover, applet-icon
This commit is contained in:
2026-01-26 16:13:37 +03:00
parent 2bcd1ed337
commit 9c0a9b23fa

View File

@@ -322,7 +322,7 @@ StScrollBar {
/* sets the width of vertical panels */ /* sets the width of vertical panels */
width: 32px; width: 32px;
/* Set the symbolic foreground color for icons, and importantly, the system tray applet icons */ /* Set the symbolic foreground color for icons, and importantly, the system tray applet icons */
color: #303030; } color: #729fcf; }
#panelLeft { #panelLeft {
spacing: 4px; } spacing: 4px; }
#panelLeft:dnd { #panelLeft:dnd {
@@ -1470,14 +1470,14 @@ StScrollBar {
.applet-box { .applet-box {
padding: 0 5px; padding: 0 5px;
spacing: 5px; spacing: 5px;
color: #303030; color: #001c80;
text-shadow: none; text-shadow: none;
transition-duration: 100; transition-duration: 100;
text-align: center; } text-align: center; }
.applet-box.vertical { .applet-box.vertical {
padding: 5px 0; } padding: 5px 0; }
.applet-box:hover, .applet-box:checked { .applet-box:hover, .applet-box:checked {
color: #303030; color: #001c80;
background-color: #d3d3d7; } background-color: #d3d3d7; }
.applet-box:highlight { .applet-box:highlight {
background-image: none; background-image: none;
@@ -1492,7 +1492,7 @@ StScrollBar {
text-shadow: none; } text-shadow: none; }
.applet-icon { .applet-icon {
color: #303030; color: #001c80;
icon-size: 22px; } icon-size: 22px; }
.applet-icon:hover, .applet-icon:checked, .applet-box:hover > .applet-icon, .applet-box:checked > .applet-icon { .applet-icon:hover, .applet-icon:checked, .applet-box:hover > .applet-icon, .applet-box:checked > .applet-icon {
color: #303030; color: #303030;