Skip to content

Commit 6f99f2e

Browse files
committed
Update the Litmus theme
1 parent 0bc72c2 commit 6f99f2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: v2/themes.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ func NewLitmusTheme() Theme {
419419
HTMLColor: vt100.Black,
420420
CommentColor: vt100.DarkGray,
421421
BoldColor: vt100.Red,
422-
ItalicsColor: vt100.Gray,
422+
ItalicsColor: vt100.DarkGray,
423423
StrikeColor: vt100.DarkGray,
424424
TableColor: vt100.Black,
425425
CheckboxColor: vt100.Black,
@@ -442,7 +442,7 @@ func NewLitmusTheme() Theme {
442442
DebugOutputBackground: vt100.BackgroundGray,
443443
DebugInstructionsForeground: vt100.Red,
444444
DebugInstructionsBackground: vt100.BackgroundMagenta,
445-
BoxUpperEdge: vt100.Gray,
445+
BoxUpperEdge: vt100.DarkGray,
446446
JumpToLetterColor: vt100.LightRed,
447447
NanoHelpForeground: vt100.Black,
448448
NanoHelpBackground: vt100.BackgroundGray,

0 commit comments

Comments
 (0)