claude-statusline-powerline
Version:
Beautiful powerline-style statusline for Claude Code with git integration, session tracking, and cost monitoring
22 lines • 874 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.GruvboxLightTheme = void 0;
const base_1 = require("./base");
class GruvboxLightTheme extends base_1.BaseTheme {
constructor() {
super(...arguments);
this.name = 'gruvbox-light';
this.palette = {
primary: '#076678', // Gruvbox light blue
secondary: '#8f3f71', // Gruvbox light purple
success: '#79740e', // Gruvbox light green
warning: '#b57614', // Gruvbox light yellow
error: '#9d0006', // Gruvbox light red
neutral: '#7c6f64', // Gruvbox light gray
text_light: '#fbf1c7', // Gruvbox light background
text_dark: '#3c3836', // Gruvbox light dark foreground
};
}
}
exports.GruvboxLightTheme = GruvboxLightTheme;
//# sourceMappingURL=gruvbox-light.js.map