changed to setup script to /etc/skel
This commit is contained in:
31
arch/.config/alacritty/apprentice-default.toml
Normal file
31
arch/.config/alacritty/apprentice-default.toml
Normal file
@@ -0,0 +1,31 @@
|
||||
[colors.primary]
|
||||
foreground = "#bcbcbc"
|
||||
background = "#262626"
|
||||
|
||||
[colors.cursor]
|
||||
text = "#262626"
|
||||
cursor = "#bcbcbc"
|
||||
|
||||
[colors.selection]
|
||||
text = "#262626"
|
||||
background = "#87afd7"
|
||||
|
||||
[colors.normal]
|
||||
black = "#1c1c1c"
|
||||
red = "#af5f5f"
|
||||
green = "#5f875f"
|
||||
yellow = "#87875f"
|
||||
blue = "#5f87af"
|
||||
magenta = "#5f5f87"
|
||||
cyan = "#5f8787"
|
||||
white = "#6c6c6c"
|
||||
|
||||
[colors.bright]
|
||||
black = "#444444"
|
||||
red = "#ff8700"
|
||||
green = "#87af87"
|
||||
yellow = "#ffffaf"
|
||||
blue = "#87afd7"
|
||||
magenta = "#8787af"
|
||||
cyan = "#5fafaf"
|
||||
white = "#ffffff"
|
||||
Reference in New Issue
Block a user