aboutsummaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorCrony Akatsuki <crony@cronyakatsuki.xyz>2025-12-10 10:19:58 +0100
committerCrony Akatsuki <crony@cronyakatsuki.xyz>2025-12-10 10:19:58 +0100
commit8fa96ff154337dd48e7ee195100fc74652dfdb51 (patch)
tree3ecea3c3fd2c463b3c8e222686b0dca84f1c2af4 /lua
parentf123746ea8cf5b9030f49f727c38d3cda0a9384c (diff)
downloadnvim-8fa96ff154337dd48e7ee195100fc74652dfdb51.zip
nvim-8fa96ff154337dd48e7ee195100fc74652dfdb51.tar.gz
feat(colorscheme): replace tokyo night with rose-pine.
Diffstat (limited to 'lua')
-rw-r--r--lua/plugins/colorscheme.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/plugins/colorscheme.lua b/lua/plugins/colorscheme.lua
index 17235bd..464ab75 100644
--- a/lua/plugins/colorscheme.lua
+++ b/lua/plugins/colorscheme.lua
@@ -1,5 +1,5 @@
vim.pack.add({
- { src = "https://github.com/folke/tokyonight.nvim" },
+ { src = "https://github.com/rose-pine/neovim", name = "rose-pine" },
})
vim.o.background = "dark"
-vim.cmd([[colorscheme tokyonight-night]])
+vim.cmd([[colorscheme rose-pine]])