File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626- [ Dark Purple - Black Edition] ( https://marketplace.visualstudio.com/items?itemName=rexebin.darkpurple-black )
2727- [ One Dark Pro Monokai Darker Theme] ( https://marketplace.visualstudio.com/items?itemName=eserozvataf.one-dark-pro-monokai-darker )
2828- [ Visual Studio 2019 Dark plus syntax] ( https://marketplace.visualstudio.com/items?itemName=skyletoft.theme-custom-colour )
29+ - [ Nord] ( https://marketplace.visualstudio.com/items?itemName=arcticicestudio.nord-visual-studio-code )
2930- All the default ones
3031- Generic Fallback
Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ export type SupportedThemes = [
7474 | 'Night Owl (No Italics)'
7575 | 'Night Owl Light'
7676 | 'Night Owl Light (No Italics)'
77+ | 'Nord'
7778 | 'One Dark Pro'
7879 | 'One Dark Pro Darker'
7980 | 'One Dark Pro Flat'
@@ -170,6 +171,7 @@ export const supportedThemes = [
170171 'Night Owl (No Italics)' ,
171172 'Night Owl Light' ,
172173 'Night Owl Light (No Italics)' ,
174+ 'Nord' ,
173175 'One Dark Pro' ,
174176 'One Dark Pro Darker' ,
175177 'One Dark Pro Flat' ,
Original file line number Diff line number Diff line change 1+ import type { Scopes } from '../../interfaces/legacy-scopes-per-rule' ;
2+
3+ export = {
4+ 'constant.character.entity.html' : '#EBCB8B' ,
5+ 'constant.numeric.angular-directive' : '#B48EAD' ,
6+ 'entity.name.tag.other.html' : '#81A1C1' ,
7+ 'keyword.operator.entity.html' : '#B48EAD' ,
8+ 'keyword.operator.expression.let.js' : '#81A1C1' ,
9+ 'keyword.operator.punctuation' : '#88C0D0' ,
10+ 'string.regexp' : '#EBCB8B' ,
11+ 'support.type.object.html-attribute' : '#81A1C1' ,
12+ } as Scopes ;
You can’t perform that action at this time.
0 commit comments