claude-statusline-powerline
Version:
Beautiful powerline-style statusline for Claude Code with git integration, session tracking, and cost monitoring
22 lines • 844 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TokyoNightTheme = void 0;
const base_1 = require("./base");
class TokyoNightTheme extends base_1.BaseTheme {
constructor() {
super(...arguments);
this.name = 'tokyo-night';
this.palette = {
primary: '#7aa2f7', // Tokyo Night blue
secondary: '#bb9af7', // Tokyo Night purple
success: '#9ece6a', // Tokyo Night green
warning: '#e0af68', // Tokyo Night yellow
error: '#f7768e', // Tokyo Night red
neutral: '#565f89', // Tokyo Night comment
text_light: '#c0caf5', // Tokyo Night foreground
text_dark: '#1a1b26', // Tokyo Night background
};
}
}
exports.TokyoNightTheme = TokyoNightTheme;
//# sourceMappingURL=tokyo-night.js.map