monocyanide black theme inspired by the sublime text 3.2.2 skin: https://github.com/centril/sublime-monocyanide-colorscheme
place in C:\Users\%USERNAME%\AppData\Roaming\Zed\themes
| Token | Color | Style | Example |
|---|---|---|---|
variable |
White | italic | let my_var = 5; |
property |
White | normal | obj.property |
type |
Cyan | italic +bold | struct MyType |
type.builtin |
Orange | italic | String, i32 |
function.definition |
Lime | normal | fn my_func() |
function.call |
Pink | normal | my_func() |
keyword |
Pink | weight 500 | if, let, fn |
string |
Yellow | normal | "hello" |
comment |
Gray | normal | // comment |
attribute |
Lime | oblique | #[derive(Debug)] |
lifetime |
Cyan | italic | 'a |
| Element | Dark/Light (Opaque) | Glass/Blurred (Transparent) |
|---|---|---|
| Editor Background | Solid color | 30-80% alpha |
| Borders | Solid (#333333 / #a0a0a0) |
+66% alpha |
| Vim Mode Indicators | Solid colors | +80% alpha |
| Selections | #fd971f99 |
#fd971f33 |
| Best For | Standard use | macOS vibrancy / blurred desktops |
Note: All 6 themes share identical syntax highlighting colors and styles. Only UI element backgrounds, borders, and alpha channels differ.
skins are mostly done but may make some tweaks, may be missing some things or have things that don't actually do anything/overlap functionality.. some things like git/ai mode stuff might be off scheme-wise as i've not tested them extensively.