mirror of
https://github.com/dchakro/alacritty_colors.git
synced 2026-05-17 10:12:17 -07:00
add TOML converted themes
This commit is contained in:
parent
f2d00d35a0
commit
19dea8fc39
27 changed files with 644 additions and 0 deletions
22
themes/monokaiSoda.toml
Normal file
22
themes/monokaiSoda.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue