diff options
Diffstat (limited to 'src/scss/custom/_hilite.scss')
-rw-r--r-- | src/scss/custom/_hilite.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/scss/custom/_hilite.scss b/src/scss/custom/_hilite.scss index 2b4fcd7..0dd5dd7 100644 --- a/src/scss/custom/_hilite.scss +++ b/src/scss/custom/_hilite.scss @@ -126,7 +126,7 @@ } // Literal String .s { - color: #cd0000; + color: #ffc400; } // Name Attribute .na { @@ -175,7 +175,7 @@ } // Literal String: Backtick, Char, Doc, Double, Escape, Heredoc, Interpol, Other, Regex, Single, Symbol .sb, .sc, .sd, .s2, .se, .sh, .si, .sx, .sr, .s1, .ss { - color: #cd0000; + color: #FFEA00; } // Name Builtin Pseudo .bp { |