mirror of
https://codeberg.org/muon/home.git
synced 2026-03-09 11:53:12 +00:00
Add lingering changes
This commit is contained in:
parent
778c2403fc
commit
74b64ab6f1
11 changed files with 74 additions and 616 deletions
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue