chore(neovim): use shadow colorscheme #181
@ -1,5 +1,5 @@
|
|||||||
diff --git a/init.lua b/init.lua
|
diff --git a/init.lua b/init.lua
|
||||||
index 4eae8e7..f2609ec 100644
|
index 4eae8e7..b7be342 100644
|
||||||
--- a/init.lua
|
--- a/init.lua
|
||||||
+++ b/init.lua
|
+++ b/init.lua
|
||||||
@@ -91,7 +91,7 @@ vim.g.mapleader = ' '
|
@@ -91,7 +91,7 @@ vim.g.mapleader = ' '
|
||||||
@ -149,6 +149,7 @@ index 4eae8e7..f2609ec 100644
|
|||||||
+ dependencies = {
|
+ dependencies = {
|
||||||
+ 'drewxs/ash.nvim',
|
+ 'drewxs/ash.nvim',
|
||||||
+ 'wnkz/monoglow.nvim',
|
+ 'wnkz/monoglow.nvim',
|
||||||
|
+ 'rjshkhr/shadow.nvim'
|
||||||
+ },
|
+ },
|
||||||
priority = 1000, -- Make sure to load this before all the other start plugins.
|
priority = 1000, -- Make sure to load this before all the other start plugins.
|
||||||
init = function()
|
init = function()
|
||||||
@ -158,8 +159,7 @@ index 4eae8e7..f2609ec 100644
|
|||||||
- vim.cmd.colorscheme 'tokyonight-night'
|
- vim.cmd.colorscheme 'tokyonight-night'
|
||||||
+ -- For monoglow the following variants area available:
|
+ -- For monoglow the following variants area available:
|
||||||
+ -- 'monoglow-z', 'monoglow-lack', or 'monoglow-void'.
|
+ -- 'monoglow-z', 'monoglow-lack', or 'monoglow-void'.
|
||||||
+ -- vim.cmd.colorscheme 'tokyonight-night'
|
+ vim.cmd.colorscheme 'shadow'
|
||||||
+ vim.cmd.colorscheme 'ash'
|
|
||||||
|
|
||||||
-- You can configure highlights by doing something like:
|
-- You can configure highlights by doing something like:
|
||||||
vim.cmd.hi 'Comment gui=none'
|
vim.cmd.hi 'Comment gui=none'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user