Add missing thing + sign test

This commit is contained in:
Артём 2023-12-28 22:09:40 +03:00
parent d5282d561c
commit abd2f60f10
No known key found for this signature in database
GPG key ID: EEFBB39006B28920

View 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'