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#282C34
  • editor.background#282C34
  • editor.foreground#ABB2BF
  • editor.lineHighlightBackground#2C313C
  • editorCursor.foreground#528BFF
  • editorWhitespace.foreground#3B4048
  • sideBar.background#21252B
  • sideBar.foreground#ABB2BF
  • statusBar.background#21252B
  • terminal.ansiBlack#282C34
  • terminal.ansiBlue#61AFEF
  • terminal.ansiBrightBlack#5C6370
  • terminal.ansiBrightBlue#61AFEF
  • terminal.ansiBrightCyan#56B6C2
  • terminal.ansiBrightGreen#98C379
  • terminal.ansiBrightMagenta#C678DD
  • terminal.ansiBrightRed#E06C75
  • terminal.ansiBrightWhite#FFFFFF
  • terminal.ansiBrightYellow#E5C07B
  • terminal.ansiCyan#56B6C2
  • terminal.ansiGreen#98C379
  • terminal.ansiMagenta#C678DD
  • terminal.ansiRed#E06C75
  • terminal.ansiWhite#ABB2BF
  • terminal.ansiYellow#E5C07B
  • terminal.background#282C34
  • terminal.foreground#ABB2BF
  • titleBar.activeBackground#282C34

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
entity.name.type.terraform, keyword.control.terraform, storage.type.terraform#C678DDbold
variable.other.readwrite.hcl#E06C75bold
string.quoted.double.terraform, string.quoted.double.hcl#98C379
variable.other.enummember.hcl#61AFEF
constant.language.boolean, constant.numeric#D19A66
punctuation.section.block.begin.hcl, punctuation.section.block.end.hcl, meta.brace.curly, meta.brace.round, meta.brace.square#ABB2BF
comment, punctuation.definition.comment#5C6370italic
Aguppesce Theme by aguppesce - VS Code Theme