Personal Aider configuration for enhanced terminal colors and code display themes
This skill provides a customized Aider configuration file that enhances the terminal experience with optimized color schemes and code display settings.
This configuration customizes Aider's appearance with:
When a user requests Aider configuration or wants to customize their Aider setup:
1. **Identify the configuration location**
- Aider looks for `.aider.conf.yml` in the user's home directory or project root
- Ask the user which location they prefer (global `~/.aider.conf.yml` or project-local `.aider.conf.yml`)
2. **Create or update the configuration file**
- If file exists, read it first to preserve existing settings
- Merge the requested changes with existing configuration
- Write the updated configuration
3. **Apply the base configuration**
```yaml
# Assistant output color (muted blue)
assistant-output-color: "#4b7498"
# Code theme for markdown blocks
code-theme: monokai
```
4. **Provide commented customization options**
- Include commented templates for:
- `user-input-color` (default: #00cc00)
- `tool-output-color` (default: None)
- `tool-error-color` (default: #FF2222)
- `tool-warning-color` (default: #FFA500)
- Completion menu colors (text, background, current item)
5. **Explain available code themes**
- Default options: `default`, `monokai`, `solarized-dark`, `solarized-light`
- Advanced: Any Pygments builtin style from https://pygments.org/styles
6. **Verify the configuration**
- Confirm the file was written successfully
- Suggest the user restart Aider or start a new session to see changes
**User:** "Set up my Aider config with better colors"
**Response:**
1. Create `~/.aider.conf.yml` with monokai theme and custom assistant color
2. Provide the configuration content
3. Explain that commented lines show additional customization options
4. Suggest restarting Aider to apply changes
**User:** "Change my Aider code theme to solarized-dark"
**Response:**
1. Read existing `~/.aider.conf.yml`
2. Update `code-theme: solarized-dark`
3. Preserve all other settings
4. Write updated configuration
Leave a review
No reviews yet. Be the first to review this skill!
# Download SKILL.md from killerskills.ai/api/skills/aider-configuration-o5pfum/raw