this repo has no description
0
fork

Configure Feed

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

colors: rose pine main for dark

+2 -2
+1 -1
ghostty/config
··· 1 1 font-family = "FiraCoda Nerd Font" 2 2 font-size = 14 3 - theme = light:Rose Pine Dawn,dark:Rose Pine Moon 3 + theme = light:Rose Pine Dawn,dark:Rose Pine 4 4 macos-titlebar-style = "hidden" 5 5 window-decoration = false 6 6 keybind = shift+enter=text:\x1b\r
+1 -1
nvim/lua/plugins/colors.lua
··· 33 33 update_interval = 1000, 34 34 set_dark_mode = function() 35 35 vim.api.nvim_set_option_value("background", "dark", {}) 36 - vim.cmd("colorscheme rose-pine-moon") 36 + vim.cmd("colorscheme rose-pine-main") 37 37 end, 38 38 set_light_mode = function() 39 39 vim.api.nvim_set_option_value("background", "light", {})