Skip to content

Commit

Permalink
Improve the highlight colors for some dark themes
Browse files Browse the repository at this point in the history
  • Loading branch information
xyproto committed Nov 21, 2024
1 parent 703f004 commit 146ca8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions v2/themes.go
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ func NewOrbTheme() Theme {
SearchHighlight: vt100.LightMagenta,
MultiLineComment: vt100.Gray,
MultiLineString: vt100.LightCyan,
HighlightForeground: vt100.LightBlue,
HighlightForeground: vt100.White,
HighlightBackground: vt100.BackgroundBlack,
Git: vt100.LightCyan,
String: "cyan",
Expand Down Expand Up @@ -463,7 +463,7 @@ func NewSynthwaveTheme() Theme {
SearchHighlight: vt100.LightMagenta,
MultiLineComment: vt100.Gray,
MultiLineString: vt100.Magenta,
HighlightForeground: vt100.LightMagenta,
HighlightForeground: vt100.White,
HighlightBackground: vt100.BackgroundDefault,
Git: vt100.Cyan,
String: "lightgray",
Expand Down Expand Up @@ -550,7 +550,7 @@ func NewTealTheme() Theme {
SearchHighlight: vt100.Red,
MultiLineComment: vt100.Gray,
MultiLineString: vt100.Blue,
HighlightForeground: vt100.Gray,
HighlightForeground: vt100.White,
HighlightBackground: vt100.BackgroundDefault,
Git: vt100.Blue,
String: "lightcyan",
Expand Down

0 comments on commit 146ca8f

Please sign in to comment.