Coder Social home page Coder Social logo

colors's Introduction

MRMRS

Personal site.

colors's People

Contributors

enyo avatar filtercake avatar gytdau avatar ilanbiala avatar johno avatar jupl avatar kdrdgn avatar lewiscowper avatar maciejczyzewski avatar mithgol avatar mrmrs avatar nschonni avatar pem-- avatar scooooooooby avatar sir-daniel avatar steveoh avatar ttencate avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

colors's Issues

Define color variables in one place

The colors should be defined in the variables file then every other file should reference those. It would be much easier to update the colors if we were to do this.

Variables not in css/colors.css

So when I @import "colors.css"; I don't get the variables in src/_variables.css. As a work around I can just @import "colors.css/src/colors.css";. I'm just not clear if this intended or not. Thanks.

Add CSS variables (custom properties)

Hey,
Instead of using classes, it will be better to use CSS variables, like so:

:root{
     var-bg-aqua:  #7FDBFF;
     var-bg-blue:  #0074D9;
}

Maybe it will be cool to add for progressive enhancement ?

JS preset for React / React Native

Would be great if we could get preset for React / React Native projects.
In such projects pure Javascript definitions would be the best fit.

If you are open to PR, I could work on this.

Why the double dashes?

Why are there double dashes in the border class names? Is there a significance to this?

Black should be #000

Hello, the most remake colors are great, but you should not affect the default black's #000 color (like you let the white to be #fff), in some cases the user needs the full black to get some special effects, for example on projectors where full black results in no light.

black improvement

My suggestion: use #333333 instead #111111 for black color. Why? IMO #333 is better. #111 is much black.

Redesign header

Redesign the header.
Possibly cycle background color through various values.

Define color variables in one place

The colors should be defined in the variables file then every other file should reference those. It would be much easier to update the colors if we were to do this.

http://clrs.cc is wrong

The css used on http://clrs.cc is wrong - it has the black background class with a colour of 'black' not #111.

The text is also wrong - it shows the same hex value for the default colours teal and aqua (both are shown as #008080 which is Teal)

Double clicking a hex value selects too much

Double clicking a hex value (to select a "word") should select just the value itself, but instead selects both it and the following color's name:

screenshot 2014-07-17 20 42 12

Because basically all I do at clrs.cc is double click hex values for copy+pasting, this throws me a bit! It happens for me in Chrome (Windows and OS X), but not Firefox.

I can fix this locally by putting a space after the hex value (but still within the <code> tag), but I'm not sure this would be the proper fix.

alfred plugin

i made an alfred plugin to grab the hex codes for these. Is that something you'd be interested in having?

Objectives

I'd like to help out and develop this because I think it is awesome, but I couldn't find a list of Todo's or any info on contributing. Do you think you could outline some things you would like to add so we can help out?

Create preset color combinations

I was looking at the CSS files and I was thinking about creating a CSS file that would have presets. This would just mean that there would be multiple preset classes where there would be one particular background color (such as navy, white, blue, red etc) then the font, border, strokes, fills colors would just be another color.

The combinations could be utilized from the colorable website provided in your website, let me know what you think!

PostCSS Plugin

Hello,

I think a great ideia for this repo would be to have a PostCSS plugin to go with it.

Basically it would look for instances of a color that matched one of the ones on colors and replace that with the hex code of the color here.

What do you think ?

I would love to work on this 👍

Thank you

Thanks for sharing it, I love the colors you've chosen.

Adding colors

I want to add colors, specifically, light versions of already present ones, and some new colors. For this could you point me towards any other file that needs to be updated other than css/color.css , css/color.min.css and README.md.

the more obscure color codes

i love love love this! i was wondering if you had thoughts, or references, about creating a nicer palate around the rest of the ~130 colors, e.g. khaki, lightgray, salmon. i'm working on a graphing library and would love for users to be able to drop human-readable color IDs with nicer colors :)

Maroon resembles dark purple

I was looking at your project and saw that the brown color you use - 85144b (HSV: 331°, 85%, 52%) - is mapped to a color that resembles much more to dark purple. Following the specification of maroon color in HSV (0°, 100%, 50%), I choose a new color that is more like the brown color of the specification and it is not as heavy.

The color in question is 731e11 (HSV: 8°, 85%, 45%) and it have a hue tending to yellow, while it maintains the saturation and value near the originally proposed by your project. I believe this color would fit better in the color pattern of maroon.

Any questions, I'm open to discussion.

atom package

Just wanted to let you know that I ❤️ this package and the colors in it. I use it all the time then prototyping or coding on my own projects with no designer.

But I wanted an even easier way to access these awesome colors so I made a package for my favorite text editor, Atom. I hope you like this Idea and are totally okay with it?

The package is located here: https://atom.io/packages/colors

Update on NPM

According to the repo, this is at 2.0.0, but in NPM it still shows up as 1.0.0.

i18n content for project page

It would be great to localize content for the project page so that a user can read the page in the language that they would prefer.

Missing LICENSE

It looks like headers indicate MIT (awesome!) but there seems to be no LICENSE file.

Thanks mrmrs!!

Put the colors "above the fold"

Since the first time I entered the web I'm using http://clrs.cc/ as a reference for nice colors for my projects. The only problem is, everytime I enter the first thing I see is "The old defaults" until I scroll. The first time I entered the web it was funny, but now these are becoming the identity of the web, which is not pleasant.

So, my proposal is, can you switch the positions of them? First the new defaults so anyone who wants to use them and enters in your web has them just under their fingertips and first time visitors still can get why that funny bit.

Note: this "feature" is probably a personal thing, but I don't think putting "the ugly" bits as the first thing visitors see improves the user experience in any web.

PS: really nice colors and I'm glad you made this, thank you (;

Additional color schemes/spaces

Now there are just HEX codes. It would be nice if the website would also provide the RGB and HSL values :)
Sometimes I just visit the page and copy a few color codes. And given that IE8 is beginning to fade away I prefer the HSL scheme/space.

A few colors need improvement

I love the idea behind this, but after looking at the project's site, I see a few things I would change.

  1. Your red (#ff4136) looks more like the inside of a grapefruit than a true red. I'm not saying it should be #ff0000 at all, but it seems to have too much orange influence for a color merely called "red". Wikipedia even lists two colors on a page called "Shades of orange" (Tomato and Bittersweet) that are fairly close to your red.
  2. Your maroon (#85144b) is quite a departure from true maroon -- more like a burgundy. This webpage defines the two colors in the same way I would.
  3. If your black is not #000 (and I'm not saying it should be), then shouldn't your white similarly not be #fff? I probably wouldn't make it #eee, but I might do anything from #f8f8f8 to #fdfdfd.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.