Skip to content

Commit d254f2a

Browse files
committed
Update the Orb theme
1 parent 6248660 commit d254f2a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Diff for: v2/themes.go

+6-6
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ func NewOrbTheme() Theme {
207207
Git: vt100.LightCyan,
208208
String: "cyan",
209209
Keyword: "lightcyan",
210-
Comment: "white",
210+
Comment: "gray",
211211
Type: "lightblue",
212212
Literal: "lightcyan",
213213
Punctuation: "lightgray",
@@ -243,7 +243,7 @@ func NewOrbTheme() Theme {
243243
QuoteColor: vt100.LightGreen,
244244
QuoteTextColor: vt100.White,
245245
HTMLColor: vt100.White,
246-
CommentColor: vt100.White,
246+
CommentColor: vt100.Gray,
247247
BoldColor: vt100.LightGreen,
248248
ItalicsColor: vt100.LightGray,
249249
StrikeColor: vt100.White,
@@ -252,11 +252,11 @@ func NewOrbTheme() Theme {
252252
XColor: vt100.LightGreen,
253253
TableBackground: vt100.BackgroundBlack,
254254
UnmatchedParenColor: vt100.LightRed,
255-
MenuTitleColor: vt100.Cyan,
255+
MenuTitleColor: vt100.LightGreen,
256256
MenuArrowColor: vt100.White,
257-
MenuTextColor: vt100.White,
258-
MenuHighlightColor: vt100.White,
259-
MenuSelectedColor: vt100.LightCyan,
257+
MenuTextColor: vt100.Blue,
258+
MenuHighlightColor: vt100.LightCyan,
259+
MenuSelectedColor: vt100.LightRed,
260260
ManSectionColor: vt100.LightCyan,
261261
ManSynopsisColor: vt100.LightGreen,
262262
BoxTextColor: vt100.White,

0 commit comments

Comments
 (0)