mirror of
https://github.com/imarkoff/Marble-shell-theme.git
synced 2025-10-01 05:44:41 -07:00
Fixed screen flickering in panel, overview
Caused in e3de2b2
by adding transparency effect
This commit is contained in:
15
colors.json
15
colors.json
@@ -208,6 +208,21 @@
|
||||
"a" : 0.95
|
||||
}
|
||||
},
|
||||
"BACKGROUND-OPAQUE-COLOR" : {
|
||||
"_comment" : "Background color panel and overview (fix flickering)",
|
||||
|
||||
"light" : {
|
||||
"s" : 64,
|
||||
"l" : 97,
|
||||
"a" : 1
|
||||
},
|
||||
|
||||
"dark" : {
|
||||
"s" : 7,
|
||||
"l" : 8,
|
||||
"a" : 1
|
||||
}
|
||||
},
|
||||
|
||||
"DASH-COLOR" : {
|
||||
"_comment" : "Special background color for dash",
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
#overviewGroup, /* overview background */
|
||||
.workspace-animation { /* spacing between worspaces (ctrl+alt+arr_left/right / 3 fingers gesture) */
|
||||
background-color: BACKGROUND-COLOR;
|
||||
background-color: BACKGROUND-OPAQUE-COLOR;
|
||||
}
|
||||
|
||||
/* workspaces */
|
||||
|
@@ -1,7 +1,7 @@
|
||||
/* Panel */
|
||||
|
||||
#panel {
|
||||
background-color: BACKGROUND-COLOR;
|
||||
background-color: BACKGROUND-OPAQUE-COLOR;
|
||||
height: 36px;
|
||||
font-size: 14px;
|
||||
box-shadow: none;
|
||||
|
Reference in New Issue
Block a user