We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 440a4f0 commit fae448aCopy full SHA for fae448a
src/Fancydiff/HTMLFormatting.hs
@@ -66,8 +66,8 @@ mkHtmlFormat styles palette = HTMLFormat
66
where
67
colorMod =
68
case D.p'brightness palette of
69
- D.P'Dark -> darker
70
- D.P'Bright -> brighter
+ D.P'Dark -> brighter
+ D.P'Bright -> darker
71
72
css =
73
case styles of
src/Fancydiff/Themes.hs
@@ -55,7 +55,7 @@ brightBackground = Palette {
55
, p'string = ColorString "#183691"
56
, p'char = ColorString "#cc8080"
57
, p'number = ColorString "#cc4040"
58
- , p'type = ColorString "#0086b3"
+ , p'type = ColorString "#006693"
59
, p'identifier = ColorString "#000000"
60
, p'special = ColorString "#103010"
61
, p'special2 = ColorString "#105010"
0 commit comments