made changes to color scheme, readme
This commit is contained in:
parent
10e1cc6668
commit
a1f4c9222c
@ -30,3 +30,8 @@ or neovide if you have that installed:
|
||||
```shell
|
||||
neovide
|
||||
```
|
||||
|
||||
|
||||
#### Need fonts?
|
||||
|
||||
Run the `install.sh` file after you download the NerdFonts repository. It will get you all the fonts you will need. Log out and log back in for the fonts to take effect.
|
||||
|
2
init.lua
2
init.lua
@ -18,7 +18,7 @@ return {
|
||||
},
|
||||
|
||||
-- Set colorscheme to use
|
||||
colorscheme = "tokyonight-night",
|
||||
colorscheme = "catppuccin-mocha",
|
||||
|
||||
-- Diagnostics configuration (for vim.diagnostics.config({...})) when diagnostics are on
|
||||
diagnostics = {
|
||||
|
@ -16,8 +16,8 @@ return {
|
||||
end,
|
||||
},
|
||||
|
||||
-- Tokyonight colorscheme plugin
|
||||
"folke/tokyonight.nvim",
|
||||
-- Catppuccin colorscheme plugin
|
||||
"catppuccin/nvim",
|
||||
|
||||
-- Todo color comments plugin
|
||||
{
|
||||
|
Reference in New Issue
Block a user