mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 11:24:55 +02:00
nvim/lua/user/plugins/core/colorscheme.lua: no transparent background if using neovide
This commit is contained in:
parent
f3b3a35b9d
commit
f29bbc2184
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
local options = {
|
||||
flavour = "mocha",
|
||||
transparent_background = true,
|
||||
transparent_background = not vim.g.neovide,
|
||||
color_overrides = {
|
||||
mocha = {
|
||||
base = "#0E1019",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue