Skip to content

kafji/caveman

Repository files navigation

Caveman

Marketplace

Vscode theme loosely inspired by Monokai & Zenburn.

Preview

Features

  • Reduced colors.
    Token colors are based on 6 token types. Reduced from token types available for language extensions.

Colors

Color Type
Red, #f66 Literal
White, #fff Variable & operator
Green, #cf6 Keyword
Yellow, #ff6 Function call & definition
Orange, #fc6 Type
Grey, #aaa Comment
Black, #222 Background

Install

Install from Marketplace or directly from the source code:

  1. Clone
  2. Install vsce
  3. Run ./install.sh

Development

Publish

npm install -g vsce
# Get token from https://code.visualstudio.com/api/working-with-extensions/publishing-extension#get-a-personal-access-token
vsce publish