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#FAFAFD
  • activityBar.border#F0F1F2
  • activityBar.foreground#202020
  • activityBar.inactiveForeground#606060
  • descriptionForeground#606060
  • editor.background#f6f6f6
  • editor.foreground#000000
  • editor.inactiveSelectionBackground#0069CC1A
  • editor.lineHighlightBackground#EAEAEA80
  • editor.selectionBackground#0069CC40
  • editorBracketMatch.background#0069CC40
  • editorBracketMatch.border#F0F1F2
  • editorCursor.foreground#202020
  • editorGroupHeader.tabsBackground#FAFAFD
  • editorIndentGuide.activeBackground1#A0A0A0
  • editorIndentGuide.background1#D8D8D880
  • editorLineNumber.activeForeground#202020
  • editorLineNumber.foreground#606060
  • editorWhitespace.foreground#60606040
  • focusBorder#0069CC
  • foreground#202020
  • panel.background#FAFAFD
  • panel.border#F0F1F2
  • sideBar.background#FAFAFD
  • sideBar.border#F0F1F2
  • sideBar.foreground#202020
  • statusBar.background#FAFAFD
  • statusBar.border#F0F1F2
  • statusBar.foreground#606060
  • tab.activeBackground#f6f6f6
  • tab.activeForeground#202020
  • tab.border#F0F1F2
  • tab.inactiveBackground#FAFAFD
  • tab.inactiveForeground#606060
  • titleBar.activeBackground#FAFAFD
  • titleBar.activeForeground#606060
  • titleBar.border#F0F1F2

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#008000
string#A31515
constant.numeric#098658
keyword.control#AF00DB
keyword, storage.modifier#0000FF
support.type, entity.name.type, storage.type#267F99
entity.name.function, support.function#795E26
variable, entity.name.variable#001080
source.arl, variable.other.definition.arl#1e1e1e
storage.type.arl, storage.type.return.arl, keyword.control.arl, keyword.other.arl, keyword.declaration.function.arl#d4860a
support.function.instruction.arl#0000e8
support.function.builtin.arl, support.function.builtin.paren.arl#aa00aa
entity.name.function.user.arl, entity.name.namespace.arl, punctuation.accessor.arl#1a67a8
entity.name.function.main.arl, support.function.builtin.main.arl#ff5555
variable.language.system.arl#795e26
comment.line.double-slash.arl, punctuation.definition.comment.arl, comment.block.arl, punctuation.definition.comment.begin.arl, punctuation.definition.comment.end.arl#008000
string.quoted.double.arl, punctuation.definition.string.begin.arl, punctuation.definition.string.end.arl#808080
constant.numeric.arl#c0392b
punctuation.section.brackets.arl#000080
Peitian Robot ARL Language Support by David-Workshop - VS Code Theme