[2024-05-09] Alacritty themes
This commit is contained in:
parent
3c56823411
commit
5b3a380c9c
3 changed files with 53 additions and 1 deletions
23
alacritty/themes/xterm.toml
Normal file
23
alacritty/themes/xterm.toml
Normal file
|
@ -0,0 +1,23 @@
|
|||
[colors.bright]
|
||||
black = "#7f7f7f"
|
||||
blue = "#5c5cff"
|
||||
cyan = "#00ffff"
|
||||
green = "#00ff00"
|
||||
magenta = "#ff00ff"
|
||||
red = "#ff0000"
|
||||
white = "#ffffff"
|
||||
yellow = "#ffff00"
|
||||
|
||||
[colors.normal]
|
||||
black = "#000000"
|
||||
blue = "#0000ee"
|
||||
cyan = "#00cdcd"
|
||||
green = "#00cd00"
|
||||
magenta = "#cd00cd"
|
||||
red = "#cd0000"
|
||||
white = "#e5e5e5"
|
||||
yellow = "#cdcd00"
|
||||
|
||||
[colors.primary]
|
||||
background = "#000000"
|
||||
foreground = "#ffffff"
|
Loading…
Add table
Add a link
Reference in a new issue