Skip to content

Latest commit

 

History

History
76 lines (56 loc) · 3.44 KB

README.md

File metadata and controls

76 lines (56 loc) · 3.44 KB

Chalice color themes for Visual Studio Code

License: MIT Visual Studio Marketplace Installs Visual Studio Marketplace Rating (Stars)

Designed to facilitate the needs of those sneaking through hundreds of those themes available in the Extension Marketplace, shiny and ugly, unable to concentrate on just writing code. Recommended to use with Chalice icon theme

Dark theme preview

Light theme preview

Whys

Chalice doesn’t:

  • use font variations (italics, bold, etc.)
  • make your eyes bleed

Chalice highlights only:

  • strings
  • numbers, symbols, keywords, Booleans
  • comments
  • global definitions

and doesn’t highlight anything else. Because it’s totally better this way. Motivated by the same reasons the Alabaster theme has. Yet while Nikita did great with syntax highlighting, Chalice focuses on other things like UI and nice color combinations, (also it has a dark mode option).

Additionally

You can download color profiles for OS X Terminal.app for a more consistent experience here: dark color profile, light color profile

Consider using these settings to reduce visual noize:

{
  "breadcrumbs.enabled": false,
  "editor.cursorSmoothCaretAnimation": true,
  "editor.minimap.enabled": false,
  "editor.renderLineHighlight": "gutter",
  "editor.smoothScrolling": true,
  "editor.bracketPairColorization.enabled": false,
  "explorer.decorations.colors": false,
  "window.autoDetectColorScheme": true,
  "workbench.activityBar.visible": false,
  "workbench.editor.showIcons": false,
  "workbench.editor.tabSizing": "shrink",
  "workbench.preferredDarkColorTheme": "chalice-color-theme-dark",
  "workbench.preferredLightColorTheme": "chalice-color-theme-light",
  "workbench.statusBar.visible": false,
  "workbench.tree.indent": 10,
}

Or if you are wicked

{
  "editor.occurrencesHighlight": false,
  "editor.suggestOnTriggerCharacters": false,
  "editor.parameterHints": false,
  "editor.quickSuggestions": false,
  "editor.renderIndentGuides": false,
  "workbench.preferredDarkColorTheme": "chalice-color-theme-dark-mono",
  "workbench.preferredLightColorTheme": "chalice-color-theme-light-mono",
}

What to do next

  • If you found something ugly and have an idea how to make it better please create an issue or submit a pull request.
  • If you like this theme please star my repository would appreciate that a lot!