feat(alacritty): change theme and flake lock
This commit is contained in:
@@ -15,35 +15,36 @@ in
|
||||
programs.alacritty = {
|
||||
enable = true;
|
||||
settings = {
|
||||
theme = "dark_plus";
|
||||
# Default colors
|
||||
colors.primary = {
|
||||
background = "#282828";
|
||||
foreground = "#d4be98";
|
||||
};
|
||||
colors = {
|
||||
# Normal colors
|
||||
normal = {
|
||||
black = "#3c3836";
|
||||
red = "#ea6962";
|
||||
green = "#a9b665";
|
||||
yellow = "#d8a657";
|
||||
blue = "#7daea3";
|
||||
magenta = "#d3869b";
|
||||
cyan = "#89b482";
|
||||
white = "#d4be98";
|
||||
};
|
||||
# Bright colors (same as normal colors)
|
||||
bright = {
|
||||
black = "#3c3836";
|
||||
red = "#ea6962";
|
||||
green = "#a9b665";
|
||||
yellow = "#d8a657";
|
||||
blue = "#7daea3";
|
||||
magenta = "#d3869b";
|
||||
cyan = "#89b482";
|
||||
white = "#d4be98";
|
||||
};
|
||||
};
|
||||
# colors = {
|
||||
# primary = {
|
||||
# background = "#282828";
|
||||
# foreground = "#d4be98";
|
||||
# };
|
||||
# # Normal colors
|
||||
# normal = {
|
||||
# black = "#3c3836";
|
||||
# red = "#ea6962";
|
||||
# green = "#a9b665";
|
||||
# yellow = "#d8a657";
|
||||
# blue = "#7daea3";
|
||||
# magenta = "#d3869b";
|
||||
# cyan = "#89b482";
|
||||
# white = "#d4be98";
|
||||
# };
|
||||
# # Bright colors (same as normal colors)
|
||||
# bright = {
|
||||
# black = "#3c3836";
|
||||
# red = "#ea6962";
|
||||
# green = "#a9b665";
|
||||
# yellow = "#d8a657";
|
||||
# blue = "#7daea3";
|
||||
# magenta = "#d3869b";
|
||||
# cyan = "#89b482";
|
||||
# white = "#d4be98";
|
||||
# };
|
||||
# };
|
||||
font = {
|
||||
size = 12;
|
||||
normal = {
|
||||
|
||||
Reference in New Issue
Block a user