Aider AI coding assistant configured with Gruvbox dark theme colors and optimal settings for git integration, auto-commits, and enhanced terminal output
An Aider configuration that sets up the AI coding assistant with a beautiful Gruvbox dark color scheme and developer-friendly defaults including automatic git commits and enhanced terminal output.
This configuration transforms Aider into a visually appealing, git-integrated coding assistant with:
The configuration uses authentic Gruvbox dark colors:
1. **Install Aider** if not already installed:
```bash
pip install aider-chat
```
2. **Set your Anthropic API key** as an environment variable:
```bash
export ANTHROPIC_API_KEY="your-api-key-here"
```
3. **Create the configuration file** at `~/.aider.conf.yml`:
```yaml
model: anthropic/claude-3-7-sonnet-20250219
anthropic-api-key: ${ANTHROPIC_API_KEY}
dark-mode: false
pretty: true
stream: true
user-input-color: "#fabd2f"
assistant-output-color: "#83a598"
tool-output-color: "#ebdbb2"
tool-error-color: "#fb4934"
tool-warning-color: "#fe8019"
completion-menu-color: "#ebdbb2"
completion-menu-bg-color: "#3c3836"
completion-menu-current-color: "#282828"
completion-menu-current-bg-color: "#fe8019"
code-theme: gruvbox-dark
git: true
gitignore: true
auto-commits: true
dirty-commits: true
attribute-author: true
attribute-committer: true
check-update: true
cache-prompts: false
fancy-input: true
detect-urls: true
suggest-shell-commands: true
```
4. **Launch Aider** in your project directory:
```bash
cd your-project
aider
```
```bash
aider file1.py file2.py
```
```
/add newfile.js
```
```
/diff
```
```
/undo
```
The Gruvbox dark palette used in this configuration:
To customize colors, modify the color values while keeping the Gruvbox palette theme, or switch to your preferred color scheme by changing the hex values in the configuration file.
Leave a review
No reviews yet. Be the first to review this skill!
# Download SKILL.md from killerskills.ai/api/skills/gruvbox-dark-aider-configuration/raw