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
|
```shell
|
||||||
neovide
|
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
|
-- Set colorscheme to use
|
||||||
colorscheme = "tokyonight-night",
|
colorscheme = "catppuccin-mocha",
|
||||||
|
|
||||||
-- Diagnostics configuration (for vim.diagnostics.config({...})) when diagnostics are on
|
-- Diagnostics configuration (for vim.diagnostics.config({...})) when diagnostics are on
|
||||||
diagnostics = {
|
diagnostics = {
|
||||||
|
@ -16,8 +16,8 @@ return {
|
|||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
|
||||||
-- Tokyonight colorscheme plugin
|
-- Catppuccin colorscheme plugin
|
||||||
"folke/tokyonight.nvim",
|
"catppuccin/nvim",
|
||||||
|
|
||||||
-- Todo color comments plugin
|
-- Todo color comments plugin
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user