-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
698e326
commit 7cb9e10
Showing
1 changed file
with
7 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,22 @@ | ||
## Monochrome - a minimal theme for IntelliJ editors | ||
|
||
_Because syntax highlighting looks ugly_ | ||
|
||
This theme aims to make the editor have as few colors as possible while | ||
still being usable. Syntax highlighting uses black, grey, and white, (except | ||
for TODO comments). | ||
|
||
It is created for my personal use. As such, there is no easy way to install this | ||
yet. I highly encourage any fellow `:syntax off` people to fork/modify. | ||
|
||
> [!WARNING] | ||
> This theme is a work in progress. The editor colorscheme works but the UI | ||
> changes are not done at all. | ||
It is created for my personal use, with choices that make sense to me. So your mileage may vary. I highly encourage any fellow `:syntax off` people to fork/modify. | ||
|
||
<hr/> | ||
|
||
### Installing the colorscheme | ||
### Installing | ||
|
||
You can install the colorscheme manually: | ||
* Go to Settings -> Plugins. | ||
* Click the gear icon. | ||
* Select 'Install Plugin from Disk'. | ||
* Select the JAR file from this repo. | ||
|
||
* Rename the `monochrome.xml` to `monochrome.icls`. | ||
* In IntelliJ, go to Settings -> Editor -> Colorscheme. | ||
* Click the gear icon -> Import Scheme -> IntelliJ IDEA color scheme. | ||
* Select the `monochrome.icls` file. | ||
<hr/> | ||
|
||
Screenshot for reference (Java code): | ||
|
||
![image](monochrome.png) | ||
|