-
-
Save hidekuro/bd3c0604ca2e7be5ee677eec4988f06c to your computer and use it in GitHub Desktop.
Iceberg color scheme for 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", | |
"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