Skip to content

Commit fe6b27d

Browse files
committed
fixed some clustal colors
1 parent 941c384 commit fe6b27d

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

seqlib.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,12 @@ line.link {
7575
.clustal .aap { color:#c0c000; fill:#c0c000; }
7676
.clustal .aak { color:#f01505; fill:#f01505; }
7777
.clustal .aar { color:#f01505; fill:#f01505; }
78-
.clustal .aad { color:#0033ff; fill:#0033ff; }
78+
.clustal .aad { color:#c048c0; fill:#c048c0; }
7979
.clustal .aae { color:#c048c0; fill:#c048c0; }
80-
.clustal .aaq { color:#6600cc; fill:#6600cc; }
80+
.clustal .aaq { color:#15c015; fill:#15c015; }
8181
.clustal .aan { color:#15c015; fill:#15c015; }
82-
.clustal .aas { color:#0099ff; fill:#0099ff; }
83-
.clustal .aat { color:#0099ff; fill:#0099ff; }
82+
.clustal .aas { color:#15c015; fill:#15c015; }
83+
.clustal .aat { color:#15c015; fill:#15c015; }
8484
.clustal .aab { color:#666666; fill:#666666; }
8585
.clustal .aaz { color:#666666; fill:#666666; }
8686
.clustal .aax { color:#666666; fill:#666666; }

seqlib.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,12 +135,12 @@ let aacolors = {
135135
P: '#c0c000',
136136
K: '#f01505',
137137
R: '#f01505',
138-
D: '#0033ff',
138+
D: '#c048c0',
139139
E: '#c048c0',
140-
Q: '#6600cc',
140+
Q: '#15c015',
141141
N: '#15c015',
142-
S: '#0099ff',
143-
T: '#0099ff',
142+
S: '#15c015',
143+
T: '#15c015',
144144
B: '#666666',
145145
Z: '#666666',
146146
X: '#666666',

0 commit comments

Comments
 (0)