소스 검색

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'},