We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bc72c2 commit 6f99f2eCopy full SHA for 6f99f2e
v2/themes.go
@@ -419,7 +419,7 @@ func NewLitmusTheme() Theme {
419
HTMLColor: vt100.Black,
420
CommentColor: vt100.DarkGray,
421
BoldColor: vt100.Red,
422
- ItalicsColor: vt100.Gray,
+ ItalicsColor: vt100.DarkGray,
423
StrikeColor: vt100.DarkGray,
424
TableColor: vt100.Black,
425
CheckboxColor: vt100.Black,
@@ -442,7 +442,7 @@ func NewLitmusTheme() Theme {
442
DebugOutputBackground: vt100.BackgroundGray,
443
DebugInstructionsForeground: vt100.Red,
444
DebugInstructionsBackground: vt100.BackgroundMagenta,
445
- BoxUpperEdge: vt100.Gray,
+ BoxUpperEdge: vt100.DarkGray,
446
JumpToLetterColor: vt100.LightRed,
447
NanoHelpForeground: vt100.Black,
448
NanoHelpBackground: vt100.BackgroundGray,
0 commit comments