alacritty: cleanup
This commit is contained in:
parent
b08b6568ab
commit
a2cf54699c
1 changed files with 5 additions and 5 deletions
|
@ -3,7 +3,7 @@ font:
|
|||
normal:
|
||||
family: Fira Code
|
||||
style: Regular
|
||||
size: 14.0
|
||||
size: 14
|
||||
|
||||
# Colors
|
||||
# dark
|
||||
|
@ -42,18 +42,18 @@ colors:
|
|||
background: CellForeground
|
||||
normal:
|
||||
black: "#282c34"
|
||||
red: "#e06c75"
|
||||
red: "#be5046"
|
||||
green: "#98c379"
|
||||
yellow: "#e5c07b"
|
||||
yellow: "#d19a66"
|
||||
blue: "#61afef"
|
||||
magenta: "#c678dd"
|
||||
cyan: "#56b6c2"
|
||||
white: "#abb2bf"
|
||||
bright:
|
||||
black: "#5c6370"
|
||||
red: "#be5046"
|
||||
red: "#e06c75"
|
||||
green: "#98c379"
|
||||
yellow: "#d19a66"
|
||||
yellow: "#e5c07b"
|
||||
blue: "#61afef"
|
||||
magenta: "#c678dd"
|
||||
cyan: "#56b6c2"
|
||||
|
|
Loading…
Reference in a new issue