add keyboard based movement on the file tree
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user