forked from jupyterhub/jupyterhub-deploy-docker
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d0c7288
commit d0b0d25
Showing
4 changed files
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
singleuser/jupyterlab_settings/apputils-extension/themes.jupyterlab-settings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
// Theme | ||
// @jupyterlab/apputils-extension:themes | ||
// Theme manager settings. | ||
// ************************************* | ||
|
||
// Selected Theme | ||
// Application-level visual styling theme | ||
"theme": "JupyterLab Dark" | ||
} |
15 changes: 15 additions & 0 deletions
15
singleuser/jupyterlab_settings/codemirror-extension/commands.jupyterlab-settings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
// CodeMirror | ||
// @jupyterlab/codemirror-extension:commands | ||
// Text editor settings for all CodeMirror editors. | ||
// ************************************************ | ||
|
||
// Key Map | ||
// Configures the keymap to use | ||
"keyMap": "default", | ||
|
||
// Theme | ||
// CSS file defining the corresponding | ||
// .cm-s-[name] styles is loaded | ||
"theme": "solarized dark" | ||
} |
10 changes: 10 additions & 0 deletions
10
singleuser/jupyterlab_settings/extensionmanager-extension/plugin.jupyterlab-settings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
// Extension Manager | ||
// @jupyterlab/extensionmanager-extension:plugin | ||
// Extension manager settings. | ||
// ********************************************* | ||
|
||
// Disclaimed Status | ||
// Whether the user understand that extensions managed through this interface run arbitrary code that may be dangerous | ||
"disclaimed": true | ||
} |