Skip to content

Instantly share code, notes, and snippets.

@kshimi
Created September 6, 2019 09:17
Show Gist options
  • Star 15 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save kshimi/86a6d840bab526c427b6e71acde44a81 to your computer and use it in GitHub Desktop.
Save kshimi/86a6d840bab526c427b6e71acde44a81 to your computer and use it in GitHub Desktop.
Iceberg color scheme for Windows Terminal
{
"name": "Iceberg",
"foreground": "#c6c8d1",
"background": "#161821",
"black": "#161821",
"red": "#e27878",
"green": "#b4be82",
"yellow": "#e2a478",
"blue": "#84a0c6",
"purple": "#a093c7",
"cyan": "#89b8c2",
"white": "#c6c8d1",
"brightBlack": "#6b7089",
"brightRed": "#e98989",
"brightGreen": "#c0ca8e",
"brightYellow": "#e9b189",
"brightBlue": "#91acd1",
"brightPurple": "#ada0d3",
"brightCyan": "#95c4ce",
"brightWhite": "#d2d4de"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment