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

25
themes/argonaut.toml Normal file
View file

@ -0,0 +1,25 @@
[colors]
[colors.primary]
background = "#292C3E"
foreground = "#EBEBEB"
[colors.cursor]
text = "#FF261E"
cursor = "#FF261E"
[colors.normal]
black = "#0d0d0d"
red = "#FF301B"
green = "#A0E521"
yellow = "#FFC620"
blue = "#1BA6FA"
magenta = "#8763B8"
cyan = "#21DEEF"
white = "#EBEBEB"
[colors.bright]
black = "#6D7070"
red = "#FF4352"
green = "#B8E466"
yellow = "#FFD750"
blue = "#1BA6FA"
magenta = "#A578EA"
cyan = "#73FBF1"
white = "#FEFEF8"

22
themes/ayuMirage.toml Normal file
View file

@ -0,0 +1,22 @@
[colors]
[colors.primary]
background = "#202734"
foreground = "#CBCCC6"
[colors.normal]
black = "#191E2A"
red = "#FF3333"
green = "#BAE67E"
yellow = "#FFA759"
blue = "#73D0FF"
magenta = "#FFD580"
cyan = "#95E6CB"
white = "#C7C7C7"
[colors.bright]
black = "#686868"
red = "#F27983"
green = "#A6CC70"
yellow = "#FFCC66"
blue = "#5CCFE6"
magenta = "#FFEE99"
cyan = "#95E6CB"
white = "#FFFFFF"

View file

@ -0,0 +1,22 @@
[colors]
[colors.primary]
background = "#2a1f1d"
foreground = "#e0dbb7"
[colors.normal]
black = "#573d26"
red = "#be2d26"
green = "#6ba18a"
yellow = "#e99d2a"
blue = "#5a86ad"
magenta = "#ac80a6"
cyan = "#74a6ad"
white = "#e0dbb7"
[colors.bright]
black = "#9b6c4a"
red = "#e84627"
green = "#95d8ba"
yellow = "#d0d150"
blue = "#b8d3ed"
magenta = "#d19ecb"
cyan = "#93cfd7"
white = "#fff9d5"

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"

31
themes/breeze.toml Normal file
View file

@ -0,0 +1,31 @@
[colors]
[colors.primary]
background = "#232627"
foreground = "#fcfcfc"
[colors.normal]
black = "#232627"
red = "#ed1515"
green = "#11d116"
yellow = "#f67400"
blue = "#1d99f3"
magenta = "#9b59b6"
cyan = "#1abc9c"
white = "#fcfcfc"
[colors.bright]
black = "#7f8c8d"
red = "#c0392b"
green = "#1cdc9a"
yellow = "#fdbc4b"
blue = "#3daee9"
magenta = "#8e44ad"
cyan = "#16a085"
white = "#ffffff"
[colors.dim]
black = "#31363b"
red = "#783228"
green = "#17a262"
yellow = "#b65619"
blue = "#1b668f"
magenta = "#614a73"
cyan = "#186c60"
white = "#63686d"

31
themes/breeze2.toml Normal file
View file

@ -0,0 +1,31 @@
[colors]
[colors.primary]
background = "#232627"
foreground = "#fcfcfc"
[colors.normal]
black = "#232627"
red = "#ed1515"
green = "#11d116"
yellow = "#f67400"
blue = "#1d99f3"
magenta = "#9b59b6"
cyan = "#00ced1"
white = "#63686d"
[colors.bright]
black = "#7f8c8d"
red = "#ff4040"
green = "#19c68a"
yellow = "#fdbc4b"
blue = "#3daee9"
magenta = "#8e44ad"
cyan = "#00ced1"
white = "#808080"
[colors.dim]
black = "#31363b"
red = "#783228"
green = "#17a262"
yellow = "#b65619"
blue = "#1b668f"
magenta = "#614a73"
cyan = "#00ffff"
white = "#63686d"

31
themes/darktooth.toml Normal file
View file

@ -0,0 +1,31 @@
[colors]
[colors.primary]
background = "#282828"
foreground = "#fdf4c1"
[colors.normal]
black = "#282828"
red = "#9d0006"
green = "#79740e"
yellow = "#b57614"
blue = "#076678"
magenta = "#8f3f71"
cyan = "#00a7af"
white = "#fdf4c1"
[colors.bright]
black = "#32302f"
red = "#fb4933"
green = "#b8bb26"
yellow = "#fabd2f"
blue = "#83a598"
magenta = "#d3869b"
cyan = "#3fd7e5"
white = "#ffffc8"
[colors.dim]
black = "#1d2021"
red = "#421e1e"
green = "#232b0f"
yellow = "#4d3b27"
blue = "#2b3c44"
magenta = "#4e3d45"
cyan = "#205161"
white = "#f4e8ba"

22
themes/dracula.toml Normal file
View file

@ -0,0 +1,22 @@
[colors]
[colors.primary]
background = "#282a36"
foreground = "#f8f8f2"
[colors.normal]
black = "#000000"
red = "#ff5555"
green = "#50fa7b"
yellow = "#f1fa8c"
blue = "#caa9fa"
magenta = "#ff79c6"
cyan = "#8be9fd"
white = "#bfbfbf"
[colors.bright]
black = "#575b70"
red = "#ff6e67"
green = "#5af78e"
yellow = "#f4f99d"
blue = "#caa9fa"
magenta = "#ff92d0"
cyan = "#9aedfe"
white = "#e6e6e6"

30
themes/githubLight.toml Normal file
View file

@ -0,0 +1,30 @@
[colors]
[colors.primary]
background = "0xffffff"
foreground = "0x24292f"
[colors.normal]
black = "0x24292e"
red = "0xd73a49"
green = "0x28a745"
yellow = "0xdbab09"
blue = "0x0366d6"
magenta = "0x5a32a3"
cyan = "0x0598bc"
white = "0x6a737d"
[colors.bright]
black = "0x959da5"
red = "0xcb2431"
green = "0x22863a"
yellow = "0xb08800"
blue = "0x005cc5"
magenta = "0x5a32a3"
cyan = "0x3192aa"
white = "0xd1d5da"
[[colors.indexed_colors]]
index = 16
color = "0xd18616"
[[colors.indexed_colors]]
index = 17
color = "0xcb2431"

22
themes/gruvbox.toml Normal file
View file

@ -0,0 +1,22 @@
[colors]
[colors.primary]
background = "#282828"
foreground = "#ebdbb2"
[colors.normal]
black = "#282828"
red = "#cc241d"
green = "#98971a"
yellow = "#d79921"
blue = "#458588"
magenta = "#b16286"
cyan = "#689d6a"
white = "#a89984"
[colors.bright]
black = "#928374"
red = "#fb4934"
green = "#b8bb26"
yellow = "#fabd2f"
blue = "#83a598"
magenta = "#d3869b"
cyan = "#8ec07c"
white = "#ebdbb2"

25
themes/hyper.toml Normal file
View file

@ -0,0 +1,25 @@
[colors]
[colors.primary]
background = "#000000"
foreground = "#ffffff"
[colors.cursor]
text = "#F81CE5"
cursor = "#ffffff"
[colors.normal]
black = "#000000"
red = "#fe0100"
green = "#33ff00"
yellow = "#FFD700"
blue = "#0066ff"
magenta = "#cc00ff"
cyan = "#00ffff"
white = "#d0d0d0"
[colors.bright]
black = "#808080"
red = "#fe0100"
green = "#33ff00"
yellow = "#FFD700"
blue = "#0066ff"
magenta = "#cc00ff"
cyan = "#00ffff"
white = "#FFFFFF"

22
themes/iterm2.toml Normal file
View file

@ -0,0 +1,22 @@
[colors]
[colors.primary]
background = "#101421"
foreground = "#fffbf6"
[colors.normal]
black = "#2e2e2e"
red = "#eb4129"
green = "#abe047"
yellow = "#f6c744"
blue = "#47a0f3"
magenta = "#7b5cb0"
cyan = "#64dbed"
white = "#e5e9f0"
[colors.bright]
black = "#565656"
red = "#ec5357"
green = "#c0e17d"
yellow = "#f9da6a"
blue = "#49a4f8"
magenta = "#a47de9"
cyan = "#99faf2"
white = "#ffffff"

22
themes/kitty.toml Normal file
View file

