mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-11 20:00:29 +01:00
Use proper gray for syntax
This commit is contained in:
@@ -41,7 +41,7 @@ import { url } from './url/extension';
|
||||
export const myHighlightStyle = HighlightStyle.define([
|
||||
{
|
||||
tag: [t.documentMeta, t.blockComment, t.lineComment, t.docComment, t.comment],
|
||||
color: '#757b93',
|
||||
color: 'hsl(var(--color-gray-600))',
|
||||
fontStyle: 'italic',
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user