Skip to content

Commit

Permalink
feat(neovim): introducing colourscheme.lua and trying out torte colou…
Browse files Browse the repository at this point in the history
…rscheme

Torte resembles the default colourscheme of neovim the most, but it is
without the awful purple background of the menus.
  • Loading branch information
Botond Kalocsai committed Apr 25, 2024
1 parent f9ff692 commit b4db76d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions home/dot_config/nvim/lua/plugins/colorscheme.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
return {
{
"LazyVim/LazyVim",
opts = {
colorscheme = "torte",
},
},
}

0 comments on commit b4db76d

Please sign in to comment.