Skip to content

Commit

Permalink
fix: contrast ratio of highlight style
Browse files Browse the repository at this point in the history
  • Loading branch information
reuixiy committed Nov 3, 2019
1 parent 1e1cad3 commit 39da81c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions assets/scss/_common/_highlight/light.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,19 +44,19 @@
/* LiteralNumberIntegerLong */ .chroma .il { color: #009999 }
/* LiteralNumberOct */ .chroma .mo { color: #009999 }
/* OperatorWord */ .chroma .ow { color: #0000aa }
/* Comment */ .chroma .c { color: #696969 }
/* CommentHashbang */ .chroma .ch { color: #696969 }
/* CommentMultiline */ .chroma .cm { color: #696969 }
/* CommentSingle */ .chroma .c1 { color: #696969 }
/* Comment */ .chroma .c { color: #888888 }
/* CommentHashbang */ .chroma .ch { color: #888888 }
/* CommentMultiline */ .chroma .cm { color: #888888 }
/* CommentSingle */ .chroma .c1 { color: #888888 }
/* CommentSpecial */ .chroma .cs { color: #0000aa }
/* CommentPreproc */ .chroma .cp { color: #4c8317 }
/* CommentPreprocFile */ .chroma .cpf { color: #4c8317 }
/* GenericDeleted */ .chroma .gd { color: #aa0000 }
/* GenericError */ .chroma .gr { color: #aa0000 }
/* GenericHeading */ .chroma .gh { color: #000080 }
/* GenericInserted */ .chroma .gi { color: #00aa00 }
/* GenericOutput */ .chroma .go { color: #5f5f5f }
/* GenericPrompt */ .chroma .gp { color: #424242 }
/* GenericOutput */ .chroma .go { color: #666666 }
/* GenericPrompt */ .chroma .gp { color: #454545 }
/* GenericSubheading */ .chroma .gu { color: #800080 }
/* GenericTraceback */ .chroma .gt { color: #aa0000 }
/* TextWhitespace */ .chroma .w { color: #797979 }
/* TextWhitespace */ .chroma .w { color: #999999 }

0 comments on commit 39da81c

Please sign in to comment.