mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature: dark theme: add (#332)
This commit is contained in:
parent
35622082a9
commit
6bc4f3ec26
23 changed files with 186 additions and 51 deletions
|
|
@ -34,6 +34,7 @@
|
|||
"showFileName": false,
|
||||
"vim": false,
|
||||
"columns": "name-size-date-owner-mode",
|
||||
"theme": "light",
|
||||
"export": false,
|
||||
"exportToken": "root",
|
||||
"import": false,
|
||||
|
|
|
|||
|
|
@ -32,6 +32,7 @@
|
|||
"--terminal-auto-restart ": "restart command on exit",
|
||||
"--vim ": "enable vim hot keys",
|
||||
"--columns ": "set visible columns",
|
||||
"--theme ": "set theme 'light' or 'dark'",
|
||||
"--export ": "enable export of config through a server",
|
||||
"--export-token ": "authorization token used by export server",
|
||||
"--import ": "enable import of config",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue