summaryrefslogtreecommitdiff
path: root/.config/jupyter/lab/user-settings/@jupyterlab/apputils-extension
diff options
context:
space:
mode:
Diffstat (limited to '.config/jupyter/lab/user-settings/@jupyterlab/apputils-extension')
-rw-r--r--.config/jupyter/lab/user-settings/@jupyterlab/apputils-extension/notification.jupyterlab-settings10
-rw-r--r--.config/jupyter/lab/user-settings/@jupyterlab/apputils-extension/themes.jupyterlab-settings26
2 files changed, 36 insertions, 0 deletions
diff --git a/.config/jupyter/lab/user-settings/@jupyterlab/apputils-extension/notification.jupyterlab-settings b/.config/jupyter/lab/user-settings/@jupyterlab/apputils-extension/notification.jupyterlab-settings
new file mode 100644
index 0000000..1cf5d98
--- /dev/null
+++ b/.config/jupyter/lab/user-settings/@jupyterlab/apputils-extension/notification.jupyterlab-settings
@@ -0,0 +1,10 @@
+{
+ // Notifications
+ // @jupyterlab/apputils-extension:notification
+ // Notifications settings.
+ // *******************************************
+
+ // Fetch official Jupyter news
+ // Whether to fetch news from Jupyter news feed. If `true`, it will make a request to a website.
+ "fetchNews": "false"
+} \ No newline at end of file
diff --git a/.config/jupyter/lab/user-settings/@jupyterlab/apputils-extension/themes.jupyterlab-settings b/.config/jupyter/lab/user-settings/@jupyterlab/apputils-extension/themes.jupyterlab-settings
new file mode 100644
index 0000000..a3652b1
--- /dev/null
+++ b/.config/jupyter/lab/user-settings/@jupyterlab/apputils-extension/themes.jupyterlab-settings
@@ -0,0 +1,26 @@
+{
+ // Theme
+ // @jupyterlab/apputils-extension:themes
+ // Theme manager settings.
+ // *************************************
+
+ // Adaptive Theme
+ // Synchronize visual styling theme with system settings
+ "adaptive-theme": false,
+
+ // Theme CSS Overrides
+ // Override theme CSS variables by setting key-value pairs here
+ "overrides": {
+ "ui-font-size1": "18px",
+ "code-font-size": "18px",
+ "content-font-size1": "18px"
+ },
+
+ // Selected Theme
+ // Application-level visual styling theme. Ignored when Adaptive Theme is enabled.
+ "theme": "JupyterLab Dark",
+
+ // Scrollbar Theming
+ // Enable/disable styling of the application scrollbars
+ "theme-scrollbars": false
+} \ No newline at end of file