diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2020-05-04 14:56:25 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2020-05-04 16:40:38 +0900 |
commit | 36ba30de1d0d97209db6df4083beed3993e61195 (patch) | |
tree | b702e6b4d8613d3ed2f058c96145750c8405ed0e /src/console/actions | |
parent | 2888d8dd4750bff3882b7214c574bce19c857c37 (diff) |
Add colorscheme property
Diffstat (limited to 'src/console/actions')
-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 => { |