add TOML converted themes

This commit is contained in:
Deepankar Chakroborty 2024-03-14 14:04:39 -07:00
parent f2d00d35a0
commit 19dea8fc39
27 changed files with 644 additions and 0 deletions

22
themes/bloodmoon.toml Normal file
View file

@ -0,0 +1,22 @@
[colors]
[colors.primary]
background = "#10100E"
foreground = "#C6C6C4"
[colors.normal]
black = "#10100E"
red = "#C40233"
green = "#009F6B"
yellow = "#FFD700"
blue = "#0087BD"
magenta = "#9A4EAE"
cyan = "#20B2AA"
white = "#C6C6C4"
[colors.bright]
black = "#696969"
red = "#FF2400"
green = "#03C03C"
yellow = "#FFD700"
blue = "#007FFF"
magenta = "#FF1493"
cyan = "#00CCCC"
white = "#FFFAFA"