Skip to content

Instantly share code, notes, and snippets.

@tkcel
Last active March 26, 2026 23:21
Show Gist options
  • Select an option

  • Save tkcel/f8029711f51f28297b315153bdbca5f3 to your computer and use it in GitHub Desktop.

Select an option

Save tkcel/f8029711f51f28297b315153bdbca5f3 to your computer and use it in GitHub Desktop.
superset.shで使えるGitHub Dark Colorblind Thema
{
"id": "github-dark-colorblind",
"name": "GitHub Dark Colorblind",
"type": "dark",
"author": "GitHub (primer/github-vscode-theme)",
"description": "GitHub Dark Default theme for Superset",
"ui": {
"background": "#0d1117",
"foreground": "#e6edf3",
"card": "#161b22",
"cardForeground": "#e6edf3",
"popover": "#161b22",
"popoverForeground": "#e6edf3",
"primary": "#2f81f7",
"primaryForeground": "#ffffff",
"secondary": "#282e33",
"secondaryForeground": "#c9d1d9",
"muted": "#21262d",
"mutedForeground": "#7d8590",
"accent": "#1f6feb",
"accentForeground": "#ffffff",
"tertiary": "#010409",
"tertiaryActive": "#161b22",
"destructive": "#da3633",
"destructiveForeground": "#ffa198",
"border": "#30363d",
"input": "#30363d",
"ring": "#1f6feb",
"sidebar": "#010409",
"sidebarForeground": "#e6edf3",
"sidebarPrimary": "#f78166",
"sidebarPrimaryForeground": "#ffffff",
"sidebarAccent": "#6e768166",
"sidebarAccentForeground": "#e6edf3",
"sidebarBorder": "#30363d",
"sidebarRing": "#1f6feb",
"chart1": "#2f81f7",
"chart2": "#3fb950",
"chart3": "#d29922",
"chart4": "#bc8cff",
"chart5": "#f85149",
"highlightMatch": "#9e6a03",
"highlightActive": "#f2cc6080"
},
"terminal": {
"background": "#0d1117",
"foreground": "#e6edf3",
"cursor": "#2f81f7",
"cursorAccent": "#0d1117",
"selectionBackground": "#388bfd40",
"black": "#484f58",
"red": "#ff7b72",
"green": "#3fb950",
"yellow": "#d29922",
"blue": "#58a6ff",
"magenta": "#bc8cff",
"cyan": "#39c5cf",
"white": "#b1bac4",
"brightBlack": "#6e7681",
"brightRed": "#ffa198",
"brightGreen": "#56d364",
"brightYellow": "#e3b341",
"brightBlue": "#79c0ff",
"brightMagenta": "#d2a8ff",
"brightCyan": "#56d4dd",
"brightWhite": "#ffffff"
}
}
@tkcel
Copy link
Copy Markdown
Author

tkcel commented Mar 26, 2026

supersetでimportすれば使えます

@Kitenite
Copy link
Copy Markdown

🔥

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment