Explorar o código

specify color for constant.other

Michael Bolin %!s(int64=5) %!d(string=hai) anos
pai
achega
f257c63679
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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'},