Commit 4193414
committed
feat(core): Add theme-aware color constants
Introduces a `Colors` class to encapsulate ANSI color codes. This class now includes getter methods (`get_primary`, etc.) to allow for themes and more flexible color management within the application.
Affected files:
- M smart_git_commit/smart_git_commit.py1 parent 271de99 commit 4193414
1 file changed
+16
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
71 | 87 | | |
72 | 88 | | |
73 | 89 | | |
| |||
0 commit comments