diff options
| author | iamcheeseman <[email protected]> | 2026-04-03 11:43:40 -0400 |
|---|---|---|
| committer | iamcheeseman <[email protected]> | 2026-04-03 11:43:40 -0400 |
| commit | 6270432fd36b1e0015f16346ce24625da56d9401 (patch) | |
| tree | 685c7e38f6709d5726165408a8ebe96c6ebfabee /.config | |
| parent | 3137c3ab067f99a336b13aef484a2605455e6d07 (diff) | |
nvim: switch to the acario theme
Diffstat (limited to '.config')
| -rw-r--r-- | .config/nvim/init.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/nvim/init.lua b/.config/nvim/init.lua index cdf86df..f553aaa 100644 --- a/.config/nvim/init.lua +++ b/.config/nvim/init.lua @@ -52,6 +52,7 @@ vim.pack.add({ "https://github.com/neovim/nvim-lspconfig", "https://github.com/nvim-mini/mini.pick", "https://github.com/tpope/vim-fugitive", + "https://github.com/0x-ximon/acario.nvim", }) for _, plugin in ipairs(vim.pack.get()) do @@ -92,7 +93,6 @@ vim.diagnostic.config({ severity_sort = true, }) -vim.cmd.colorscheme("lunaperche") -vim.api.nvim_set_hl(0, "CursorLine", {bg="#101010"}) +vim.cmd.colorscheme("acario_dark") vim.api.nvim_set_hl(0, "Cursor_i", {bg="#00FFFF"}) vim.api.nvim_set_hl(0, "Cursor_v", {bg="#FF00FF"}) |
