zzaria / codeforces-darktheme

A dark theme built for Codeforces

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Codeforces Dark Theme

A dark theme for Codeforces. Click to install (requires a userscript manager)

Download instructions

  1. Install Tampermonkey for your browser. (Instructions).

  2. **Click this link ** to install Codeforces dark theme userscript.

  3. Reload Codeforces (ctrl shift r).

screenshot of home page

In case the script is updated later, you need not revisit the page. Tampermonkey auto fetches new updates every 24hrs by default.

In case you're getting this warning:

Apps, extensions, and user scripts can not be added from this website.

This warning is mainly to prevent vulnerable users from installing malicious extensions and apps. In my case, you can trust this userscript as its code is posted on GitHub, under public scrutiny. So, you can safely ignore the warning and proceed with installation.

External dependencies

Both are for dark theme syntax highlighting of code.

  1. prettyprint's desert.css, since Codeforces depends on the same library for formatting submission's display (Apache license).
  2. Ace editor's monokai.css since Codeforces' submission codebox uses the Ace editor (BSD license).

Contribution guidelines

PRs are most welcome! Though it may be better to first create an issue describing the problem the PR fixes and then create it, in order to get more alternate views on the problem.

License

MIT License attached.

About

A dark theme built for Codeforces

License:MIT License


Languages

Language:CSS 77.1%Language:JavaScript 22.9%