And test this look via the m.code plugin.
.m-code .dl { color: #e07f7c }
.m-code .sd { color: #e07f7c }
.m-code .s2 { color: #e07f7c }
-.m-code .se { color: #e07f7c }
+.m-code .se { color: #e07cdc }
.m-code .sh { color: #e07f7c }
-.m-code .si { color: #e07f7c }
+.m-code .si { color: #a5c9ea }
.m-code .sx { color: #e07f7c }
.m-code .sr { color: #e07f7c }
.m-code .s1 { color: #e07f7c }
.m-code .dl { color: #e07f7c }
.m-code .sd { color: #e07f7c }
.m-code .s2 { color: #e07f7c }
-.m-code .se { color: #e07f7c }
+.m-code .se { color: #e07cdc }
.m-code .sh { color: #e07f7c }
-.m-code .si { color: #e07f7c }
+.m-code .si { color: #a5c9ea }
.m-code .sx { color: #e07f7c }
.m-code .sr { color: #e07f7c }
.m-code .s1 { color: #e07f7c }
.m-code .dl { color: #e07f7c } /* Literal.String.Delimiter */
.m-code .sd { color: #e07f7c } /* Literal.String.Doc */
.m-code .s2 { color: #e07f7c } /* Literal.String.Double */
-.m-code .se { color: #e07f7c } /* Literal.String.Escape */
+.m-code .se { color: #e07cdc } /* Literal.String.Escape */
.m-code .sh { color: #e07f7c } /* Literal.String.Heredoc */
-.m-code .si { color: #e07f7c } /* Literal.String.Interpol */
+.m-code .si { color: #a5c9ea } /* Literal.String.Interpol */
.m-code .sx { color: #e07f7c } /* Literal.String.Other */
.m-code .sr { color: #e07f7c } /* Literal.String.Regex */
.m-code .s1 { color: #e07f7c } /* Literal.String.Single */
Name: '#dcdcdc',
String: '#e07f7c',
String.Char: '#e07cdc',
+ String.Escape: '#e07cdc', # like char
+ String.Interpol: '#a5c9ea', # like comment
Number: '#c7cf2f',
Operator: '#aaaaaa',
Punctuation: "#aaaaaa",
ASan reports:
=>0x0c287fff8030: 00[<span class="g g-AnsiBrightBlue">fc</span>]<span class="g g-AnsiBrightBlue">fc</span> <span class="g g-AnsiBrightBlue">fc</span> <span class="g g-AnsiBrightBlue">fc</span> <span class="g g-AnsiBrightBlue">fc</span> <span class="g g-AnsiBrightBlue">fc</span> <span class="g g-AnsiBrightBlue">fc</span> <span class="g g-AnsiBrightBlue">fc</span> <span class="g g-AnsiBrightBlue">fc</span> <span class="g g-AnsiBrightBlue">fc</span> <span class="g g-AnsiBrightRed">fa</span> <span class="g g-AnsiBrightRed">fa</span> <span class="g g-AnsiBrightRed">fa</span> <span class="g g-AnsiBrightRed">fa</span> <span class="g g-AnsiBrightRed">fa</span></pre>
+<p>Syntax highlighting:</p>
+<pre class="m-code"><span class="c1"># Comment</span>
+<span class="n">var</span> <span class="o">=</span> <span class="s2">"string</span><span class="si">{}</span><span class="s2">escape</span><span class="se">\n</span><span class="s2">"</span></pre>
<p>Console colors:</p>
<pre class="m-console"><span class="g g-AnsiBrightDefault">Named foreground colors:</span>
<span class="g g-AnsiBlack">Black </span><span class="g g-AnsiRed">Red </span><span class="g g-AnsiGreen">Green </span><span class="g g-AnsiYellow">Yellow </span><span class="g g-AnsiBlue">Blue </span><span class="g g-AnsiMagenta">Magenta </span><span class="g g-AnsiCyan">Cyan </span><span class="g g-AnsiWhite">White </span>Default
.. include:: console.ansi
:code: ansi
+Syntax highlighting:
+
+.. code:: py
+
+ # Comment
+ var = "string{}escape\n"
+
Console colors:
.. include:: console-colors.ansi