Update indentation
This commit is contained in:
@@ -1,83 +1,83 @@
|
|||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
programs.alacritty = {
|
programs.alacritty = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
font = {
|
font = {
|
||||||
normal = {
|
normal = {
|
||||||
family = "Iosevka";
|
family = "Iosevka";
|
||||||
style = "Regular";
|
style = "Regular";
|
||||||
};
|
};
|
||||||
size = 13;
|
size = 13;
|
||||||
|
|
||||||
colors = {
|
colors = {
|
||||||
primary = {
|
primary = {
|
||||||
background = "0x282a36";
|
background = "0x282a36";
|
||||||
foreground = "0xf8f8f2";
|
foreground = "0xf8f8f2";
|
||||||
};
|
};
|
||||||
cursor = {
|
cursor = {
|
||||||
text = "CellBackground";
|
text = "CellBackground";
|
||||||
cursor = "CellForeground";
|
cursor = "CellForeground";
|
||||||
};
|
};
|
||||||
vi_mode_cursor = {
|
vi_mode_cursor = {
|
||||||
text = "CellBackground";
|
text = "CellBackground";
|
||||||
cursor = "CellForeground";
|
cursor = "CellForeground";
|
||||||
};
|
};
|
||||||
search = {
|
search = {
|
||||||
matches = {
|
matches = {
|
||||||
foreground = "0x44475a";
|
foreground = "0x44475a";
|
||||||
background = "0x50fa7b";
|
background = "0x50fa7b";
|
||||||
};
|
};
|
||||||
focused_match = {
|
focused_match = {
|
||||||
foreground = "0x44475a";
|
foreground = "0x44475a";
|
||||||
background = "0xffb86c";
|
background = "0xffb86c";
|
||||||
};
|
};
|
||||||
bar = {
|
bar = {
|
||||||
background = "0x282a36";
|
background = "0x282a36";
|
||||||
foreground = "0xf8f8f2";
|
foreground = "0xf8f8f2";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
line_indicator = {
|
line_indicator = {
|
||||||
foreground = "None";
|
foreground = "None";
|
||||||
background = "None";
|
background = "None";
|
||||||
};
|
};
|
||||||
selection = {
|
selection = {
|
||||||
text = "CellForeground";
|
text = "CellForeground";
|
||||||
background = "0x44475a";
|
background = "0x44475a";
|
||||||
};
|
};
|
||||||
normal = {
|
normal = {
|
||||||
black = "0x000000";
|
black = "0x000000";
|
||||||
red = "0xff5555";
|
red = "0xff5555";
|
||||||
green = "0x50fa7b";
|
green = "0x50fa7b";
|
||||||
yellow = "0xf1fa8c";
|
yellow = "0xf1fa8c";
|
||||||
blue = "0xbd93f9";
|
blue = "0xbd93f9";
|
||||||
magenta = "0xff79c6";
|
magenta = "0xff79c6";
|
||||||
cyan = "0x8be9fd";
|
cyan = "0x8be9fd";
|
||||||
white = "0xbfbfbf";
|
white = "0xbfbfbf";
|
||||||
};
|
};
|
||||||
bright = {
|
bright = {
|
||||||
black = "0x4d4d4d";
|
black = "0x4d4d4d";
|
||||||
red = "0xff6e67";
|
red = "0xff6e67";
|
||||||
green = "0x5af78e";
|
green = "0x5af78e";
|
||||||
yellow = "0xf4f99d";
|
yellow = "0xf4f99d";
|
||||||
blue = "0xcaa9fa";
|
blue = "0xcaa9fa";
|
||||||
magenta = "0xff92d0";
|
magenta = "0xff92d0";
|
||||||
cyan = "0x9aedfe";
|
cyan = "0x9aedfe";
|
||||||
white = "0xe6e6e6";
|
white = "0xe6e6e6";
|
||||||
};
|
};
|
||||||
dim = {
|
dim = {
|
||||||
black = "0x14151b";
|
black = "0x14151b";
|
||||||
red = "0xff2222";
|
red = "0xff2222";
|
||||||
green = "0x1ef956";
|
green = "0x1ef956";
|
||||||
yellow = "0xebf85b";
|
yellow = "0xebf85b";
|
||||||
blue = "0x4d5b86";
|
blue = "0x4d5b86";
|
||||||
magenta = "0xff46b0";
|
magenta = "0xff46b0";
|
||||||
cyan = "0x59dffc";
|
cyan = "0x59dffc";
|
||||||
white = "0xe6e6d1";
|
white = "0xe6e6d1";
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user