new alacritty theme
This commit is contained in:
parent
91cde07749
commit
a44e3b3305
|
@ -1,4 +1,4 @@
|
|||
import = ["/home/emilis/.config/alacritty/themes/xterm.toml"]
|
||||
import = ["/home/emilis/.config/alacritty/themes/dark.toml"]
|
||||
live_config_reload = true
|
||||
|
||||
[colors]
|
||||
|
|
|
@ -0,0 +1,27 @@
|
|||
[colors.bright]
|
||||
black = "0x7f7f7f"
|
||||
blue = "0x79c0ff"
|
||||
cyan = "0x39c5cf"
|
||||
green = "0x79c0ff"
|
||||
magenta = "0xbc8cff"
|
||||
red = "0xfdac54"
|
||||
white = "0xb1bac4"
|
||||
yellow = "0xe3b341"
|
||||
|
||||
[colors.cursor]
|
||||
cursor = "0xc9d1d9"
|
||||
text = "0x0d1117"
|
||||
|
||||
[colors.normal]
|
||||
black = "0x000000"
|
||||
blue = "0x58a6ff"
|
||||
cyan = "0x39c5cf"
|
||||
green = "0x58a6ff"
|
||||
magenta = "0xbc8cff"
|
||||
red = "0xec8e2c"
|
||||
white = "0xb1bac4"
|
||||
yellow = "0xd29922"
|
||||
|
||||
[colors.primary]
|
||||
background = "0x000000"
|
||||
foreground = "0xffffff"
|
Loading…
Reference in New Issue