mirror of
https://github.com/daylinmorgan/tsm.git
synced 2024-11-16 09:18:32 -06:00
change colors
This commit is contained in:
parent
07dd5a5238
commit
1d12d810f0
1 changed files with 2 additions and 2 deletions
|
@ -132,8 +132,8 @@ proc getProject(): Project =
|
|||
|
||||
func highlight(p: Project): string =
|
||||
if p.location == "": "green"
|
||||
elif p.open: "yellow"
|
||||
elif p.named: "bold cyan"
|
||||
elif p.open: "bold yellow"
|
||||
elif p.named: "cyan"
|
||||
else: "default"
|
||||
|
||||
proc addProject(b: var Buffer, project: Project, selected: bool) =
|
||||
|
|
Loading…
Reference in a new issue