Add neovim-nightly overlay

This commit is contained in:
Dave Gallant
2021-07-18 21:25:34 -04:00
parent 46dfd4b9c3
commit 71decebd73
9 changed files with 131 additions and 50 deletions

View File

@@ -38,7 +38,7 @@ require('nvim-treesitter.configs').setup({
-- twilight
require("twilight").setup {
dimming = {
alpha = 0.50, -- amount of dimming
alpha = 0.25, -- amount of dimming
-- we try to get the foreground from the highlight groups or fallback color
color = { "Normal", "#cccccc" },
},