mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 05:53:56 -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; };
|
||||
colors = {
|
||||
background = "#00000099";
|
||||
selection = "#000000FF";
|
||||
selection-match = "#FF0000FF";
|
||||
selection-text = "#008000FF";
|
||||
background = "#23263499";
|
||||
selection = "#232634FF";
|
||||
selection-match = "#e78284FF";
|
||||
selection-text = "#babbf1FF";
|
||||
text = "#FFFFFFFF";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue