this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

rose pine moon

+1 -1
+1 -1
nvim/lua/plugins/colors.lua
··· 34 34 update_interval = 1000, 35 35 set_dark_mode = function() 36 36 vim.api.nvim_set_option_value("background", "dark", {}) 37 - vim.cmd("colorscheme rose-pine-main") 37 + vim.cmd("colorscheme rose-pine-moon") 38 38 end, 39 39 set_light_mode = function() 40 40 vim.api.nvim_set_option_value("background", "light", {})