548 current 2024-08-27 16:16:27 24.05.3999.c42fcfbdfeae 6.6.46 *
This commit is contained in:
parent
7a7c5447c2
commit
20fa4e5eae
@ -286,7 +286,7 @@ in
|
||||
menu.fg = "#${FG2}";
|
||||
selected.bg = "#${BG2}";
|
||||
selected.fg = "#${FG2}";
|
||||
}
|
||||
};
|
||||
downloads = {
|
||||
bar.bg = "#${BG}";
|
||||
start.fg = "#${BG}";
|
||||
@ -318,7 +318,31 @@ in
|
||||
selected.bg = "#${BG}";
|
||||
selected.fg = "$#{FG2}";
|
||||
};
|
||||
|
||||
statusbar = {
|
||||
normal.fg = "#${GREEN}";
|
||||
normal.bg = "#${BG}";
|
||||
insert.fg = "#${BG}";
|
||||
insert.bg = "#${BLUE}";
|
||||
passthrough.fg = "#${BG}";
|
||||
passthrough.bg = "#${AQUA}";
|
||||
private.fg = "#${BG}";
|
||||
private.bg = "#${BG1}";
|
||||
command.fg = "#${FG2}";
|
||||
command.bg = "#${BG}";
|
||||
command.private.fg = "#${FG2}";
|
||||
command.private.bg = "#${BG}";
|
||||
caret.fg = "#${BG}";
|
||||
caret.bg = "#${PURPLE}";
|
||||
caret.selection.fg = "#${BG}";
|
||||
caret.selection.bg = "#${BLUE}";
|
||||
progress.bg = "#${BLUE}";
|
||||
url.fg = "#${FG2}";
|
||||
url.error.fg = "#${RED}";
|
||||
url.hover.fg = "#${FG2}";
|
||||
url.success.http.fg = "#${AQUA}";
|
||||
url.success.https.fg = "#${GREEN}";
|
||||
url.warn.fg = "#${PURPLE}";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
@ -21,12 +21,12 @@ error:
|
||||
|
||||
error: syntax error, unexpected '=', expecting ';'
|
||||
|
||||
at /etc/nixos/configuration.nix:290:20:
|
||||
at /etc/nixos/configuration.nix:318:19:
|
||||
|
||||
289| }
|
||||
290| downloads = {
|
||||
| ^
|
||||
291| bar.bg = "#${BG}";
|
||||
317| bg = "#${BG}";
|
||||
318| selected.bg = "#${BG}";
|
||||
| ^
|
||||
319| selected.fg = "$#{FG2}";
|
||||
building Nix...
|
||||
error:
|
||||
… while evaluating the attribute 'config'
|
||||
@ -51,12 +51,12 @@ error:
|
||||
|
||||
error: syntax error, unexpected '=', expecting ';'
|
||||
|
||||
at /etc/nixos/configuration.nix:290:20:
|
||||
at /etc/nixos/configuration.nix:318:19:
|
||||
|
||||
289| }
|
||||
290| downloads = {
|
||||
| ^
|
||||
291| bar.bg = "#${BG}";
|
||||
317| bg = "#${BG}";
|
||||
318| selected.bg = "#${BG}";
|
||||
| ^
|
||||
319| selected.fg = "$#{FG2}";
|
||||
building the system configuration...
|
||||
error:
|
||||
… while evaluating the attribute 'config.system.build.toplevel'
|
||||
@ -81,9 +81,9 @@ error:
|
||||
|
||||
error: syntax error, unexpected '=', expecting ';'
|
||||
|
||||
at /etc/nixos/configuration.nix:290:20:
|
||||
at /etc/nixos/configuration.nix:318:19:
|
||||
|
||||
289| }
|
||||
290| downloads = {
|
||||
| ^
|
||||
291| bar.bg = "#${BG}";
|
||||
317| bg = "#${BG}";
|
||||
318| selected.bg = "#${BG}";
|
||||
| ^
|
||||
319| selected.fg = "$#{FG2}";
|
||||
|
Loading…
x
Reference in New Issue
Block a user