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#1E1E1E
  • editor.foreground#D4D4D4
  • editor.selectionBackground#264F78
  • editorCursor.foreground#FFFFFF
  • editorLineNumber.foreground#858585
  • editorSuggestWidget.selectedBackground#004E8C

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
keyword.table.control.kusto#4EC9B0
query.operators.kusto#FF4500
keyword.functions.kusto, keyword.functions.datetime.kusto, operator.table.kusto, keyword.types.kusto#4EC9B0
keyword.other.kusto#569CD6
operator.math.kusto, punctuation.kusto#DCDCDC
comment.kusto#608B4E
query.parameters.kusto#2B91AF
string.quoted.double.kusto, string.quoted.single.kusto#D69D85
Kusto Syntax Highlighter by Ahmed O Baruwa - VS Code Theme