the color palette is designed to be easy on the eyes, with enough contrast to make individual elements distinguishable but not so bright as to be jarring in a darkened coding environment.
- Open the Command Palette with ⌘ + Shift + P (Macos) or Ctrl + Shift + P (Windows, Linux)
- Open the Extensions view with the
zed: extensions
command - Search for
Serendipity Themes
- Click on Install.
- Open the Command Palette again
- Open the Theme selector with the
theme selector: toggle
command - Search for
Serendipity
and choose anSerendipity
variant.
- Light Morning
- Dark Sunset
- Dark Midnight
- Dark Midnight Minimal
You have three themes, Sunset, Midnight and Morning and here the screenshots
A super simple set of four super hyper mega cool icons for file, folder, open folder and special files.
{
"theme": {
"mode": "system",
"dark": "Serendipity Sunset",
"light": "Serendipity Morning"
},
"ui_font_family": "FiraCode Nerd Font Mono",
"ui_font_size": 15,
"buffer_font_size": 15,
"buffer_font_family": "FiraCode Nerd Font Mono",
"terminal": {
"dock": "bottom",
"font_size": 12,
"font_family": "FiraCode Nerd Font Mono"
},
"project_panel": {
"dock": "right",
"folder_icons": false,
"file_icons": false,
"indent_size": 10
},
// for indent guides multiple color
"indent_guides": {
"coloring": "indent_aware"
}
}
Serendipity Theme created by Micheal Andreuzza. Twitter