From af68dd263288c8f4bae935d37261a217ae332fc9 Mon Sep 17 00:00:00 2001 From: today072 Date: Thu, 7 Sep 2023 11:54:52 +0800 Subject: [PATCH] update --- else/thought.txt | 1 + ryy/styles.go | 9 ++++++--- 2 files changed, 7 insertions(+), 3 deletions(-) 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)