IMPORTANT This is not a standalone theme, it requires HyDe to be installed.
To install Code Garden theme, run the following command:
Hyde theme import "Code Garden" https://github.com/jacobfranco/Code-Garden
Alternatively, you can import the theme by running:
Hyde theme import
Then choose Code Garden from the options.
If you would like some additional transparency, add this in your ~/.config/kitty/kitty.conf
:
background_opacity 0.80
I'm partial to the font Menlo.
I also use the theme poimandres for VSCode, also available for Neovim if that's more your style.
For icons, I like Carbon Product Icons.
Add this to your global settings.json
{
"editor.fontFamily": "Menlo",
"editor.fontSize": 13.5,
"workbench.colorTheme": "poimandres",
"workbench.productIconTheme": "icons-carbon"
}