Skip to main content
Coding Theme

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#0D111B
  • activityBar.foreground#D6E2FF
  • editor.background#090B10
  • editor.foreground#D6E2FF
  • editor.inactiveSelectionBackground#141A27
  • editor.selectionBackground#1C2333
  • editor.wordHighlightBackground#1C233344
  • editor.wordHighlightStrongBackground#24304B66
  • editorBracketMatch.background#25304B66
  • editorBracketMatch.border#66D9EF
  • editorCursor.foreground#66D9EF
  • editorIndentGuide.activeBackground1#2A3350
  • editorIndentGuide.background1#131825
  • editorLineNumber.activeForeground#7F8AA3
  • editorLineNumber.foreground#3D4458
  • sideBar.background#0B0F18
  • sideBar.foreground#B3BDD4
  • statusBar.background#0F1420
  • statusBar.foreground#D6E2FF
  • terminal.ansiBlack#090B10
  • terminal.ansiBlue#5CA9FF
  • terminal.ansiBrightBlack#4A5165
  • terminal.ansiBrightBlue#86C1FF
  • terminal.ansiBrightCyan#9DE9FF
  • terminal.ansiBrightGreen#A4EFA0
  • terminal.ansiBrightMagenta#D8B0F5
  • terminal.ansiBrightRed#FF8787
  • terminal.ansiBrightWhite#E8F0FF
  • terminal.ansiBrightYellow#FFD479
  • terminal.ansiCyan#66D9EF
  • terminal.ansiGreen#89DD7C
  • terminal.ansiMagenta#C792EA
  • terminal.ansiRed#FF6B6B
  • terminal.ansiWhite#D6E2FF
  • terminal.ansiYellow#F2C14E
  • terminal.background#090B10
  • terminal.foreground#D6E2FF
  • terminalCursor.background#66D9EF
  • terminalCursor.foreground#66D9EF
  • titleBar.activeBackground#0B0F18
  • titleBar.activeForeground#D6E2FF

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#5A637Bitalic
keyword, storage.type, storage.modifier#C792EA
string, constant.other.symbol#89DD7C
constant.numeric, constant.language#F2C14E
entity.name.function, support.function#5CA9FF
variable, entity.name.variable#D6E2FF
entity.name.type, support.type, entity.name.class#66D9EF
CoreCode by corecodecli - VS Code Theme