updated nord theme with new props

This commit is contained in:
Chad Baxter 2024-07-01 19:51:03 -04:00
parent 45747ce53f
commit feceb9aa99
No known key found for this signature in database
GPG Key ID: FE5FA57E02944FB5

View File

@ -22,9 +22,12 @@
/* green */
--positive: #a3be8c;
/* red, error */
--negative: #bf616a;
--syntax-string: #8fbcbb;
--syntax-special: #5e81ac;
--syntax-constant: #b48ead;
--syntax-comment: #d8dee9;
--syntax-string: #a3be8c;
--syntax-special: #81a1c1;
--syntax-constant: #d8dee9;
--syntax-comment: #616e88;
--syntax-func: #88c0d0;
}