An open API service indexing awesome lists of open source software.

https://github.com/clicktodev/halcyon-zed

A dark blue theme for Zed
https://github.com/clicktodev/halcyon-zed

Last synced: 4 months ago
JSON representation

A dark blue theme for Zed

Awesome Lists containing this project

README

          


Halcyon Logo



Halcyon Theme for Zed



A minimal, dark blue theme for Zed.

![demo](https://raw.githubusercontent.com/hichemfantar/halcyon-zed/master/assets/images/preview.png)

## Installation via Zed

1. Open Zed.
2. `cmd+shift+p` and select _zed: extensions_
3. Select _Halcyon Theme_ and Install
4. Select your Halcyon theme in the dropdown shown after hitting `cmd+k`, `cmd+t`

## Manual Installation

Read the [Zed User Themes Guide](https://zed.dev/docs/themes)

## Color Reference

### Syntax Colors

| Color | Usage |
| :-----: | ----------------------------------------------- |
| #c3a6ff | Keywords, constants, template literals |
| #ffd580 | Functions, classes, object literal keys |
| #ffae57 | Constants, operators |
| #bae67e | Strings, markdown headings |
| #5ccfe6 | Special keywords, classes, markdown code blocks |
| #a2aabc | Variables, property names, tags |

### UI Colors

| Color | Usage |
| :-----: | ------------------------------------------ |
| #171c28 | Workbench background |
| #1d2433 | Editor background |
| #2f3b54 | Highlight, widgets, panels |
| #6679a4 | Dividers, subtle UI elements |
| #8695b7 | Status bar text, buttons, etc |
| #d7dce2 | Active text, anything that should be white |
| #ffcc66 | Accent, list tree titles, badges, etc |
| #bae67e | Addition highlights |
| #ef6b73 | Deletion highlights, errors, warnings |
| #5ccfe6 | Modified highlights |

## Theming Reference

[Zed User Theme Reference](https://zed.dev/blog/user-themes-now-in-preview)

[Zed Theme Documentation](https://zed.dev/docs/themes)

[Zed Extensions Repository](https://github.com/zed-industries/extensions)

## Credits

Inspired by [Halcyon, The VS Code theme](https://github.com/bchiang7/halcyon-vscode)