base16-jetbrains
base16-jetbrains copied to clipboard
Base16 themes for Jetbrains IDE's (IntelliJ, PyCharm, Webstorm, etc) - and the Material Theme plugin
Base16 JetBrains
Base16 themes for JetBrains' IDEs - such as IntelliJ, PyCharm and Webstorm - and the Material Theme plugin.
See the Base16 repository for more information.
Usage
Color schemes
All color scheme files are bundled in the colors.jar file and can
easily be imported using the File > Import Settings menu.
Individual schemes are located as .icls files in the colors
directory and can be installed by
- downloading an
.iclsfile - navigating to
File > Settings > Editor > Color Schemeand - importing the scheme using the
Import Schememenu from the gear icon
It is also possible to download a scheme into the IDE's config directory
(e.g. ~/.PyCharm2018.1/config/colors) from the command line.
curl \
https://raw.githubusercontent.com/base16-project/base16-jetbrains/main/colors/base16-eighties.icls \
> ~/.PyCharm2018.1/config/colors/base16-eighties.icls
Material themes
All Material themes are located in the options directory where a
.jar file bundles the theme, accent and editor settings.
Individual themes can be imported using the File > Import Settings
menu after downloading their .jar files.
Contributing
See CONTRIBUTING.md, which contains building and contributing
instructions.