updated alacritty config to bring inline with new standards
This commit is contained in:
parent
7879535509
commit
dff707981d
2 changed files with 1 additions and 22 deletions
|
|
@ -6,13 +6,6 @@
|
|||
programs.alacritty = {
|
||||
enable = true;
|
||||
settings = {
|
||||
cursor = {
|
||||
style = {
|
||||
shape = "Beam";
|
||||
blinking = "On";
|
||||
blink_interval = 75;
|
||||
};
|
||||
};
|
||||
window = {
|
||||
dimensions = {
|
||||
columns = 120;
|
||||
|
|
@ -22,21 +15,6 @@
|
|||
opacity = 1.0;
|
||||
title = "Alacritty";
|
||||
};
|
||||
font = {
|
||||
normal = {
|
||||
family = "SauceCodePro Nerd Font";
|
||||
style = "Regular";
|
||||
};
|
||||
bold = {
|
||||
family = "SauceCodePro Nerd Font";
|
||||
style = "Bold";
|
||||
};
|
||||
italic = {
|
||||
family = "SauceCodePro Nerd Font";
|
||||
style = "Italic";
|
||||
};
|
||||
size = 14;
|
||||
};
|
||||
colors = {
|
||||
primary = {
|
||||
background = "#1d1f21";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue