Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- "editor.tokenColorCustomizations": {
- "[Default Dark+]": {
- "textMateRules": [
- {
- "scope": "keyword.operator",
- "settings": {
- "foreground": "#FF79C6"
- }
- },
- {
- "scope": [
- "keyword.control",
- "keyword.operator.new",
- "variable.language",
- "storage.type",
- "storage.modifier",
- "entity.name.class",
- "entity.name.section"
- ],
- "settings": {
- "foreground": "#8BE9FD",
- "fontStyle": "bold"
- }
- },
- {
- "scope": [
- "entity.name.type.class",
- "entity.other.inherited-class",
- "keyword.operator.arithmetic",
- "support.function",
- "support.type"
- ],
- "settings": {
- "foreground": "#8BE9FD"
- }
- },
- {
- "scope": "entity.name",
- "settings": {
- "foreground": "#eeff00"
- }
- },
- {
- "scope": ["entity.name.type", "support.type.primitive"],
- "settings": {
- "foreground": "#a6a1f6"
- }
- },
- {
- "scope": "entity.name.type.module",
- "settings": {
- "foreground": "#7b71ff"
- }
- },
- {
- "scope": "entity.name.function",
- "settings": {
- "foreground": "#4184e9"
- }
- },
- {
- "scope": "support.class",
- "settings": {
- "foreground": "#7b71ff"
- }
- },
- {
- "scope": [
- "support.class.component.tsx",
- "entity.name.tag.tsx",
- "support.class.component",
- "entity.name.tag"
- ],
- "settings": {
- "foreground": "#ff79c6"
- }
- },
- {
- "scope": [
- "string.quoted.single",
- "string.quoted.double",
- "string.quoted.triple",
- "string.quoted.other"
- ],
- "settings": {
- "foreground": "#F1FA8C"
- }
- },
- {
- "scope": "variable.parameter",
- "settings": {
- "foreground": "#2ae6ff"
- }
- },
- {
- "scope": [
- "variable.other.readwrite",
- "variable.other.object",
- "meta.function-call",
- "punctuation.definition.tag",
- "punctuation.definition.tag.begin.tsx",
- "punctuation.definition.tag.end.tsx",
- "punctuation.section.embedded.begin.tsx",
- "punctuation.section.embedded.end.tsx"
- ],
- "settings": {
- "foreground": "#F8F8F2"
- }
- },
- {
- "scope": "storage.type.function.arrow",
- "settings": {
- "foreground": "#FF79C6"
- }
- },
- {
- "scope": "invalid.deprecated",
- "settings": {
- "fontStyle": "italic bold underline"
- }
- },
- {
- "scope": "constant.language.import-export-all",
- "settings": {
- "foreground": "#ff79c6"
- }
- },
- {
- "scope": ["punctuation.decorator"],
- "settings": {
- "foreground": "#50fa7b"
- }
- }
- ]
- },
- "comments": "#88A48E",
- "numbers": "#BD93F9"
- },
Advertisement
Add Comment
Please, Sign In to add comment