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.
Files changed (2) hide show
  1. package/dist/index.js +6 -6
  2. 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: "#81aefa" },
140
- // Secondary, light blue
141
- model: { bg: "#090909", fg: "#659dfb" },
142
- // Card, medium blue
143
- context: { bg: "#161616", fg: "#81aefa" },
144
- // Muted, light blue
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" }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-contextline",
3
- "version": "1.3.1",
3
+ "version": "1.3.2",
4
4
  "description": "Powerline statusline for Claude Code showing context window usage",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",