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
|
|
@ -137,6 +137,7 @@
|
||||||
felix-fm
|
felix-fm
|
||||||
zulip
|
zulip
|
||||||
discord
|
discord
|
||||||
|
neovim
|
||||||
];
|
];
|
||||||
|
|
||||||
# Fonts
|
# Fonts
|
||||||
|
|
|
||||||
|
|
@ -6,13 +6,6 @@
|
||||||
programs.alacritty = {
|
programs.alacritty = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
cursor = {
|
|
||||||
style = {
|
|
||||||
shape = "Beam";
|
|
||||||
blinking = "On";
|
|
||||||
blink_interval = 75;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
window = {
|
window = {
|
||||||
dimensions = {
|
dimensions = {
|
||||||
columns = 120;
|
columns = 120;
|
||||||
|
|
@ -22,21 +15,6 @@
|
||||||
opacity = 1.0;
|
opacity = 1.0;
|
||||||
title = "Alacritty";
|
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 = {
|
colors = {
|
||||||
primary = {
|
primary = {
|
||||||
background = "#1d1f21";
|
background = "#1d1f21";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue