Alacritty configuration
This commit is contained in:
parent
d2913b4ac0
commit
36828ebc54
2 changed files with 24 additions and 0 deletions
1
private_dot_config/alacritty/alacritty.toml
Normal file
1
private_dot_config/alacritty/alacritty.toml
Normal file
|
@ -0,0 +1 @@
|
|||
import = ["~/.config/alacritty/nord.toml"]
|
23
private_dot_config/alacritty/nord.toml
Normal file
23
private_dot_config/alacritty/nord.toml
Normal file
|
@ -0,0 +1,23 @@
|
|||
[colors.bright]
|
||||
black = "0x4C566A"
|
||||
blue = "0x81A1C1"
|
||||
cyan = "0x8FBCBB"
|
||||
green = "0xA3BE8C"
|
||||
magenta = "0xB48EAD"
|
||||
red = "0xBF616A"
|
||||
white = "0xECEFF4"
|
||||
yellow = "0xEBCB8B"
|
||||
|
||||
[colors.normal]
|
||||
black = "0x3B4252"
|
||||
blue = "0x81A1C1"
|
||||
cyan = "0x88C0D0"
|
||||
green = "0xA3BE8C"
|
||||
magenta = "0xB48EAD"
|
||||
red = "0xBF616A"
|
||||
white = "0xE5E9F0"
|
||||
yellow = "0xEBCB8B"
|
||||
|
||||
[colors.primary]
|
||||
background = "0x2E3440"
|
||||
foreground = "0xD8DEE9"
|
Loading…
Add table
Reference in a new issue