Skip to content

Instantly share code, notes, and snippets.

@aurelienbottazini
Last active April 28, 2020 12:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aurelienbottazini/63b6fbd69e570374975a8b3b86798dae to your computer and use it in GitHub Desktop.
Save aurelienbottazini/63b6fbd69e570374975a8b3b86798dae to your computer and use it in GitHub Desktop.
windows-terminal light theme and personal settings
"defaults":
{
"colorScheme": "clair",
"cursorColor": "#b22222",
"cursorShape": "vintage",
"fontFace": "PragmataPro Liga",
"fontSize": 15,
"startingDirectory": "//wsl$/Ubuntu/home/auray",
"padding": "2,0,0,0",
"scrollbarState": "hidden"
},
"schemes": [
{
"name":"clair",
"background":"#fff",
"foreground": "#000",
"red":"#b22222",
"brightRed":"#ff0000",
"blue":"#0000ff",
"brightBlue":"#00008b",
"yellow":"#a0522d",
"brightYellow":"#ffd700",
"green":"#228b22",
"brightGreen":"#006400",
"cyan":"#008b8b",
"brightCyan":"#53868b",
"purple":"#a020f0",
"brightPurple":"#d02090",
"white":"#fff",
"brightWhite":"#696969",
"black":"#000",
"brightBlack":"#cccccc",
"selectionBackground": "#87ceff"
}
],
@aurelienbottazini
Copy link
Author

aurelienbottazini commented Apr 5, 2020

This is the color theme I use for my windows-terminal.
I started this from default emacs colors for font-lock-faces and added some using list-colors-display

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