Skip to content

Instantly share code, notes, and snippets.

@CostasAK
Created February 22, 2021 14:35
Show Gist options
  • Save CostasAK/d119427635eb2d2b6df4ed84d31d918b to your computer and use it in GitHub Desktop.
Save CostasAK/d119427635eb2d2b6df4ed84d31d918b to your computer and use it in GitHub Desktop.
Windows Terminal One Dark Pro
{
schemes: [
{
"name": "One Dark Pro",
"foreground": "#abb2bf",
"background": "#282c34",
"cursorColor": "#abb2bf",
"black": "#3f4451",
"red": "#e05561",
"green": "#8cc265",
"yellow": "#d18f52",
"blue": "#4aa5f0",
"purple": "#c162de",
"cyan": "#42b3c2",
"white": "#e6e6e6",
"brightBlack": "#4f5666",
"brightRed": "#ff616e",
"brightGreen": "#a5e075",
"brightYellow": "#f0a45d",
"brightBlue": "#4dc4ff",
"brightPurple": "#de73ff",
"brightCyan": "#4cd1e0",
"brightWhite": "#d7dae0"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment