From 0d90bf7ab4b4d03740c4543f03df65c9d9c58561 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Wed, 1 May 2024 01:04:08 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20config(nvim):=20add=20some?= =?UTF-8?q?=20opts=20to=20the=20cyberdream=20colorscheme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../lua/plugins/extras/ui/colorschemes/cyberdream.lua | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.config/nvim/lua/plugins/extras/ui/colorschemes/cyberdream.lua b/.config/nvim/lua/plugins/extras/ui/colorschemes/cyberdream.lua index 4a42aac6..379ca589 100644 --- a/.config/nvim/lua/plugins/extras/ui/colorschemes/cyberdream.lua +++ b/.config/nvim/lua/plugins/extras/ui/colorschemes/cyberdream.lua @@ -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, + }, }