feat: eww hypr alacritty and more
This commit is contained in:
parent
7fb4f9ee73
commit
99f7c60db7
431 changed files with 9853 additions and 23 deletions
6
nvim/lua/settings/colorscheme.lua
Normal file
6
nvim/lua/settings/colorscheme.lua
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
local status_ok, _ = pcall(require, "nightfox")
|
||||
if not status_ok then
|
||||
return
|
||||
end
|
||||
|
||||
vim.cmd("colorscheme nightfox")
|
||||
Loading…
Add table
Add a link
Reference in a new issue