Skip to content

Instantly share code, notes, and snippets.

@guzhongren
Last active July 27, 2022 08:16
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 guzhongren/5d80dc7c31f3fe76db9cff5a327a7f35 to your computer and use it in GitHub Desktop.
Save guzhongren/5d80dc7c31f3fe76db9cff5a327a7f35 to your computer and use it in GitHub Desktop.
DrawIO Color Palettes of Thoughtworks
{
"customFonts": ["Noto Serif SC", "Bitter", "Arial", "Inter"],
"presetColors": [
"none",
"000000",
"ffffff",
"666666",
"edf1f3",
"003d4f",
"f2617a",
"cc850a",
"6b9e78",
"47a1ad",
"634f7d"
],
"customColorSchemes": [
[
{ "fill": "#ffffff", "stroke": "#ffffff" },
{ "fill": "#003d4f", "stroke": "#003d4f" },
{ "fill": "#f2617a", "stroke": "#f2617a" },
{ "fill": "#cc850a", "stroke": "#cc850a" },
{ "fill": "#6b9e78", "stroke": "#6b9e78" },
{ "fill": "#47a1ad", "stroke": "#47a1ad" },
{ "fill": "#634f7d", "stroke": "#634f7d" },
{ "fill": "#000000", "stroke": "#000000" }
]
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment