fix restore conkycolors

This commit is contained in:
2026-02-23 22:17:58 +01:00
parent 96c3e07426
commit 608b73cd13

View File

@@ -417,7 +417,7 @@ resetcolorsall () {
stippled_borders_all 0
default_color_all '#d3d4bf'
color0_all '#accdc7'
color1_all '#61c4bc'
color1_all '#309552'
color2_all '#E8CB2D'
color3_all '#2bb0a5'
fix_transparent_conkies
@@ -427,7 +427,7 @@ resetcolorsone () {
win_bgcolor '#142c2c' "${1}"
default_color '#d3d4bf' "${1}"
color0 '#accdc7' "${1}"
color1 '#61c4bc' "${1}"
color1 '#309552' "${1}"
color2 '#E8CB2D' "${1}"
color3 '#2bb0a5' "${1}"
}