-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaurora.json
More file actions
84 lines (76 loc) · 2.41 KB
/
Copy pathaurora.json
File metadata and controls
84 lines (76 loc) · 2.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "Aurora",
"base": "dark",
"overrides": {
"claude": "#36c9ff",
"claudeShimmer": "#7ee0ff",
"text": "#e6f4fb",
"inverseText": "#051520",
"inactive": "#cfe0ec",
"inactiveShimmer": "#dcebf6",
"subtle": "#1c7fac",
"suggestion": "#36c9ff",
"permission": "#36c9ff",
"permissionShimmer": "#7ee0ff",
"remember": "#ff7eb6",
"success": "#7dd3c7",
"error": "#c78490",
"warning": "#c6a36b",
"warningShimmer": "#e8bf88",
"merged": "#a78bfa",
"promptBorder": "#1c7fac",
"promptBorderShimmer": "#36c9ff",
"planMode": "#36c9ff",
"autoAccept": "#7dd3c7",
"bashBorder": "#c6a36b",
"ide": "#4dc8fa",
"fastMode": "#c6a36b",
"fastModeShimmer": "#e8bf88",
"clawd_body": "#36c9ff",
"clawd_background": "#07131c",
"claudeBlue_FOR_SYSTEM_SPINNER": "#36c9ff",
"claudeBlueShimmer_FOR_SYSTEM_SPINNER": "#7ee0ff",
"effortUltra": "#a78bfa",
"background": "#1c7fac",
"professionalBlue": "#4dc8fa",
"chromeYellow": "#e8bf88",
"diffAdded": "#0f2a24",
"diffRemoved": "#2e151c",
"diffAddedDimmed": "#0a1c18",
"diffRemovedDimmed": "#1d0d12",
"diffAddedWord": "#1d5448",
"diffRemovedWord": "#5e2a38",
"userMessageBackground": "#102535",
"userMessageBackgroundHover": "#14304a",
"messageActionsBackground": "#1a3550",
"bashMessageBackgroundColor": "#0e1e0b",
"memoryBackgroundColor": "#1c1030",
"selectionBg": "#1e4560",
"rate_limit_fill": "#36c9ff",
"rate_limit_empty": "#1d3d4e",
"briefLabelYou": "#a7bcc9",
"briefLabelClaude": "#36c9ff",
"cyan_FOR_SUBAGENTS_ONLY": "#36c9ff",
"blue_FOR_SUBAGENTS_ONLY": "#7ee0ff",
"purple_FOR_SUBAGENTS_ONLY": "#a78bfa",
"pink_FOR_SUBAGENTS_ONLY": "#ff7eb6",
"green_FOR_SUBAGENTS_ONLY": "#7dd3c7",
"yellow_FOR_SUBAGENTS_ONLY": "#c6a36b",
"red_FOR_SUBAGENTS_ONLY": "#d9909a",
"orange_FOR_SUBAGENTS_ONLY": "#e8a86b",
"rainbow_red": "#d9909a",
"rainbow_red_shimmer": "#ff7eb6",
"rainbow_orange": "#e8a86b",
"rainbow_orange_shimmer": "#f2c880",
"rainbow_yellow": "#c6a36b",
"rainbow_yellow_shimmer": "#e8bf88",
"rainbow_green": "#7dd3c7",
"rainbow_green_shimmer": "#a0e8e0",
"rainbow_blue": "#36c9ff",
"rainbow_blue_shimmer": "#7ee0ff",
"rainbow_indigo": "#8b5cf6",
"rainbow_indigo_shimmer": "#a78bfa",
"rainbow_violet": "#c4b5fd",
"rainbow_violet_shimmer": "#ddd6fe"
}
}