diff --git a/else/thought.txt b/else/thought.txt index e251c09..f69356a 100644 --- a/else/thought.txt +++ b/else/thought.txt @@ -59,3 +59,4 @@ check chatGPT verify mask? Difficult color setting of vi for symbols (now is black can't see in black background) restart for faulse AI model? //escapt %v out of %!s(MISSING): on webpage Done +// add Falcon Done diff --git a/ryy/styles.go b/ryy/styles.go index 955e31a..dd76d93 100644 --- a/ryy/styles.go +++ b/ryy/styles.go @@ -34,7 +34,8 @@ func style(name string) tcell.Style { } if name == "special" { return tcell.StyleDefault. - Foreground(tcell.Color(0)) + //Foreground(tcell.Color(0)) + Foreground(tcell.Color(2)) } if name == "text.string" { return tcell.StyleDefault. @@ -42,7 +43,8 @@ func style(name string) tcell.Style { } if name == "text.number" { return tcell.StyleDefault. - Foreground(tcell.ColorOlive) + //Foreground(tcell.ColorOlive) + Foreground(tcell.Color(2)) } if name == "text.comment" { return tcell.StyleDefault. @@ -54,7 +56,8 @@ func style(name string) tcell.Style { } if name == "text.special" { return tcell.StyleDefault. - Foreground(tcell.Color(6)) + //Foreground(tcell.Color(6)) + Foreground(tcell.Color(2)) } if name == "cursor" { return tcell.StyleDefault.Reverse(true)