A pixel art painter geared specifically at NES pixel art. Includes export for .chr binary file as well as palette and namespace data.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

513 lines
7.9KB

  1. $NES-COLOR-00: #7C7C7C;
  2. .nes-color-bg-00{
  3. background-color: $NES-COLOR-00;
  4. }
  5. .nes-color-text-00{
  6. color: $NES-COLOR-00;
  7. }
  8. $NES-COLOR-01: #0000FC;
  9. .nes-color-bg-01{
  10. background-color: $NES-COLOR-01;
  11. }
  12. .nes-color-text-01{
  13. color: $NES-COLOR-01;
  14. }
  15. $NES-COLOR-02: #0000BC;
  16. .nes-color-bg-02{
  17. background-color: $NES-COLOR-02;
  18. }
  19. .nes-color-text-02{
  20. color: $NES-COLOR-02;
  21. }
  22. $NES-COLOR-03: #4428BC;
  23. .nes-color-bg-03{
  24. background-color: $NES-COLOR-03;
  25. }
  26. .nes-color-text-03{
  27. color: $NES-COLOR-03;
  28. }
  29. $NES-COLOR-04: #940084;
  30. .nes-color-bg-04{
  31. background-color: $NES-COLOR-04;
  32. }
  33. .nes-color-text-04{
  34. color: $NES-COLOR-04;
  35. }
  36. $NES-COLOR-05: #A80020;
  37. .nes-color-bg-05{
  38. background-color: $NES-COLOR-05;
  39. }
  40. .nes-color-text-05{
  41. color: $NES-COLOR-05;
  42. }
  43. $NES-COLOR-06: #A81000;
  44. .nes-color-bg-06{
  45. background-color: $NES-COLOR-06;
  46. }
  47. .nes-color-text-06{
  48. color: $NES-COLOR-06;
  49. }
  50. $NES-COLOR-07: #881400;
  51. .nes-color-bg-07{
  52. background-color: $NES-COLOR-07;
  53. }
  54. .nes-color-text-07{
  55. color: $NES-COLOR-07;
  56. }
  57. $NES-COLOR-08: #503000;
  58. .nes-color-bg-08{
  59. background-color: $NES-COLOR-08;
  60. }
  61. .nes-color-text-08{
  62. color: $NES-COLOR-08;
  63. }
  64. $NES-COLOR-09: #007800;
  65. .nes-color-bg-09{
  66. background-color: $NES-COLOR-09;
  67. }
  68. .nes-color-text-09{
  69. color: $NES-COLOR-09;
  70. }
  71. $NES-COLOR-0A: #006800;
  72. .nes-color-bg-0A{
  73. background-color: $NES-COLOR-0A;
  74. }
  75. .nes-color-text-0A{
  76. color: $NES-COLOR-0A;
  77. }
  78. $NES-COLOR-0B: #005800;
  79. .nes-color-bg-0B{
  80. background-color: $NES-COLOR-0B;
  81. }
  82. .nes-color-text-0B{
  83. color: $NES-COLOR-0B;
  84. }
  85. $NES-COLOR-0C: #004058;
  86. .nes-color-bg-0C{
  87. background-color: $NES-COLOR-0C;
  88. }
  89. .nes-color-text-0C{
  90. color: $NES-COLOR-0C;
  91. }
  92. $NES-COLOR-0D: #000000;
  93. .nes-color-bg-0D{
  94. background-color: $NES-COLOR-0D;
  95. }
  96. .nes-color-text-0D{
  97. color: $NES-COLOR-0D;
  98. }
  99. $NES-COLOR-0E: #000000;
  100. .nes-color-bg-0E{
  101. background-color: $NES-COLOR-0E;
  102. }
  103. .nes-color-text-0E{
  104. color: $NES-COLOR-0E;
  105. }
  106. $NES-COLOR-0F: #000000;
  107. .nes-color-bg-0F{
  108. background-color: $NES-COLOR-0F;
  109. }
  110. .nes-color-text-0F{
  111. color: $NES-COLOR-0F;
  112. }
  113. $NES-COLOR-10: #BCBCBC;
  114. .nes-color-bg-10{
  115. background-color: $NES-COLOR-10;
  116. }
  117. .nes-color-text-10{
  118. color: $NES-COLOR-10;
  119. }
  120. $NES-COLOR-11: #0078F8;
  121. .nes-color-bg-11{
  122. background-color: $NES-COLOR-11;
  123. }
  124. .nes-color-text-11{
  125. color: $NES-COLOR-11;
  126. }
  127. $NES-COLOR-12: #0058F8;
  128. .nes-color-bg-12{
  129. background-color: $NES-COLOR-12;
  130. }
  131. .nes-color-text-12{
  132. color: $NES-COLOR-12;
  133. }
  134. $NES-COLOR-13: #6844FC;
  135. .nes-color-bg-13{
  136. background-color: $NES-COLOR-13;
  137. }
  138. .nes-color-text-13{
  139. color: $NES-COLOR-13;
  140. }
  141. $NES-COLOR-14: #D800CC;
  142. .nes-color-bg-14{
  143. background-color: $NES-COLOR-14;
  144. }
  145. .nes-color-text-14{
  146. color: $NES-COLOR-14;
  147. }
  148. $NES-COLOR-15: #E40058;
  149. .nes-color-bg-15{
  150. background-color: $NES-COLOR-15;
  151. }
  152. .nes-color-text-15{
  153. color: $NES-COLOR-15;
  154. }
  155. $NES-COLOR-16: #F83800;
  156. .nes-color-bg-16{
  157. background-color: $NES-COLOR-16;
  158. }
  159. .nes-color-text-16{
  160. color: $NES-COLOR-16;
  161. }
  162. $NES-COLOR-17: #E45C10;
  163. .nes-color-bg-17{
  164. background-color: $NES-COLOR-17;
  165. }
  166. .nes-color-text-17{
  167. color: $NES-COLOR-17;
  168. }
  169. $NES-COLOR-18: #AC7C00;
  170. .nes-color-bg-18{
  171. background-color: $NES-COLOR-18;
  172. }
  173. .nes-color-text-18{
  174. color: $NES-COLOR-18;
  175. }
  176. $NES-COLOR-19: #00B800;
  177. .nes-color-bg-19{
  178. background-color: $NES-COLOR-19;
  179. }
  180. .nes-color-text-19{
  181. color: $NES-COLOR-19;
  182. }
  183. $NES-COLOR-1A: #00A800;
  184. .nes-color-bg-1A{
  185. background-color: $NES-COLOR-1A;
  186. }
  187. .nes-color-text-1A{
  188. color: $NES-COLOR-1A;
  189. }
  190. $NES-COLOR-1B: #00A844;
  191. .nes-color-bg-1B{
  192. background-color: $NES-COLOR-1B;
  193. }
  194. .nes-color-text-1B{
  195. color: $NES-COLOR-1B;
  196. }
  197. $NES-COLOR-1C: #008888;
  198. .nes-color-bg-1C{
  199. background-color: $NES-COLOR-1C;
  200. }
  201. .nes-color-text-1C{
  202. color: $NES-COLOR-1C;
  203. }
  204. $NES-COLOR-1D: #000000;
  205. .nes-color-bg-1D{
  206. background-color: $NES-COLOR-1D;
  207. }
  208. .nes-color-text-1D{
  209. color: $NES-COLOR-1D;
  210. }
  211. $NES-COLOR-1E: #000000;
  212. .nes-color-bg-1E{
  213. background-color: $NES-COLOR-1E;
  214. }
  215. .nes-color-text-1E{
  216. color: $NES-COLOR-1E;
  217. }
  218. $NES-COLOR-1F: #000000;
  219. .nes-color-bg-1F{
  220. background-color: $NES-COLOR-1F;
  221. }
  222. .nes-color-text-1F{
  223. color: $NES-COLOR-1F;
  224. }
  225. $NES-COLOR-20: #F8F8F8;
  226. .nes-color-bg-20{
  227. background-color: $NES-COLOR-20;
  228. }
  229. .nes-color-text-20{
  230. color: $NES-COLOR-20;
  231. }
  232. $NES-COLOR-21: #3CBCFC;
  233. .nes-color-bg-21{
  234. background-color: $NES-COLOR-21;
  235. }
  236. .nes-color-text-21{
  237. color: $NES-COLOR-21;
  238. }
  239. $NES-COLOR-22: #6888FC;
  240. .nes-color-bg-22{
  241. background-color: $NES-COLOR-22;
  242. }
  243. .nes-color-text-22{
  244. color: $NES-COLOR-22;
  245. }
  246. $NES-COLOR-23: #9878F8;
  247. .nes-color-bg-23{
  248. background-color: $NES-COLOR-23;
  249. }
  250. .nes-color-text-23{
  251. color: $NES-COLOR-23;
  252. }
  253. $NES-COLOR-24: #F878F8;
  254. .nes-color-bg-24{
  255. background-color: $NES-COLOR-24;
  256. }
  257. .nes-color-text-24{
  258. color: $NES-COLOR-24;
  259. }
  260. $NES-COLOR-25: #F85898;
  261. .nes-color-bg-25{
  262. background-color: $NES-COLOR-25;
  263. }
  264. .nes-color-text-25{
  265. color: $NES-COLOR-25;
  266. }
  267. $NES-COLOR-26: #F87858;
  268. .nes-color-bg-26{
  269. background-color: $NES-COLOR-26;
  270. }
  271. .nes-color-text-26{
  272. color: $NES-COLOR-26;
  273. }
  274. $NES-COLOR-27: #FCA044;
  275. .nes-color-bg-27{
  276. background-color: $NES-COLOR-27;
  277. }
  278. .nes-color-text-27{
  279. color: $NES-COLOR-27;
  280. }
  281. $NES-COLOR-28: #F8B800;
  282. .nes-color-bg-28{
  283. background-color: $NES-COLOR-28;
  284. }
  285. .nes-color-text-28{
  286. color: $NES-COLOR-28;
  287. }
  288. $NES-COLOR-29: #B8F818;
  289. .nes-color-bg-29{
  290. background-color: $NES-COLOR-29;
  291. }
  292. .nes-color-text-29{
  293. color: $NES-COLOR-29;
  294. }
  295. $NES-COLOR-2A: #58D854;
  296. .nes-color-bg-2A{
  297. background-color: $NES-COLOR-2A;
  298. }
  299. .nes-color-text-2A{
  300. color: $NES-COLOR-2A;
  301. }
  302. $NES-COLOR-2B: #58F898;
  303. .nes-color-bg-02B{
  304. background-color: $NES-COLOR-2B;
  305. }
  306. .nes-color-text-2B{
  307. color: $NES-COLOR-2B;
  308. }
  309. $NES-COLOR-2C: #00E8D8;
  310. .nes-color-bg-2C{
  311. background-color: $NES-COLOR-2C;
  312. }
  313. .nes-color-text-2C{
  314. color: $NES-COLOR-2C;
  315. }
  316. $NES-COLOR-2D: #787878;
  317. .nes-color-bg-2D{
  318. background-color: $NES-COLOR-2D;
  319. }
  320. .nes-color-text-2D{
  321. color: $NES-COLOR-2D;
  322. }
  323. $NES-COLOR-2E: #000000;
  324. .nes-color-bg-2E{
  325. background-color: $NES-COLOR-2E;
  326. }
  327. .nes-color-text-2E{
  328. color: $NES-COLOR-2E;
  329. }
  330. $NES-COLOR-2F: #000000;
  331. .nes-color-bg-2F{
  332. background-color: $NES-COLOR-2F;
  333. }
  334. .nes-color-text-2F{
  335. color: $NES-COLOR-2F;
  336. }
  337. $NES-COLOR-30: #FCFCFC;
  338. .nes-color-bg-30{
  339. background-color: $NES-COLOR-30;
  340. }
  341. .nes-color-text-30{
  342. color: $NES-COLOR-30;
  343. }
  344. $NES-COLOR-31: #A4E4FC;
  345. .nes-color-bg-31{
  346. background-color: $NES-COLOR-31;
  347. }
  348. .nes-color-text-31{
  349. color: $NES-COLOR-31;
  350. }
  351. $NES-COLOR-32: #B8B8F8;
  352. .nes-color-bg-32{
  353. background-color: $NES-COLOR-32;
  354. }
  355. .nes-color-text-32{
  356. color: $NES-COLOR-32;
  357. }
  358. $NES-COLOR-33: #D8B8F8;
  359. .nes-color-bg-33{
  360. background-color: $NES-COLOR-33;
  361. }
  362. .nes-color-text-33{
  363. color: $NES-COLOR-33;
  364. }
  365. $NES-COLOR-34: #F8B8F8;
  366. .nes-color-bg-34{
  367. background-color: $NES-COLOR-34;
  368. }
  369. .nes-color-text-34{
  370. color: $NES-COLOR-34;
  371. }
  372. $NES-COLOR-35: #F8A4C0;
  373. .nes-color-bg-35{
  374. background-color: $NES-COLOR-35;
  375. }
  376. .nes-color-text-35{
  377. color: $NES-COLOR-35;
  378. }
  379. $NES-COLOR-36: #F0D0B0;
  380. .nes-color-bg-36{
  381. background-color: $NES-COLOR-36;
  382. }
  383. .nes-color-text-36{
  384. color: $NES-COLOR-36;
  385. }
  386. $NES-COLOR-37: #FCE0A8;
  387. .nes-color-bg-37{
  388. background-color: $NES-COLOR-37;
  389. }
  390. .nes-color-text-37{
  391. color: $NES-COLOR-37;
  392. }
  393. $NES-COLOR-38: #F8D878;
  394. .nes-color-bg-38{
  395. background-color: $NES-COLOR-38;
  396. }
  397. .nes-color-text-38{
  398. color: $NES-COLOR-38;
  399. }
  400. $NES-COLOR-39: #D8F878;
  401. .nes-color-bg-39{
  402. background-color: $NES-COLOR-39;
  403. }
  404. .nes-color-text-39{
  405. color: $NES-COLOR-39;
  406. }
  407. $NES-COLOR-3A: #B8F8B8;
  408. .nes-color-bg-3A{
  409. background-color: $NES-COLOR-3A;
  410. }
  411. .nes-color-text-3A{
  412. color: $NES-COLOR-3A;
  413. }
  414. $NES-COLOR-3B: #B8F8D8;
  415. .nes-color-bg-3B{
  416. background-color: $NES-COLOR-3B;
  417. }
  418. .nes-color-text-3B{
  419. color: $NES-COLOR-3B;
  420. }
  421. $NES-COLOR-3C: #00FCFC;
  422. .nes-color-bg-3C{
  423. background-color: $NES-COLOR-3C;
  424. }
  425. .nes-color-text-3C{
  426. color: $NES-COLOR-3C;
  427. }
  428. $NES-COLOR-3D: #F8D8F8;
  429. .nes-color-bg-3D{
  430. background-color: $NES-COLOR-3D;
  431. }
  432. .nes-color-text-3D{
  433. color: $NES-COLOR-3D;
  434. }
  435. $NES-COLOR-3E: #000000;
  436. .nes-color-bg-3E{
  437. background-color: $NES-COLOR-3E;
  438. }
  439. .nes-color-text-3E{
  440. color: $NES-COLOR-3E;
  441. }
  442. $NES-COLOR-3F: #000000;
  443. .nes-color-bg-3F{
  444. background-color: $NES-COLOR-3F;
  445. }
  446. .nes-color-text-3F{
  447. color: $NES-COLOR-3F;
  448. }