Skip to main content
CodingTheme

Ultimate VSCode Themes & Icons Pack - 50+ Professional Themes with 11 Icon Sets

Publisher: SecureDevThemes in package: 101

Ultimate collection of 50+ professional VSCode themes: dark themes like Nebula Storm, Stellar Operator, Cosmic Eclipse, Ocean Depths, Hacker, Bad Hacker, Nord, Tokyo Night, Dracula, Solarized, Gruvbox, One Dark Pro, Goku Code, Nebula, Neon Dream, Dark Green Jungle, Black and White TV, Maple Dark, Ne

Color themes

VS Code preview

Full workbench mockup using this variant's colors and tokenColors.

Loading...

colors

Workbench UI color keys from the theme JSON colors map.

  • activityBar.background#F5F3ED
  • activityBar.foreground#2A1F16
  • activityBar.inactiveForeground#5A4D3F
  • activityBarBadge.background#FF8C42
  • activityBarBadge.foreground#FFFFFF
  • badge.background#FF8C42
  • badge.foreground#FFFFFF
  • button.background#FF8C42
  • button.foreground#FFFFFF
  • button.hoverBackground#E67D22
  • button.secondaryBackground#5A4D3F
  • button.secondaryForeground#FFFFFF
  • button.secondaryHoverBackground#2A1F16
  • dropdown.background#FFFEF9
  • dropdown.border#8B7D6B
  • dropdown.foreground#2A1F16
  • editor.background#FFFEF9
  • editor.findMatchBackground#FFE4A3
  • editor.findMatchBorder#E67D2280
  • editor.findMatchHighlightBackground#FFF4D1
  • editor.foreground#2A1F16
  • editor.inactiveSelectionBackground#F5E5D899
  • editor.lineHighlightBackground#F5F0E8
  • editor.selectionBackground#FFD9B8
  • editorCursor.foreground#E67D22
  • editorGroupHeader.tabsBackground#EBE8DF
  • editorIndentGuide.activeBackground1#8B7D6B
  • editorIndentGuide.background1#D0CAB8
  • editorLineNumber.activeForeground#5A4D3F
  • editorLineNumber.foreground#8B7D6B
  • editorWidget.background#F9F7F2
  • editorWidget.border#8B7D6B
  • focusBorder#00000000
  • input.background#FFFEF9
  • input.border#8B7D6B
  • input.foreground#2A1F16
  • input.placeholderForeground#5A4D3F
  • list.activeSelectionBackground#FFD9B8
  • list.activeSelectionForeground#2A1F16
  • list.activeSelectionIconForeground#2A1F16
  • list.hoverBackground#F9F7F2
  • list.hoverForeground#2A1F16
  • list.inactiveSelectionBackground#F5E5D8
  • list.inactiveSelectionForeground#2A1F16
  • panel.background#FFFEF9
  • panel.border#D0CAB8
  • panelTitle.activeBorder#E67D22
  • panelTitle.activeForeground#2A1F16
  • panelTitle.inactiveForeground#5A4D3F
  • peekView.border#E67D22
  • peekViewEditor.background#F9F7F2
  • peekViewResult.background#F9F7F2
  • scrollbarSlider.activeBackground#5A4D3F99
  • scrollbarSlider.background#8B7D6B66
  • scrollbarSlider.hoverBackground#8B7D6B99
  • sideBar.background#F5F3ED
  • sideBar.border#D0CAB8
  • sideBar.foreground#2A1F16
  • sideBarSectionHeader.background#EBE8DF
  • sideBarSectionHeader.foreground#2A1F16
  • sideBarTitle.foreground#2A1F16
  • statusBar.background#EBE8DF
  • statusBar.border#D0CAB8
  • statusBar.foreground#2A1F16
  • statusBar.noFolderBackground#EBE8DF
  • tab.activeBackground#FFFEF9
  • tab.activeBorder#E67D22
  • tab.activeBorderTop#00000000
  • tab.activeForeground#2A1F16
  • tab.border#D0CAB8
  • tab.inactiveBackground#EBE8DF
  • tab.inactiveForeground#5A4D3F
  • terminal.ansiBlack#2A1F16
  • terminal.ansiBlue#2D5F75
  • terminal.ansiBrightBlack#5A4D3F
  • terminal.ansiBrightBlue#3D7B91
  • terminal.ansiBrightCyan#4D8FA3
  • terminal.ansiBrightGreen#5A7A1A
  • terminal.ansiBrightMagenta#955A99
  • terminal.ansiBrightRed#D65B3E
  • terminal.ansiBrightWhite#FFFEF9
  • terminal.ansiBrightYellow#E67D22
  • terminal.ansiCyan#2D5F75
  • terminal.ansiGreen#4A6414
  • terminal.ansiMagenta#7A3F7D
  • terminal.ansiRed#C4361A
  • terminal.ansiWhite#EBE8DF
  • terminal.ansiYellow#CC6600
  • terminal.background#FFFEF9
  • terminal.foreground#2A1F16
  • titleBar.activeBackground#EBE8DF
  • titleBar.activeForeground#2A1F16
  • titleBar.border#D0CAB8
  • titleBar.inactiveBackground#E0DDD2
  • titleBar.inactiveForeground#5A4D3F

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#746B5Fitalic
comment.block.preprocessor#746B5F
comment.documentation, comment.block.documentation#5A4D3F
invalid.illegal#C4361A
keyword.operator#5A4D3F
keyword, storage.modifier#7A3F7D
storage.type, storage.modifier#7A3F7D
entity.name.type, support.type, entity.other.inherited-class#CC6600
constant.language, support.constant#B35900
variable, support.variable#2D5F75
variable.language#B35900italic
variable.other.property, variable.other.object.property, support.variable.property#3D7B91
variable.parameter, meta.parameters variable#4A6414italic
entity.name.function, support.function#C4361Aitalic
entity.name.type.class, support.class#CC6600italic
entity.name.type.interface#B35900italic
entity.name.exception#C4361A
entity.name.sectionbold
constant.numeric#B35900
constant.character, constant#B35900
string#4A6414
constant.character.escape#5A4D3F
string.regexp#2D5F75
constant.other.symbol#B35900
string.template, punctuation.definition.string.template#5A7A1A
meta.template.expression#2A1F16
punctuation#5A4D3F
keyword.control.import, keyword.control.export, keyword.control.from#7A3F7Ditalic
variable.other.readwrite.alias, meta.import variable, meta.export variable#CC6600
support.type.property-name.json, meta.structure.dictionary.key.json string.quoted#3D7B91
meta.tag.sgml.doctype, meta.tag.sgml.doctype string, meta.tag.sgml.doctype entity.name.tag, meta.tag.sgml punctuation.definition.tag.html#746B5F
meta.tag, punctuation.definition.tag.html, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html#5A4D3F
entity.name.tag#7A3F7D
meta.tag entity.other.attribute-name, entity.other.attribute-name.html#3D7B91italic
constant.character.entity, punctuation.definition.entity#B35900
support.class.component.jsx, support.class.component.tsx#CC6600bold
meta.selector, meta.selector entity, meta.selector entity punctuation, entity.name.tag.css#7A3F7D
meta.property-name, support.type.property-name#3D7B91
meta.property-value, meta.property-value constant.other, support.constant.property-value#4A6414
keyword.other.important#C4361Abold
markup.heading, entity.name.section.markdown#C4361Abold
markup.bold#2A1F16bold
markup.italic#2A1F16italic
string.other.link.title.markdown, string.other.link.description.markdown#2D5F75
markup.underline.link.markdown, markup.underline.link.image.markdown#5A7A1Aunderline
markup.inline.raw.markdown, markup.fenced_code.block.markdown#B35900
markup.quote.markdown#5A4D3Fitalic
beginning.punctuation.definition.list.markdown, punctuation.definition.list.begin.markdown#7A3F7D
markup.changed#CC6600
markup.deleted#C4361A
markup.error#C4361A
markup.inserted#4A6414
markup.output, markup.raw#5A4D3F
markup.prompt#5A4D3F
markup.traceback#C4361A
markup.underlineunderline
meta.diff.range, meta.diff.index, meta.separator#5A4D3F
meta.diff.header.from-file#C4361A
meta.diff.header.to-file#4A6414

Shiki preview

TypeScript sample highlighted with this variant's colors and tokenColors.

Loading...