e621ng / e621ng

e621.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Project] Color Unification

Sindrake opened this issue · comments

This is likely going to be a long project, as the site's colors are a massive mess.
For the most part, I will be looking at the default hexagon theme, but I'll keep the pony and bloodlust themes in mind.
At the moment, serpernt is simply unsalvageable, and hotdog is a meme.

The goals of this project are as follows:

  • Evaluate the various background and text colors used by the site
  • Eliminate redundancies by looking for repeated or very similar colors
  • Make the site more colorblind-friendly.

Backgrounds

The site's background colors are theme-specific.
However, the are a number of hardcoded background colors that are used for things like error messages, highlighting deleted comments, record backgrounds, and vote buttons.

red
yellow
green
grey

Text Color

There are only two main text colors: text and text-muted.
Both of these are technically theme-specific, but only hotdog and serpent make use of them.

red
yellow

There are also a few highlight colors.
These are typically used to decorate vote and feedback counts.

red
yellow
green
grey

Search Page Modes

Search page modes are all over the place.

edit tag-script add-fav
vote-up vote-down remove-fav
add-pool lock-rating lock-note
approve delete undelete
add-to-set remove-from-set remove-parent
rating-e rating-q rating-s
unflag

There isn't a significant need to move them to the palette, or make them theme-specific.