✨ feat(nvim): new colorschemes
This commit is contained in:
parent
94787f5672
commit
c125047250
6 changed files with 46 additions and 0 deletions
|
@ -0,0 +1,6 @@
|
|||
return {
|
||||
"Mofiqul/dracula.nvim",
|
||||
lazy = false,
|
||||
name = "dracula",
|
||||
opts = {},
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
return {
|
||||
"maxmx03/fluoromachine.nvim",
|
||||
lazy = false,
|
||||
name = "fluoromachine",
|
||||
opts = {},
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
return {
|
||||
"projekt0n/github-nvim-theme",
|
||||
lazy = false,
|
||||
name = "github",
|
||||
opts = {},
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
return {
|
||||
"oneslash/helix-nvim",
|
||||
lazy = false,
|
||||
name = "helix",
|
||||
opts = {},
|
||||
}
|
|
@ -0,0 +1,16 @@
|
|||
return {
|
||||
"loctvl842/monokai-pro.nvim",
|
||||
lazy = false,
|
||||
name = "monokai-pro",
|
||||
opts = {
|
||||
terminal_colors = true,
|
||||
devicons = true, -- highlight the icons of `nvim-web-devicons`
|
||||
filter = "pro", -- classic | octagon | pro | machine | ristretto | spectrum
|
||||
plugins = {
|
||||
indent_blankline = {
|
||||
context_highlight = "pro", -- default | pro
|
||||
context_start_underline = false,
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
return {
|
||||
"Mofiqul/vscode.nvim",
|
||||
lazy = false,
|
||||
name = "vscode",
|
||||
opts = {},
|
||||
}
|
Loading…
Add table
Reference in a new issue