mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Update alacritty.toml
The cursor and text color in the ristretto alactritty theme config are currently the same. This change sets the cursor text color to match the background color. This should be the expected behavior.
This commit is contained in:
@@ -22,7 +22,7 @@ white = "#f1e5e7"
|
||||
|
||||
[colors.cursor]
|
||||
cursor = '#c3b7b8'
|
||||
text = '#c3b7b8'
|
||||
text = '#2c2525'
|
||||
|
||||
[colors.primary]
|
||||
background = '#2c2525'
|
||||
|
||||
Reference in New Issue
Block a user