UX: improve code highlighting diffs for dark themes

This commit is contained in:
Kris 2018-12-06 10:54:30 -05:00
parent 4300ac0f4a
commit b54b4d05c5
1 changed files with 6 additions and 6 deletions

View File

@ -75,7 +75,7 @@ github.com style (c) Vasily Polovnyov <vast@whiteants.net>
}
.hljs-regexp {
color: #009926;
color: $success;
}
.hljs-symbol,
@ -90,24 +90,24 @@ github.com style (c) Vasily Polovnyov <vast@whiteants.net>
.lisp .hljs-title,
.clojure .hljs-built_in,
.hljs-builtin-name {
color: #0086b3;
color: $tertiary-high;
}
.meta {
color: #999;
color: $primary-medium;
font-weight: bold;
}
.hljs-deletion {
background: #fdd;
background: $danger-low;
}
.hljs-addition {
background: #dfd;
background: $success-low;
}
.diff .hljs-meta {
color: #aaa;
color: $primary-low;
}
/*