https://github.com/kinoute/zed-hivacruz-theme
A dark blue theme for the Zed editor.
https://github.com/kinoute/zed-hivacruz-theme
theme zed zed-theme
Last synced: 4 months ago
JSON representation
A dark blue theme for the Zed editor.
- Host: GitHub
- URL: https://github.com/kinoute/zed-hivacruz-theme
- Owner: kinoute
- Created: 2024-10-13T21:35:17.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-15T07:51:28.000Z (over 1 year ago)
- Last Synced: 2025-06-24T08:03:08.748Z (12 months ago)
- Topics: theme, zed, zed-theme
- Homepage:
- Size: 598 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-zed-extensions - Hivacruz Theme
README
# Zed Hivacruz Theme
A dark blue theme for [Zed](https://zed.dev).

## Installation
Place `hivacruz.json` in `~/.config/zed/themes`, restart Zed and select it from the command palette (`Cmd+Shift+P`) or (`Cmd+K Cmd+T`).
Also this theme was added to [Zed extensions](https://github.com/zed-industries/extensions).
## Configuration
Here is the Zed configuration used that could be seen on the screenshot:
```json
{
"icon_theme": "Material Icon Theme",
"collaboration_panel": {
"button": false
},
"linked_edits": false,
"git": {
"inline_blame": {
"enabled": false
}
},
"ui_font_size": 14,
"buffer_font_size": 12,
"base_keymap": "SublimeText",
"buffer_font_family": "RobotoMono Nerd Font Mono",
"ui_font_family": ".SystemUIFont",
"theme": {
"mode": "system",
"light": "Hivacruz",
"dark": "Hivacruz"
},
"indent_guides": {
"enabled": true,
"line_width": 1,
"active_line_width": 1,
"coloring": "indent_aware",
"background_coloring": "disabled"
},
"show_wrap_guides": true,
"terminal": {
"font_family": "RobotoMono Nerd Font Mono",
"font_size": 11
},
"cursor_blink": true
}
```
## Same theme in other apps
I made similar themes with the same colors for different applications. Here there are:
- Sublime Text theme: https://github.com/kinoute/hivacruz-sublime-theme
- VSCode Theme: https://github.com/kinoute/vscode-hivacruz-theme
- iTerm2: https://github.com/kinoute/hivacruz-itermcolors
- Nova: https://github.com/kinoute/hivacruz-nova-theme
- Typora Theme: https://github.com/kinoute/typora-hivacruz-theme
## Credits
- Created by Yann Defretin.
- Colors inspired by Coda 2.5's Panic Palette by Cabel Sasser.