From 36ba30de1d0d97209db6df4083beed3993e61195 Mon Sep 17 00:00:00 2001 From: Shin'ya Ueoka Date: Mon, 4 May 2020 14:56:25 +0900 Subject: Add colorscheme property --- src/console/actions/console.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/console') 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 => { -- cgit v1.2.3