Fix Dark's shade color

Signed-off-by: Dominic Hayes - Feren OS Dev <ferenosdev@outlook.com>
This commit is contained in:
Dominic Hayes - Feren OS Dev 2023-03-27 22:23:49 +01:00 committed by GitHub
parent 2ae175661c
commit d8b0ef7b74
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,7 +32,7 @@
"dialog_fg_color": "#fcfcfc", "dialog_fg_color": "#fcfcfc",
"popover_bg_color": "#1b1e20", "popover_bg_color": "#1b1e20",
"popover_fg_color": "#fcfcfc", "popover_fg_color": "#fcfcfc",
"shade_color": "rgba(255, 255, 255, 0.09)", "shade_color": "rgba(0, 0, 0, 0.36)",
"scrollbar_outline_color": "rgba(0, 0, 0, 0.5)" "scrollbar_outline_color": "rgba(0, 0, 0, 0.5)"
}, },
"palette": { "palette": {
@ -105,4 +105,4 @@
"gtk3": "" "gtk3": ""
}, },
"plugins": {} "plugins": {}
} }