Change theme back into onedark from atom
This commit is contained in:
parent
73f52543b3
commit
96119660eb
2 changed files with 14 additions and 2 deletions
|
|
@ -13,7 +13,8 @@ return {
|
|||
dependencies = { "nvim-lua/plenary.nvim" },
|
||||
lazy = false,
|
||||
config = function()
|
||||
local colors = require('dracula').colors()
|
||||
-- local colors = require('dracula').colors()
|
||||
local colors = require('onedark.colors')
|
||||
|
||||
require('todo-comments').setup({
|
||||
signs = true, -- show icons in the signs column
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue