ghostty+nvim: color tweaks to please the eyeballs
This commit is contained in:
parent
e7d96ac4c0
commit
9a31f83e80
2 changed files with 4 additions and 4 deletions
|
@ -64,8 +64,8 @@
|
|||
};
|
||||
|
||||
xdg.configFile."ghostty/themes/PatagiaDark".text = ''
|
||||
background = #000000
|
||||
foreground = #b2b2b2
|
||||
background = "#14151a"
|
||||
foreground = "#d1d5db"
|
||||
cursor-color = #00d992
|
||||
selection-background = #d7d7d7
|
||||
selection-foreground = #000000
|
||||
|
|
|
@ -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),
|
||||
|
||||
|
|
Loading…
Reference in a new issue