548 current 2024-08-27 16:16:27 24.05.3999.c42fcfbdfeae 6.6.46 *

This commit is contained in:
deadvey 2024-08-27 16:35:38 +01:00
parent 20fa4e5eae
commit 8294a71b93
2 changed files with 5 additions and 5 deletions

View File

@ -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}";

View File

@ -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}";