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.activeBorder#0850B5
  • activityBar.background#e4eaf3
  • activityBar.foreground#323b45
  • activityBar.inactiveForeground#9097a6
  • activityBarBadge.background#efc267
  • activityBarBadge.foreground#323b45
  • diffEditor.insertedLineBackground#d5fdd280
  • diffEditor.insertedTextBackground#d5fdd280
  • diffEditor.removedLineBackground#fbdcdc80
  • diffEditor.removedTextBackground#fbdcdc80
  • editor.background#fcfcfd
  • editor.findMatchBackground#efc267
  • editor.findMatchHighlightBackground#c2d6f280
  • editor.foreground#323b45
  • editor.inactiveSelectionBackground#d9edfc80
  • editor.lineHighlightBackground#edf2fd
  • editor.selectionBackground#ceeaff
  • editor.wordHighlightBackground#d9edfc80
  • editor.wordHighlightStrongBackground#c2d6f280
  • editorBracketMatch.background#d9edfc
  • editorBracketMatch.border#0850B5
  • editorCursor.foreground#323b45
  • editorError.foreground#c1293d
  • editorGroupHeader.tabsBackground#edf2fd
  • editorGutter.addedBackground#2b9728
  • editorGutter.deletedBackground#c1293d
  • editorGutter.modifiedBackground#257fc4
  • editorHint.foreground#008165
  • editorIndentGuide.activeBackground1#b5bac4
  • editorIndentGuide.background1#e4eaf3
  • editorInfo.foreground#257fc4
  • editorLineNumber.activeForeground#323b45
  • editorLineNumber.foreground#b5bac4
  • editorWarning.foreground#f29130
  • editorWhitespace.foreground#e4eaf3
  • list.activeSelectionBackground#ceeaff
  • list.activeSelectionForeground#323b45
  • list.hoverBackground#d9edfc
  • list.inactiveSelectionBackground#d9edfc
  • list.inactiveSelectionForeground#323b45
  • panel.background#fcfcfd
  • sideBar.background#edf2fd
  • sideBar.foreground#323b45
  • sideBarTitle.foreground#9097a6
  • statusBar.background#e4eaf3
  • statusBar.debuggingBackground#efc267
  • statusBar.foreground#323b45
  • statusBar.noFolderBackground#e4eaf3
  • tab.activeBackground#fcfcfd
  • tab.activeForeground#323b45
  • tab.inactiveBackground#edf2fd
  • tab.inactiveForeground#9097a6
  • terminal.ansiBlack#323b45
  • terminal.ansiBlue#0850B5
  • terminal.ansiBrightBlack#9097a6
  • terminal.ansiBrightBlue#257fc4
  • terminal.ansiBrightCyan#0092bf
  • terminal.ansiBrightGreen#2b9728
  • terminal.ansiBrightMagenta#615FB9
  • terminal.ansiBrightRed#c1293d
  • terminal.ansiBrightWhite#fcfcfd
  • terminal.ansiBrightYellow#f29130
  • terminal.ansiCyan#008165
  • terminal.ansiGreen#2b9728
  • terminal.ansiMagenta#615FB9
  • terminal.ansiRed#c1293d
  • terminal.ansiWhite#e4eaf3
  • terminal.ansiYellow#d99610
  • terminal.background#fcfcfd
  • terminal.foreground#323b45
  • titleBar.activeBackground#e4eaf3
  • titleBar.activeForeground#323b45
  • titleBar.inactiveBackground#edf2fd

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#9097a6italic
string#2b9728
constant.numeric, constant.character#1D5AB5
constant.language, support.constant, variable.language, constant.other, support.type, storage.type, entity.name.type, entity.name.class, support.class, entity.other.inherited-class#008165
keyword, storage#0092bf
variable, support.variable#257fc4
variable.other.property, support.variable.property, meta.object-literal.key, entity.other.attribute-name#0092bf
entity.name.function, support.function, meta.function-call#0850B5
constant.character.escape, punctuation.definition.tag, entity.name.tag, keyword.control.directive, meta.preprocessor#615FB9
invalid, invalid.illegal#c1293d
markup.heading#1D5AB5bold
markup.heading.2#008165
markup.heading.3, markup.heading.5#0092bf
markup.heading.4#2b9728
markup.heading.6#c1293d
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.fenced_code.block#008165
markup.quote#9097a6
markup.underline.link, string.other.link#1D5AB5underline
markup.inserted#2b9728
markup.deleted#c1293d
markup.changed#1D5AB5
South by citizen428 - VS Code Theme