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#000000
  • activityBar.border#404040
  • activityBar.foreground#FFFFFF
  • activityBar.inactiveForeground#808080
  • activityBarBadge.background#00FFFF
  • activityBarBadge.foreground#000000
  • contrastActiveBorder#00FFFF
  • contrastBorder#FFFFFF
  • editor.background#000000
  • editor.foreground#FFFFFF
  • editor.lineHighlightBackground#1A1A1A
  • editor.selectionBackground#404040
  • editor.selectionHighlightBackground#606060
  • editor.wordHighlightBackground#404040
  • editor.wordHighlightStrongBackground#606060
  • editorBracketMatch.background#00FFFF80
  • editorBracketMatch.border#00FFFF
  • editorCursor.foreground#00FFFF
  • editorIndentGuide.activeBackground#00FFFF
  • editorIndentGuide.background#404040
  • editorLineNumber.activeForeground#00FFFF
  • editorLineNumber.foreground#808080
  • editorRuler.foreground#404040
  • editorWhitespace.foreground#808080
  • focusBorder#00FFFF
  • panel.background#000000
  • panel.border#404040
  • panel.foreground#FFFFFF
  • panelTitle.activeBorder#00FFFF
  • sideBar.background#000000
  • sideBar.border#404040
  • sideBar.foreground#FFFFFF
  • sideBarSectionHeader.background#1A1A1A
  • sideBarSectionHeader.foreground#FFFFFF
  • sideBarTitle.foreground#00FFFF
  • statusBar.background#000000
  • statusBar.border#404040
  • statusBar.foreground#FFFFFF
  • tab.activeBackground#000000
  • tab.activeBorder#00FFFF
  • tab.activeForeground#FFFFFF
  • tab.border#404040
  • tab.inactiveBackground#000000
  • tab.inactiveForeground#808080
  • terminal.ansiBlack#000000
  • terminal.ansiBlue#0000FF
  • terminal.ansiCyan#00FFFF
  • terminal.ansiGreen#00FF00
  • terminal.ansiMagenta#FF00FF
  • terminal.ansiRed#FF0000
  • terminal.ansiWhite#FFFFFF
  • terminal.ansiYellow#FFFF00
  • terminal.background#000000
  • terminal.foreground#FFFFFF

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
keyword.control.mvbasic, keyword.control.flow.mvbasic, keyword.control.conditional.flow.mvbasic#00FFFFbold
keyword.other.mvbasic, storage.type.mvbasic, keyword.declaration.mvbasic#FF00FFbold
keyword.operator.mvbasic, keyword.operator.logical.mvbasic#FF0000bold
support.function.builtin.relational.mvbasic#FF0000bold
variable.mvbasic#FFFFFF
variable.parameter.mvbasic#FF00FFbold
variable.other.constant.atvar.mvbasic, constant.language.mvbasic#FF0000bold
constant.language.system-variable.mvbasic#FF0000bold
punctuation.definition.mvbasic#00FFFFbold
constant.numeric.mvbasic#00AAFFbold
entity.name.function.mvbasic#FFAA00bold
meta.function-call.mvbasic entity.name.function#FFAA00bold
meta.function-call.gosub.mvbasic, support.function.gosub.mvbasic variable.other.label.mvbasic, keyword.control.gosub.mvbasic + variable.other.mvbasic#FF00FFbold italic
entity.name.function.gosub-reference.mvbasic#FF00FFbold italic
entity.name.label.mvbasic, meta.label.mvbasic#FF00FFbold italic underline
string.quoted.mvbasic#FFFF00bold
string.quoted.single.mvbasic, string.quoted.double.mvbasic#FFFF00bold
comment.line.mvbasic#808080italic
support.function.system.mvbasic, variable.other.system.mvbasic#FF0000bold
punctuation.definition.system.mvbasic#00FFFFbold
keyword.operator.at.mvbasic#FF00FFbold
meta.function-call.system.mvbasic, support.function.at-function.mvbasic#00FFFFbold underline
punctuation.section.function.begin.mvbasic, punctuation.section.parens.begin.mvbasic#00AAFF
punctuation.separator.mvbasic, punctuation.terminator.mvbasic#FF00FF
keyword.operator.mvbasic.at#FF0000bold
keyword.control.directive.mvbasic#FFFF00bold italic
entity.name.type.file-handle.mvbasic#FFFF00bold underline
variable.other.label-reference.mvbasic, entity.name.function.label-reference.mvbasic, meta.gosub.mvbasic variable.other.mvbasic, support.function.gosub.mvbasic variable.other.mvbasic#FF00FFbold italic
entity.name.label.mvbasic, meta.label.mvbasic, entity.name.tag.mvbasic, variable.other.tag.mvbasic#FF00FFbold italic underline
meta.function-call.external.mvbasic, entity.name.function.external.mvbasic, support.function.external.mvbasic#FFAA00bold
variable.other.system.mvbasic, support.function.system.mvbasic, variable.language.mvbasic#FF0000bold
entity.name.type.file-handle.mvbasic, variable.other.file-handle.mvbasic, constant.other.file-handle.mvbasic#FFFF00bold underline