mirror of
https://github.com/iofq/nvim.nix.git
synced 2026-01-23 08:55:16 -06:00
lint
This commit is contained in:
parent
b33413dd18
commit
9082d546f6
19 changed files with 362 additions and 291 deletions
|
|
@ -3,17 +3,17 @@ if vim.g.did_load_colors_plugin then
|
|||
end
|
||||
vim.g.did_load_colors_plugin = true
|
||||
|
||||
require("rose-pine").setup({
|
||||
variant = "moon",
|
||||
styles = {
|
||||
bold = false,
|
||||
italic = false,
|
||||
transparency = true,
|
||||
},
|
||||
})
|
||||
require('nightfox').setup({
|
||||
options = {
|
||||
transparent = true, -- Disable setting background
|
||||
terminal_colors = false, -- Set terminal colors (vim.g.terminal_color_*) used in `:terminal`
|
||||
require('rose-pine').setup {
|
||||
variant = 'moon',
|
||||
styles = {
|
||||
bold = false,
|
||||
italic = false,
|
||||
transparency = true,
|
||||
},
|
||||
})
|
||||
}
|
||||
require('nightfox').setup {
|
||||
options = {
|
||||
transparent = true, -- Disable setting background
|
||||
terminal_colors = false, -- Set terminal colors (vim.g.terminal_color_*) used in `:terminal`
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue