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#16213e
  • activityBar.foreground#ffa500
  • editor.background#1a1a2e
  • editor.foreground#eee
  • panel.background#0f3460
  • sideBar.background#0f3460
  • statusBar.background#e94560
  • statusBar.foreground#ffffff
  • terminal.background#1a1a2e
  • titleBar.activeBackground#16213e
  • titleBar.activeForeground#ffa500

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment.line.double-slash.petcarescript, comment.block.petcarescript#666666italic
storage.type.variable.petcarescript#32cd32bold
storage.type.function.petcarescript#40e0d0bold
storage.type.class.petcarescript#ff6347bold
keyword.control.conditional.petcarescript, keyword.control.loop.petcarescript, keyword.control.flow.petcarescript#ffa500bold
keyword.control.async.petcarescript#da70d6bold
keyword.control.http.petcarescript#20b2aabold
keyword.control.testing.petcarescript#ff69b4bold
keyword.control.module.petcarescript#adff2fbold
keyword.control.database.petcarescript#87ceebbold
keyword.control.switch.petcarescript#dda0ddbold
keyword.control.trycatch.petcarescript#ff4500bold
keyword.operator.logical.petcarescript#ffd700bold
keyword.operator.comparison.petcarescript#f0e68cbold
keyword.operator.arithmetic.petcarescript#98fb98
keyword.operator.assignment.petcarescript, keyword.operator.assignment.compound.petcarescript#ffa500
constant.language.boolean.true.petcarescript#90ee90bold
constant.language.boolean.false.petcarescript#ff6b6bbold
constant.language.null.petcarescript#708090italic
variable.language.self.petcarescript, variable.language.parent.petcarescript#dda0dditalic
string.quoted.double.petcarescript, string.quoted.single.petcarescript#98fb98
constant.numeric.integer.petcarescript, constant.numeric.float.petcarescript, constant.numeric.hex.petcarescript, constant.numeric.binary.petcarescript, constant.numeric.octal.petcarescript#87ceeb
entity.name.function.petcarescript, support.function.builtin.petcarescript#dda0dd
entity.name.type.class.petcarescript, entity.name.type.petcarescript, support.class.builtin.petcarescript#f0e68cbold
variable.other.readwrite.petcarescript, variable.parameter.petcarescript#e0e0e0
variable.other.property.petcarescript, variable.other.object.key.petcarescript#add8e6
support.type.petcarescript#ffd700bold
keyword.other.petcarescript#ff1493bold
punctuation.definition.class.begin.petcarescript, punctuation.definition.class.end.petcarescript, punctuation.definition.function.begin.petcarescript, punctuation.definition.function.end.petcarescript#ffa500
constant.character.escape.petcarescript#ff6b6bbold
PetCareScript by petcarescript - VS Code Theme