this repo has no description
0
fork

Configure Feed

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

do dark theme switching

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