modify styles

This commit is contained in:
2026-01-04 17:31:34 +00:00
parent 1aaeec8e12
commit 711e9f6dac
3 changed files with 12 additions and 19 deletions
+2 -11
View File
@@ -12,21 +12,12 @@ import "github.com/charmbracelet/lipgloss"
// ==================== colors ====================
var (
Primary = lipgloss.Color("#7D56F4")
Secondary = lipgloss.Color("#FF5C8F")
Background = lipgloss.Color("#1E1E2E")
Highlight = lipgloss.Color("#FFA500") // Orange highlight for selected node
HoverHighlight = lipgloss.Color("#4ECDC4") // Teal highlight for hovered node
Highlight = lipgloss.Color("#89DDFF")
HoverHighlight = lipgloss.Color("#91B4D5")
// TODO: to extend as needed, right now this is just a
// placeholder
)
// ==================== lipgloss styles ====================
var (
DividerStyle = lipgloss.NewStyle().
Width(1).
Background(Primary)
)
// ==================== icons ====================
var (
VerticalLine = "│"