svg.escobar.life

A simple SVG markup editor for the web

Commit
fe81186e679ee976c6747b7470f1dcccb3072336
Parent
f6e575e795989ab7013871c6a6f6d4db05a55363
Author
Gark Garcia <37553739+GarkGarcia@users.noreply.github.com>
Date

Restyled the syntax-highlighted components.

Diffstat

1 file changed, 10 insertions, 12 deletions

Status File Name N° Changes Insertions Deletions
Modified styles.css 22 10 12
diff --git a/styles.css b/styles.css
@@ -21,14 +21,14 @@
     --light: #e0ebe0;
     --dark: #1c0531;
 
-    --hl1: #d19a66;
-    --hl2: #f3a47f;
-    --hl3: #f852a5;
+    --hl1: #dd785f;
+    --hl2: var(--hl1);
+    --hl3: #789dec;
     --hl4: var(--hl3);
-    --hl5: #5da7fc;
-    --hl6: #d19a66;
+    --hl5: #3bd2d2;
+    --hl6: var(--hl2);
 
-    --comm: #95ee61;
+    --comm: #49ba62;
 }
 
 @media (pointer: fine) {
@@ -159,13 +159,11 @@ body > div#container.error {
     --selection: #e03b5140;
     --light: #eec6df;
 
-    --hl1: #d17666;
-    --hl2: #f38d7f;
-    --hl3: #fd5b5b;
-    --hl5: #fc5db4;
-    --hl6: #d19a66;
+    --hl1: #dd5f5f;
+    --hl3: #b479eb; 
+    --hl5: #e44db2;
 
-    --comm: #ee6180;
+    --comm: #7d90cd;
 }
 
 body > div#container img {