Skip to content

Instantly share code, notes, and snippets.

@keijiro
Last active July 25, 2021 07:24
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 keijiro/b7f3ec31f3862abb9bfc7af91059139a to your computer and use it in GitHub Desktop.
Save keijiro/b7f3ec31f3862abb9bfc7af91059139a to your computer and use it in GitHub Desktop.
Windows Terminal Custom Profile
{
"$schema": "https://aka.ms/terminal-profiles-schema",
"actions": [],
"defaultProfile": "{2c4de342-38b7-51cf-b940-2309a097f518}",
"initialCols": 180,
"initialRows": 48,
"profiles":
{
"defaults": {},
"list":
[
{},
{
"guid": "{2c4de342-38b7-51cf-b940-2309a097f518}",
"hidden": false,
"name": "Ubuntu",
"source": "Windows.Terminal.Wsl",
"fontFace": "Cascadia Code",
"fontSize": 12,
"cursorShape": "emptyBox",
"acrylicOpacity": 0.9,
"useAcrylic": true,
"padding": "24, 12, 24, 12",
"colorScheme": "Dracula"
}
]
},
"schemes":
[
{
"background" : "#282A36",
"black" : "#21222C",
"blue" : "#BD93F9",
"brightBlack" : "#6272A4",
"brightBlue" : "#D6ACFF",
"brightCyan" : "#A4FFFF",
"brightGreen" : "#69FF94",
"brightPurple" : "#FF92DF",
"brightRed" : "#FF6E6E",
"brightWhite" : "#FFFFFF",
"brightYellow" : "#FFFFA5",
"cursorColor": "#F8F8F2",
"cyan" : "#8BE9FD",
"foreground" : "#F8F8F2",
"green" : "#50FA7B",
"name" : "Dracula",
"purple" : "#FF79C6",
"red" : "#FF5555",
"white" : "#F8F8F2",
"yellow" : "#F1FA8C"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment