aboutsummaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2022-12-30 23:40:08 +0200
committersrdusr <trevorgray@srdusr.com>2022-12-30 23:40:08 +0200
commitd8306aef0cdbdce0b735313175761aa41f607e3e (patch)
tree3ada58fd02597cd16e3d599046896c72ffe66124 /lua
parent03a36e7dfd2bb6a094611aac88665db550f4266d (diff)
downloaddotfiles-d8306aef0cdbdce0b735313175761aa41f607e3e.tar.gz
dotfiles-d8306aef0cdbdce0b735313175761aa41f607e3e.zip
Changed colorscheme to doom-one
Diffstat (limited to 'lua')
-rw-r--r--lua/plugins/colorscheme.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/plugins/colorscheme.lua b/lua/plugins/colorscheme.lua
index 1f76a40..6b4e6f9 100644
--- a/lua/plugins/colorscheme.lua
+++ b/lua/plugins/colorscheme.lua
@@ -1,6 +1,6 @@
-- Colorscheme
-- ayu gruvbox molokai onedark srcery everblush vscode edge nightfly doom-one
-local colorscheme = "onedark"
+local colorscheme = "doom-one"
local status_ok, _ = pcall(vim.cmd, "colorscheme " .. colorscheme)
if not status_ok then
vim.notify("colorscheme " .. colorscheme .. " not found!")