Skip to content

Commit

Permalink
update vision and hop command colors (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
Opeyem1a authored Oct 20, 2024
1 parent 91b7f19 commit 9d566d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 3 additions & 3 deletions VISION.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ branches are stacked on which branches.
1. Polish `branch hop`
2. Build `changes add`
3. Build `changes commit` 🟠
4. Build `branch new` 🟠
4. Build `branch new`

This is now v0.

Expand All @@ -86,8 +86,8 @@ This is now v0.
This is now v0.1.X

7. Build tree representation. ✅
8. Build `track`
9. Build `ls`
8. Build `track`
9. Build `ls`
10. Build `up` & `down`

This is v0.2.X
Expand Down
4 changes: 1 addition & 3 deletions src/commands/hop.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,7 @@ const Hop = (_: CommandProps) => {
return (
<Box flexDirection="column">
<Box gap={1}>
<Text dimColor italic color="cyan">
{currentBranch.value}
</Text>
<Text color="yellow">{currentBranch.value}</Text>
<Text bold></Text>
</Box>
<Text>
Expand Down

0 comments on commit 9d566d3

Please sign in to comment.