mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
wip code theme
This commit is contained in:
parent
96a39803cc
commit
a4ae1bb9eb
1 changed files with 2 additions and 2 deletions
|
|
@ -507,11 +507,11 @@
|
|||
--icon-diff-delete-hover: var(--ember-dark-10);
|
||||
--syntax-comment: var(--text-weaker);
|
||||
--syntax-regexp: var(--text-base);
|
||||
--syntax-string: var(--text-base);
|
||||
--syntax-string: var(--text-strong);
|
||||
--syntax-keyword: var(--text-weak);
|
||||
--syntax-primitive: #ffba92;
|
||||
--syntax-operator: var(--text-weak);
|
||||
--syntax-variable: var(--text-strong);
|
||||
--syntax-variable: var(--text-base);
|
||||
--syntax-property: #00ceb9;
|
||||
--syntax-type: #ecf58c;
|
||||
--syntax-constant: #93e9f6;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue