Add lingering changes

This commit is contained in:
muon 2024-05-24 20:30:18 +00:00
parent 778c2403fc
commit 74b64ab6f1
11 changed files with 74 additions and 616 deletions

View file

@ -8,6 +8,8 @@
enable = true;
settings = {
theme = lib.mkForce "stylix_fix";
keys.normal = {
"C" = ["collapse_selection" "extend_to_line_end" "change_selection"];
"D" = ["extend_to_line_end" "delete_selection"];
@ -134,8 +136,15 @@
};
themes = {
ui.selection = {bg = "white"; modifiers = ["reversed"];};
ui.primary = {bg = "light-cyan"; modifiers = ["reversed"];};
# ui.selection = {bg = "white"; modifiers = ["reversed"];};
# ui.primary = {bg = "light-cyan"; modifiers = ["reversed"];};
stylix_fix = {
inherits = "gruvbox";
ui.selection = { bg = "#304a3d"; };
ui.selection.primary = { bg = "#2f2f2f"; };
ui.text = "#ff0000";
ui.virtual.inlay-hint = "#ff0000";
};
};
};