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#F0F0F0
  • activityBar.border#D4D4D4
  • activityBar.foreground#000000
  • activityBar.inactiveForeground#999999
  • activityBarBadge.background#007ACC
  • activityBarBadge.foreground#FFFFFF
  • button.background#007ACC
  • button.foreground#FFFFFF
  • button.hoverBackground#005A99
  • diffEditor.insertedLineBackground#00800015
  • diffEditor.insertedTextBackground#00800030
  • diffEditor.removedLineBackground#FF000015
  • diffEditor.removedTextBackground#FF000030
  • dropdown.background#FFFFFF
  • dropdown.border#D4D4D4
  • dropdown.foreground#000000
  • editor.background#FFFFFF
  • editor.findMatchBackground#FFCC80
  • editor.findMatchForeground#000000
  • editor.findMatchHighlightBackground#FFF3CD80
  • editor.findMatchHighlightForeground#000000CC
  • editor.foldBackground#D4D4D480
  • editor.foreground#000000
  • editor.inactiveSelectionBackground#D4D4D480
  • editor.lineHighlightBackground#FAFFE6
  • editor.selectionBackground#B4D5FE
  • editor.selectionForeground#000000
  • editorBracketMatch.background#00FFFF
  • editorBracketMatch.border#D6CCCC
  • editorCursor.foreground#000000
  • editorError.foreground#FF0000
  • editorGutter.background#FFFFFF
  • editorHint.foreground#008000
  • editorInfo.foreground#008080
  • editorLineNumber.activeForeground#000000
  • editorLineNumber.foreground#9999CC
  • editorOverviewRuler.border#C0C0C0
  • editorRuler.foreground#C0C0C0
  • editorWarning.foreground#CC8800
  • editorWhitespace.foreground#C0C0C0
  • focusBorder#007ACC
  • input.background#FFFFFF
  • input.border#D4D4D4
  • input.foreground#000000
  • input.placeholderForeground#999999
  • inputOption.activeBorder#007ACC
  • list.activeSelectionBackground#D4D4D4
  • list.activeSelectionForeground#000000
  • list.focusBackground#E8E8E8
  • list.focusForeground#000000
  • list.hoverBackground#E8E8E8
  • list.inactiveSelectionBackground#E8E8E8
  • menu.background#FFFFFF
  • menu.border#D4D4D4
  • menu.foreground#000000
  • menu.selectionBackground#D4D4D4
  • scrollbar.shadow#E8E8E8
  • scrollbarSlider.activeBackground#007ACC
  • scrollbarSlider.background#C0C0C0
  • scrollbarSlider.hoverBackground#999999
  • sideBar.background#F0F0F0
  • sideBar.border#D4D4D4
  • sideBar.foreground#000000
  • sideBarSectionHeader.background#E8E8E8
  • sideBarSectionHeader.foreground#000000
  • sideBarTitle.foreground#000000
  • statusBar.background#F0F0F0
  • statusBar.border#D4D4D4
  • statusBar.debuggingBackground#CC0000
  • statusBar.debuggingForeground#FFFFFF
  • statusBar.foreground#000000
  • statusBar.noFolderBackground#F0F0F0
  • tab.activeBackground#FFFFFF
  • tab.activeBorderTop#007ACC
  • tab.activeForeground#000000
  • tab.border#D4D4D4
  • tab.inactiveBackground#F0F0F0
  • tab.inactiveForeground#999999
  • terminal.ansiBlack#000000
  • terminal.ansiBlue#0000FF
  • terminal.ansiBrightBlack#808080
  • terminal.ansiBrightBlue#0000FF
  • terminal.ansiBrightCyan#008080
  • terminal.ansiBrightGreen#008000
  • terminal.ansiBrightMagenta#800080
  • terminal.ansiBrightRed#FF0000
  • terminal.ansiBrightWhite#FFFFFF
  • terminal.ansiBrightYellow#808000
  • terminal.ansiCyan#008080
  • terminal.ansiGreen#008000
  • terminal.ansiMagenta#800080
  • terminal.ansiRed#FF0000
  • terminal.ansiWhite#C0C0C0
  • terminal.ansiYellow#808000
  • terminal.background#FFFFFF
  • terminal.foreground#000000
  • titleBar.activeBackground#E8E8E8
  • titleBar.activeForeground#000000
  • titleBar.border#D4D4D4

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
keyword, keyword.control, keyword.other, storage.type, storage.modifier, storage.support, constant.language, entity.name.tag, entity.name.tag.pascal#000080bold
comment, comment.line, comment.block, comment.block.documentation, punctuation.definition.comment, string.regexp#008000italic
string.quoted.single, string.quoted.double#0000FF
constant.numeric, constant.character#0000FF
variable, variable.other, variable.parameter, entity.name, entity.name.function, entity.name.type, support.class, support.constant#000000
keyword.operator, punctuation, punctuation.terminator, punctuation.separator#000000
keyword.control.directive, meta.preprocessor#008000
source.asm, meta.embedded.asm#000000
support.attribute, punctuation.definition.annotation, meta.attribute#FF0000
markup.underline.link#0000FFunderline
invalid.illegal, meta.script, source.script#FF0000
Delphi IDE Theme by Wallace Ferreira - VS Code Theme