Giter Club home page Giter Club logo

Comments (6)

drzaiusx11 avatar drzaiusx11 commented on May 17, 2024 7

NES Palette:
nes_palette

Proposed:
nes_colors

Current (for reference):
image

from nes.css.

alexgleason avatar alexgleason commented on May 17, 2024 2

Please note that there are dozens of interpretations of the NES color palette.

Internally, the NES colors are just hex values between 00-3F, but the output is RGB analog. @drzaiusx11, which version did you share?

I recommend creating a sass file like palette.scss where you define the colors like this:

$00: #666666 !default;
$01: #002A88 !default;
$02: #1412A7 !default;
...etc
$3E: #000000 !default;
$3F: #000000 !default;

This way the palette could be overridden.

To demonstrate how varied the NES palette can be, see FirebrandX's obsessive NES color palette experiments.

The default color palette you choose for this project will depend on what type of look you want. For example, the NES Classic color palette is dull and muted, while YUV is bright and colorful.

from nes.css.

BcRikko avatar BcRikko commented on May 17, 2024 2

I added a NES color palette. 🎨
Is this OK? 🤔

from nes.css.

BcRikko avatar BcRikko commented on May 17, 2024

It looks more NES 😍

from nes.css.

drzaiusx11 avatar drzaiusx11 commented on May 17, 2024

Given the 16 examples from the first link picking one of those would be a good first step (stored as variables.)

I find the NES Classic pallette to be pretty vibrant whereas the VC Normalized is dull/muted.

from nes.css.

BcRikko avatar BcRikko commented on May 17, 2024

🎉 This issue has been resolved in version 1.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

from nes.css.

Related Issues (20)

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.