wires

summary refs log tree commit diff
path: root/assets/syntax.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/syntax.css')
-rw-r--r--assets/syntax.css27
1 files changed, 2 insertions, 25 deletions
diff --git a/assets/syntax.css b/assets/syntax.css
index f823a25..db001aa 100644
--- a/assets/syntax.css
+++ b/assets/syntax.css
@@ -1,6 +1,6 @@
 :root {
-  --chroma-bg: #111;
-  --comment: #7f849c;
+  --chroma-bg: #000;
+  --comment: #6c7086;
   --cyan: #8be9fd;
   --green: #50fa7b;
   --orange: #ffb86c;
@@ -9,33 +9,10 @@
   --red: #f55;
   --yellow: #f1fa8c;
 }
-/* @media (prefers-color-scheme: light) {
-    :root {
-        --chroma-bg: #eee;
-        --comment: #666;
-        --cyan: #04a5e5;
-        --green: #40a02b;
-        --orange: #fe640b;
-        --pink: #ea76cb;
-        --purple: #8839ef;
-        --red: #d20f39;
-        --yellow: #df8e1d;
-    }
-} */
-/* Background */
 .bg,
 /* PreWrapper */ .chroma {
   background-color: var(--chroma-bg);
 }
-/* Other */
-.chroma .x {
-}
-/* Error */
-.chroma .err {
-}
-/* CodeLine */
-.chroma .cl {
-}
 /* LineLink */
 .chroma .lnlinks {
   outline: none;