mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 17:03:55 -05:00
fuzzel: changed colors to match catppuccin frappe
This commit is contained in:
parent
06a4dd6609
commit
2e0efb9ef8
|
@ -12,10 +12,10 @@
|
||||||
};
|
};
|
||||||
border = { width = 2; };
|
border = { width = 2; };
|
||||||
colors = {
|
colors = {
|
||||||
background = "#00000099";
|
background = "#23263499";
|
||||||
selection = "#000000FF";
|
selection = "#232634FF";
|
||||||
selection-match = "#FF0000FF";
|
selection-match = "#e78284FF";
|
||||||
selection-text = "#008000FF";
|
selection-text = "#babbf1FF";
|
||||||
text = "#FFFFFFFF";
|
text = "#FFFFFFFF";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue