mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-16 02:01:29 +00:00
Fix hljs color mappings to match TUI theme
- Add .hljs-function for syntaxFunction - Separate .hljs-punctuation to use syntaxPunctuation (was using syntaxOperator)
This commit is contained in:
parent
0b31884385
commit
ecfedce25f
1 changed files with 3 additions and 2 deletions
|
|
@ -675,11 +675,12 @@
|
|||
.hljs-keyword, .hljs-selector-tag { color: var(--syntaxKeyword); }
|
||||
.hljs-number, .hljs-literal { color: var(--syntaxNumber); }
|
||||
.hljs-string, .hljs-doctag { color: var(--syntaxString); }
|
||||
.hljs-title, .hljs-section, .hljs-name { color: var(--syntaxFunction); }
|
||||
.hljs-function, .hljs-title, .hljs-section, .hljs-name { color: var(--syntaxFunction); }
|
||||
.hljs-type, .hljs-class, .hljs-built_in { color: var(--syntaxType); }
|
||||
.hljs-attr, .hljs-variable, .hljs-params, .hljs-property { color: var(--syntaxVariable); }
|
||||
.hljs-meta { color: var(--syntaxKeyword); }
|
||||
.hljs-punctuation, .hljs-operator { color: var(--syntaxOperator); }
|
||||
.hljs-operator { color: var(--syntaxOperator); }
|
||||
.hljs-punctuation { color: var(--syntaxPunctuation); }
|
||||
.hljs-subst { color: var(--text); }
|
||||
|
||||
/* Footer */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue