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