1
0
Fork 0
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:
Henrik Hautakoski 2025-01-26 18:42:19 +01:00
parent f3b3a35b9d
commit f29bbc2184

View file

@ -1,6 +1,6 @@
local options = {
flavour = "mocha",
transparent_background = true,
transparent_background = not vim.g.neovide,
color_overrides = {
mocha = {
base = "#0E1019",