sandervspl

Untitled

May 15th, 2025
630
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.48 KB | None | 0 0
  1. "editor.tokenColorCustomizations": {
  2.     "[Default Dark+]": {
  3.       "textMateRules": [
  4.         {
  5.           "scope": "keyword.operator",
  6.           "settings": {
  7.             "foreground": "#FF79C6"
  8.           }
  9.         },
  10.         {
  11.           "scope": [
  12.             "keyword.control",
  13.             "keyword.operator.new",
  14.             "variable.language",
  15.             "storage.type",
  16.             "storage.modifier",
  17.             "entity.name.class",
  18.             "entity.name.section"
  19.           ],
  20.           "settings": {
  21.             "foreground": "#8BE9FD",
  22.             "fontStyle": "bold"
  23.           }
  24.         },
  25.         {
  26.           "scope": [
  27.             "entity.name.type.class",
  28.             "entity.other.inherited-class",
  29.             "keyword.operator.arithmetic",
  30.             "support.function",
  31.             "support.type"
  32.           ],
  33.           "settings": {
  34.             "foreground": "#8BE9FD"
  35.           }
  36.         },
  37.         {
  38.           "scope": "entity.name",
  39.           "settings": {
  40.             "foreground": "#eeff00"
  41.           }
  42.         },
  43.         {
  44.           "scope": ["entity.name.type", "support.type.primitive"],
  45.           "settings": {
  46.             "foreground": "#a6a1f6"
  47.           }
  48.         },
  49.         {
  50.           "scope": "entity.name.type.module",
  51.           "settings": {
  52.             "foreground": "#7b71ff"
  53.           }
  54.         },
  55.         {
  56.           "scope": "entity.name.function",
  57.           "settings": {
  58.             "foreground": "#4184e9"
  59.           }
  60.         },
  61.         {
  62.           "scope": "support.class",
  63.           "settings": {
  64.             "foreground": "#7b71ff"
  65.           }
  66.         },
  67.         {
  68.           "scope": [
  69.             "support.class.component.tsx",
  70.             "entity.name.tag.tsx",
  71.             "support.class.component",
  72.             "entity.name.tag"
  73.           ],
  74.           "settings": {
  75.             "foreground": "#ff79c6"
  76.           }
  77.         },
  78.         {
  79.           "scope": [
  80.             "string.quoted.single",
  81.             "string.quoted.double",
  82.             "string.quoted.triple",
  83.             "string.quoted.other"
  84.           ],
  85.           "settings": {
  86.             "foreground": "#F1FA8C"
  87.           }
  88.         },
  89.         {
  90.           "scope": "variable.parameter",
  91.           "settings": {
  92.             "foreground": "#2ae6ff"
  93.           }
  94.         },
  95.         {
  96.           "scope": [
  97.             "variable.other.readwrite",
  98.             "variable.other.object",
  99.             "meta.function-call",
  100.             "punctuation.definition.tag",
  101.             "punctuation.definition.tag.begin.tsx",
  102.             "punctuation.definition.tag.end.tsx",
  103.             "punctuation.section.embedded.begin.tsx",
  104.             "punctuation.section.embedded.end.tsx"
  105.           ],
  106.           "settings": {
  107.             "foreground": "#F8F8F2"
  108.           }
  109.         },
  110.         {
  111.           "scope": "storage.type.function.arrow",
  112.           "settings": {
  113.             "foreground": "#FF79C6"
  114.           }
  115.         },
  116.         {
  117.           "scope": "invalid.deprecated",
  118.           "settings": {
  119.             "fontStyle": "italic bold underline"
  120.           }
  121.         },
  122.         {
  123.           "scope": "constant.language.import-export-all",
  124.           "settings": {
  125.             "foreground": "#ff79c6"
  126.           }
  127.         },
  128.         {
  129.           "scope": ["punctuation.decorator"],
  130.           "settings": {
  131.             "foreground": "#50fa7b"
  132.           }
  133.         }
  134.       ]
  135.     },
  136.     "comments": "#88A48E",
  137.     "numbers": "#BD93F9"
  138.   },
Advertisement
Add Comment
Please, Sign In to add comment