Fix tmux and nvim color display issues
- Add COLORTERM=truecolor to zsh session variables for 24-bit color support - Update tmux terminal overrides to match xterm-256color terminal type - Add gruvbox-nvim plugin and set explicit background=dark in nvim config - Replace default colorscheme with gruvbox to match lualine theme 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
9909c1352e
commit
99da37d060
3 changed files with 7 additions and 2 deletions
2
tmux.nix
2
tmux.nix
|
|
@ -12,7 +12,7 @@
|
|||
extraConfig = ''
|
||||
# Terminal settings
|
||||
set -g default-terminal "screen-256color"
|
||||
set -ga terminal-overrides ",*256col*:Tc"
|
||||
set -ga terminal-overrides ",xterm-256color:Tc"
|
||||
|
||||
# Gruvbox Dark Theme
|
||||
# Status bar colors
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue