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.
See other interfaces at the official website.
- Open Extensions sidebar panel in VS Code.
View → Extensions
- Search for
Serendipity
- Click Install to install it.
- Code > Preferences > Color Theme > Serendipity Midnight - Serendipity Sunset - Serendipity Morning - Serendipity Electric
The theme is available for editors, shells, UI's and more coming up.
- Light Morning
- Dark Sunset
- Dark Midnight
- Dark Electric
Only for VS code — This version is a remixed version of the original theme is and adpated version to Serendipity V2 and using V1 color scopes.
A super simple set of four super hyper mega cool icons for file, folder, open folder and special files.
{
"editor.fontFamily": "'Operator Mono', monospace",
"editor.fontSize": 18,
"editor.lineHeight": 38,
"editor.letterSpacing": 0.5,
"files.trimTrailingWhitespace": true,
"editor.fontWeight": "normal",
"prettier.eslintIntegration": true,
"editor.cursorStyle": "line",
"editor.cursorWidth": 5,
"editor.cursorBlinking": "phase",
"editor.renderWhitespace": "all",
}
All themes use italics for certain language tokens by default.
To disable italics for all themes, add this snippet to your settings.json
:
- quotes and italic strings (like in markdown) will be unaffected and still be italic
- if you want to exclude one of the themes from this change, simply remove its name (along with the brackets
[]
) at the top of the snippet
Serendipity Theme created by Micheal Andreuzza. Twitter