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#1e1f29
  • editor.background#282a36
  • editor.foreground#f8f8f2
  • editor.inactiveSelectionBackground#4d4d4d
  • editor.lineHighlightBackground#44475a
  • editor.selectionBackground#44475a
  • editorCursor.foreground#f8f8f2
  • editorIndentGuide.activeBackground#f8f8f2
  • editorIndentGuide.background#44475a
  • editorLineNumber.foreground#6272a4
  • editorWhitespace.foreground#626a74
  • sideBar.background#1e1f29
  • statusBar.background#50fa7b
  • statusBar.foreground#282a36
  • titleBar.activeBackground#1e1f29

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, comment.block.documentation#6272a4italic
keyword, keyword.control, keyword.operator#ff79c6italic bold
variable, variable.language, variable.other#f1fa8citalic
string, string.quoted, string.quoted.double#f1fa8citalic
constant, constant.language, constant.numeric#bd93f9italic
function, entity.name.function#8be9fditalic
class, entity.name.type, support.class#ffb86citalic
type, variable.other.local#ff79c6italic
Golang Midnight by Phillipe Lacerda - VS Code Theme