Skip to content

Commit

Permalink
feat: kanagawa colorscheme
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbuhr committed May 17, 2024
1 parent 8b7eb42 commit bb01a88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/plugins/colorthemes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ return {

{
'oxfist/night-owl.nvim',
enabled = true,
enabled = false,
lazy = false,
priority = 1000,
config = function()
Expand All @@ -32,7 +32,7 @@ return {

{
'rebelot/kanagawa.nvim',
enabled = false,
enabled = true,
lazy = false,
priority = 1000,
config = function()
Expand Down

0 comments on commit bb01a88

Please sign in to comment.