build: aerc stylesheets are strings now
This commit is contained in:
parent
79144c44e5
commit
4dc85c014e
1 changed files with 29 additions and 31 deletions
|
|
@ -18,8 +18,7 @@
|
|||
sort = "-r date";
|
||||
};
|
||||
};
|
||||
stylesets = {
|
||||
catppuccin-mocha = {
|
||||
stylesets.catppuccin-mocha = ''
|
||||
"*.default" = true;
|
||||
"*.normal" = true;
|
||||
"default.fg" = "#cdd6f4";
|
||||
|
|
@ -47,7 +46,6 @@
|
|||
"statusline_error.bold" = true;
|
||||
"statusline_success.bold" = true;
|
||||
"completion_default.selected.bg" = "#313244";
|
||||
};
|
||||
};
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue