Skip to content

Commit

Permalink
#23: experiment with palettes
Browse files Browse the repository at this point in the history
  • Loading branch information
fabio-t committed Nov 27, 2017
1 parent f69f1b8 commit d330e11
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions data/palette.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@

## Arne64 from http://www.gridsagegames.com/rexpaint/palettes/Arne64.txt
#
#gray: [{0,0,0},{21,21,21},{52,52,52},{123,123,123},{168,168,168},{215,215,215},{255,255,255}]
#brown: [{ 35, 23, 18},{92,60,13},{174,108,55},{197,151,130},{226,215,181}]
#grayblue: [{13,32,48},{65,93,102},{113,166,161}]
#ochra: [{173,78,26},{246,143,55}]
#cyan: [{0,82,128},{10,152,172},{37,226,205},{189,255,202}]
#red: [{79,21,7},{224,60,40}]
#aquamarine: [{0,96,75},{32,181,98}]
#rosee: [{130,60,61},{218,101,94},{225,130,137},{245,183,132},{255,233,197}]
#green: [{0,78,0},{19,157,8},{88,211,50}]
#pink: [{135,22,70},{207, 60,113},{255,130,206}]
#green2: [{23,40,8},{55,109,3},{106,180,23},{140,214,18},{190,235,113},{238,255,169}]
#magenta: [{163,40,179},{204,105,228},{213,156,252},{254,201,237}]
#acidgreen: [{147,151,23},{182,193,33}]
#purple: [{33,22,64},{90,25,145},{106,49,202},{166,117,254},{226,201,255}]
#yellow: [{204,143, 21},{255,187,49},{255,231,55}]
#indigo: [{61,52,165},{98,100,220},{155,160,239}]
#blue: [{0,23,125},{2,74,202},{0,132,255},{91,168,255},{152,220,255}]

# from libtcod

red: 255,0,0
flame: 255,63,0
orange: 255,127,0
amber: 255,191,0
yellow: 255,255,0,
lime: 191,255,0
chartreuse: 127,255,0
green: 0,255,0
sea: 0,255,127
turquoise: 0,255,191
cyan: 0,255,255
sky: 0,191,255
azure: 0,127,255
blue: 0,0,255
han: 63,0,255
violet: 127,0,255
purple: 191,0,255
fuchsia: 255,0,255
magenta: 255,0,191
pink: 255,0,127
crimson: 255,0,63
sepia: 127,101,63
gray: 127,127,127

0 comments on commit d330e11

Please sign in to comment.