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#ffffff
  • activityBar.foreground#24292f
  • activityBarBadge.background#ff5e00
  • activityBarBadge.foreground#ffffff
  • breadcrumb.foreground#24292f
  • button.background#ff5e00
  • button.foreground#ffffff
  • editor.background#ffffff
  • editor.foreground#24292f
  • editor.lineHighlightBackground#f6f8fa
  • editor.selectionBackground#dbedff
  • editorCursor.foreground#ff5e00
  • editorIndentGuide.activeBackground#ff5e00
  • editorIndentGuide.background#d0d7de
  • focusBorder#ff5e00
  • gitDecoration.deletedResourceForeground#cf222e
  • gitDecoration.modifiedResourceForeground#d15704
  • input.background#ffffff
  • input.border#d0d7de
  • input.foreground#24292f
  • input.placeholderForeground#57606a
  • list.activeSelectionBackground#dbedff
  • list.activeSelectionForeground#ff5e00
  • list.hoverBackground#f6f8fa
  • list.inactiveSelectionBackground#dbedff
  • progressBar.background#ff5e00
  • scrollbarSlider.activeBackground#ff5e0080
  • scrollbarSlider.background#8c959f33
  • scrollbarSlider.hoverBackground#8c959f80
  • sideBar.background#f6f8fa
  • sideBar.border#d0d7de
  • sideBar.foreground#24292f
  • sideBarSectionHeader.background#f6f8fa
  • sideBarSectionHeader.foreground#24292f
  • sideBarTitle.foreground#24292f
  • statusBar.background#ffffff
  • statusBar.border#d0d7de
  • statusBar.debuggingBackground#fd8c73
  • statusBar.foreground#57606a
  • statusBar.noFolderBackground#ffffff
  • tab.activeBorder#ff5e00
  • tab.inactiveBackground#f6f8fa
  • titleBar.activeBackground#ffffff
  • titleBar.activeForeground#24292f
  • titleBar.border#d0d7de
  • titleBar.inactiveBackground#f6f8fa

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, comment.line, comment.line.semicolon.krl#008000—
comment.line.fold.krl, meta.fold.krl, keyword.control.fold.krl#008000bold
keyword.control.directive.krl, comment.line.ampersand.krl#646695—
string, string.quoted.double.krl#D16969—
constant.numeric, constant.numeric.krl#00008Bbold
constant.numeric.hex.krl, constant.numeric.binary.krl#FF00FFbold
keyword.operator.comparison.krl, keyword.operator.arithmetic.krl, keyword.operator.symbolic.krl, punctuation.krl#006400bold
keyword.operator.logical.krl, keyword.operator.bitwise.krl#0000FFbold
keyword.function.movement.krl#000000bold
storage.type.krl, storage.type.interrupt.krl, storage.type.trigger.krl#008B8B—
keyword.control.krl#0000FF—
variable.language.system.krl#0070C1—
constant.language.enum.krl, variable.other.enummember.krl#008B8B—
variable.language.axis.krl#795E26—
support.function.builtin.krl#000000bold
variable.function.krl#795E26—