diff options
| author | Nanderty <psopka@sopka.ch> | 2023-04-22 12:10:01 +0200 |
|---|---|---|
| committer | Nanderty <psopka@sopka.ch> | 2023-04-22 12:10:01 +0200 |
| commit | d37f266e7719a67faa99b3ec62e9a51f0033cfc2 (patch) | |
| tree | 7e667b5462d88ae9a593378d3a919349c027153b /lua/plugins/colorscheme.lua | |
| parent | 9b3ab411798c36f4402ecb34eb77a0ee86a03447 (diff) | |
| download | neovim-config-d37f266e7719a67faa99b3ec62e9a51f0033cfc2.tar.gz neovim-config-d37f266e7719a67faa99b3ec62e9a51f0033cfc2.tar.bz2 neovim-config-d37f266e7719a67faa99b3ec62e9a51f0033cfc2.zip | |
starter verbesserungen
Diffstat (limited to 'lua/plugins/colorscheme.lua')
| -rw-r--r-- | lua/plugins/colorscheme.lua | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lua/plugins/colorscheme.lua b/lua/plugins/colorscheme.lua index 1261e27..5e226d6 100644 --- a/lua/plugins/colorscheme.lua +++ b/lua/plugins/colorscheme.lua @@ -6,7 +6,7 @@ return { priority = 1000, config = function() require('rose-pine').setup({ - variant = 'dawn', + variant = 'moon', highlight_groups = { TelescopePromptNormal = { fg = 'base', bg = 'rose' }, TelescopePromptBorder = { bg = 'rose' }, @@ -18,6 +18,9 @@ return { TelescopeResultsNormal = { bg = 'overlay' }, TelescopeResultsBorder = { bg = 'overlay' }, }, + groups = { + background = 'none', + }, }) vim.cmd('colorscheme rose-pine') end, |
