nvim: clear Normal group and use terminal defaults for
background+foreground
This commit is contained in:
parent
e1c3fd6cb8
commit
3dee43330a
1 changed files with 3 additions and 3 deletions
|
@ -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),
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue