Skip to main content
Coding Theme

Vim Default (Port + 6-Color)

Publisher: r11sThemes in package: 6

Faithful ports of Vim's built-in 'default' colorscheme — both the pure version (no colors defined) and a 6-color variant matching classic Vim syntax colors.

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#FFFFFF
  • editor.foreground#000000
  • editor.selectionBackground#c0ddff44
  • editorCursor.foreground#000000
  • editorLineNumber.activeForeground#000000
  • editorLineNumber.foreground#888888

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#0000FFitalic
keyword, storage.type, storage.modifier#804000bold
string, string.quoted, string.template#008000
constant, constant.numeric, constant.character, constant.other#FF00FF
entity.name.function, support.functionbold
variable, identifier#000000
invalid, invalid.deprecated#FFFFFF
diff.inserted#008000
diff.deleted#FF0000
diff.changed#0000FF

Shiki preview

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

Loading...