tv alacritty: add fzmenu profile
This commit is contained in:
parent
93cba42c36
commit
9c4a8aa82b
@ -55,6 +55,11 @@ let
|
||||
colors.primary.foreground = "#e0c0c0";
|
||||
colors.normal.black = "#800000";
|
||||
};
|
||||
configs.fzmenu = lib.recursiveUpdate configs.default {
|
||||
colors.primary.background = "#2A172A";
|
||||
window.dimensions.columns = 70;
|
||||
window.dimensions.lines = 9;
|
||||
};
|
||||
writeProfile = name: config: let
|
||||
config-file =
|
||||
assert lib.types.filename.check name;
|
||||
|
Loading…
Reference in New Issue
Block a user