Skip to content

Commit

Permalink
Add dracula colorscheme
Browse files Browse the repository at this point in the history
  • Loading branch information
cpow committed Jan 6, 2023
1 parent e4bd378 commit 0034c19
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lua/core/plugin_config/colorscheme.lua
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
vim.o.termguicolors = true
vim.cmd [[ colorscheme gruvbox ]]
vim.cmd [[ colorscheme dracula ]]
2 changes: 1 addition & 1 deletion lua/core/plugin_config/lualine.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require('lualine').setup {
options = {
icons_enabled = true,
theme = 'gruvbox',
theme = 'dracula',
},
sections = {
lualine_a = {
Expand Down
1 change: 1 addition & 0 deletions lua/core/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ local packer_bootstrap = ensure_packer()
return require('packer').startup(function(use)
use 'wbthomason/packer.nvim'
use 'ellisonleao/gruvbox.nvim'
use 'dracula/vim'
use 'nvim-tree/nvim-tree.lua'
use 'nvim-tree/nvim-web-devicons'
use 'nvim-lualine/lualine.nvim'
Expand Down

0 comments on commit 0034c19

Please sign in to comment.