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/terminalBasic.toml Normal file
View file

@ -0,0 +1,22 @@
[colors]
[colors.primary]
background = "#FFFFFF"
foreground = "#000000"
[colors.normal]
black = "#000000"
red = "#990000"
green = "#00A600"
yellow = "#e1b600"
blue = "#0000B2"
magenta = "#B200B2"
cyan = "#00A6B2"
white = "#BFBFBF"
[colors.bright]
black = "#666666"
red = "#E50000"
green = "#00D900"
yellow = "#e1b600"
blue = "#0000FF"
magenta = "#E500E5"
cyan = "#00E5E5"
white = "#E5E5E5"