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
31
themes/breeze.toml
Normal file
31
themes/breeze.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue