changed to setup script to /etc/skel
This commit is contained in:
31
arch/.config/alacritty/nord-default.toml
Normal file
31
arch/.config/alacritty/nord-default.toml
Normal file
@@ -0,0 +1,31 @@
|
||||
[colors.primary]
|
||||
foreground = "#d8dee9"
|
||||
background = "#2e3440"
|
||||
|
||||
[colors.cursor]
|
||||
text = "#2e3440"
|
||||
cursor = "#d8dee9"
|
||||
|
||||
[colors.selection]
|
||||
text = "#d8dee9"
|
||||
background = "#3f4758"
|
||||
|
||||
[colors.normal]
|
||||
black = "#3b4252"
|
||||
red = "#bf616a"
|
||||
green = "#a3be8c"
|
||||
yellow = "#ebcb8b"
|
||||
blue = "#81a1c1"
|
||||
magenta = "#b48ead"
|
||||
cyan = "#88c0d0"
|
||||
white = "#e5e9f0"
|
||||
|
||||
[colors.bright]
|
||||
black = "#4c566a"
|
||||
red = "#bf616a"
|
||||
green = "#a3be8c"
|
||||
yellow = "#ebcb8b"
|
||||
blue = "#81a1c1"
|
||||
magenta = "#b48ead"
|
||||
cyan = "#8fbcbb"
|
||||
white = "#eceff4"
|
||||
Reference in New Issue
Block a user