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

@ -0,0 +1,22 @@
[colors]
[colors.primary]
background = "#333333"
foreground = "#F2F2F2"
[colors.normal]
black = "#333333"
red = "#CC0000"
green = "#4E9A06"
yellow = "#C4A000"
blue = "#3465A4"
magenta = "#75507B"
cyan = "#06989A"
white = "#D3D7CF"
[colors.bright]
black = "#88807C"
red = "#F15D22"
green = "#73C48F"
yellow = "#FFCE51"
blue = "#48B9C7"
magenta = "#AD7FA8"
cyan = "#34E2E2"
white = "#EEEEEC"