aboutsummaryrefslogtreecommitdiff
path: root/docs/book/tomorrow-night.css
diff options
context:
space:
mode:
authorJJ2024-05-17 03:27:10 +0000
committerJJ2024-05-17 08:08:23 +0000
commit08439ee27125539e66cac4a6f2ddf6488878a601 (patch)
treebb8ccc8fa0b1b178bfb2041d64c88053dc818d11 /docs/book/tomorrow-night.css
parent7334c4b65d6722911c20af34f830ddc6c69b57e5 (diff)
docs: update highlighting
Diffstat (limited to 'docs/book/tomorrow-night.css')
-rw-r--r--docs/book/tomorrow-night.css15
1 files changed, 8 insertions, 7 deletions
diff --git a/docs/book/tomorrow-night.css b/docs/book/tomorrow-night.css
index 81fe276..a362570 100644
--- a/docs/book/tomorrow-night.css
+++ b/docs/book/tomorrow-night.css
@@ -21,7 +21,7 @@
.css .hljs-id,
.css .hljs-class,
.css .hljs-pseudo {
- color: #cc6666;
+ color: #E06C75;
}
/* Tomorrow Orange */
@@ -38,7 +38,7 @@
/* Tomorrow Yellow */
.ruby .hljs-class .hljs-title,
.css .hljs-rule .hljs-attribute {
- color: #f0c674;
+ color: #E5C07B;
}
/* Tomorrow Green */
@@ -49,13 +49,14 @@
.hljs-name,
.ruby .hljs-symbol,
.xml .hljs-cdata {
- color: #b5bd68;
+ color: #98C379;
}
/* Tomorrow Aqua */
.hljs-title,
+.hljs-type,
.css .hljs-hexcolor {
- color: #8abeb7;
+ color: #56B6C2;
}
/* Tomorrow Blue */
@@ -67,13 +68,13 @@
.perl .hljs-sub,
.javascript .hljs-title,
.coffeescript .hljs-title {
- color: #81a2be;
+ color: #61AFEF;
}
-/* Tomorrow Purple */
+/* One Dark Purple */
.hljs-keyword,
.javascript .hljs-function {
- color: #b294bb;
+ color: #C678DD;
}
.hljs {