- commit
- 1c6c7ba
- parent
- ee1833b
- author
- Eric Bower
- date
- 2025-08-28 10:05:28 -0400 EDT
chore(nvim): revert theme to dracula I wanted to like a minimal colorscheme but it was a little too difficult to read for me.
1 files changed,
+3,
-11
+3,
-11
1@@ -176,7 +176,7 @@ local function setup_treesitter()
2 end
3
4 vim.pack.add({
5- "https://github.com/kyza0d/xeno.nvim",
6+ "https://github.com/Mofiqul/dracula.nvim",
7 { src = "https://github.com/nvim-treesitter/nvim-treesitter", version = "main" },
8 "https://github.com/nvim-treesitter/nvim-treesitter-context",
9 "https://github.com/neovim/nvim-lspconfig",
10@@ -186,16 +186,8 @@ vim.pack.add({
11 "https://github.com/tpope/vim-fugitive",
12 })
13
14-require("xeno").new_theme("xeno-dracula", {
15- base = "#282a36",
16- accent = "#bd93f9",
17- contrast = -0.1,
18-})
19-vim.cmd([[colorscheme xeno-dracula]])
20-
21--- "https://github.com/Mofiqul/dracula.nvim",
22--- require("dracula").setup()
23--- vim.cmd([[colorscheme dracula]])
24+require("dracula").setup()
25+vim.cmd([[colorscheme dracula]])
26 setup_treesitter()
27 setup_lsp()
28 setup_fzf()