Skip to content

Commit fae448a

Browse files
committed
Further fixes to bright theme
1 parent 440a4f0 commit fae448a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Fancydiff/HTMLFormatting.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ mkHtmlFormat styles palette = HTMLFormat
6666
where
6767
colorMod =
6868
case D.p'brightness palette of
69-
D.P'Dark -> darker
70-
D.P'Bright -> brighter
69+
D.P'Dark -> brighter
70+
D.P'Bright -> darker
7171

7272
css =
7373
case styles of

src/Fancydiff/Themes.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ brightBackground = Palette {
5555
, p'string = ColorString "#183691"
5656
, p'char = ColorString "#cc8080"
5757
, p'number = ColorString "#cc4040"
58-
, p'type = ColorString "#0086b3"
58+
, p'type = ColorString "#006693"
5959
, p'identifier = ColorString "#000000"
6060
, p'special = ColorString "#103010"
6161
, p'special2 = ColorString "#105010"

0 commit comments

Comments
 (0)