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
.icls
file - navigating to
File > Settings > Editor > Color Scheme
and - importing the scheme using the
Import Scheme
menu 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/tinted-theming/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.