Closed cskeeters closed 5 months ago
Opening a new sheet and issuing the following commands results in a dark blue fg and bg. Once the app is restarted, default colors are used for the cell. I expected the cell to use the defaulting coloring when defaults are set.
<test :cellcolor "fg=WHITE bg=CYAN" :cellcolor "fg=DEFAULT bg=DEFAULT"
Is there another way to restore the defaults that works without restarting sc-im?
Ah, I see. It should be NONE_COLOR (or DEFAULT_COLOR)
:cellcolor "fg=NONE_COLOR bg=NON_COLOR"
Opening a new sheet and issuing the following commands results in a dark blue fg and bg. Once the app is restarted, default colors are used for the cell. I expected the cell to use the defaulting coloring when defaults are set.
Is there another way to restore the defaults that works without restarting sc-im?