Skip to content

Instantly share code, notes, and snippets.

@gkeep
Created October 25, 2020 14:58
Show Gist options
  • Save gkeep/2d2fd0b39c0716fc7572fca6625c8139 to your computer and use it in GitHub Desktop.
Save gkeep/2d2fd0b39c0716fc7572fca6625c8139 to your computer and use it in GitHub Desktop.
Iceberg colorcheme for the Windows terminal
{
"name" : "Iceberg",
"cursorColor": "#c6c8d1",
"selectionBackground": "#1e2132",
"background" : "#161821",
"foreground" : "#c6c8d1",
"black" : "#1e2132",
"blue" : "#84a0c6",
"cyan" : "#89b8c2",
"green" : "#b4be82",
"purple" : "#a093c7",
"red" : "#e27878",
"white" : "#c6c8d1",
"yellow" : "#e2a478",
"brightBlack" : "#767676",
"brightBlue" : "#91acd1",
"brightCyan" : "#95c4ce",
"brightGreen" : "#c0ca8e",
"brightPurple" : "#ada0d3",
"brightRed" : "#e98989",
"brightWhite" : "#d2d4de",
"brightYellow" : "#e9b189"
}
@gkeep
Copy link
Author

gkeep commented Oct 25, 2020

  1. Open Microsoft Terminal's settings.json
  2. Find line "schemes": [ (should be around line 80)
  3. Paste everything in the file above between the square brackets
  4. Enjoy!

image

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