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
7f978e07ff
commit
c7808a4b01
1 changed files with 2 additions and 2 deletions
|
|
@ -507,12 +507,12 @@
|
|||
--icon-diff-delete-hover: var(--ember-dark-10);
|
||||
--syntax-comment: var(--text-weaker);
|
||||
--syntax-regexp: var(--text-base);
|
||||
--syntax-string: #ff9ae2;
|
||||
--syntax-string: #00ceb9;
|
||||
--syntax-keyword: var(--text-weak);
|
||||
--syntax-primitive: #ffba92;
|
||||
--syntax-operator: var(--text-weak);
|
||||
--syntax-variable: var(--text-strong);
|
||||
--syntax-property: #00ceb9;
|
||||
--syntax-property: #ff9ae2;
|
||||
--syntax-type: #ecf58c;
|
||||
--syntax-constant: #93e9f6;
|
||||
--syntax-punctuation: var(--text-weaker);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue