⚙️ config(nvim): add some opts to the cyberdream colorscheme

This commit is contained in:
Sergio Laín 2024-05-01 01:04:08 +02:00
parent 5894ec2605
commit 0d90bf7ab4
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

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