Aider configuration with Nord color scheme for a cohesive terminal aesthetic. Customizes user input, tool output, assistant messages, and completion menu colors using Nord palette.
Configure Aider with a beautiful Nord color scheme for a cohesive and aesthetically pleasing terminal experience.
This skill applies a complete Nord-themed color configuration to Aider, customizing:
Auto-commits are disabled for more control over version history.
1. Create or update the `.aider.conf.yaml` file in the user's home directory or project root
2. Apply the following configuration:
```yaml
auto-commits: false
user-input-color: "#D8DEE9"
tool-output-color: "#81A1C1"
tool-error-color: "#BF616A"
tool-warning-color: "#EBCB8B"
assistant-output-color: "#B48EAD"
completion-menu-color: "#ECEFF4"
completion-menu-bg-color: "#24273A"
completion-menu-current-color: "#ECEFF4"
completion-menu-current-bg-color: "#4C566A"
code-theme: "nord"
```
3. Inform the user that the configuration has been applied and will take effect the next time Aider is launched
4. If the user wants to customize colors further, explain that:
- All colors use hex format (#RRGGBB)
- The Nord palette consists of: Polar Night (#2E3440-#4C566A), Snow Storm (#D8DEE9-#ECEFF4), Frost (#8FBCBB-#5E81AC), Aurora (#BF616A-#A3BE8C)
- They can modify any color value in `.aider.conf.yaml`
**User:** "Apply Nord theme to my Aider setup"
**Agent:** Creates/updates `.aider.conf.yaml` with the Nord color configuration, disables auto-commits, and confirms the theme will be active on next Aider launch.
Leave a review
No reviews yet. Be the first to review this skill!
# Download SKILL.md from killerskills.ai/api/skills/nord-theme-aider-config/raw