updated colourscheme
authorGeorgios Atheridis <atheridis@tutamail.com>
Tue, 6 Sep 2022 17:18:25 +0000 (20:18 +0300)
committerGeorgios Atheridis <atheridis@tutamail.com>
Tue, 6 Sep 2022 17:18:25 +0000 (20:18 +0300)
nvim/lua/nvim/colorscheme.lua

index 089fcf98541f8476224a133b46e9bf4ceb913423..80d767d92887ed8f4de742bc58e54ac848f52e89 100644 (file)
@@ -1,18 +1,22 @@
--- local status_ok, onedark = pcall(require, "onedark")
--- if not status_ok then
---     vim.notify("Error with colorscheme")
---     return
--- end
---
--- onedark.setup({
---     style = "deep",
--- })
--- onedark.load()
+local status_ok, onedark = pcall(require, "onedark")
+if not status_ok then
+       vim.notify("Error with colorscheme")
+       return
+end
+
+onedark.setup({
+       style = "deep",
+})
+onedark.load()
 
 -- vim.cmd('colorscheme paramount')
 --
--- vim.cmd('set termguicolors')
--- vim.cmd('set background=light')
+vim.cmd('set termguicolors')
+vim.cmd('set background=dark')
 -- vim.cmd('colorscheme zenbones')
 --
-vim.cmd("colorscheme nofrils-acme")
+-- vim.cmd("colorscheme nofrils-acme")
+
+-- vim.cmd("let g:nofrils_heavylinenumbers=1")
+-- vim.cmd("let g:nofrils_strbackgrounds=1")
+-- vim.cmd("let g:nofrils_heavycomments=1")