⚙️ 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",
|
||||
lazy = false,
|
||||
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