Created
March 18, 2021 15:59
-
-
Save maximousblk/00ccf65e8e5bd01f75a85b8c8f9bd0e6 to your computer and use it in GitHub Desktop.
Horizon Theme port 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":"Horizon", | |
"cursorColor":"#E95678", | |
"selectionBackground":"#FDF0ED", | |
"background":"#1C1E26", | |
"foreground":"#D5D8DA", | |
"black":"#16161C", | |
"white":"#CCCCCC", | |
"blue":"#26BBD9", | |
"cyan":"#59E3E3", | |
"green":"#29D398", | |
"purple":"#EE64AE", | |
"red":"#E95678", | |
"yellow":"#FAB795", | |
"brightBlack":"#767676", | |
"brightWhite":"#F2F2F2", | |
"brightBlue":"#3FC6DE", | |
"brightCyan":"#6BE6E6", | |
"brightGreen":"#3FDAA4", | |
"brightPurple":"#F075B7", | |
"brightRed":"#EC6A88", | |
"brightYellow":"#FBC3A7" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment