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#282c34
  • activityBar.foreground#d7dae0
  • activityBarBadge.background#ff5e00
  • activityBarBadge.foreground#ffffff
  • breadcrumb.foreground#abb2bf
  • button.background#ff5e00
  • button.foreground#ffffff
  • editor.background#282c34
  • editor.foreground#abb2bf
  • editor.lineHighlightBackground#2c313c
  • editor.selectionBackground#3e4451
  • editorCursor.foreground#ff5e00
  • editorIndentGuide.activeBackground#ff5e00
  • editorIndentGuide.background#3b4048
  • focusBorder#ff5e00
  • gitDecoration.deletedResourceForeground#e06c75
  • gitDecoration.modifiedResourceForeground#e2c08d
  • input.background#1d1f23
  • input.foreground#abb2bf
  • input.placeholderForeground#5c6370
  • inputOption.activeBorder#ff5e00
  • list.activeSelectionBackground#2c313c
  • list.activeSelectionForeground#ff5e00
  • list.hoverBackground#2c313c
  • list.inactiveSelectionBackground#2c313c
  • progressBar.background#ff5e00
  • scrollbarSlider.activeBackground#ff5e0080
  • scrollbarSlider.background#4b536380
  • scrollbarSlider.hoverBackground#4b5363
  • sideBar.background#21252b
  • sideBar.foreground#abb2bf
  • sideBarSectionHeader.background#282c34
  • sideBarSectionHeader.foreground#abb2bf
  • sideBarTitle.foreground#bbbbbb
  • statusBar.background#21252b
  • statusBar.debuggingBackground#cc6633
  • statusBar.foreground#9da5b4
  • statusBar.noFolderBackground#21252b
  • tab.activeBorder#ff5e00
  • tab.inactiveBackground#21252b
  • titleBar.activeBackground#282c34
  • titleBar.activeForeground#9da5b4

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, comment.line, comment.line.semicolon.krl#b5cea8—
comment.line.fold.krl, meta.fold.krl, keyword.control.fold.krl#b5cea8bold
keyword.control.directive.krl, comment.line.ampersand.krl#646695—
string, string.quoted.double.krl#ce9178—
constant.numeric, constant.numeric.krl#569cd6bold
constant.numeric.hex.krl, constant.numeric.binary.krl#ff00ffbold
keyword.operator.comparison.krl, keyword.operator.arithmetic.krl, keyword.operator.symbolic.krl, punctuation.krl#6A9955bold
keyword.operator.logical.krl, keyword.operator.bitwise.krl#569cd6bold
keyword.function.movement.krl#D4D4D4bold
storage.type.krl, storage.type.interrupt.krl, storage.type.trigger.krl#008b8b—
keyword.control.krl#9cdcfe—
variable.language.system.krl#4EC9B0—
constant.language.enum.krl, variable.other.enummember.krl#4EC9B0—
variable.language.axis.krl#dcdcaa—
support.function.builtin.krl#D4D4D4bold
variable.function.krl#dcdcaa—
KUKA KRL Extension by LiskinLabs - VS Code Theme