Эх сурвалжийг харах

specify color for constant.other

Michael Bolin 5 жил өмнө
parent
commit
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,
     inherit: true,
     rules: [
     rules: [
       {token: 'constant.numeric', foreground: 'B5CEA8'},
       {token: 'constant.numeric', foreground: 'B5CEA8'},
+      {token: 'constant.other', foreground: 'D4D4D4'},
       {token: 'keyword.operator.comparison', foreground: 'D4D4D4'},
       {token: 'keyword.operator.comparison', foreground: 'D4D4D4'},
       {token: 'entity.name.function', foreground: 'DCDCAA'},
       {token: 'entity.name.function', foreground: 'DCDCAA'},
       {token: 'entity.name.tag', foreground: '569CD6'},
       {token: 'entity.name.tag', foreground: '569CD6'},