0.3.0 • Published 1 year ago

halcyon-vscode v0.3.0

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

demo

Installation via VS Code

  1. Open Extensions sidebar panel in VS Code. View → Extensions
  2. Search for Halcyon
  3. Click Install to install it
  4. Click Reload to reload the editor
  5. Code > Preferences > Color Theme > Halcyon

Manual Installation

Read the VSC Extension Quickstart Guide

Icon Theme

The file icon theme seen in the screenshot above is Material Icon Theme with these settings:

  "material-icon-theme.folders.color": "#8695b7",
  "material-icon-theme.folders.theme": "specific",
  "material-icon-theme.hidesExplorerArrows": true,

Color Reference

Syntax Colors

ColorUsage
#c3a6ff #c3a6ffKeywords, constants, template literals
#ffd580 #ffd580Functions, classes, object literal keys
#ffae57 #ffae57Constants, operators
#bae67e #bae67eStrings, markdown headings
#5ccfe6 #5ccfe6Special keywords, classes, markdown code blocks
#a2aabc #a2aabcVariables, property names, tags

UI Colors

ColorUsage
#171c28 #171c28Workbench background
#1d2433 #1d2433Editor background
#2f3b54 #2f3b54Highlight, widgets, panels
#6679a4 #6679a4Dividers, subtle UI elements
#8695b7 #8695b7Status bar text, buttons, etc
#d7dce2 #d7dce2Active text, anything that should be white
#ffcc66 #ffcc66Accent, list tree titles, badges, etc
#bae67e #bae67eAddition highlights
#ef6b73 #ef6b73Deletion highlights, errors, warnings
#5ccfe6 #5ccfe6Modified highlights

Theming Reference

VS Code Theme Color Reference

VS Code Theme Documentation

VS Code Publishing Extensions

Syntax & Workbench colors based on Ayu Mirage Theme

vsce publish patch/minor/major

Shameless Plug

Halcyon is also available for Sublime Text, Atom, iTerm, and more!.

0.3.0

1 year ago