Skip to content

Commit

Permalink
oh-lucy-theme
Browse files Browse the repository at this point in the history
  • Loading branch information
ImenKedir committed Jan 6, 2023
1 parent 5f97a9d commit 93def6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lua/config/colorschemes.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
local status, _ = pcall(vim.cmd, "colorscheme minimal")
local status, _ = pcall(vim.cmd, "colorscheme oh-lucy-evening")
if not status then
print("Colorscheme not found")
return
Expand Down
3 changes: 2 additions & 1 deletion lua/config/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ return packer.startup(function(use)
use("akinsho/git-conflict.nvim")

-- Colorscheme
use({ "Yazeed1s/minimal.nvim" })
use("Yazeed1s/minimal.nvim") -- minimal
use("Yazeed1s/oh-lucy.nvim") -- oh-lucy-evening

-- Treesitter
use("nvim-treesitter/nvim-treesitter")
Expand Down

0 comments on commit 93def6e

Please sign in to comment.