Skip to content

Instantly share code, notes, and snippets.

@randyzwitch
Created May 31, 2019 16:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save randyzwitch/38f6893abc130c98a029b12ec6e5036e to your computer and use it in GitHub Desktop.
Save randyzwitch/38f6893abc130c98a029b12ec6e5036e to your computer and use it in GitHub Desktop.
Example servers.json file for custom colormaps in OmniSci Immerse
[
{
"customStyles": {
"colors": {
"solid": [
"#ea5545",
"#f46a9b",
"#ef9b20",
"#ede15b",
"#bdcf32",
"#87bc45",
"#27aeef",
"#b33dc6",
"#0736a4"
],
"custom": [
"#ea5545",
"#bdcf32",
"#b33dc6",
"#ef9b20",
"#87bc45",
"#f46a9b",
"#ace5c7",
"#ede15b",
"#836dc5",
"#86d87f",
"#27aeef",
"#0736a4"
],
"quantitative": [
[
"#115f9a",
"#1984c5",
"#22a7f0",
"#48b5c4",
"#76c68f",
"#a6d75b",
"#c9e52f",
"#d0ee11",
"#d0f400"
],
[
"#e2e2e2",
"#c5dae5",
"#a2d0e8",
"#7ec6ec",
"#5abbef",
"#3eb3f0",
"#22a7f0",
"#1984c5",
"#115f9a"
],
[
"#1984c5",
"#22a7f0",
"#63bff0",
"#a7d5ed",
"#e2e2e2",
"#e1a692",
"#de6e56",
"#e14b31",
"#c23728"
],
[
"#4d904f",
"#5aa651",
"#89bc55",
"#bfd359",
"#ede15b",
"#edb34e",
"#ec7c3f",
"#e14b31",
"#c23728"
],
[
"#fcfbfd",
"#efedf5",
"#dadaeb",
"#bcbddc",
"#9e9ac8",
"#807dba",
"#6a51a3",
"#54278f",
"#3f007d"
]
]
}
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment