548 current 2024-08-27 16:16:27 24.05.3999.c42fcfbdfeae 6.6.46 *
This commit is contained in:
parent
20fa4e5eae
commit
8294a71b93
@ -312,11 +312,11 @@ in
|
||||
warning.border = "#${PURPLE}";
|
||||
};
|
||||
prompts = {
|
||||
fg = "$#{FG2}";
|
||||
fg = "#${FG2}";
|
||||
border = "#${BG};
|
||||
bg = "#${BG}";
|
||||
selected.bg = "#${BG}";
|
||||
selected.fg = "$#{FG2}";
|
||||
selected.fg = "#${FG2}";
|
||||
};
|
||||
statusbar = {
|
||||
normal.fg = "#${GREEN}";
|
||||
|
@ -26,7 +26,7 @@ error:
|
||||
317| bg = "#${BG}";
|
||||
318| selected.bg = "#${BG}";
|
||||
| ^
|
||||
319| selected.fg = "$#{FG2}";
|
||||
319| selected.fg = "#${FG2}";
|
||||
building Nix...
|
||||
error:
|
||||
… while evaluating the attribute 'config'
|
||||
@ -56,7 +56,7 @@ error:
|
||||
317| bg = "#${BG}";
|
||||
318| selected.bg = "#${BG}";
|
||||
| ^
|
||||
319| selected.fg = "$#{FG2}";
|
||||
319| selected.fg = "#${FG2}";
|
||||
building the system configuration...
|
||||
error:
|
||||
… while evaluating the attribute 'config.system.build.toplevel'
|
||||
@ -86,4 +86,4 @@ error:
|
||||
317| bg = "#${BG}";
|
||||
318| selected.bg = "#${BG}";
|
||||
| ^
|
||||
319| selected.fg = "$#{FG2}";
|
||||
319| selected.fg = "#${FG2}";
|
||||
|
Loading…
x
Reference in New Issue
Block a user