Skip to main content
Coding Theme

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#0C0915
  • activityBar.foreground#D8D2E7
  • activityBarBadge.background#F57DB4
  • activityBarBadge.foreground#120E1D
  • badge.background#A9EC7240
  • badge.foreground#C3F19C
  • diffEditor.insertedLineBackground#A9EC7215
  • diffEditor.insertedTextBackground#A9EC7222
  • diffEditor.removedLineBackground#E06B7415
  • diffEditor.removedTextBackground#E06B7422
  • diffEditorGutter.insertedLineBackground#A9EC7222
  • diffEditorGutter.removedLineBackground#E06B7422
  • editor.background#120E1D
  • editor.findMatchBackground#3D8FA780
  • editor.findMatchHighlightBackground#4A657366
  • editor.foreground#E7E2F3
  • editor.lineHighlightBackground#1C1628
  • editor.selectionBackground#372A54
  • editor.selectionHighlightBackground#2A213F
  • editor.wordHighlightBackground#5A3D8D8A
  • editor.wordHighlightStrongBackground#7C54C6B0
  • editorBracketHighlight.foreground1#A9EC72
  • editorBracketHighlight.foreground2#B2E89F
  • editorBracketHighlight.foreground3#C3F19C
  • editorBracketHighlight.foreground4#A9EC72
  • editorBracketHighlight.foreground5#B2E89F
  • editorBracketHighlight.foreground6#C3F19C
  • editorBracketMatch.background#3E306180
  • editorBracketMatch.border#A9EC7288
  • editorCursor.foreground#F57DB4
  • editorError.foreground#E06B74
  • editorGroupHeader.tabsBorder#100D1A
  • editorHoverWidget.background#100D1A
  • editorHoverWidget.border#2B2140
  • editorHoverWidget.foreground#E7E2F3
  • editorIndentGuide.activeBackground1#4B3A74
  • editorIndentGuide.background1#2B2140
  • editorInfo.foreground#A9EC72
  • editorInlayHint.background#372A5480
  • editorInlayHint.foreground#9188AB99
  • editorInlayHint.parameterBackground#372A5480
  • editorInlayHint.parameterForeground#9188AB
  • editorInlayHint.typeBackground#372A5480
  • editorInlayHint.typeForeground#C3F19C
  • editorLineNumber.activeForeground#B9B0D2
  • editorLineNumber.foreground#7C7395
  • editorSuggestWidget.background#100D1A
  • editorSuggestWidget.border#2B2140
  • editorSuggestWidget.foreground#E7E2F3
  • editorSuggestWidget.selectedBackground#372A54
  • editorWarning.foreground#E7C85A
  • focusBorder#A9EC7266
  • input.background#1C1628
  • input.border#2B2140
  • input.foreground#E7E2F3
  • list.activeSelectionBackground#372A54
  • list.activeSelectionForeground#E7E2F3
  • list.focusBackground#2A213F
  • list.hoverBackground#2A213F
  • list.inactiveSelectionBackground#2A213F
  • minimap.background#120E1D
  • panel.background#171128
  • scrollbarSlider.background#2B214033
  • scrollbarSlider.hoverBackground#4B3A7455
  • sideBar.background#100D1A
  • sideBar.border#100D1A
  • sideBar.foreground#C6BDD9
  • sideBarTitle.foreground#B9B0D2
  • statusBar.background#090712
  • statusBar.foreground#CEC6DF
  • tab.activeBorder#A9EC72
  • tab.inactiveBackground#100D1A
  • tab.inactiveForeground#9188AB
  • terminal.ansiBlack#120E1D
  • terminal.ansiBlue#A9EC72
  • terminal.ansiBrightBlack#7C7395
  • terminal.ansiBrightBlue#C3F19C
  • terminal.ansiBrightCyan#C3F19C
  • terminal.ansiBrightGreen#B2E89F
  • terminal.ansiBrightMagenta#F57DB4
  • terminal.ansiBrightRed#E06B74
  • terminal.ansiBrightWhite#E7E2F3
  • terminal.ansiBrightYellow#C3F19C
  • terminal.ansiCyan#A9EC72
  • terminal.ansiGreen#A9EC72
  • terminal.ansiMagenta#F57DB4
  • terminal.ansiRed#E06B74
  • terminal.ansiWhite#E7E2F3
  • terminal.ansiYellow#B2E89F
  • terminal.background#130F21
  • terminal.foreground#E7E2F3
  • titleBar.activeBackground#090712

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
support.type.property-name.json, meta.structure.dictionary.json > string.quoted.json#F57DB4
meta.structure.dictionary.value.json string.quoted.double.json, meta.structure.array.json string.quoted.double.json#A9EC72
constant.numeric.json, constant.language.boolean.json, constant.language.null.json#A9EC72
punctuation.separator.dictionary.key-value.json, punctuation.separator.array.json#8B7FB6
comment, punctuation.definition.comment#9188ABitalic
keyword, storage, keyword.control#F57DB4
entity.name.function, support.function#A9EC72
entity.name.tag, entity.name.tag.js, entity.name.tag.jsx, entity.name.tag.tsx, entity.name.type.jsx, entity.name.type.tsx, meta.tag.custom.jsx entity.name.type.jsx, meta.tag.custom.tsx entity.name.type.tsx, support.class.component, support.class.component.jsx, support.class.component.tsx#F57DB4
variable, meta.definition.variable.name#EEEAFA
variable.parameter#EEEAFA
string, constant.other.symbol#B2E89F
constant.numeric, constant.language#A9EC72
entity.name.type, support.type#C3F19C
entity.name.section, markup.heading#A9EC72bold
constant.character.escape, support.constant#A9EC72
punctuation, meta.brace#A49CC1

Shiki preview

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

Loading...

MangaMode - Coding Theme