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#0d1117
  • editor.findMatchBackground#515c6a
  • editor.findMatchHighlightBackground#ea5c0055
  • editor.foreground#e6edf3
  • editor.selectionBackground#264f78
  • editor.selectionHighlightBackground#add6ff26
  • editorBracketMatch.background#0e639c50
  • editorBracketMatch.border#7d8590
  • editorCursor.foreground#f0f6fc
  • editorGutter.addedBackground#238636
  • editorGutter.background#0d1117
  • editorGutter.deletedBackground#da3633
  • editorGutter.modifiedBackground#9a6700
  • editorIndentGuide.activeBackground#30363d
  • editorIndentGuide.background#21262d
  • editorLineNumber.activeForeground#f0f6fc
  • editorLineNumber.foreground#7d8590
  • editorWhitespace.foreground#30363d

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment.line.sql, comment.block.sql#3fb950
keyword.other.sql.create-table#58a6ffbold
keyword.other.sql.if-not-exists#ffa657bold
keyword.other.sql.default#58a6ffbold
entity.name.type.sql#79c0ff
keyword.other.sql.cascade-warning#f85149bold
keyword.other.sql.not-null#ff69b4bold
keyword.control.sql.select#3fb950bold
keyword.control.sql.insert#58a6ffbold
keyword.control.sql.update#d29922bold
keyword.control.sql.delete#f85149bold
keyword.control.sql.ddl#a371f7
keyword.control.sql.dml#a371f7
keyword.control.sql.on#a371f7
keyword.control.sql.table#a371f7
keyword.control.sql.constraint#d2a8ff
keyword.control.sql.transaction#d29922
keyword.control.sql.conditional#a371f7
storage.type.sql#79c0ff
constant.language.sql.aggregate#d2a8ff
entity.name.function.sql#d2a8ff
constant.language.sql.value#79c0ff
constant.numeric.sql#79c0ff
string.quoted.single.sql, string.quoted.double.sql#a5d6ff
variable.parameter.sql#ffa657
keyword.operator.sql#ff7b72

Shiki preview

TypeScript sample highlighted with this variant's colors and tokenColors.

Loading...

SQL Theme Fresh - Coding Theme