Aider configuration with One Dark color scheme, git disabled, and auto-commits off. Optimized for manual version control workflows.
This skill provides an Aider configuration file with a carefully crafted One Dark color scheme and sensible defaults for workflows where git integration is managed externally.
This configuration sets up Aider with:
The configuration uses these One Dark-inspired colors:
When a user requests this Aider configuration:
1. Create a file named `.aider.conf.yml` in the appropriate location:
- For user-wide config: User's home directory (`~/.aider.conf.yml`)
- For project-specific config: Git repository root (`./.aider.conf.yml`)
2. Write the following configuration to the file:
```yaml
---
code-theme: one-dark
user-input-color: "#98c379" # Green
tool-output-color: "#abb2bf" # Light Gray
tool-error-color: "#e06c75" # Red
tool-warning-color: "#e5c07b" # Yellow
assistant-output-color: "#61afef" # Blue
completion-menu-color: "#abb2bf" # Light Gray
completion-menu-bg-color: "#282c34" # Dark Gray
completion-menu-current-color: "#ffffff" # White
completion-menu-current-bg-color: "#3e4452" # Medium Gray
git: false
auto-commits: false
```
3. Inform the user that:
- The configuration will take effect the next time they launch Aider
- Git integration is disabled, so Aider won't look for repositories or make commits
- They can enable git features by removing or changing the `git` and `auto-commits` settings
- Additional Aider options can be added by consulting the Aider documentation
4. If the user wants to customize further, explain that:
- All color values can be modified using hex color codes
- The full list of available options is documented in Aider's official documentation
- Settings in this file override command-line arguments
This configuration is ideal for:
Leave a review
No reviews yet. Be the first to review this skill!
# Download SKILL.md from killerskills.ai/api/skills/aider-configuration-one-dark-theme/raw