Skip to content

Commit

Permalink
feat: added some more info about colors to their editing form
Browse files Browse the repository at this point in the history
FossilOrigin-Name: e5415b732b95c1cc50519e65cdb923857d6a240cd144b0dda14442a55739016c
  • Loading branch information
thindil committed Dec 21, 2023
1 parent 050ca8b commit 67b7aca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/themeinit.nim
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@ proc editTheme*(db): ResultCode {.sideEffect, raises: [], tags: [
# Select the color to edit
showOutput(message = "You can cancel editing a color at any time by double press Escape key or enter word 'exit' as an answer.", db = db)
showFormHeader(message = "(1/5) Name:", db = db)
showOutput(message = "You can get more information about each color with command ", db= db, newLine = false)
showOutput(message = "'theme list'", color = helpCommand, db = db, newLine = false)
showOutput(message = ".", db = db)
var color: Color = newColor()
askForName[Color](db = db, action = "Editing the theme",
namesType = "color", name = color)
Expand Down

0 comments on commit 67b7aca

Please sign in to comment.