feat: remove cyan and white from color palette
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -47,8 +47,6 @@ _STATUS_LINE_COLORS = {
|
||||
"yellow": "\033[93m",
|
||||
"blue": "\033[94m",
|
||||
"magenta": "\033[95m",
|
||||
"cyan": "\033[96m",
|
||||
"white": "\033[97m",
|
||||
}
|
||||
|
||||
_CLAUDE_THEME_COLORS = {
|
||||
@@ -57,8 +55,6 @@ _CLAUDE_THEME_COLORS = {
|
||||
"yellow": "yellowBright",
|
||||
"blue": "blueBright",
|
||||
"magenta": "magentaBright",
|
||||
"cyan": "cyanBright",
|
||||
"white": "whiteBright",
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user