Update Alacritty to be more readable and default view with apacity
This commit is contained in:
parent
4c6272e43e
commit
1af6187374
2 changed files with 6 additions and 1 deletions
|
@ -18,3 +18,8 @@ blink_timeout = 0
|
||||||
[cursor.style]
|
[cursor.style]
|
||||||
blinking = "Always"
|
blinking = "Always"
|
||||||
#shape = "Underline"
|
#shape = "Underline"
|
||||||
|
|
||||||
|
[window]
|
||||||
|
opacity = 0.95
|
||||||
|
decorations = "None"
|
||||||
|
level = "AlwaysOnTop"
|
||||||
|
|
|
@ -12,7 +12,7 @@ cursor = '#f0f3f6'
|
||||||
|
|
||||||
# Normal colors
|
# Normal colors
|
||||||
[colors.normal]
|
[colors.normal]
|
||||||
black = '#7a828e'
|
black = '#050E1A'
|
||||||
red = '#ff9492'
|
red = '#ff9492'
|
||||||
green = '#26cd4d'
|
green = '#26cd4d'
|
||||||
yellow = '#f0b72f'
|
yellow = '#f0b72f'
|
||||||
|
|
Loading…
Reference in a new issue