-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtypes.txt
77 lines (58 loc) · 1.77 KB
/
types.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
??? #68A090
Normal #A8A878
Fire #F08030
Fighting #C03028
Water #6890F0
Flying #A890F0
Grass #78C850
Poison #A040A0
Electric #F8D030
Ground #E0C068
Psychic #F85888
Rock #B8A038
Ice #98D8D8
Bug #A8B820
Dragon #7038F8
Ghost #705898
Dark #705848
Steel #B8B8D0
Fairy #EE99AC
BG Colors
???
document.querySelector(".pokemonList").style.backgroundColor = "#68A090"
normal
document.querySelector(".pokemonList").style.backgroundColor = "#68A090"
fire
document.querySelector(".pokemonList").style.backgroundColor = "#F08030"
fighting
document.querySelector(".pokemonList").style.backgroundColor = "#C03028"
water
document.querySelector(".pokemonList").style.backgroundColor = "#6890F0"
flying
document.querySelector(".pokemonList").style.backgroundColor = "#A890F0"
grass
document.querySelector(".pokemonList").style.backgroundColor = "#78C850"
poison
document.querySelector(".pokemonList").style.backgroundColor = "#A040A0"
electric
document.querySelector(".pokemonList").style.backgroundColor = "#F8D030"
ground
document.querySelector(".pokemonList").style.backgroundColor = "#E0C068"
psychic
document.querySelector(".pokemonList").style.backgroundColor = "#F85888"
rock
document.querySelector(".pokemonList").style.backgroundColor = "#B8A038"
ice
document.querySelector(".pokemonList").style.backgroundColor = "#98D8D8"
bug
document.querySelector(".pokemonList").style.backgroundColor = "#A8B820"
dragon
document.querySelector(".pokemonList").style.backgroundColor = "#7038F8"
ghost
document.querySelector(".pokemonList").style.backgroundColor = "#705898"
dark
document.querySelector(".pokemonList").style.backgroundColor = "#705848"
steel
document.querySelector(".pokemonList").style.backgroundColor = "#B8B8D0"
fairy
document.querySelector(".pokemonList").style.backgroundColor = "#EE99AC"