From ba332fac492561c794f54bc1cc7c4abea7a0a063 Mon Sep 17 00:00:00 2001 From: nous Date: Fri, 24 Aug 2018 01:35:56 +0200 Subject: [PATCH] Update 'theme-arc-blue.css' --- theme-arc-blue.css | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/theme-arc-blue.css b/theme-arc-blue.css index ae777aa..c2b6c4e 100644 --- a/theme-arc-blue.css +++ b/theme-arc-blue.css @@ -596,8 +596,10 @@ } .hljs-tag, .hljs-name, + .hljs-tag, + .hljs-name, .hljs-attribute { - color: #5757e8 !important; + color: #d22121 !important; } .user.profile .ui.card .extra.content ul li:not(:last-child) { border-bottom: 1px solid #203241; @@ -876,8 +878,7 @@ color: #fff; } .CodeMirror pre { - background: #0a0a0a; - color: #ececec !important; + color: #d22121 !important; } .CodeMirror-linenumber { color: #ddd; @@ -917,14 +918,17 @@ background: #151515; } .cm-s-default .cm-atom { - color: #39bdcb; + color: #48eca4; } .CodeMirror .CodeMirror-code .cm-string { color: #d4e41e; } + .CodeMirror .CodeMirror-code .cm-tag { + color: #dedede; + } .cm-s-default .cm-meta, .cm-s-default .cm-qualifier { - color: #67ec3c; + color: #a8cfe7; } .cm-s-default .cm-variable-3 { color: #05ffb6;