Skip to content

Instantly share code, notes, and snippets.

@rocammo
Created April 25, 2020 22:20
Show Gist options
  • Save rocammo/a39b2f3451d675f87de255ee22d0f06a to your computer and use it in GitHub Desktop.
Save rocammo/a39b2f3451d675f87de255ee22d0f06a to your computer and use it in GitHub Desktop.
Horizon's color scheme for the Windows Terminal (WSL)
"schemes": [
{
"name" : "Horizon",
"background" : "#1C1E26",
"black" : "#16161C",
"blue" : "#26BBD9",
"cyan" : "#59E1E3",
"foreground" : "#D5D8DA",
"green" : "#29D398",
"purple" : "#EE64AC",
"red" : "#E95678",
"white" : "#FDF0ED",
"yellow" : "#FAB795",
"brightBlack" : "#1A1C23",
"brightBlue" : "#3FC4DE",
"brightCyan" : "#6BE4E6",
"brightGreen" : "#3FDAA4",
"brightPurple" : "#F075B5",
"brightRed" : "#EC6A88",
"brightWhite" : "#FFFFFF",
"brightYellow" : "#FBC3A7"
}
]
@rocammo
Copy link
Author

rocammo commented Nov 22, 2020

Looking for Cascadia Code patched font?

Take a look at CascadiaCode Nerd Font.

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