From 644ac32da0bcfb3667be444d753e0a23c58f1291 Mon Sep 17 00:00:00 2001 From: Brad Date: Thu, 18 Apr 2024 08:07:46 -0400 Subject: [PATCH] rose pine --- init.lua | 3 ++- lua/custom/plugins/themes.lua | 10 ++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 lua/custom/plugins/themes.lua diff --git a/init.lua b/init.lua index f7253cb0..96899e27 100644 --- a/init.lua +++ b/init.lua @@ -772,7 +772,8 @@ require('lazy').setup({ -- Load the colorscheme here. -- Like many other themes, this one has different styles, and you could load -- any other, such as 'tokyonight-storm', 'tokyonight-moon', or 'tokyonight-day'. - vim.cmd.colorscheme 'tokyonight-night' + -- vim.cmd.colorscheme 'tokyonight-night' + vim.cmd.colorscheme 'rose-pine' -- You can configure highlights by doing something like: vim.cmd.hi 'Comment gui=none' diff --git a/lua/custom/plugins/themes.lua b/lua/custom/plugins/themes.lua new file mode 100644 index 00000000..27cb5746 --- /dev/null +++ b/lua/custom/plugins/themes.lua @@ -0,0 +1,10 @@ +-- You can add your own plugins here or in other files in this directory! +-- I promise not to create any merge conflicts in this directory :) +-- +-- See the kickstart.nvim README for more information +-- +return { + + 'rose-pine/neovim', + name = 'rose-pine', +}