⚙️ config(nvim): add some opts to the cyberdream colorscheme
This commit is contained in:
parent
5894ec2605
commit
0d90bf7ab4
1 changed files with 7 additions and 1 deletions
|
@ -2,5 +2,11 @@ return {
|
||||||
"scottmckendry/cyberdream.nvim",
|
"scottmckendry/cyberdream.nvim",
|
||||||
lazy = false,
|
lazy = false,
|
||||||
name = "cyberdream",
|
name = "cyberdream",
|
||||||
opts = {},
|
opts = {
|
||||||
|
transparent = true,
|
||||||
|
italic_comments = true,
|
||||||
|
hide_fillchars = true,
|
||||||
|
borderless_telescope = true,
|
||||||
|
terminal_colors = true,
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue