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.

  • editor.background#FFFFFF
  • editor.foreground#333333
  • editor.selectionBackground#ADD6FF
  • editorCursor.foreground#000000
  • editorLineNumber.foreground#999999
  • editorSuggestWidget.selectedBackground#D0E7FF

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
keyword.table.control.kusto#0000FF
query.operators.kusto#FF4500
keyword.functions.kusto, keyword.functions.datetime.kusto, operator.table.kusto, keyword.types.kusto#0000FF
keyword.other.kusto#0000FF
operator.math.kusto, punctuation.kusto#000000
comment.kusto#6A9955
query.parameters.kusto#2B91AF
string.quoted.double.kusto, string.quoted.single.kusto#B22222
Kusto Syntax Highlighter by Ahmed O Baruwa - VS Code Theme