mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
fix: improve black contrast in ristretto alacritty theme (#770)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user