sync-gruvbox-theme

Align Gruvbox theme configurations across Neovim, Vim, Tmux, and Bash.

Updated Feb 6, 2013
One-click install
npx skills add https://github.com/bfowle/dotfiles --skill sync-gruvbox-theme
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sync-gruvbox-theme
Source: https://github.com/bfowle/dotfiles/tree/main/.claude/skills/sync-gruvbox-theme
Command: npx skills add https://github.com/bfowle/dotfiles --skill sync-gruvbox-theme

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Maintaining a consistent visual theme across multiple development tools (Neovim, Tmux, terminal) can be challenging, leading to a disjointed user experience. This Skill automates the verification and synchronization of your Gruvbox theme, ensuring a seamless and aesthetically pleasing environment.

Core Features & Use Cases

  • Cross-Tool Theme Audit: Checks Gruvbox configuration across Neovim, Vim, Tmux, and Bash/terminal settings.
  • Consistency Verification: Ensures uniform dark/light variants, color support, and appearance.
  • Use Case: If your terminal colors look off after a system update, use this Skill to diagnose and fix inconsistencies in your Gruvbox theme across all your tools, restoring visual harmony.

Quick Start

Verify and sync the Gruvbox theme across my Neovim, Tmux, and terminal setup.

Frequently Asked Questions about sync-gruvbox-theme

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I sync Gruvbox theme settings across Neovim, Vim, Tmux, and terminal?

Sync Gruvbox theme by verifying and aligning configurations across Neovim, Vim, Tmux, and Bash. The Skill audits your config files, checks dark/light variant consistency, validates color support (256-color vs true color), and provides commands to apply fixes across all tools.

Why do my terminal colors look inconsistent between Neovim and Tmux?

Inconsistency arises from mismatched Gruvbox variants or color capability settings between tools. This Skill identifies which configurations use different dark/light variants and detects color support gaps, then generates a consolidated report with recommended fixes.

Can I verify Gruvbox colorscheme setup across multiple development tools at once?

Yes. The Skill performs a cross-tool theme audit by reading nvim/lua/plugins/gruvbox.lua, vim/vimrc, tmux/tmux.conf, and bash/bashrc, checking Gruvbox plugin usage and colorscheme assignments, and reporting current variants and detected inconsistencies.

What should I check if my Gruvbox theme changes don't appear in terminal after updates?

Check terminal color support (256-color vs true color), verify dark/light variant consistency across tools, and ensure terminal overrides aren't blocking Gruvbox settings. This Skill diagnoses and reports all three, then suggests specific commands to restore visual harmony.

Does Gruvbox theme synchronization require manual editing of each tool's config file?

No. After the Skill audits your Neovim, Vim, Tmux, and Bash configurations and identifies inconsistencies, it generates executable commands you can apply directly to align all tools without manual editing.

How do I know if my terminal supports true color for Gruvbox?

The Skill assesses 256-color and true color support by reading your terminal and tool configurations, reporting the detected capabilities and whether they match your Gruvbox setup requirements.