How do I configure for a solid black background "#000000" #695
Replies: 1 comment 1 reply
-
require("catppuccin").setup {
color_overrides = {
mocha = {
base = "#000000",
mantle = "#000000",
crust = "#000000",
},
},
}
vim.cmd.colorscheme("catppuccin-mocha") |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
nullchilly
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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.
Beta Was this translation helpful? Give feedback.
All reactions