Skip to main content
Coding Theme

KUKA KRL Extension

Publisher: LiskinLabsThemes in package: 67

Professional language support for KUKA Robot Language (KRL) in VS Code

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#6e7781italic
variable#24292f
string#0a3069
constant.numeric#0550ae
keyword.operator#cf222e
comment.line#6e7781italic
comment.line, comment.line.semicolon.krl, comment.line.ampersand.krl, comment.line.bug.krl, comment.line.fixme.krl, comment.line.hack.krl, comment.line.note.krl, comment.line.todo.krl#6e7781italic
comment.line.fold.krl, meta.fold.krl, keyword.control.fold.krl#4f6b8fitalic
keyword.control.krl#d73a49bold
keyword.function.movement.krl#d73a49bold
storage.type.krl, storage.type.interrupt.krl, storage.type.trigger.krl#0550aeitalic
variable.language.system.krl#953800
constant.numeric.krl, constant.numeric.hex.krl, constant.numeric.binary.krl#0550ae
string.quoted.double.krl#0a3069
variable.function.krl
constant.language.enum.krl, variable.other.enummember.krl#8250df
support.function.builtin.krl#6f42c1
keyword.operator.krl, keyword.operator.comparison.krl, keyword.operator.arithmetic.krl, keyword.operator.bitwise.krl, keyword.operator.logical.krl#cf222e

Shiki preview

TypeScript sample highlighted with this variant's colors and tokenColors.

Loading...