/Aquamarine

A dark-themed userstyle for IRCCloud

Primary LanguageCSSMIT LicenseMIT

Note:

This style has been deprecated since major redesign of the web app on 2015-09-14 (https://blog.irccloud.com/2015-web-redesign/). Please use the native "Ash" color scheme in settings instead.

Aquamarine

A dark-themed userstyle for IRCCloud

Image

Darkens and recolorizes IRCCloud. Fine-tuned to every detail, carefully tested to make sure it doesn't break.

This repo is for code maintenance. Whenever there is a need to update, it will be updated both here and at userstyles.org page.

How to Use

1. Install with userstyles extension

First install the extension depending on your browser: Firefox, Chrome, Safari

2. Install userstyle from userstyles.org

Go to the userstyles.org page, select your customize options, click the install button.

This way is recommended because you can easily update the style whenever there is an update pushed by me, and you can also select some options with a click.

Custom building

Aquamarine uses Grunt to automate the LESS stylesheet compiling and building process. Install the latest version of Node.js first if you don't have it already.

Navigate to the repository directory and run npm install on Terminal or Command Prompt to automatically install required grunt plugin packages.

You can customize options like self nick color by modifying the variables on top of src/source.less file.

Run grunt to build the stylesheet when you're done tweaking.

Copy and paste the code from compiled aquamarine.css as a new userstyle in your browser.

For browsers other than Firefox, remove the top @-moz-document url-prefix("https://www.irccloud.com/") { line and the closing bracket } at the bottommost line of aquamarine.css when you're pasting the code into the extension. Make sure the code applies to site domains beginning with https://www.irccloud.com/.

Changelog

See CHANGELOG.md.

Credits for included open-source projects

  • Ace Editor syntax highlighter color scheme from Tomorrow Theme by Chris Kempson : MIT License
  • Lato Font by by Łukasz Dziedzic : SIL Open Font License, 1.1 (hosted on Google Fonts)

Disclaimer

This is purely an unofficial mod; I am in no way affiliated to IRCCloud Ltd., although I am an active user that faithfully offers them 5 bucks every month. ;)

This code is licensed in MIT, and is provided "as is" with no warranty. I am in no way responsible for any problems that might arise when using this, though it is highly likely that any problems that DO float up will get fixed as soon enough as it will boggle my inner designer's heart until everything looks proper.