add tender and change minor formatting

This commit is contained in:
Deepankar Chakroborty 2024-06-16 10:18:08 -07:00
parent e314b81836
commit 7c3b78606d
4 changed files with 60 additions and 28 deletions

23
themes/tender.toml Normal file
View file

@ -0,0 +1,23 @@
# From: https://github.com/huyvohcmc/tender-alacritty/blob/master/src/tender.yml
[colors]
[colors.primary]
background = "0x282828"
foreground = "0xeeeeee"
[colors.normal]
black = "0x282828"
red = "0xf43753"
green = "0xc9d05c"
yellow = "0xffc24b"
blue = "0xb3deef"
magenta = "0xd3b987"
cyan = "0x73cef4"
white = "0xeeeeee"
[colors.bright]
black = "0x4c4c4c"
red = "0xf43753"
green = "0xc9d05c"
yellow = "0xffc24b"
blue = "0xb3deef"
magenta = "0xd3b987"
cyan = "0x73cef4"
white = "0xfeffff"