Skip to content

Instantly share code, notes, and snippets.

@hidekuro
Forked from kshimi/iceberg.json
Last active September 23, 2020 07:37
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 hidekuro/bd3c0604ca2e7be5ee677eec4988f06c to your computer and use it in GitHub Desktop.
Save hidekuro/bd3c0604ca2e7be5ee677eec4988f06c 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