ghostty+nvim: try on some oled black background

This commit is contained in:
Daniel Lundin 2024-11-21 20:11:29 +01:00
parent e3858e3adf
commit b09da9efbe
Signed by: dln
SSH key fingerprint: SHA256:dQy1Xj3UiqJYpKR5ggQ2bxgz4jCH8IF+k3AB8o0kmdI
2 changed files with 2 additions and 2 deletions

View file

@ -64,7 +64,7 @@
}; };
xdg.configFile."ghostty/themes/PatagiaDark".text = '' xdg.configFile."ghostty/themes/PatagiaDark".text = ''
background = #0d1117 background = #000000
foreground = #b2b2b2 foreground = #b2b2b2
cursor-color = #00d992 cursor-color = #00d992
selection-background = #d7d7d7 selection-background = #d7d7d7

View file

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