add keyboard based movement on the file tree

This commit is contained in:
2026-01-01 01:03:32 +00:00
parent b6c461df7c
commit 7b18904775
4 changed files with 118 additions and 3 deletions
+1
View File
@@ -14,6 +14,7 @@ var (
Primary = lipgloss.Color("#7D56F4")
Secondary = lipgloss.Color("#FF5C8F")
Background = lipgloss.Color("#1E1E2E")
Highlight = lipgloss.Color("#FFA500") // Orange highlight for selected node
// TODO: to extend as needed, right now this is just a
// placeholder
)