Fixed screen flickering in panel, overview

Caused in e3de2b2 by adding transparency effect
This commit is contained in:
Vladyslav Hroshev
2023-07-22 22:07:02 +03:00
parent b0431345b9
commit 1a20157732
3 changed files with 17 additions and 2 deletions

View File

@@ -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",

View File

@@ -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 */

View File

@@ -1,7 +1,7 @@
/* Panel */
#panel {
background-color: BACKGROUND-COLOR;
background-color: BACKGROUND-OPAQUE-COLOR;
height: 36px;
font-size: 14px;
box-shadow: none;