Hatkat

theme Dark VsC

Nov 17th, 2023
762
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.     "$schema": "vscode://schemas/color-theme",
  3.     "name": "Dark (Visual Studio)",
  4.     "colors": {
  5.       "checkbox.border": "#000000",
  6.       "editor.background": "#000000",
  7.       "editor.foreground": "#D4D4D4",
  8.       "editor.inactiveSelectionBackground": "#000000",
  9.       "editorIndentGuide.background": "#000000",
  10.       "editorIndentGuide.activeBackground": "#000000",
  11.       "editor.selectionHighlightBackground": "#000000",
  12.       "list.dropBackground": "#000000",
  13.       "activityBarBadge.background": "#007ACC",
  14.       "sideBarTitle.foreground": "#BBBBBB",
  15.       "input.placeholderForeground": "#A6A6A6",
  16.       "menu.background": "#000000",
  17.       "menu.foreground": "#CCCCCC",
  18.       "menu.separatorBackground": "#000000",
  19.       "menu.border": "#000000",
  20.       "activityBar.background": "#000000",
  21.       "statusBar.background": "#000000",
  22.       "titleBar.activeBackground": "#000000",
  23.       "titleBar.activeForeground": "#D4D4D4",
  24.       "titleBar.inactiveBackground": "#000000",
  25.       "titleBar.inactiveForeground": "#D4D4D4",
  26.       "menubar.selectionBackground": "#000000",
  27.       "menubar.selectionBorder": "#000000",
  28.       "menubar.selectionForeground": "#D4D4D4",
  29.       "tab.activeBackground": "#000000",
  30.       "tab.inactiveBackground": "#000000",
  31.       "tab.border": "#000000",
  32.       "tab.activeForeground": "#D4D4D4",
  33.       "tab.inactiveForeground": "#D4D4D4",
  34.  
  35.       "tab.lastPinnedBorder": "#000000",  // Borde de la última pestaña fijada
  36.       "editorGroupHeader.tabsBackground": "#000000",  // Fondo de la barra de pestañas completa
  37.       "editorGroupHeader.noTabsBackground": "#000000",  // Fondo de la barra de pestañas completa cuando no hay pestañas abiertas
  38.       "editorGroup.border": "#000000",  // Borde de la barra de pestañas
  39.  
  40.       "editor.lineHighlightBackground": "#000000",
  41.       "editor.lineHighlightBorder": "#000000",
  42.  
  43.     },
  44.    
  45.     "tokenColors": [
  46.       {
  47.         "scope": ["meta.embedded", "source.groovy.embedded", "string meta.image.inline.markdown", "variable.legacy.builtin.python"],
  48.         "settings": {
  49.           "foreground": "#D4D4D4"
  50.         }
  51.       },
  52.       {
  53.         "scope": "emphasis",
  54.         "settings": {
  55.           "fontStyle": "italic"
  56.         }
  57.       },
  58.       {
  59.         "scope": "strong",
  60.         "settings": {
  61.           "fontStyle": "bold"
  62.         }
  63.       },
  64.       {
  65.         "scope": "header",
  66.         "settings": {
  67.           "foreground": "#000080"
  68.         }
  69.       },
  70.       {
  71.         "scope": "comment",
  72.         "settings": {
  73.           "foreground": "#6A9955"
  74.         }
  75.       },
  76.       {
  77.         "scope": "constant.language",
  78.         "settings": {
  79.           "foreground": "#569cd6"
  80.         }
  81.       },
  82.       {
  83.         "scope": ["constant.numeric", "variable.other.enummember", "keyword.operator.plus.exponent", "keyword.operator.minus.exponent"],
  84.         "settings": {
  85.           "foreground": "#b5cea8"
  86.         }
  87.       },
  88.       {
  89.         "scope": "constant.regexp",
  90.         "settings": {
  91.           "foreground": "#646695"
  92.         }
  93.       },
  94.       {
  95.         "scope": "entity.name.tag",
  96.         "settings": {
  97.           "foreground": "#569cd6"
  98.         }
  99.       },
  100.       {
  101.         "scope": "entity.name.tag.css",
  102.         "settings": {
  103.           "foreground": "#d7ba7d"
  104.         }
  105.       },
  106.       {
  107.         "scope": "entity.other.attribute-name",
  108.         "settings": {
  109.           "foreground": "#9cdcfe"
  110.         }
  111.       },
  112.       {
  113.         "scope": ["entity.other.attribute-name.class.css", "entity.other.attribute-name.class.mixin.css", "entity.other.attribute-name.id.css", "entity.other.attribute-name.parent-selector.css", "entity.other.attribute-name.pseudo-class.css", "entity.other.attribute-name.pseudo-element.css", "source.css.less entity.other.attribute-name.id", "entity.other.attribute-name.scss"],
  114.         "settings": {
  115.           "foreground": "#d7ba7d"
  116.         }
  117.       },
  118.       {
  119.         "scope": "invalid",
  120.         "settings": {
  121.           "foreground": "#f44747"
  122.         }
  123.       },
  124.       {
  125.         "scope": "markup.underline",
  126.         "settings": {
  127.           "fontStyle": "underline"
  128.         }
  129.       },
  130.       {
  131.         "scope": "markup.bold",
  132.         "settings": {
  133.           "fontStyle": "bold",
  134.           "foreground": "#569cd6"
  135.         }
  136.       },
  137.       {
  138.         "scope": "markup.heading",
  139.         "settings": {
  140.           "fontStyle": "bold",
  141.           "foreground": "#569cd6"
  142.         }
  143.       },
  144.       {
  145.         "scope": "markup.italic",
  146.         "settings": {
  147.           "fontStyle": "italic"
  148.         }
  149.       },
  150.       {
  151.         "scope": "markup.strikethrough",
  152.         "settings": {
  153.           "fontStyle": "strikethrough"
  154.         }
  155.       },
  156.       {
  157.         "scope": "markup.inserted",
  158.         "settings": {
  159.           "foreground": "#b5cea8"
  160.         }
  161.       },
  162.       {
  163.         "scope": "markup.deleted",
  164.         "settings": {
  165.           "foreground": "#ce9178"
  166.         }
  167.       },
  168.       {
  169.         "scope": "markup.changed",
  170.         "settings": {
  171.           "foreground": "#569cd6"
  172.         }
  173.       },
  174.       {
  175.         "scope": "punctuation.definition.quote.begin.markdown",
  176.         "settings": {
  177.           "foreground": "#6A9955"
  178.         }
  179.       },
  180.       {
  181.         "scope": "punctuation.definition.list.begin.markdown",
  182.         "settings": {
  183.           "foreground": "#6796e6"
  184.         }
  185.       },
  186.       {
  187.         "scope": "markup.inline.raw",
  188.         "settings": {
  189.           "foreground": "#ce9178"
  190.         }
  191.       },
  192.       {
  193.         "name": "brackets of XML/HTML tags",
  194.         "scope": "punctuation.definition.tag",
  195.         "settings": {
  196.           "foreground": "#808080"
  197.         }
  198.       },
  199.       {
  200.         "scope": ["meta.preprocessor", "entity.name.function.preprocessor"],
  201.         "settings": {
  202.           "foreground": "#569cd6"
  203.         }
  204.       },
  205.       {
  206.         "scope": "meta.preprocessor.string",
  207.         "settings": {
  208.           "foreground": "#ce9178"
  209.         }
  210.       },
  211.       {
  212.         "scope": "meta.preprocessor.numeric",
  213.         "settings": {
  214.           "foreground": "#b5cea8"
  215.         }
  216.       },
  217.       {
  218.         "scope": "meta.structure.dictionary.key.python",
  219.         "settings": {
  220.           "foreground": "#9cdcfe"
  221.         }
  222.       },
  223.       {
  224.         "scope": "meta.diff.header",
  225.         "settings": {
  226.           "foreground": "#569cd6"
  227.         }
  228.       },
  229.       {
  230.         "scope": "storage",
  231.         "settings": {
  232.           "foreground": "#569cd6"
  233.         }
  234.       },
  235.       {
  236.         "scope": "storage.type",
  237.         "settings": {
  238.           "foreground": "#569cd6"
  239.         }
  240.       },
  241.       {
  242.         "scope": ["storage.modifier", "keyword.operator.noexcept"],
  243.         "settings": {
  244.           "foreground": "#569cd6"
  245.         }
  246.       },
  247.       {
  248.         "scope": ["string", "meta.embedded.assembly"],
  249.         "settings": {
  250.           "foreground": "#ce9178"
  251.         }
  252.       },
  253.       {
  254.         "scope": "string.tag",
  255.         "settings": {
  256.           "foreground": "#ce9178"
  257.         }
  258.       },
  259.       {
  260.         "scope": "string.value",
  261.         "settings": {
  262.           "foreground": "#ce9178"
  263.         }
  264.       },
  265.       {
  266.         "scope": "string.regexp",
  267.         "settings": {
  268.           "foreground": "#d16969"
  269.         }
  270.       },
  271.       {
  272.         "name": "String interpolation",
  273.         "scope": ["punctuation.definition.template-expression.begin", "punctuation.definition.template-expression.end", "punctuation.section.embedded"],
  274.         "settings": {
  275.           "foreground": "#569cd6"
  276.         }
  277.       },
  278.       {
  279.         "name": "Reset JavaScript string interpolation expression",
  280.         "scope": "meta.template.expression",
  281.         "settings": {
  282.           "foreground": "#d4d4d4"
  283.         }
  284.       },
  285.       {
  286.         "scope": ["support.type.vendored.property-name", "support.type.property-name", "variable.css", "variable.scss", "variable.other.less", "source.coffee.embedded"],
  287.         "settings": {
  288.           "foreground": "#9cdcfe"
  289.         }
  290.       },
  291.       {
  292.         "scope": "keyword",
  293.         "settings": {
  294.           "foreground": "#569cd6"
  295.         }
  296.       },
  297.       {
  298.         "scope": "keyword.control",
  299.         "settings": {
  300.           "foreground": "#569cd6"
  301.         }
  302.       },
  303.       {
  304.         "scope": "keyword.operator",
  305.         "settings": {
  306.           "foreground": "#d4d4d4"
  307.         }
  308.       },
  309.       {
  310.         "scope": ["keyword.operator.new", "keyword.operator.expression", "keyword.operator.cast", "keyword.operator.sizeof", "keyword.operator.alignof", "keyword.operator.typeid", "keyword.operator.alignas", "keyword.operator.instanceof", "keyword.operator.logical.python", "keyword.operator.wordlike"],
  311.         "settings": {
  312.           "foreground": "#569cd6"
  313.         }
  314.       },
  315.       {
  316.         "scope": "keyword.other.unit",
  317.         "settings": {
  318.           "foreground": "#b5cea8"
  319.         }
  320.       },
  321.       {
  322.         "scope": ["punctuation.section.embedded.begin.php", "punctuation.section.embedded.end.php"],
  323.         "settings": {
  324.           "foreground": "#569cd6"
  325.         }
  326.       },
  327.       {
  328.         "scope": "support.function.git-rebase",
  329.         "settings": {
  330.           "foreground": "#9cdcfe"
  331.         }
  332.       },
  333.       {
  334.         "scope": "constant.sha.git-rebase",
  335.         "settings": {
  336.           "foreground": "#b5cea8"
  337.         }
  338.       },
  339.       {
  340.         "name": "coloring of the Java import and package identifiers",
  341.         "scope": ["storage.modifier.import.java", "variable.language.wildcard.java", "storage.modifier.package.java"],
  342.         "settings": {
  343.           "foreground": "#d4d4d4"
  344.         }
  345.       },
  346.       {
  347.         "name": "this.self",
  348.         "scope": "variable.language",
  349.         "settings": {
  350.           "foreground": "#569cd6"
  351.         }
  352.       }
  353.     ],
  354.     "semanticHighlighting": true,
  355.   "semanticTokenColors": {
  356.     "newOperator": "#000000",
  357.     "stringLiteral": "#000000",
  358.     "customLiteral": "#000000",
  359.     "numberLiteral": "#000000"
  360.     }
  361.   }
  362.  
Advertisement
Add Comment
Please, Sign In to add comment