chore(aerospace): add aerospace config

This commit is contained in:
Afonso Franco 2025-03-16 01:40:43 +00:00
parent e5a4122a04
commit ffb4f4b4d1
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4
2 changed files with 64 additions and 3 deletions

View file

@ -1,4 +1,5 @@
vim.g.everforest_better_performance=1
vim.g.everforest_background="hard"
vim.g.gruvbox_material_better_performance=1
vim.g.gruvbox_material_background="hard"
vim.g.gruvbox_material_foreground="original"
vim.opt.background="dark"
vim.cmd('colorscheme everforest')
vim.cmd('colorscheme gruvbox-material')