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