Metadata-Version: 2.1
Name: theme-darcula
Version: 3.0.0
Summary: Darcula theme for JupyterLab. Modelled after the classic Intellij theme.
Home-page: https://github.com/telamonian/theme-darcula
Author: Max Klein
License: BSD-3-Clause
Description: # @telamonian/theme-darcula
        
        [![Build Status](https://travis-ci.org/telamonian/theme-darcula.svg?branch=master)](https://travis-ci.org/telamonian/theme-darcula)
        [![npm](https://img.shields.io/npm/v/@telamonian/theme-darcula.svg)](https://www.npmjs.com/package/@telamonian/theme-darcula)
        
        Darcula theme for Jupyterlab. Modelled after the classic Intellij theme. Now with support for all JupyterLab 2.x versions!
        
        ![darcula_preview](darcula_preview.png)
        
        ## Prerequisites
        
        - JupyterLab
        
        ## Installation
        
        ```bash
        jupyter labextension install @telamonian/theme-darcula
        ```
        
        ## Dark scrollbars
        
        Enable dark scrollbars by clicking on **Settings** -> **JupyterLab Theme** -> **Theme Scrollbars** in the JupyterLab menus.
        
        ## Development
        
        For a development install (requires JupyterLab 2.0.0 or later), do the following in the repository directory:
        
        ```bash
        jlpm build:dev
        ```
        
        To rebuild the package and the JupyterLab app:
        
        ```bash
        jlpm build
        jupyter lab build
        ```
        
        ## History
        
        This was the first JupyterLab theme that included dark scrollbars. As of JupyterLab 1.0, the dark scrollbars feature from this theme was incorporated into JupyterLab core, as part of [@jupyterlab/application/style/scrollbar.css](https://github.com/jupyterlab/jupyterlab/blob/6d5240dda71fb3d12814e8b88b09e94e23d42875/packages/application/style/scrollbar.css).
        
        JupyterLab itself now supports dark scrollbars for dark themes in Chrome, Firefox, and Safari. See [here](https://developer.mozilla.org/en-US/docs/Web/CSS/::-webkit-scrollbar) and [here](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Scrollbars) for more info on how this is done.
        
Keywords: Jupyter,JupyterLab
Platform: Linux
Platform: Mac OS X
Platform: Windows
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Framework :: Jupyter
Requires-Python: >=3.6
Description-Content-Type: text/markdown
