Fixed alacritty install
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user