You've already forked hastebin-ansi
mirror of
https://github.com/armbian/hastebin-ansi.git
synced 2026-01-06 12:30:55 -08:00
rework colors, eg: yellow is not orange
This commit is contained in:
@@ -10,17 +10,17 @@ const defaults = {
|
||||
function getDefaultColors() {
|
||||
const colors = {
|
||||
0: '#999', // no, NOT BLACK
|
||||
1: '#A00',
|
||||
2: '#0A0',
|
||||
3: '#A50',
|
||||
1: '#ff5252',
|
||||
2: '#5F5',
|
||||
3: '#ffeb00',
|
||||
4: '#4242da',
|
||||
5: '#A0A',
|
||||
6: '#0AA',
|
||||
5: '#ff84ff',
|
||||
6: '#92ffff',
|
||||
7: '#AAA',
|
||||
8: '#777',
|
||||
9: '#F55',
|
||||
10: '#5F5',
|
||||
11: '#FF5',
|
||||
10: '#3bfd3b',
|
||||
11: '#ffff0b',
|
||||
12: '#55F',
|
||||
13: '#F5F',
|
||||
14: '#5FF',
|
||||
|
||||
Reference in New Issue
Block a user