From a1f4c9222cdf279dde0c83f2e2a7279c55a85716 Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Thu, 7 Dec 2023 13:58:46 -0500 Subject: [PATCH] made changes to color scheme, readme --- README.md | 5 +++++ init.lua | 2 +- plugins/user.lua | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d913d44..0032053 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/init.lua b/init.lua index 47eb98c..2c1bfbc 100644 --- a/init.lua +++ b/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 = { diff --git a/plugins/user.lua b/plugins/user.lua index 4c81a9c..246cb62 100644 --- a/plugins/user.lua +++ b/plugins/user.lua @@ -16,8 +16,8 @@ return { end, }, - -- Tokyonight colorscheme plugin - "folke/tokyonight.nvim", + -- Catppuccin colorscheme plugin + "catppuccin/nvim", -- Todo color comments plugin {