1.0.12 • Published 13 days ago

gb-palettes v1.0.12

Weekly downloads
5
License
MIT
Repository
github
Last release
13 days ago

gb-palettes

Usage

npm install gb-palettes

Importing all palettes:
const palettes = require('gb-palettes');
import palettes from 'gb-palettes';

Importing a subset (see categories in table below):
const devicePalettes = require('gb-palettes/src/devices.js');
import devicePalettes from 'gb-palettes/src/devices.js';

Importing a single palette:
const gbPocketColors = require('gb-palettes/src/palettes/gbpocket.js');
import gbPocketColors from 'gb-palettes/src/palettes/gbpocket.js';

List of Palettes

ShortNameNamePreviewCategoriesOrigin
bwBlack & Whitebwclassic, devices
dmgOriginal Game Boydmgclassic, devices
gbpocketGame Boy Pocketgbpocketclassic, devices
bgbBGB Emulatorbgbclassic
gbliGame Boy Lightgbliclassic, devicesby HerrZatacke
grafixkidgrayGrafixkid Graygrafixkidgraycreative
grafixkidgreenGrafixkid Greengrafixkidgreencreative
blackzeroGame Boy (Black Zero) paletteblackzerocreative
gbcjpPocketCamera, JPgbcjpdevices, gbcolor
gbcuGame Boy Color Splash Upgbcudevices, gbcolorThe Cutting Room Floor
gbcuaGame Boy Color Splash Up+Agbcuadevices, gbcolorThe Cutting Room Floor
gbcubGame Boy Color Splash Up+Bgbcubdevices, gbcolorThe Cutting Room Floor
gbclGame Boy Color Splash Leftgbcldevices, gbcolorThe Cutting Room Floor
gbclaGame Boy Color Splash Left+Agbcladevices, gbcolorThe Cutting Room Floor
gbclbGame Boy Color Splash Left+Bgbclbdevices, gbcolorThe Cutting Room Floor
gbcdGame Boy Color Splash Downgbcddevices, gbcolorThe Cutting Room Floor
gbcdaGame Boy Color Splash Down+Agbcdadevices, gbcolorThe Cutting Room Floor
gbcdbGame Boy Color Splash Down+Bgbcdbdevices, gbcolorThe Cutting Room Floor
gbcrGame Boy Color Splash Rightgbcrdevices, gbcolorThe Cutting Room Floor
gbceuusGame Boy Color Splash Right+A (Game Boy Camera, EU/US)gbceuusdevices, gbcolorThe Cutting Room Floor
gbcrbGame Boy Color Splash Right+Bgbcrbdevices, gbcolorThe Cutting Room Floor
cyblCyanide Bluescyblcreativeby HerrZatacke
aqppAudi Quattro Pikes Peakaqppcreative
wtfpWaterfront Plazawtfpcreative
chigChildhood in Greenlandchigcreative
rcsRusted City Signrcscreative
fsilFloyd Steinberg in Lovefsilcreative
shzolSpace Haze Overloadshzolcreative
tdoycThe death of Yung Columbustdoyccreative
cfpCaramel Fudge Paranoiacfpcreative
sfhSunflower Holidayssfhcreative
dhgDeep Haze Greendhgcreative
yirlYouth Ikarus reloadedyirlcreative
cctrCandy Cotton Tower Raidcctrcreative
d2krDune 2000 remasteredd2krcreative
shmgySuper Hyper Mega Gameboyshmgycreative
llawkLinks late Awakeningllawkcreative
cga1CGA Palette Crush 1cga1creative
cga2CGA Palette Crush 2cga2creative
marmxMetroid Aran remixedmarmxcreative
slmemStarlit Memoriesslmemcreative
datnDrowning at nightdatncreative
tskThe starry knighttskcreative
pprPurple Rainpprcreative
cmykCMYKeystonecmykcreative
vb85Virtual Boy 1985vb85creative
azcAzure Cloudsazccreative
gelcGolden Elephant Currygelccreative
rogaRomero’s Gardenrogacreativeby HerrZatacke
kditwKnee-Deep in the Woodkditwcreativeby HerrZatacke
dimwmDies ist meine Wassermelonedimwmcreativeby HerrZatacke
speziMy Friend from Bavariaspezicreativeby HerrZatacke
ffsFlowerfeldstraßeffscreativeby HerrZatacke
bananaThere’s always moneybananacreativeby HerrZatacke
hipsterArtistic Caffeinated Lactosehipstercreativeby HerrZatacke
ncNortorious Comandantenccreativeby HerrZatacke
glmoGlowing Mountainsglmocreativeby HerrZatacke
tpaTramonto al Parco degli Acquedottitpacreativedelma

contributing

Contributions of new palettes is very welcome. If you want to do so, please create a pull-request which contains:

  • Addition of your palette to the importable category files.
  • The new palette file itself.

palette file structure:

module.exports = {
  shortName: 'gbcua',
  name: 'Game Boy Color Splash Up+A',
  palette: ['#ffffff', '#ff8f84', '#943a3a', '#000000'],
  origin: 'Wikipedia',
};
  • Make sure your contribution matches the rules in the .editorconfig.
  • Use singlequotes.
  • Provide a shortName which can be used as a vaild ID in html and as a javascript object key. Also, make sure the shortName matches the filename of your palette file.
  • Provide a descriptive and informational human readable name yor your palette* Provide the Hex-Values in lowercase with six characters.
  • If possible, provide the origin of your palette. (source/creator/if you created it yourself, use by YourName).
  • Before submitting your pull-request run npm run readme to update the table of palettes.
1.0.12

13 days ago

1.0.11

16 days ago

1.0.9

1 year ago

1.0.10

1 year ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago