feat(nvim): new colorschemes

This commit is contained in:
Sergio Laín 2023-11-16 23:50:23 +01:00
parent 94787f5672
commit c125047250
No known key found for this signature in database
GPG key ID: 14C9B8080681777B
6 changed files with 46 additions and 0 deletions

View file

@ -0,0 +1,6 @@
return {
"Mofiqul/dracula.nvim",
lazy = false,
name = "dracula",
opts = {},
}

View file

@ -0,0 +1,6 @@
return {
"maxmx03/fluoromachine.nvim",
lazy = false,
name = "fluoromachine",
opts = {},
}

View file

@ -0,0 +1,6 @@
return {
"projekt0n/github-nvim-theme",
lazy = false,
name = "github",
opts = {},
}

View file

@ -0,0 +1,6 @@
return {
"oneslash/helix-nvim",
lazy = false,
name = "helix",
opts = {},
}

View file

@ -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,
},
},
},
}

View file

@ -0,0 +1,6 @@
return {
"Mofiqul/vscode.nvim",
lazy = false,
name = "vscode",
opts = {},
}