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.

  • activityBar.background#282A2C
  • editor.background#282A2C
  • editor.foreground#9AA1A9
  • editorCursor.foreground#BF86F2
  • sideBar.background#232527

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
string, punctuation.definition.string#7DC291—
string.quoted.docstring.python#71767Bitalic
constant.numeric, constant.language#e78a43—
keyword.control, storage.type.function.python, storage.type.class.python, keyword.operator.logical.python#BF86F2—
entity.name.function, support.function, meta.class.python, entity.name.type.class.python#f7D161—
comment, punctuation.definition.comment#71767B—
punctuation, meta.brace, keyword.operator, meta.function-call.arguments .punctuation, meta.function-call punctuation, meta.function punctuation, meta.class punctuation, punctuation.definition.list.begin.python, punctuation.definition.list.end.python, punctuation.definition.dict.begin.python, punctuation.definition.dict.end.python, punctuation.separator.python, punctuation.terminator.statement.python, variable.language.special.self.python#9AA1A9—
punctuation.definition.parameters.begin.python, punctuation.definition.arguments.begin.python, punctuation.definition.list.begin.python, meta.function-call.python, source.python, meta.function.parameters.python, meta.function.python#9AA1A9—
support.type#699df0—
support.function.builtin.python#9AA1A9—
meta.fstring.python#ffffff—
support.type.property-name.json.comments#e78a43—