瀏覽代碼

specify color for constant.other

Michael Bolin 5 年之前
父節點
當前提交
f257c63679
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/app.ts

+ 1 - 0
src/app.ts

@@ -166,6 +166,7 @@ function defineTheme(name: string): void {
     inherit: true,
     rules: [
       {token: 'constant.numeric', foreground: 'B5CEA8'},
+      {token: 'constant.other', foreground: 'D4D4D4'},
       {token: 'keyword.operator.comparison', foreground: 'D4D4D4'},
       {token: 'entity.name.function', foreground: 'DCDCAA'},
       {token: 'entity.name.tag', foreground: '569CD6'},