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#10252c
  • activityBarBadge.background#4db0f7
  • activityBarBadge.foreground#132c34
  • editor.background#132c34
  • editor.foreground#c3e0e9
  • editorCursor.foreground#4db0f7
  • editorIndentGuide.activeBackground#367a90
  • list.activeSelectionBackground#1a3c47
  • list.activeSelectionForeground#4db0f7
  • list.hoverBackground#122930
  • sideBar.background#132c34
  • sideBar.border#0b191e
  • statusBar.background#10252c
  • statusBar.foreground#c3e0e9
  • tab.activeBackground#132c34
  • tab.activeBorder#4db0f7
  • titleBar.activeBackground#10252c

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#367a90italic
string#a5b82e
constant.numeric#e8913b
comment.line#367a90italic
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#367a90italic
comment.line.fold.krl, meta.fold.krl, keyword.control.fold.krl#6a8a6aitalic
keyword.control.krl#858bf7bold
keyword.function.movement.krl#26bbaebold
storage.type.krl, storage.type.interrupt.krl, storage.type.trigger.krl#e2ae10italic
variable.language.system.krl#f154a0
constant.numeric.krl, constant.numeric.hex.krl, constant.numeric.binary.krl#e8913b
string.quoted.double.krl#a5b82e
variable.function.krl
constant.language.enum.krl, variable.other.enummember.krl
support.function.builtin.krl
keyword.operator.krl, keyword.operator.comparison.krl, keyword.operator.arithmetic.krl, keyword.operator.bitwise.krl, keyword.operator.logical.krl

Shiki preview

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

Loading...