nvim: clear Normal group and use terminal defaults for

background+foreground
This commit is contained in:
Daniel Lundin 2024-11-27 14:04:13 +01:00
parent e1c3fd6cb8
commit 3dee43330a
Signed by: dln
SSH key fingerprint: SHA256:dQy1Xj3UiqJYpKR5ggQ2bxgz4jCH8IF+k3AB8o0kmdI

View file

@ -2,8 +2,8 @@ local hsl = require("dieter.hsl").hslToHex
local colors = { local colors = {
light = { light = {
background = hsl(240, 100, 100), background = "NONE",
foreground = hsl(0, 0, 13), foreground = "NONE",
accent1 = hsl(12, 100, 50), accent1 = hsl(12, 100, 50),
@ -40,7 +40,7 @@ local colors = {
dark = { dark = {
background = "NONE", background = "NONE",
foreground = hsl(216, 12, 84), foreground = "NONE",
accent1 = hsl(12, 100, 50), accent1 = hsl(12, 100, 50),