Fixed alacritty install

This commit is contained in:
2024-04-12 10:24:55 +02:00
parent 7d5fa73f20
commit 9cf472cb21
2 changed files with 19 additions and 16 deletions

View File

@@ -1,16 +1,15 @@
[colors.bright]
black = "#4c566a"
blue = "#81a1c1"
cyan = "#8fbcbb"
green = "#a3be8c"
magenta = "#b48ead"
red = "#bf616a"
white = "#eceff4"
yellow = "#ebcb8b"
[colors.cursor]
cursor = "#d8dee9"
text = "#2e3440"
#[colors.bright]
#black = "#4c566a"
#blue = "#81a1c1"
#cyan = "#8fbcbb"
#green = "#a3be8c"
#magenta = "#b48ead"
#red = "#bf616a"
#white = "#eceff4"
#yellow = "#ebcb8b"
#[colors.cursor]
#cursor = "#d8dee9"
#text = "#2e3440"
[colors.dim]
black = "#373e4d"
@@ -43,11 +42,11 @@ foreground = "#d8dee9"
[colors.search.matches]
background = "#88c0d0"
foreground = "CellBackground"
#foreground = "CellBackground"
[colors.selection]
background = "#4c566a"
text = "CellForeground"
#text = "CellForeground"
[colors.vi_mode_cursor]
cursor = "#d8dee9"