An open API service indexing awesome lists of open source software.

https://github.com/tonsky/intellij-alabaster

Alabaster color scheme for IntelliJ IDEA
https://github.com/tonsky/intellij-alabaster

color-scheme intellij intellij-color-scheme

Last synced: 6 months ago
JSON representation

Alabaster color scheme for IntelliJ IDEA

Awesome Lists containing this project

README

          

# Alabaster Color Scheme

A light & dark color schemes with minimal amount of highlighting for IntelliJ IDEA.

For motivation, see [sublime-scheme-alabaster](https://github.com/tonsky/sublime-scheme-alabaster).

![Screenshot](screenshot.png)

![Screenshot](screenshot-dark.png)

Alalbaster for IntelliJ is fine tuned for:

- Clojure
- Java
- Kotlin
- Rust

Other languages work perfectly fine as well, but may do some extra unnecessary highlighting in some language-specific places.

## Installation

1. Download [Alabaster.icls] or [Alabaster Dark.icls].
2. Import through Preferences → Editor → Color scheme → Import Scheme...

[Alabaster.icls]: https://raw.githubusercontent.com/tonsky/intellij-alabaster/master/Alabaster.icls
[Alabaster Dark.icls]: https://raw.githubusercontent.com/tonsky/intellij-alabaster/master/Alabaster%20Dark.icls

![Installation](installation.png)

## License

[MIT License](./LICENSE.txt)

## Variations

- Version for Sublime Text [tonsky/sublime-scheme-alabaster](https://github.com/tonsky/sublime-scheme-alabaster)
- Version for Visual Studio Code [tonsky/vscode-theme-alabaster](https://github.com/tonsky/vscode-theme-alabaster)
- For JetBrains IDEs as a plugin [nabato/alabaster-themes](https://github.com/nabato/alabaster-themes)
- Version for Vim [agudulin/vim-colors-alabaster](https://github.com/agudulin/vim-colors-alabaster)
- Alternative version for Sublime Text 2 [freetonik/Travertine](https://github.com/freetonik/Travertine)
- Dark version for VS Code [apust/vscode-rubber-theme](https://github.com/apust/vscode-rubber-theme)
- Original version for LigthTable [tonsky/alabaster-lighttable-skin](https://github.com/tonsky/alabaster-lighttable-skin)
- Version for [CudaText](https://sourceforge.net/projects/cudatext/files/addons/themes/theme.Alabaster.zip/download)

## Changelog

### July 2, 2019

Fine-tuned for Kotlin and Rust. Added a hint of foreground color to stuff that is background highlighted

### April 10, 2019

Initial