aboutsummaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2023-05-19 23:09:44 +0200
committersrdusr <trevorgray@srdusr.com>2023-05-19 23:09:44 +0200
commita8dfd609677dc5ec643111b9a91f202616dff472 (patch)
treec5aede2131cdaae94516d107d492a3f9f780962b /lua
parent27d67a91029c673e63833dc60bf67df521b8d460 (diff)
downloaddotfiles-a8dfd609677dc5ec643111b9a91f202616dff472.tar.gz
dotfiles-a8dfd609677dc5ec643111b9a91f202616dff472.zip
Changed colorscheme to github_dark
Diffstat (limited to 'lua')
-rw-r--r--lua/plugins/colorscheme.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/plugins/colorscheme.lua b/lua/plugins/colorscheme.lua
index 2735204..b8a9dca 100644
--- a/lua/plugins/colorscheme.lua
+++ b/lua/plugins/colorscheme.lua
@@ -1,7 +1,7 @@
-- Colorscheme
-- Available colorschemes:
--- [[ nightfly ayu onedark doom-one nvimgelion ]]
-local colorscheme = "doom-one"
+-- [[ nightfly ayu onedark doom-one nvimgelion github_dark ]]
+local colorscheme = "github_dark"
local status_ok, _ = pcall(vim.cmd, "colorscheme " .. colorscheme)
if not status_ok then
vim.notify("colorscheme " .. colorscheme .. " not found!")