Skip to content

Instantly share code, notes, and snippets.

@daenuprobst
Created January 31, 2023 11:21
Show Gist options
  • Save daenuprobst/ebdc3644ae41cb76e5e5a2a24f097855 to your computer and use it in GitHub Desktop.
Save daenuprobst/ebdc3644ae41cb76e5e5a2a24f097855 to your computer and use it in GitHub Desktop.
A city lights theme for windows terminal
{
"name": "City Lights",
"background": "#1D252C",
"black": "#41505E",
"blue": "#539AFC",
"brightBlack": "#55687A",
"brightBlue": "#569DFF",
"brightCyan": "#7BF7FF",
"brightGreen": "#A7FFBC",
"brightPurple": "#FF3F8E",
"brightRed": "#FF637A",
"brightWhite": "#FFFFFF",
"brightYellow": "#FFCF8E",
"cursorColor": "#5EC4FF",
"cyan": "#70E1E8",
"foreground": "#B7C5D3",
"green": "#8BD49C",
"purple": "#B62D65",
"red": "#D95468",
"selectionBackground": "#28323A",
"white": "#FFFFFF",
"yellow": "#EBBF83"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment