diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-02-23 20:43:36 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-02-23 20:43:36 +0200 |
| commit | 575793248da1000f831509647aead665f2aa01ee (patch) | |
| tree | a8a64487a7814710b727e57cda04fd08d3d3b771 /.config/nvim/lua/plugins/colorscheme.lua | |
| parent | 59d17033cb3600b6fb5dabfd230583290b4b8249 (diff) | |
| parent | 1afff5c4e157d5c2a87c39f90faeb0a9410f4b56 (diff) | |
| download | dotfiles-575793248da1000f831509647aead665f2aa01ee.tar.gz dotfiles-575793248da1000f831509647aead665f2aa01ee.zip | |
Merge commit '095d5fb56ff62c5e6527d7a3d87bc144856c746f'
Diffstat (limited to '.config/nvim/lua/plugins/colorscheme.lua')
| -rw-r--r-- | .config/nvim/lua/plugins/colorscheme.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/nvim/lua/plugins/colorscheme.lua b/.config/nvim/lua/plugins/colorscheme.lua index 6ea5cdb..346bc4a 100644 --- a/.config/nvim/lua/plugins/colorscheme.lua +++ b/.config/nvim/lua/plugins/colorscheme.lua @@ -1,7 +1,7 @@ -- Colorscheme -- Available colorschemes: -- [[ nightfly ayu onedark doom-one ]] -local colorscheme = "doom-one" +local colorscheme = "nightfly" local status_ok, _ = pcall(vim.cmd, "colorscheme " .. colorscheme) if not status_ok then vim.notify("colorscheme " .. colorscheme .. " not found!") |
