├── LICENSE ├── MaterialDarcula.icls ├── MaterialDark.icls ├── README.md └── imgs └── img01.png /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2019 ControlNet 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /MaterialDarcula.icls: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Material-Darcula 2 | 3 | This Material-Darcula color scheme is modified from the editor scheme extracted from [Material Theme](https://github.com/ChrisRM/material-theme-jetbrains) for Jetbrains IDE. With combining 2 popular features, [Material Design](https://material.io/design/) and out-of-the-box Jetbrains Darcula style, this color scheme performs well in default Darcula UI and provides the material experience. 4 | 5 | Update 2022-10-18: The color scheme for Jetbrains new UI dark theme is also available. 6 | 7 | ### Preview 8 | ![preview_01](https://github.com/ControlNet/Material-Darcula/blob/master/imgs/img01.png) 9 | 10 | ### Installation 11 | 1. Download the `MaterialDarcula.icls` for old UI or `MaterialDark.icls` for new UI. 12 | 2. Open IDE, `Settings -> Editor -> Color Scheme`. 13 | 3. Click gear icon, then choose `Import Scheme`, and open the icls file downloaded in previous. 14 | 4. Click `OK` and all done. 15 | 16 | ### Optimized languages 17 | 18 | - Angular 19 | - Bash/Shell 20 | - C/C++ 21 | - CSS 22 | - C# 23 | - HTML 24 | - Java 25 | - JavaScript 26 | - Julia 27 | - Kotlin 28 | - Lua 29 | - Python 30 | - R 31 | - Rust 32 | - Scala 33 | - SQL 34 | - TOML 35 | - Typescript 36 | - XML 37 | - YAML 38 | -------------------------------------------------------------------------------- /imgs/img01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ControlNet/Material-Darcula/1e2509f4410b08a35f711583a234694375395604/imgs/img01.png --------------------------------------------------------------------------------