Light Neovim colorscheme.
{
"dzania/schopenhauer.nvim",
priority = 1000,
config = function()
vim.cmd("colorscheme schopenhauer")
end,
}| Element | Color |
|---|---|
| Background | #FAFAFA |
| Foreground | #242323 |
| Comments | #aa3731 |
| Strings | #448c27 |
| Functions | #325cc0 |
| Keywords | #000000 |
| Types | #383A3B |
| Operators | #292929 |
| Numbers | #595959 |
