shaunsingh / nord.nvim

Neovim theme based off of the Nord Color Palette, written in lua with tree sitter support
GNU General Public License v2.0
796 stars 107 forks source link

Terminal_transparent #150

Closed ferrerama closed 8 months ago

ferrerama commented 9 months ago

Hello The terminal takes the nord color, and I would prefer it to be a transparent background.

It is posible?.

Thanks.

ferrerama commented 8 months ago

do it, this config. for me.

vim.g.nord_contrast = false vim.g.nord_borders = true vim.g.nord_disable_background = true vim.g.nord_cursorline_transparent = true vim.g.nord_enable_sidebar_background = false vim.g.nord_italic = false vim.g.nord_uniform_diff_background = true vim.g.nord_bold = false