claude-contextline 1.3.1 → 1.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +6 -6
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -136,12 +136,12 @@ var darkTheme = {
|
|
|
136
136
|
var fulcrumTheme = {
|
|
137
137
|
directory: { bg: "#f90013", fg: "#ffffff" },
|
|
138
138
|
// Destructive red, white
|
|
139
|
-
git: { bg: "#121212", fg: "#
|
|
140
|
-
// Secondary,
|
|
141
|
-
model: { bg: "#090909", fg: "#
|
|
142
|
-
// Card,
|
|
143
|
-
context: { bg: "#161616", fg: "#
|
|
144
|
-
// Muted,
|
|
139
|
+
git: { bg: "#121212", fg: "#0064f4" },
|
|
140
|
+
// Secondary, accent blue
|
|
141
|
+
model: { bg: "#090909", fg: "#f84331" },
|
|
142
|
+
// Card, warning red-orange
|
|
143
|
+
context: { bg: "#161616", fg: "#0064f4" },
|
|
144
|
+
// Muted, accent blue
|
|
145
145
|
warning: { bg: "#f84331", fg: "#ffffff" },
|
|
146
146
|
// Warning red-orange, white (80%+)
|
|
147
147
|
critical: { bg: "#0064f4", fg: "#ffffff" }
|