add more colors and rearrange server order
This commit is contained in:
parent
cc167d748e
commit
adde4810ba
|
@ -9,15 +9,19 @@ export const HOVERED_NODE_COLOR = SEARCH_RESULT_COLOR;
|
||||||
// From https://blueprintjs.com/docs/#core/colors.qualitative-color-schemes, but brightened
|
// From https://blueprintjs.com/docs/#core/colors.qualitative-color-schemes, but brightened
|
||||||
export const QUALITATIVE_COLOR_SCHEME = [
|
export const QUALITATIVE_COLOR_SCHEME = [
|
||||||
"#669EFF",
|
"#669EFF",
|
||||||
"#62D96B",
|
|
||||||
"#FFC940",
|
"#FFC940",
|
||||||
"#FF6E4A",
|
"#FF6E4A",
|
||||||
|
"#62D96B",
|
||||||
"#C274C2",
|
"#C274C2",
|
||||||
"#2EE6D6",
|
"#2EE6D6",
|
||||||
"#FF66A1",
|
"#FF66A1",
|
||||||
"#D1F26D",
|
"#D1F26D",
|
||||||
"#C99765",
|
"#C99765",
|
||||||
"#AD99FF"
|
"#AD99FF",
|
||||||
|
"#0E5A8A",
|
||||||
|
"#0A6640",
|
||||||
|
"#A66321",
|
||||||
|
"#A82A2A"
|
||||||
];
|
];
|
||||||
|
|
||||||
// From https://blueprintjs.com/docs/#core/colors.sequential-color-schemes
|
// From https://blueprintjs.com/docs/#core/colors.sequential-color-schemes
|
||||||
|
@ -41,9 +45,9 @@ export interface IInstanceDomainPath {
|
||||||
|
|
||||||
export const INSTANCE_TYPES = [
|
export const INSTANCE_TYPES = [
|
||||||
"mastodon",
|
"mastodon",
|
||||||
"gab",
|
|
||||||
"pleroma",
|
"pleroma",
|
||||||
"misskey",
|
"misskey",
|
||||||
|
"gab",
|
||||||
"gnusocial",
|
"gnusocial",
|
||||||
"writefreely",
|
"writefreely",
|
||||||
"peertube",
|
"peertube",
|
||||||
|
|
Loading…
Reference in a new issue