fix: improve black contrast in ristretto alacritty theme (#770)

This commit is contained in:
RaphaelKimmig 2025-08-22 17:14:37 +02:00 committed by GitHub
parent 13166960a1
commit 58d6b5ba7f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
[colors]
[colors.normal]
black = "#2c2525"
black = "#72696a"
red = "#fd6883"
green = "#adda78"
yellow = "#f9cc6c"
@ -11,7 +11,7 @@ cyan = "#85dacc"
white = "#e6d9db"
[colors.bright]
black = "#463a3a"
black = "#948a8b"
red = "#ff8297"
green = "#c8e292"
yellow = "#fcd675"