From 08439ee27125539e66cac4a6f2ddf6488878a601 Mon Sep 17 00:00:00 2001 From: JJ Date: Thu, 16 May 2024 20:27:10 -0700 Subject: docs: update highlighting --- docs/book/tomorrow-night.css | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'docs/book/tomorrow-night.css') 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 { -- cgit v1.2.3-70-g09d2