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#1E1E1E
  • editor.foreground#FFFFFF
  • editor.selectionBackground#264F78
  • editorCursor.foreground#FFFFFF
  • editorLineNumber.activeForeground#FFFFFF
  • editorLineNumber.foreground#AAAAAA

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#5FAFFFitalic
keyword, storage.type, storage.modifier#C08040bold
string, string.quoted, string.template#98C379
constant, constant.numeric, constant.character, constant.other#C678DD
entity.name.function, support.functionbold
variable, identifier#FFFFFF
invalid, invalid.deprecated#FFFFFF
diff.inserted#98C379
diff.deleted#E06C75
diff.changed#61AFEF

Shiki preview

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

Loading...