fix: cream background on every style, warm highlight on cursor row

Every Lip Gloss style now has Background(ScreenBg) so ANSI sequences
carry the cream color inherently. Previously only PadLine added bg
to padding spaces, but inner escape codes reset the background.

All spacing between styled segments uses bg()/wbg() helpers.
Cursor row elements use Background(Warm) for highlight.
This commit is contained in:
noah
2026-03-09 23:18:27 +01:00
parent 0e125e7b1a
commit 4d5e73cfd1
3 changed files with 166 additions and 62 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ import (
const (
// CurrentVersion is the embedded build version. Updated at release time.
CurrentVersion = "0.1.1"
CurrentVersion = "0.1.2"
repoOwner = "noauf"
repoName = "Transmute"