mirror of
https://github.com/vale981/highlight-lisp
synced 2025-03-05 09:21:38 -05:00
fixing coloring issues in comment -> string -> etc span blocks
This commit is contained in:
parent
c01428b910
commit
7ad9c90e16
3 changed files with 12 additions and 3 deletions
|
@ -20,5 +20,8 @@ code.lisp .variable.constant {color: #a77;}
|
||||||
code.lisp .nil {color: #de935f;}
|
code.lisp .nil {color: #de935f;}
|
||||||
code.lisp .list {}
|
code.lisp .list {}
|
||||||
|
|
||||||
code.lisp .comment, code.lisp .comment *, code.lisp .comment .string {color: #777 !important;}
|
|
||||||
code.lisp .string, code.lisp .string * {color: #b5bd88 !important;}
|
code.lisp .string, code.lisp .string * {color: #b5bd88 !important;}
|
||||||
|
code.lisp .comment,
|
||||||
|
code.lisp .comment *,
|
||||||
|
code.lisp .comment .string
|
||||||
|
code.lisp .comment .string * {color: #777 !important;}
|
||||||
|
|
|
@ -20,5 +20,8 @@ code.lisp .variable.constant {color: #229;}
|
||||||
code.lisp .nil {color: #f00;}
|
code.lisp .nil {color: #f00;}
|
||||||
code.lisp .list {color: #222;}
|
code.lisp .list {color: #222;}
|
||||||
|
|
||||||
code.lisp .comment, code.lisp .comment *, code.lisp .comment .string {color: #aaa !important;}
|
|
||||||
code.lisp .string, code.lisp .string * {color: #d14 !important;}
|
code.lisp .string, code.lisp .string * {color: #d14 !important;}
|
||||||
|
code.lisp .comment,
|
||||||
|
code.lisp .comment *,
|
||||||
|
code.lisp .comment .string
|
||||||
|
code.lisp .comment .string * {color: #aaa !important;}
|
||||||
|
|
|
@ -20,5 +20,8 @@ code.lisp .variable.constant {color: #96a646;}
|
||||||
code.lisp .nil {color: #db919e; font-weight: bold;}
|
code.lisp .nil {color: #db919e; font-weight: bold;}
|
||||||
code.lisp .list {}
|
code.lisp .list {}
|
||||||
|
|
||||||
code.lisp .comment, code.lisp .comment *, code.lisp .comment .string {color: #777 !important;}
|
|
||||||
code.lisp .string, code.lisp .string * {color: #db7d8e !important;}
|
code.lisp .string, code.lisp .string * {color: #db7d8e !important;}
|
||||||
|
code.lisp .comment,
|
||||||
|
code.lisp .comment *,
|
||||||
|
code.lisp .comment .string
|
||||||
|
code.lisp .comment .string * {color: #777 !important;}
|
||||||
|
|
Loading…
Add table
Reference in a new issue