@ -0,0 +1,22 @@
[colors]
[colors.primary]
background = "#000000"
foreground = "#dddddd"
[colors.normal]
black = "#000000"
red = "#cc0403"
green = "#19cb00"
yellow = "#cecb00"
blue = "#0d73cc"
magenta = "#cb1ed1"
cyan = "#0dcdcd"
white = "#dddddd"
[colors.bright]
black = "#767676"
red = "#f2201f"
green = "#23fd00"
yellow = "#fffd00"
blue = "#1a8fff"
magenta = "#fd28ff"
cyan = "#14ffff"
white = "#ffffff"

22
themes/material.toml Normal file
View file

@ -0,0 +1,22 @@
[colors]
[colors.primary]
background = "#263238"
foreground = "#eeffff"
[colors.normal]
black = "#000000"
red = "#e53935"
green = "#91b859"
yellow = "#ffb62c"
blue = "#6182b8"
magenta = "#ff5370"
cyan = "#39adb5"
white = "#a0a0a0"
[colors.bright]
black = "#4e4e4e"
red = "#ff5370"
green = "#c3e88d"
yellow = "#ffcb6b"
blue = "#82aaff"
magenta = "#f07178"
cyan = "#89ddff"
white = "#ffffff"

22
themes/metrostyle.toml Normal file
View file

@ -0,0 +1,22 @@
[colors]
[colors.primary]
background = "#fffdef"
foreground = "#000000"
[colors.normal]
black = "#000000"
red = "#d41243"
green = "#8ec127"
yellow = "#f47835"
blue = "#0040db"
magenta = "#a200ff"
cyan = "#00aedb"
white = "#DDDDDD"
[colors.bright]
black = "#888888"
red = "#d41243"
green = "#8ec127"
yellow = "#f47835"
blue = "#0040db"
magenta = "#a200ff"
cyan = "#00aedb"
white = "#FFFFFF"

22
themes/monokaiSoda.toml Normal file
View file

@ -0,0 +1,22 @@
[colors]
[colors.primary]
background = "#1a1a1a"
foreground = "#c4c5b5"
[colors.normal]
black = "#1a1a1a"
red = "#f4005f"
green = "#98e024"
yellow = "#fa8419"
blue = "#9d65ff"
magenta = "#f4005f"
cyan = "#58d1eb"
white = "#c4c5b5"
[colors.bright]
black = "#625e4c"
red = "#f4005f"
green = "#98e024"
yellow = "#e0d561"
blue = "#9d65ff"
magenta = "#f4005f"
cyan = "#58d1eb"
white = "#f6f6ef"

22
themes/monokaiSoda2.toml Normal file
View file

@ -0,0 +1,22 @@
[colors]
[colors.primary]
background = "#1a1a1a"
foreground = "#fafafa"
[colors.normal]
black = "#1a1a1a"
red = "#f4005f"
green = "#98e024"
yellow = "#fa8419"
blue = "#9d65ff"
magenta = "#f4005f"
cyan = "#58d1eb"
white = "#fafafa"
[colors.bright]
black = "#625e4c"
red = "#f4005f"
green = "#98e024"
yellow = "#e0d561"
blue = "#9d65ff"
magenta = "#f4005f"
cyan = "#58d1eb"
white = "#ffffff"

View file

@ -0,0 +1,25 @@
[colors]
[colors.primary]
background = "0xeeeeee"
foreground = "0x444444"
[colors.cursor]
text = "0xeeeeee"
cursor = "0x444444"
[colors.normal]
black = "0xeeeeee"
red = "0xaf0000"
green = "0x008700"
yellow = "0x5f8700"
blue = "0x0087af"
magenta = "0x878787"
cyan = "0x005f87"
white = "0x444444"
[colors.bright]
black = "0xbcbcbc"
red = "0xd70000"
green = "0xd70087"
yellow = "0x8700af"
blue = "0xd75f00"
magenta = "0xd75f00"
cyan = "0x005faf"
white = "0x005f87"

22
themes/paraisoDark.toml Normal file
View file

@ -0,0 +1,22 @@
[colors]
[colors.primary]
background = "#2f1e2e"
foreground = "#edeceb"
[colors.normal]
black = "#000000"
red = "#ef6155"
green = "#48b685"
yellow = "#fec418"
blue = "#06b6ef"
magenta = "#815ba4"
cyan = "#5bc4bf"
white = "#edeceb"
[colors.bright]
black = "#776e71"
red = "#ef6155"
green = "#48b685"
yellow = "#fec418"
blue = "#06b6ef"
magenta = "#815ba4"
cyan = "#5bc4bf"
white = "#fcfcfb"

