ghostty+nvim: try on some oled black background
This commit is contained in:
parent
e3858e3adf
commit
b09da9efbe
2 changed files with 2 additions and 2 deletions
|
@ -64,7 +64,7 @@
|
|||
};
|
||||
|
||||
xdg.configFile."ghostty/themes/PatagiaDark".text = ''
|
||||
background = #0d1117
|
||||
background = #000000
|
||||
foreground = #b2b2b2
|
||||
cursor-color = #00d992
|
||||
selection-background = #d7d7d7
|
||||
|
|
|
@ -39,7 +39,7 @@ local colors = {
|
|||
},
|
||||
|
||||
dark = {
|
||||
background = hsl(216, 28, 7),
|
||||
background = hsl(216, 28, 0),
|
||||
foreground = hsl(0, 0, 80),
|
||||
|
||||
accent1 = hsl(12, 100, 50),
|
||||
|
|
Loading…
Reference in a new issue