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 c83eb65 commit d764db8Copy full SHA for d764db8
Tools/wasm/emscripten/web_example_pyrepl_jspi/index.html
@@ -6,21 +6,18 @@
6
href="https://unpkg.com/xterm@4.18.0/css/xterm.css"
7
/>
8
<style>
9
- /*
10
- * The real repl on my system uses #a2734b for integer constants instead of
11
- * #c4a000 but I think #c4a000 is a bit brighter and more readable.
12
- */
13
14
.xterm-dom-renderer-owner-1 .xterm-fg-3 {
15
- color: #a2734b !important;
+ color: #c4a000 !important;
16
}
17
+
18
.xterm-dom-renderer-owner-1 .xterm-fg-6 {
19
color: #2aa1b3 !important;
20
21
.xterm-dom-renderer-owner-1 .xterm-fg-12 {
22
- color: #12488b !important;
+ color: #1054a6 !important;
23
24
.xterm-dom-renderer-owner-1 .xterm-fg-13 {
25
color: #a347ba !important;
26
0 commit comments