made changes to color scheme, readme

This commit is contained in:
Wyatt J. Miller 2023-12-07 13:58:46 -05:00
parent 10e1cc6668
commit a1f4c9222c
3 changed files with 8 additions and 3 deletions

View File

@ -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.

View File

@ -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 = {

View File

@ -16,8 +16,8 @@ return {
end,
},
-- Tokyonight colorscheme plugin
"folke/tokyonight.nvim",
-- Catppuccin colorscheme plugin
"catppuccin/nvim",
-- Todo color comments plugin
{