Created
October 25, 2020 14:58
-
-
Save gkeep/2d2fd0b39c0716fc7572fca6625c8139 to your computer and use it in GitHub Desktop.
Iceberg colorcheme for the Windows terminal
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
settings.json
"schemes": [
(should be around line 80)