Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>Embarrassed Dark ThemeNew to Visual Studio Code? Get it now.
Embarrassed Dark Theme

Embarrassed Dark Theme

nolbo

|
196 installs
| (0) | Free
'Embarrassed Dark Theme' for Visual Studio Code.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Embarrassed Dark Theme

Embarrassed Dark Theme for Visual Studio Code.

Image

Json

{
    "name": "Embarrassed-Dark-Theme",
    "type": "Dark",
    "tokenColors": [
      {
        "name": "Global settings",
        "settings": {
          "background": "#333333",
          "foreground": "#BDBDBD"
        }
      },
      {
        "name": "String",
        "scope": "string",
        "settings": {
          "foreground": "#59ffc8"
        }
      },
      {
        "name": "Boolean",
        "scope": "constant.language.boolean",
        "settings": {
          "foreground": "#00ffff"
        }
      },
      {
        "name": "Number",
        "scope": "constant.numeric",
        "settings": {
          "foreground": "#D400FF"
        }
      },
      {
        "name": "Identifier",
        "scope": "variable, support.variable, support.class, support.constant, meta.definition.variable entity.name.function",
        "settings": {
          "foreground": "#BDBDBD"
        }
      },
      {
        "name": "Keyword",
        "scope": "keyword, modifier, variable.language.this, support.type.object, constant.language",
        "settings": {
          "foreground": "#ff00b3"
        }
      },
      {
        "name": "Function call",
        "scope": "entity.name.function, support.function",
        "settings": {
          "foreground": "#ffc400"
        }
      },
      {
        "name": "Storage",
        "scope": "storage.type, storage.modifier",
        "settings": {
          "foreground": "#ff00b3"
        }
      },
      {
        "name": "Modules",
        "scope": "support.module, support.node",
        "settings": {
          "foreground": "#59ffc8",
          "fontStyle": "italic"
        }
      },
      {
        "name": "Type",
        "scope": "support.type",
        "settings": {
          "foreground": "#ffc400"
        }
      },
      {
        "name": "Type",
        "scope": "entity.name.type, entity.other.inherited-class",
        "settings": {
          "foreground": "#ffc400"
        }
      },
      {
        "name": "Comment",
        "scope": "comment",
        "settings": {
          "foreground": "#636363",
          "fontStyle": "italic"
        }
      },
      {
        "name": "Class",
        "scope": "entity.name.type.class",
        "settings": {
          "foreground": "#00ffff"
        }
      },
      {
        "name": "Class variable",
        "scope": "variable.object.property",
        "settings": {
          "foreground": "#00ffff"
        }
      },
      {
        "name": "Class method",
        "scope": "meta.definition.method entity.name.function",
        "settings": {
          "foreground": "#7620ff"
        }
      },
      {
        "name": "Function definition",
        "scope": "meta.function entity.name.function",
        "settings": {
          "foreground": "#ffc400"
        }
      },
      {
        "name": "Template expression",
        "scope": "template.expression.begin, template.expression.end",
        "settings": {
          "foreground": "#00ffff"
        }
      },
      {
        "name": "YAML key",
        "scope": "entity.name.tag.yaml",
        "settings": {
          "foreground": "#ff00b3"
        }
      },
      {
        "name": "JSON key",
        "scope": "meta.object-literal.key, meta.object-literal.key string, support.type.property-name.json",
        "settings": {
          "foreground": "#ff00b3"
        }
      },
      {
        "name": "JSON constant",
        "scope": "constant.language.json",
        "settings": {
          "foreground": "#ffc400"
        }
      },
      {
        "name": "CSS class",
        "scope": "entity.other.attribute-name.class",
        "settings": {
          "foreground": "#00ffff"
        }
      },
      {
        "name": "CSS ID",
        "scope": "entity.other.attribute-name.id",
        "settings": {
          "foreground": "#00ffff"
        }
      },
      {
        "name": "CSS tag",
        "scope": "source.css entity.name.tag",
        "settings": { "foreground": "#d400ff" }
      },
      {
        "name": "HTML tag outer",
        "scope": "meta.tag, punctuation.definition.tag",
        "settings": { "foreground": "#ff00b3" }
      },
      {
        "name": "HTML tag inner",
        "scope": "entity.name.tag",
        "settings": { "foreground": "#ff00b3" }
      },
      {
        "name": "HTML tag attribute",
        "scope": "entity.other.attribute-name",
        "settings": { "foreground": "#ffc400" }
      },
      {
        "name": "Markdown heading",
        "scope": "markup.heading",
        "settings": { "foreground": "#ff00b3" }
      },
      {
        "name": "Markdown link text",
        "scope": "text.html.markdown meta.link.inline, meta.link.reference",
        "settings": { "foreground": "#d400ff" }
      },
      {
        "name": "Markdown list item",
        "scope": "text.html.markdown beginning.punctuation.definition.list",
        "settings": { "foreground": "#ffc400" }
      },
      {
        "name": "Markdown italic",
        "scope": "markup.italic",
        "settings": {
          "foreground": "#ffc400",
          "fontStyle": "italic"
        }
      },
      {
        "name": "Markdown bold",
        "scope": "markup.bold",
        "settings": {
          "foreground": "#ffc400",
          "fontStyle": "bold"
        }
      },
      {
        "name": "Markdown bold italic",
        "scope": "markup.bold markup.italic, markup.italic markup.bold",
        "settings": {
          "foreground": "#ffc400",
          "fontStyle": "italic bold"
        }
      },
      {
        "name": "INI property name",
        "scope": "keyword.other.definition.ini",
        "settings": { "foreground": "#ffc400" }
      },
      {
        "name": "INI section title",
        "scope": "entity.name.section.group-title.ini",
        "settings": { "foreground": "#ff00b3" }
      },
      {
        "name": "C# class",
        "scope": "source.cs meta.class.identifier storage.type",
        "settings": {
          "foreground": "#00ffff"
        }
      },
      {
        "name": "C# class method",
        "scope": "source.cs meta.method.identifier entity.name.function",
        "settings": { "foreground": "#7620ff" }
      },
      {
        "name": "C# function call",
        "scope": "source.cs meta.method-call meta.method, source.cs entity.name.function",
        "settings": { "foreground": "#ffc400" }
      },
      {
        "name": "C# type",
        "scope": "source.cs storage.type",
        "settings": { "foreground": "#ffc400" }
      },
      {
        "name": "C# return type",
        "scope": "source.cs meta.method.return-type",
        "settings": { "foreground": "#ffc400" }
      },
      {
        "name": "C# preprocessor",
        "scope": "source.cs meta.preprocessor",
        "settings": { "foreground": "#ff0d92" }
      },
      {
        "name": "C# namespace",
        "scope": "source.cs entity.name.type.namespace",
        "settings": { "foreground": "#BDBDBD" }
      },
      {
        "name": "Global settings",
        "settings": {
          "background": "#333333",
          "foreground": "#BDBDBD"
        }
      }
    ],
    "colors": {
      "editorBackground": "#333333",
      "editorForeground": "#BDBDBD",
      "editorGuide": "#141414",
      "editorInvisibles": "#141414",
      "tabsContainerBackground": "#141414",
      "inactiveTabBackground": "#171717",
      "sideBarBackground": "#141414",
      "panelBackground": "#141414",
      "activityBarBackground": "#171717",
      "activityBadgeBackground": "#5555FF",
      "inputBoxBackground": "#000000",
      "dropdownBackground": "#333333",
      "statusBarBackground": "#333333",
      "statusBarNoFolderBackground": "#0d0d0d",
      "statusBarDebuggingBackground": "#5555FF",
      "focusedElementOutline": "#5555FF",
      "editorPeekEditorBackground": "#0d0d0d",
      "editorPeekTitleBackground": "#111111",
      "editorPeekBorder": "#5555FF",
      "editorPeekResultsBackground": "#141414",
      "editorFindWidgetBackground": "#141414",
      "editorFindInputBackground": "#171717",
      "editorFindCheckedBorders": "#5555FF",
      "editorMarkerNavigationBackground": "#141414"
    }
  }
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft