Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

* Issue #140 / #141 Added Feathered/Bat/Lizard Wings to All Frames #189

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
531 changes: 398 additions & 133 deletions index.html

Large diffs are not rendered by default.

232 changes: 232 additions & 0 deletions palettes/custom/lpcr-to-ulpc-body-palettes.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,232 @@
{
"light": [
"#271920",
"#271920",
"#99423c",
"#cc8665",
"#E4A47C",
"#F9D5BA",
"#FAECE7",
"#f8f3eb"
],
"amber": [
"#281716",
"#281716",
"#9E3E37",
"#D28144",
"#EA9F54",
"#FDD082",
"#FBE7A4",
"#FBE7A4"
],
"olive": [
"#271920",
"#271920",
"#442725",
"#7F4C31",
"#AE6B3F",
"#D38B59",
"#E4A47C",
"#E4A47C"
],
"taupe": [
"#271920",
"#271920",
"#503734",
"#785946",
"#936849",
"#BA8454",
"#C7935F",
"#C7935F"
],
"bronze": [
"#1A1213",
"#1A1213",
"#442725",
"#644133",
"#7F4C31",
"#AE6B3F",
"#D38B59",
"#D38B59"
],
"brown": [
"#120E10",
"#120E10",
"#412B29",
"#5F4539",
"#76513A",
"#9C663E",
"#B8773F",
"#b8773f"
],
"black": [
"#000000",
"#000000",
"#1A1213",
"#2E1F1C",
"#442725",
"#603429",
"#7F4C31",
"#7f4c31"
],
"blue": [
"#16171B",
"#16171B",
"#46425D",
"#586B90",
"#748DA4",
"#A9C9CA",
"#C8E8E8",
"#f8f3eb"
],
"bright_green": [
"#02280E",
"#02280E",
"#06410E",
"#255E1D",
"#5B8F11",
"#75AE23",
"#99D248",
"#d4d887"
],
"dark_green": [
"#011708",
"#011708",
"#02280E",
"#06410E",
"#255E1D",
"#508A48",
"#509E59",
"#509E59"
],
"fur_black": [
"#040510",
"#040510",
"#0A0E1B",
"#0D1621",
"#14212C",
"#1B2C36",
"#154259",
"#265c78"
],
"fur_brown": [
"#000000",
"#000000",
"#1E120E",
"#251B19",
"#473730",
"#624135",
"#975B5A",
"#d79993"
],
"fur_copper": [
"#0F0506",
"#0F0506",
"#300500",
"#6A1A00",
"#9C3B01",
"#CC6901",
"#FAA301",
"#ffe01e"
],
"fur_gold": [
"#200808",
"#200808",
"#552B15",
"#AC5D1F",
"#E09E2B",
"#FCCF56",
"#FFE67D",
"#f6f6c2"
],
"fur_grey": [
"#0F0F11",
"#0F0F11",
"#36363F",
"#55585F",
"#6A6E74",
"#909699",
"#B8BBBC",
"#d3d9da"
],
"fur_tan": [
"#222121",
"#222121",
"#3A200E",
"#663A1A",
"#975F43",
"#B88751",
"#DB8E60",
"#e9bba0"
],
"fur_white": [
"#17171A",
"#222121",
"#36363F",
"#484E57",
"#8B9498",
"#B8BBBC",
"#D8DCDC",
"#fafafa"
],
"green": [
"#140C09",
"#140C09",
"#09320B",
"#19541D",
"#228236",
"#39AA4E",
"#53BF71",
"#adcca6"
],
"lavender": [
"#16171B",
"#16171B",
"#393B44",
"#787C8F",
"#A0A5BC",
"#C9D0EE",
"#FBECE6",
"#f8f3eb"
],
"pale_green": [
"#271920",
"#271920",
"#314829",
"#456238",
"#5F874D",
"#86B278",
"#ADCCA6",
"#f8f3eb"
],
"zombie": [
"#281820",
"#281820",
"#6B5C40",
"#928364",
"#A79778",
"#C5B38F",
"#DBCBAB",
"#ead7ca"
],
"zombie_green": [
"#101925",
"#101925",
"#074337",
"#4A7A69",
"#839F6E",
"#D4D887",
"#F2F0C4",
"#f8f3eb"
],
"source": [
"#271920",
"#2a1722",
"#6f6464",
"#786467",
"#958080",
"#c4b59f",
"#e3e7d3",
"#ebede9"
]
}
Loading
Loading