Add missing thing + sign test
This commit is contained in:
parent
d5282d561c
commit
abd2f60f10
1 changed files with 27 additions and 0 deletions
27
.config/alacritty/colors.toml
Normal file
27
.config/alacritty/colors.toml
Normal file
|
@ -0,0 +1,27 @@
|
|||
[colors.primary]
|
||||
background = '#040503'
|
||||
foreground = '#F1F6EE'
|
||||
|
||||
[colors.cursor]
|
||||
text = '#040503'
|
||||
cursor = '#F1F6EE'
|
||||
|
||||
[colors.normal]
|
||||
black = '#040503'
|
||||
red = '#58854C'
|
||||
green = '#638263'
|
||||
yellow = '#7B8178'
|
||||
blue = '#7CA29B'
|
||||
magenta = '#8BB48E'
|
||||
cyan = '#B7BEB3'
|
||||
white = '#F1F6EE'
|
||||
|
||||
[colors.bright]
|
||||
black = '#A8ACA6'
|
||||
red = '#76B266'
|
||||
green = '#85AE85'
|
||||
yellow = '#A5ACA1'
|
||||
blue = '#A6D9CF'
|
||||
magenta = '#BAF0BE'
|
||||
cyan = '#F4FEEF'
|
||||
white = '#F1F6EE'
|
Loading…
Reference in a new issue