Signed-off-by: erick-alcachofa <erick@artichoke.dev>
This commit introduces a major overhaul of the dotfiles' visual theme
and several quality-of-life improvements.
- **Theme Migration:** Switched from the **Rose Pine** color scheme to
**Gruvbox Material** for a more cohesive visual experience across all
applications. This change affects Neovim, Wezterm, GTK, and Qt6,
ensuring a unified look.
- **Improved Floating Windows:** Added a rule to manage the **Proton
VPN** app's window, forcing it to float and center on the screen.
- **Terminal Configuration:**
- Set the Wezterm terminal's background opacity to 80%.
- Changed Picom's backend from `glx` to `xrender` for better
compatibility.
- **Neovim Refactor:**
- Removed deprecated and unused plugins.
- Simplified the LSP configuration by directly using `nvim-lspconfig`
and removing the `lsp-zero` wrapper.
- Overhauled the Lualine and Markdown plugin settings to integrate
seamlessly with the new color scheme.
- **Tmux Integration:** Completely replaced the `bamboo-tmux` plugin
with a custom-themed configuration for the status line, ensuring a
consistent and personalized aesthetic.
Previous theme required to remove the `link` from the highlight group,
this new colorscheme does not need that, and in fact breaks how it looks
if present.