UNPKG

claude-statusline-powerline

Version:

Beautiful powerline-style statusline for Claude Code with git integration, session tracking, and cost monitoring

22 lines 805 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DraculaTheme = void 0; const base_1 = require("./base"); class DraculaTheme extends base_1.BaseTheme { constructor() { super(...arguments); this.name = 'dracula'; this.palette = { primary: '#bd93f9', // Dracula purple secondary: '#ff79c6', // Dracula pink success: '#50fa7b', // Dracula green warning: '#ffb86c', // Dracula orange error: '#ff5555', // Dracula red neutral: '#6272a4', // Dracula comment/current line text_light: '#f8f8f2', // Dracula foreground text_dark: '#282a36', // Dracula background }; } } exports.DraculaTheme = DraculaTheme; //# sourceMappingURL=dracula.js.map