match arch alacritty config
This commit is contained in:
parent
ecc28a3d24
commit
602d727052
1 changed files with 7 additions and 0 deletions
|
@ -16,6 +16,13 @@ in
|
||||||
window = {
|
window = {
|
||||||
opacity = 0.98;
|
opacity = 0.98;
|
||||||
};
|
};
|
||||||
|
colors = {
|
||||||
|
primary.background = "#050505";
|
||||||
|
};
|
||||||
|
hints.enabled = {
|
||||||
|
hyperlinks = true;
|
||||||
|
post_processing = true;
|
||||||
|
};
|
||||||
font = {
|
font = {
|
||||||
normal = {
|
normal = {
|
||||||
family = "JetBrainsMono Nerd Font";
|
family = "JetBrainsMono Nerd Font";
|
||||||
|
|
Loading…
Reference in a new issue