aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2021-05-01 01:53:33 -0400
committerThedro Neely <thedroneely@gmail.com>2021-05-01 01:53:33 -0400
commit83e8a388a223bc6fa2480d1acf97cbad790b03d0 (patch)
tree51051ddcdc27c8aa152cf37695ea673542414f13 /public
parente8956e7f837408b5286a770e303fb9569aeb2ee7 (diff)
downloadthedroneely.com-83e8a388a223bc6fa2480d1acf97cbad790b03d0.tar.gz
thedroneely.com-83e8a388a223bc6fa2480d1acf97cbad790b03d0.tar.bz2
thedroneely.com-83e8a388a223bc6fa2480d1acf97cbad790b03d0.zip
public/css/syntax-highlight: Up contrast on name tag and literals
Diffstat (limited to 'public')
-rw-r--r--public/css/syntax-highlight.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/public/css/syntax-highlight.css b/public/css/syntax-highlight.css
index 8d0591a..9f1b72b 100644
--- a/public/css/syntax-highlight.css
+++ b/public/css/syntax-highlight.css
@@ -19,8 +19,8 @@
/* NameException */ .chroma .ne { color: #a6e22e }
/* NameFunction */ .chroma .nf { color: #a6e22e }
/* NameOther */ .chroma .nx { color: #a6e22e }
-/* NameTag */ .chroma .nt { color: #ff8383 }
-/* Literal */ .chroma .l { color: #ae81ff }
+/* NameTag */ .chroma .nt { color: #ff9e9e }
+/* Literal */ .chroma .l { color: #c7a8ff }
/* LiteralDate */ .chroma .ld { color: #e6db74 }
/* LiteralString */ .chroma .s { color: #e6db74 }
/* LiteralStringAffix */ .chroma .sa { color: #e6db74 }