Merge branch 'master' of ssh://ssh.nx2.site:20022/nx2/dotfiles

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-11-09 20:24:22 +01:00
25 changed files with 493 additions and 203 deletions

View File

@@ -168,12 +168,12 @@
hovered = { underline = true; };
};
which = {
mask = { bg = "#3c3836"; };
cand = { fg = "#83a598"; };
rest = { fg = "#928374"; };
desc = { fg = "#fe8019"; };
mask = { bg = black.base; };
cand = { fg = accent.base; };
rest = { fg = secondary.base; };
desc = { fg = tertiary.base; };
separator = " ";
separator_style = { fg = "#504945"; };
separator_style = { fg = foreground; };
};
help = {
on = { fg = "#fe8019"; };