mirror of
https://github.com/imarkoff/Marble-shell-theme.git
synced 2025-11-25 06:56:02 -08:00
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:
@@ -123,8 +123,8 @@
|
||||
|
||||
"accent_hover" : {
|
||||
"replace" : "ACCENT_HOVER",
|
||||
"s" : 79,
|
||||
"l" : 78,
|
||||
"s" : 70,
|
||||
"l" : 70,
|
||||
"a" : 1
|
||||
},
|
||||
|
||||
|
||||
@@ -60,6 +60,7 @@
|
||||
background-color: ACCENT-DIS_HOVER;
|
||||
}
|
||||
|
||||
|
||||
/* clock fix */
|
||||
.clock-display{
|
||||
background-color: transparent !important;
|
||||
@@ -70,12 +71,14 @@
|
||||
margin: 0 !important;
|
||||
}
|
||||
|
||||
|
||||
/* Activities Ripple */
|
||||
.ripple-box {
|
||||
background-color: ACCENT-OPACITY-COLOR;
|
||||
box-shadow: 0 0 2px 2px ACCENT-OPACITY-COLOR;
|
||||
}
|
||||
|
||||
|
||||
/* POPOVERS */
|
||||
.popup-menu-content {
|
||||
padding: 16px;
|
||||
@@ -128,6 +131,7 @@
|
||||
|
||||
.calendar .calendar-nonwork-day { color: TEXT-PRIMARY-COLOR; }
|
||||
|
||||
|
||||
/* calendar */
|
||||
#calendarArea{ padding: 0; }
|
||||
|
||||
@@ -139,6 +143,7 @@
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
|
||||
/* calendar-days */
|
||||
.calendar-day-base{
|
||||
color: TEXT-PRIMARY-COLOR;
|
||||
@@ -196,6 +201,7 @@
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
|
||||
/* events */
|
||||
.calendar{
|
||||
border-radius: 11px;
|
||||
@@ -230,6 +236,7 @@
|
||||
|
||||
.weather-button .weather-forecast-time { color: TEXT-SECONDARY-COLOR; }
|
||||
|
||||
|
||||
/* message-list */
|
||||
.message-list{
|
||||
border: none;
|
||||
@@ -265,8 +272,6 @@
|
||||
box-shadow: inset 0 0 0 1px BORDER-SHADOW;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.message-media-control:active{
|
||||
background-color: ACCENT-COLOR;
|
||||
color: #0000;
|
||||
@@ -362,6 +367,7 @@
|
||||
color: TEXT-PRIMARY-COLOR;
|
||||
}
|
||||
|
||||
|
||||
/* quick-settings */
|
||||
.icon-button{ box-shadow: inset 0 0 0 1px BORDER-SHADOW; }
|
||||
.quick-settings{
|
||||
@@ -422,6 +428,7 @@
|
||||
-slider-handle-radius: 7px;
|
||||
}
|
||||
|
||||
|
||||
/* overview-ws-thumbnail */
|
||||
.workspace-thumbnail {
|
||||
border: none;
|
||||
@@ -445,6 +452,7 @@
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
|
||||
/* overview */
|
||||
.controls-manager, .workspace-animation {
|
||||
background-color: BACKGROUND-COLOR;
|
||||
@@ -478,6 +486,7 @@
|
||||
padding: 4px 8px;
|
||||
}
|
||||
|
||||
|
||||
/* APP-GRID */
|
||||
.app-well-app .overview-icon {
|
||||
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;
|
||||
}
|
||||
|
||||
.app-well-app.app-folder .overview-icon {
|
||||
background-color: ACCENT-DIS_HOVER;
|
||||
}
|
||||
|
||||
|
||||
/* folder dialog */
|
||||
.app-folder-dialog {
|
||||
background-color: BACKGROUND-COLOR;
|
||||
@@ -548,6 +562,7 @@
|
||||
box-shadow: inset 0 0 0 1px BORDER-SHADOW;
|
||||
}
|
||||
|
||||
|
||||
/* Dash */
|
||||
#dash .dash-background {
|
||||
background-color: BACKGROUND-COLOR;
|
||||
@@ -591,10 +606,15 @@
|
||||
|
||||
#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 {
|
||||
color: SHOW-APPS-ICON-COLOR;
|
||||
}
|
||||
|
||||
|
||||
/* Search */
|
||||
StEntry{
|
||||
border-radius: 12px;
|
||||
@@ -645,6 +665,7 @@ StEntry:focus {
|
||||
color: TEXT-PRIMARY-COLOR;
|
||||
}
|
||||
|
||||
|
||||
/* OSD */
|
||||
.modal-dialog{
|
||||
border-radius: 16px;
|
||||
@@ -790,6 +811,7 @@ stage {
|
||||
color: TEXT-PRIMARY-COLOR;
|
||||
}
|
||||
|
||||
|
||||
/* screenshot ui */
|
||||
.screenshot-ui-panel {
|
||||
border-radius: 22px;
|
||||
@@ -891,6 +913,7 @@ stage {
|
||||
-y-offset: 24px;
|
||||
}
|
||||
|
||||
|
||||
/* Tiled window previews */
|
||||
.tile-preview {
|
||||
background-color: ACCENT-OPACITY-COLOR;
|
||||
|
||||
Reference in New Issue
Block a user