diff options
Diffstat (limited to 'src/console')
-rw-r--r-- | src/console/actions/console.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/console/actions/console.ts b/src/console/actions/console.ts index 80ea6b0..6282791 100644 --- a/src/console/actions/console.ts +++ b/src/console/actions/console.ts @@ -26,6 +26,7 @@ const propertyDocs: { [key: string]: string } = { hintchars: "hint characters on follow mode", smoothscroll: "smooth scroll", complete: "which are completed at the open page", + colorscheme: "color scheme of the console", }; const hide = (): actions.ConsoleAction => { |