Browse Source

Moving theme files.

Brian E. Granger 8 years ago
parent
commit
5a79d18303

+ 59 - 0
packages/theme-light/package.json

@@ -0,0 +1,59 @@
+{
+  "name": "@jupyterlab/default-theme",
+  "version": "0.4.0",
+  "description": "JupyterLab - Default Theme",
+  "main": "lib/index.js",
+  "types": "lib/index.d.ts",
+  "files": [
+    "lib/*.d.ts",
+    "lib/*.js",
+    "style/*.css",
+    "style/images/*.*",
+    "style/icons/*.*",
+    "style/icons/**/*.*"
+  ],
+  "directories": {
+    "lib": "lib/"
+  },
+  "dependencies": {
+    "@jupyterlab/about-extension": "^0.4.0",
+    "@jupyterlab/application": "^0.4.0",
+    "@jupyterlab/apputils": "^0.4.0",
+    "@jupyterlab/cells": "^0.4.0",
+    "@jupyterlab/codeeditor": "^0.4.0",
+    "@jupyterlab/codemirror": "^0.4.0",
+    "@jupyterlab/completer": "^0.4.0",
+    "@jupyterlab/console": "^0.4.0",
+    "@jupyterlab/csvviewer": "^0.4.0",
+    "@jupyterlab/fileeditor": "^0.4.0",
+    "@jupyterlab/faq-extension": "^0.4.0",
+    "@jupyterlab/filebrowser": "^0.4.0",
+    "@jupyterlab/help-extension": "^0.4.0",
+    "@jupyterlab/imageviewer": "^0.4.0",
+    "@jupyterlab/inspector": "^0.4.0",
+    "@jupyterlab/landing-extension": "^0.4.0",
+    "@jupyterlab/launcher": "^0.4.0",
+    "@jupyterlab/markdownviewer": "^0.4.0",
+    "@jupyterlab/notebook": "^0.4.0",
+    "@jupyterlab/outputarea": "^0.4.0",
+    "@jupyterlab/rendermime": "^0.4.0",
+    "@jupyterlab/running": "^0.4.0",
+    "@jupyterlab/tabmanager-extension": "^0.4.0",
+    "@jupyterlab/terminal": "^0.4.0",
+    "@jupyterlab/tooltip": "^0.4.0"
+  },
+  "devDependencies": {
+    "rimraf": "^2.5.2",
+    "typescript": "^2.2.1"
+  },
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/jupyterlab/jupyterlab.git"
+  },
+  "author": "Project Jupyter",
+  "license": "BSD-3-Clause",
+  "bugs": {
+    "url": "https://github.com/jupyterlab/jupyterlab/issues"
+  },
+  "homepage": "https://github.com/jupyterlab/jupyterlab"
+}

+ 42 - 0
packages/theme-light/style/index.css

@@ -0,0 +1,42 @@
+/*-----------------------------------------------------------------------------
+| Copyright (c) Jupyter Development Team.
+| Distributed under the terms of the Modified BSD License.
+|----------------------------------------------------------------------------*/
+
+
+/* Variables */
+@import './variables.css';
+
+/* Main application (1st) */
+@import url('~@jupyterlab/application/style/index.css');
+
+/* Individual plugins */
+@import url('~@jupyterlab/apputils/style/index.css');
+@import url('~@jupyterlab/about-extension/style/index.css');
+@import url('~@jupyterlab/cells/style/index.css');
+@import url('~@jupyterlab/codeeditor/style/index.css');
+@import url('~@jupyterlab/codemirror/style/index.css');
+@import url('~@jupyterlab/completer/style/index.css');
+@import url('~@jupyterlab/console/style/index.css');
+@import url('~@jupyterlab/csvviewer/style/index.css');
+@import url('~@jupyterlab/fileeditor/style/index.css');
+@import url('~@jupyterlab/faq-extension/style/index.css');
+@import url('~@jupyterlab/filebrowser/style/index.css');
+@import url('~@jupyterlab/help-extension/style/index.css');
+@import url('~@jupyterlab/imageviewer/style/index.css');
+@import url('~@jupyterlab/inspector/style/index.css');
+@import url('~@jupyterlab/landing-extension/style/index.css');
+@import url('~@jupyterlab/launcher/style/index.css');
+@import url('~@jupyterlab/markdownviewer/style/index.css');
+@import url('~@jupyterlab/notebook/style/index.css');
+@import url('~@jupyterlab/outputarea/style/index.css');
+@import url('~@jupyterlab/rendermime/style/index.css');
+@import url('~@jupyterlab/running/style/index.css');
+@import url('~@jupyterlab/tabmanager-extension/style/index.css');
+@import url('~@jupyterlab/terminal/style/index.css');
+@import url('~@jupyterlab/tooltip/style/index.css');
+
+
+/* Theme images */
+@import './images.css';
+@import './icons.css';

+ 0 - 0
packages/theme-assets/style/variables.css → packages/theme-light/style/variables.css


+ 0 - 0
packages/theme-assets/style/variablesdark.css → packages/theme-light/style/variablesdark.css