Skip to content

Commit

Permalink
Initial release
Browse files Browse the repository at this point in the history
Signed-off-by: DAmNRelentless <damnrelentless.yt@gmail.com>
  • Loading branch information
rlnt committed May 21, 2020
1 parent ad2276a commit fd4ce39
Show file tree
Hide file tree
Showing 3 changed files with 1,035 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog][Keep a Changelog] and this project adheres to [Semantic Versioning][Semantic Versioning].

## [Unreleased]

- /

---

## [Released]

## [1.0.0] - 2020-05-21

- initial release

---

<!-- Links -->
[Keep a Changelog]: https://keepachangelog.com/
[Semantic Versioning]: https://semver.org/

<!-- Versions -->
[Unreleased]: https://github.com/DAmNRelentless/idea-relentless-colors/releases
[Released]: https://github.com/DAmNRelentless/idea-relentless-colors/releases
[1.0.0]: https://github.com/DAmNRelentless/idea-relentless-colors/releases/v1.0.0
95 changes: 94 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,94 @@
idea-relentless-colors
# **Relentless Colors**

> A vibrant color scheme for all [JetBrains] IDEs.
[![forthebadge](https://forthebadge.com/images/badges/60-percent-of-the-time-works-every-time.svg)](https://forthebadge.com)
[![forthebadge](https://forthebadge.com/images/badges/fuck-it-ship-it.svg)](https://forthebadge.com)

- [Discord]

---

<br>

<!-- Table of Contents -->
<details>
<summary>
<strong>Table of Contents (click to expand)</strong>
</summary>

- [**Relentless Colors**](#relentless-colors)
- [**πŸ“‘ Overview**](#-overview)
- [**πŸ”¨ Prerequisites**](#-prerequisites)
- [**πŸ”§ Installation**](#-installation)
- [**πŸ“• History**](#-history)
- [**⏰ Changelog**](#-changelog)
- [**πŸŽ“ License**](#-license)
</details>


## **πŸ“‘ Overview**

This is a color scheme for all common [JetBrains] IDEs. It features vibrant and contrasting colors to give you the best possible coding experience.

The carefully chosen colors harmonise perfectly with a dark theme. It's perfect for night owls.

<details>
<summary>
<strong>Preview (click to expand)</strong>
</summary>

![preview](https://i.imgur.com/cCyKXOQ.png)
</details>


## **πŸ”¨ Prerequisites**

**Relentless-Colors** is only a color scheme. Therefore it is recommended to install an IDE theme before.

A lot of good themes can be found [here][color themes]. Just pick your preferred one but keep in mind that **Relentless-Colors** is recommended to be used with a dark theme.

My personal recommendation is the *Material Darker Contrast* theme which is a part of [Material Theme UI Lite][material theme].

The color scheme also comes with a recommended font. [Fira Code] is the perfect coding font with its awesome font ligatures. You should install it before you install the scheme.

There is also a recommended font for the console. **Relentless-Colors** uses [Consolas] for that. It's installed by default on some machines but make sure that you have it before you install the scheme.


## **πŸ”§ Installation**

1. Download the latest **jar-file** from the [releases].
2. Start your preferred [JetBrains] IDE and go to the settings.
3. Navigate to *Editor > Color Scheme*.
4. Click the three dots at the top and hit **Import Scheme...**.
5. Navigate to the downloaded *Relentless-Colors.jar* and hit **OK**.
6. Hit **Apply** and **OK**. An IDE restart may be required.


## **πŸ“• History**

Unfortunately, I'm a perfectionist. This is often reflected in my code and at my workplace.

The IDEs of [JetBrains] are ingenious but unfortunately I never found the right color scheme for me which would have made my programming experience perfect so I decided to create my own palette.

Since I am aware that many programmers are looking to improve their coding environment and customize it, I thought I would make my colors available to everyone.


## **⏰ Changelog**
Everything related to versions and their release notes can be found in the [changelog].


## **πŸŽ“ License**
This project is licensed under [The Unlicense].


<!-- Links -->
[JetBrains]: https://www.jetbrains.com/
[Discord]: https://discordapp.com/invite/Q3qxws6
[color themes]: https://plugins.jetbrains.com/search?tags=Theme
[material theme]: https://plugins.jetbrains.com/plugin/12124-material-theme-ui-lite
[Fira Code]: https://github.com/tonsky/FiraCode
[Consolas]: https://docs.microsoft.com/en-us/typography/font-list/consolas
[releases]: https://github.com/DAmNRelentless/idea-relentless-colors/releases
[changelog]: CHANGELOG.md
[The Unlicense]: LICENSE.md
Loading

0 comments on commit fd4ce39

Please sign in to comment.