Skip to content

Instantly share code, notes, and snippets.

@ascarter
Created March 2, 2022 18:41
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 ascarter/ef26cf1342fcf57a39289c677f0f54f3 to your computer and use it in GitHub Desktop.
Save ascarter/ef26cf1342fcf57a39289c677f0f54f3 to your computer and use it in GitHub Desktop.
GitHub Dark Dimmed Windows terminal colors
{
"background": "#2D333B",
"black": "#2D333B",
"blue": "#6CB6FF",
"brightBlack": "#768390",
"brightBlue": "#6CB6FF",
"brightCyan": "#96D0FF",
"brightGreen": "#8DDB8C",
"brightPurple": "#DCBDFB",
"brightRed": "#F47067",
"brightWhite": "#ADBAC7",
"brightYellow": "#F69D50",
"cursorColor": "#FFFFFF",
"cyan": "#96D0FF",
"foreground": "#adbac7",
"green": "#8DDB8C",
"name": "GitHub Dark Dimmed",
"purple": "#DCBDFB",
"red": "#F47067",
"selectionBackground": "#FFFFFF",
"white": "#ADBAC7",
"yellow": "#F69D50"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment