Editors
Pick your editor
Official ports, each with a dark and a light variant.
Written in Lua with lush.nvim, and it follows your system light or dark mode on its own.
{
'uloco/bluloco.nvim',
lazy = false,
priority = 1000,
dependencies = { 'rktjmp/lush.nvim' },
opts = {},
}
A lazy.nvim spec, with 40+ plugin integrations, treesitter and LSP semantic tokens.
Where Bluloco started. Dark and light, an italic version included in each.
code --install-extension uloco.theme-bluloco-dark
code --install-extension uloco.theme-bluloco-light
Works the same in Cursor, Windsurf and VSCodium.
All four variants bundled into a single extension.
{
"theme": {
"mode": "system",
"light": "Bluloco Light",
"dark": "Bluloco Dark"
}
}
Open zed: extensions first and search for Bluloco.
Color schemes for IntelliJ, WebStorm, PyCharm and the rest of the family.
1. Download Bluloco Dark.icls and Bluloco Light.icls
2. Settings > Editor > Color Scheme
3. Click the gear icon > Import Scheme…
4. Select the .icls file
Import the .icls files manually for now, an official plugin is coming.