Changed folders' background color.

Changed light theme ACCENT_HOVER color.
Added Dash separator color (using box-shadow because of DashToDock).
This commit is contained in:
imarkoff
2023-01-26 11:58:12 +02:00
parent 4a2f054a3e
commit 136d851ae8
2 changed files with 27 additions and 4 deletions

View File

@@ -123,8 +123,8 @@
"accent_hover" : { "accent_hover" : {
"replace" : "ACCENT_HOVER", "replace" : "ACCENT_HOVER",
"s" : 79, "s" : 70,
"l" : 78, "l" : 70,
"a" : 1 "a" : 1
}, },

View File

@@ -60,6 +60,7 @@
background-color: ACCENT-DIS_HOVER; background-color: ACCENT-DIS_HOVER;
} }
/* clock fix */ /* clock fix */
.clock-display{ .clock-display{
background-color: transparent !important; background-color: transparent !important;
@@ -70,12 +71,14 @@
margin: 0 !important; margin: 0 !important;
} }
/* Activities Ripple */ /* Activities Ripple */
.ripple-box { .ripple-box {
background-color: ACCENT-OPACITY-COLOR; background-color: ACCENT-OPACITY-COLOR;
box-shadow: 0 0 2px 2px ACCENT-OPACITY-COLOR; box-shadow: 0 0 2px 2px ACCENT-OPACITY-COLOR;
} }
/* POPOVERS */ /* POPOVERS */
.popup-menu-content { .popup-menu-content {
padding: 16px; padding: 16px;
@@ -128,6 +131,7 @@
.calendar .calendar-nonwork-day { color: TEXT-PRIMARY-COLOR; } .calendar .calendar-nonwork-day { color: TEXT-PRIMARY-COLOR; }
/* calendar */ /* calendar */
#calendarArea{ padding: 0; } #calendarArea{ padding: 0; }
@@ -139,6 +143,7 @@
border-radius: 10px; border-radius: 10px;
} }
/* calendar-days */ /* calendar-days */
.calendar-day-base{ .calendar-day-base{
color: TEXT-PRIMARY-COLOR; color: TEXT-PRIMARY-COLOR;
@@ -196,6 +201,7 @@
font-weight: 700; font-weight: 700;
} }
/* events */ /* events */
.calendar{ .calendar{
border-radius: 11px; border-radius: 11px;
@@ -230,6 +236,7 @@
.weather-button .weather-forecast-time { color: TEXT-SECONDARY-COLOR; } .weather-button .weather-forecast-time { color: TEXT-SECONDARY-COLOR; }
/* message-list */ /* message-list */
.message-list{ .message-list{
border: none; border: none;
@@ -265,8 +272,6 @@
box-shadow: inset 0 0 0 1px BORDER-SHADOW; box-shadow: inset 0 0 0 1px BORDER-SHADOW;
} }
.message-media-control:active{ .message-media-control:active{
background-color: ACCENT-COLOR; background-color: ACCENT-COLOR;
color: #0000; color: #0000;
@@ -362,6 +367,7 @@
color: TEXT-PRIMARY-COLOR; color: TEXT-PRIMARY-COLOR;
} }
/* quick-settings */ /* quick-settings */
.icon-button{ box-shadow: inset 0 0 0 1px BORDER-SHADOW; } .icon-button{ box-shadow: inset 0 0 0 1px BORDER-SHADOW; }
.quick-settings{ .quick-settings{
@@ -422,6 +428,7 @@
-slider-handle-radius: 7px; -slider-handle-radius: 7px;
} }
/* overview-ws-thumbnail */ /* overview-ws-thumbnail */
.workspace-thumbnail { .workspace-thumbnail {
border: none; border: none;
@@ -445,6 +452,7 @@
border-radius: 0px; border-radius: 0px;
} }
/* overview */ /* overview */
.controls-manager, .workspace-animation { .controls-manager, .workspace-animation {
background-color: BACKGROUND-COLOR; background-color: BACKGROUND-COLOR;
@@ -478,6 +486,7 @@
padding: 4px 8px; padding: 4px 8px;
} }
/* APP-GRID */ /* APP-GRID */
.app-well-app .overview-icon { .app-well-app .overview-icon {
box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 0); /* fix default dash focused box-shadow*/ box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 0); /* fix default dash focused box-shadow*/
@@ -494,6 +503,11 @@
background-color: ACCENT-DISABLED; background-color: ACCENT-DISABLED;
} }
.app-well-app.app-folder .overview-icon {
background-color: ACCENT-DIS_HOVER;
}
/* folder dialog */ /* folder dialog */
.app-folder-dialog { .app-folder-dialog {
background-color: BACKGROUND-COLOR; background-color: BACKGROUND-COLOR;
@@ -548,6 +562,7 @@
box-shadow: inset 0 0 0 1px BORDER-SHADOW; box-shadow: inset 0 0 0 1px BORDER-SHADOW;
} }
/* Dash */ /* Dash */
#dash .dash-background { #dash .dash-background {
background-color: BACKGROUND-COLOR; background-color: BACKGROUND-COLOR;
@@ -591,10 +606,15 @@
#dashtodockContainer .app-well-app.focused .app-well-app-running-dot { width: 20px; } #dashtodockContainer .app-well-app.focused .app-well-app-running-dot { width: 20px; }
.dash-separator {
box-shadow: 0 0 0 0.25px TEXT-DISABLED-COLOR;
}
.show-apps .overview-icon { .show-apps .overview-icon {
color: SHOW-APPS-ICON-COLOR; color: SHOW-APPS-ICON-COLOR;
} }
/* Search */ /* Search */
StEntry{ StEntry{
border-radius: 12px; border-radius: 12px;
@@ -645,6 +665,7 @@ StEntry:focus {
color: TEXT-PRIMARY-COLOR; color: TEXT-PRIMARY-COLOR;
} }
/* OSD */ /* OSD */
.modal-dialog{ .modal-dialog{
border-radius: 16px; border-radius: 16px;
@@ -790,6 +811,7 @@ stage {
color: TEXT-PRIMARY-COLOR; color: TEXT-PRIMARY-COLOR;
} }
/* screenshot ui */ /* screenshot ui */
.screenshot-ui-panel { .screenshot-ui-panel {
border-radius: 22px; border-radius: 22px;
@@ -891,6 +913,7 @@ stage {
-y-offset: 24px; -y-offset: 24px;
} }
/* Tiled window previews */ /* Tiled window previews */
.tile-preview { .tile-preview {
background-color: ACCENT-OPACITY-COLOR; background-color: ACCENT-OPACITY-COLOR;