Skip to main content
Coding Theme

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#222222
  • editor.foldBackground#00000000
  • editor.foreground#c0c0c0
  • editor.inactiveSelectionBackground#78848aee
  • editor.lineHighlightBackground#444444
  • editor.selectionBackground#78848a
  • editorBracketMatch.background#00000000
  • editorBracketMatch.border#c0c0c0
  • editorCursor.foreground#c0c0c0
  • editorGutter.background#2b343b
  • editorLineNumber.activeForeground#40c3f4
  • editorLineNumber.foreground#40c3f4
  • foreground#c0c0c0
  • sideBar.background#222222
  • sideBar.foreground#c0c0c0
  • tab.activeBackground#1f1f1f
  • tab.activeForeground#ffffff
  • tab.inactiveBackground#181818
  • tab.inactiveForeground#ffffff80

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
variable.language, support.variable, support.variable.property, support.constant.variable#58e55a
string, string.tag, string.value, meta.embedded.assembly#ffff00
constant.numeric, variable.other.constant, variable.other.enummember, constant.language.gml#ff8080
keyword.operator.arithmetic.gml, keyword.operator.assignment, keyword.operator.comparison, keyword.operator.logical, punctuation.section.parens.begin, punctuation.section.parens.end, punctuation.section.brackets.begin, punctuation.section.brackets.end, punctuation.definition.parameters.begin, punctuation.definition.parameters.end, punctuation.definition.array.begin, punctuation.definition.array.end, meta.brace.round, meta.brace.square#c0c0c0
constant.language, constant.other.placeholder#73162d
keyword, storage, storage.modifier, keyword.operator.new, keyword.operator.expression, keyword.operator.cast, keyword.operator.sizeof, keyword.operator.alignof, keyword.operator.typeid, keyword.operator.alignas, keyword.operator.instanceof, keyword.operator.wordlike, keyword.operator.arithmetic.mod.gml, storage.type.gml, storage.type.function.gml, function.defaultLibrary, support.function.gml, entity.name.operator.custom-literal, entity.name.function#ffb871
variable.other.local.gml#b2b1ff
property.static, variable.parameter.gml#fff899
storage.type.annotation, entity.name.type.instance.gml, support.type#6771e1
keyword.other.documentation, keyword.documentation.tag, storage.type.class#b871ff
variable.other.gml#72bfff
variable.other.global.gml#ff7eff
comment, punctuation.definition.comment, string.quoted.docstring#5b995bitalic bold
GameMaker studio 2 theme by nibel - VS Code Theme