Skip to content

Commit

Permalink
Fixes contrast issues in the dark theme
Browse files Browse the repository at this point in the history
Done using Web Developer Tools in Firefox
  • Loading branch information
CJSmith-0141 committed Dec 22, 2024
1 parent d03cb0d commit f8ec027
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/src/main/scala/io/circe/sbt/CirceOrgSitePlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ object CirceOrgSitePlugin extends AutoPlugin {
.syntaxHighlightingColors(
ColorQuintet(
// format: off
Color.hex("292933"), // #292933
Color.hex("737380"), // #737380
Color.hex("23232E"), // #23232E
Color.hex("BABACF"), // #BABACF
Color.hex("6B6BB5"), // #6B6BB5
Color.hex("E6E6FF"), // #E6E6FF
Color.hex("F2F2FF") // #F2F2FF
Expand All @@ -135,7 +135,7 @@ object CirceOrgSitePlugin extends AutoPlugin {
Color.hex("FFAD54"), // #FFAD54
Color.hex("FFE957"), // #FFE957
Color.hex("7EE6B4"), // #7EE6B4
Color.hex("6D57FF") // #6D57FF
Color.hex("968CFF") // #968CFF
// format: on
)
)
Expand Down

0 comments on commit f8ec027

Please sign in to comment.