Replies: 1 comment 1 reply
require("catppuccin").setup {
color_overrides = {
mocha = {
base = "#000000",
mantle = "#000000",
crust = "#000000",
},
},
}
vim.cmd.colorscheme("catppuccin-mocha") |
1 reply
Answer selected by
rewhile
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I find these sort of black-gray, black-blue backgrounds not only hard on the eyes but they lack the punch to make the colors pop out, especially with pastels. That and it is hard to read especially because I keep my screen brightness low to save my eyes in that I spend allot of time at the screen.
I use Lazy neovim with lua settings.
All reactions