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#ffe0e8
  • activityBar.border#ffd4e0
  • activityBar.foreground#c2185b
  • activityBar.inactiveForeground#d988a3
  • activityBarBadge.background#d81b60
  • activityBarBadge.foreground#ffffff
  • badge.background#d81b60
  • badge.foreground#ffffff
  • breadcrumb.activeSelectionForeground#c2185b
  • breadcrumb.background#fff5f7
  • breadcrumb.focusForeground#d81b60
  • breadcrumb.foreground#7d4f63
  • button.background#d81b60
  • button.foreground#ffffff
  • button.hoverBackground#c2185b
  • dropdown.background#ffffff
  • dropdown.border#ffaac8
  • dropdown.foreground#2d1b2e
  • editor.background#fff5f7
  • editor.findMatchBackground#ffb3cb
  • editor.findMatchHighlightBackground#ffb3cb60
  • editor.foreground#2d1b2e
  • editor.lineHighlightBackground#ffe8ed
  • editor.selectionBackground#ffd4e0
  • editor.selectionHighlightBackground#ffd4e080
  • editorBracketMatch.background#ffd4e080
  • editorBracketMatch.border#ff80ab
  • editorCursor.foreground#d81b60
  • editorError.foreground#e91e63
  • editorIndentGuide.activeBackground#ffaac8
  • editorIndentGuide.background#ffd4e0
  • editorInfo.foreground#4a90e2
  • editorLineNumber.activeForeground#d81b60
  • editorLineNumber.foreground#c998a8
  • editorSuggestWidget.background#ffffff
  • editorSuggestWidget.border#ffaac8
  • editorSuggestWidget.selectedBackground#ffd4e0
  • editorWarning.foreground#ff6f00
  • editorWhitespace.foreground#ffd4e0
  • editorWidget.background#ffffff
  • editorWidget.border#ffaac8
  • gitDecoration.conflictingResourceForeground#ff5722
  • gitDecoration.deletedResourceForeground#e91e63
  • gitDecoration.ignoredResourceForeground#b88899
  • gitDecoration.modifiedResourceForeground#ff6f00
  • gitDecoration.untrackedResourceForeground#4caf50
  • input.background#ffffff
  • input.border#ffaac8
  • input.foreground#2d1b2e
  • input.placeholderForeground#b88899
  • inputOption.activeBorder#d81b60
  • inputValidation.errorBackground#fff5f7
  • inputValidation.errorBorder#e91e63
  • list.activeSelectionBackground#ffd4e0
  • list.activeSelectionForeground#2d1b2e
  • list.focusBackground#ffd4e0
  • list.highlightForeground#d81b60
  • list.hoverBackground#ffe8ed
  • list.inactiveSelectionBackground#ffe8ed
  • notificationCenter.border#ffd4e0
  • notificationCenterHeader.background#ffe0e8
  • notifications.background#ffffff
  • notifications.border#ffd4e0
  • panel.background#fff5f7
  • panel.border#ffd4e0
  • panelTitle.activeBorder#d81b60
  • panelTitle.activeForeground#2d1b2e
  • panelTitle.inactiveForeground#8d6678
  • peekView.border#d81b60
  • peekViewEditor.background#fff5f7
  • peekViewResult.background#ffebf0
  • peekViewTitle.background#ffe0e8
  • progressBar.background#d81b60
  • scrollbarSlider.activeBackground#ffaac8
  • scrollbarSlider.background#ffc4d680
  • scrollbarSlider.hoverBackground#ffc4d6cc
  • sideBar.background#ffebf0
  • sideBar.border#ffd4e0
  • sideBar.foreground#4a2a3d
  • sideBarSectionHeader.background#ffe0e8
  • sideBarSectionHeader.border#ffd4e0
  • sideBarSectionHeader.foreground#c2185b
  • sideBarTitle.foreground#c2185b
  • statusBar.background#ffe0e8
  • statusBar.border#ffd4e0
  • statusBar.debuggingBackground#d81b60
  • statusBar.debuggingForeground#ffffff
  • statusBar.foreground#7d4f63
  • statusBar.noFolderBackground#ffe0e8
  • tab.activeBackground#fff5f7
  • tab.activeBorder#d81b60
  • tab.activeBorderTop#d81b60
  • tab.activeForeground#2d1b2e
  • tab.border#ffd4e0
  • tab.inactiveBackground#ffebf0
  • tab.inactiveForeground#8d6678
  • tab.unfocusedActiveBorder#ff80ab
  • terminal.ansiBlack#4a2a3d
  • terminal.ansiBlue#4a90e2
  • terminal.ansiBrightBlack#8d6678
  • terminal.ansiBrightBlue#64b5f6
  • terminal.ansiBrightCyan#4dd0e1
  • terminal.ansiBrightGreen#66bb6a
  • terminal.ansiBrightMagenta#ba68c8
  • terminal.ansiBrightRed#e91e63
  • terminal.ansiBrightWhite#2d1b2e
  • terminal.ansiBrightYellow#ffb74d
  • terminal.ansiCyan#26c6da
  • terminal.ansiGreen#4caf50
  • terminal.ansiMagenta#ab47bc
  • terminal.ansiRed#d81b60
  • terminal.ansiWhite#4a2a3d
  • terminal.ansiYellow#ffa726
  • terminal.background#fff5f7
  • terminal.foreground#2d1b2e
  • titleBar.activeBackground#ffe0e8
  • titleBar.activeForeground#4a2a3d
  • titleBar.border#ffd4e0
  • titleBar.inactiveBackground#ffebf0
  • titleBar.inactiveForeground#b88899

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#b88899italic
string, string.quoted#c2185b
string.regexp#d81b60
constant.numeric, constant.language, constant.character#7b1fa2
constant.character.escape, constant.other.placeholder#e91e63
keyword, storage.type, storage.modifier#ad1457bold
keyword.control, keyword.operator#c2185b
keyword.operator.logical, keyword.operator.comparison, keyword.operator.assignment#d81b60
entity.name.function, meta.function-call, support.function#00897b
entity.name.type, entity.name.class, support.type, support.class#1976d2bold
entity.name.tag#c2185bbold
entity.other.attribute-name#00897bitalic
variable, variable.other#37474f
variable.parameter#5e35b1italic
variable.language#d81b60italic bold
support.constant#7b1fa2
meta.import, meta.export#ad1457
punctuation.definition.tag#c2185b
punctuation.separator, punctuation.terminator#6d4c5a
meta.brace, punctuation.section#4a2a3d
markup.heading#c2185bbold
markup.italic#7b1fa2italic
markup.bold#ad1457bold
markup.underline.link#1976d2underline
markup.inline.raw, markup.fenced_code#00897b
markup.quote#b88899italic
markup.list#c2185b
invalid, invalid.illegal#ffffff
entity.name.section#1976d2bold
meta.property-name, support.type.property-name#00897b
meta.object-literal.key#00897b
support.variable#7b1fa2
entity.name.module#1976d2
variable.other.constant#7b1fa2bold

Shiki preview

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

Loading...