Change theme back into onedark from atom

This commit is contained in:
Juan Magalhães 2023-09-01 15:57:01 -03:00
parent 73f52543b3
commit 96119660eb
2 changed files with 14 additions and 2 deletions

View file

@ -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