ghostty+nvim: color tweaks to please the eyeballs

This commit is contained in:
Daniel Lundin 2024-11-27 14:04:13 +01:00
parent e7d96ac4c0
commit 9a31f83e80
Signed by: dln
SSH key fingerprint: SHA256:dQy1Xj3UiqJYpKR5ggQ2bxgz4jCH8IF+k3AB8o0kmdI
2 changed files with 4 additions and 4 deletions
home/common/nvim/dieter/lua/dieter

View file

@ -39,8 +39,8 @@ local colors = {
},
dark = {
background = hsl(216, 28, 0),
foreground = hsl(0, 0, 80),
background = hsl(230, 13, 9),
foreground = hsl(216, 12, 84),
accent1 = hsl(12, 100, 50),