22
themes/pencilLight.toml Normal file
View file

@ -0,0 +1,22 @@
[colors]
[colors.primary]
background = "0xf1f1f1"
foreground = "0x424242"
[colors.normal]
black = "0x212121"
red = "0xc30771"
green = "0x10a778"
yellow = "0xa89c14"
blue = "0x008ec4"
magenta = "0x523c79"
cyan = "0x20a5ba"
white = "0xe0e0e0"
[colors.bright]
black = "0x212121"
red = "0xfb007a"
green = "0x5fd7af"
yellow = "0xf3e430"
blue = "0x20bbfc"
magenta = "0x6855de"
cyan = "0x4fb8cc"
white = "0xf1f1f1"

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"

22
themes/robocopAlpha.toml Normal file
View file

@ -0,0 +1,22 @@
[colors]
[colors.primary]
background = "#000000"
foreground = "#FFFFFF"
[colors.normal]
black = "#000000"
red = "#FF2222"
green = "#22BB22"
yellow = "#BBBB22"
blue = "#2279FF"
magenta = "#BB22BB"
cyan = "#22BBBB"
white = "#DDDDDD"
[colors.bright]
black = "#888888"
red = "#FF2222"
green = "#22FF22"
yellow = "#FFFF22"
blue = "#2279FF"
magenta = "#FF22FF"
cyan = "#22FFFF"
white = "#FFFFFF"

22
themes/seabird.toml Normal file
View file

@ -0,0 +1,22 @@
[colors]
[colors.primary]
background = "#ffffff"
foreground = "#1A1A1A"
[colors.normal]
black = "#0b141a"
red = "#ff4053"
green = "#11ab00"
yellow = "#bf8c00"
blue = "#0099ff"
magenta = "#9854ff"
cyan = "#00a5ab"
white = "#ffffff"
[colors.bright]
black = "#0b141a"
red = "#ff4053"
green = "#11ab00"
yellow = "#bf8c00"
blue = "#0099ff"
magenta = "#9854ff"
cyan = "#00a5ab"
white = "#ffffff"

View file

@ -0,0 +1,25 @@
[colors]
[colors.primary]
foreground = "#64526F"
background = "#FAF7EE"
[colors.cursor]
cursor = "#64526F"
text = "#FAF7EE"
[colors.normal]
black = "#FAF7EE"
red = "#DF201C"
green = "#009F6B"
yellow = "#DB742E"
blue = "#3980C2"
magenta = "#29A0AD"
cyan = "#6B3062"
white = "#64526F"
[colors.bright]
black = "#9F93A1"
red = "#DF201C"
green = "#009F6B"
yellow = "#DB742E"
blue = "#3980C2"
magenta = "#29A0AD"
cyan = "#6B3062"
white = "#64526F"

25
themes/spacer.toml Normal file
View file

@ -0,0 +1,25 @@
[colors]
[colors.primary]
foreground = "#7e688d"
background = "#FAF7EE"
[colors.cursor]
cursor = "#64526F"
text = "#FAF7EE"
[colors.normal]
black = "#0A0A0A"
red = "#DF201C"
green = "#009F6B"
yellow = "#DB742E"
blue = "#3980C2"
magenta = "#6B3062"
cyan = "#29A0AD"
white = "#FFFFFF"
[colors.bright]
black = "#0A0A0A"
red = "#DF201C"
green = "#009F6B"
yellow = "#DB742E"
blue = "#3980C2"
magenta = "#6B3062"
cyan = "#29A0AD"
white = "#FFFFFF"

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"

22
themes/ubuntu.toml Normal file
View file

@ -0,0 +1,22 @@
[colors]
[colors.primary]
background = "#300a24"
foreground = "#eeeeec"
[colors.normal]
black = "#2e3436"
red = "#cc0000"
green = "#4e9a06"
yellow = "#c4a000"
blue = "#3465a4"
magenta = "#75507b"
cyan = "#06989a"
white = "#d3d7cf"
[colors.bright]
black = "#555753"
red = "#ef2929"
green = "#8ae234"
yellow = "#fce94f"
blue = "#729fcf"
magenta = "#ad7fa8"
cyan = "#34e2e2"
white = "#eeeeec"