Last active
August 2, 2024 05:23
-
-
Save keijiro/b7f3ec31f3862abb9bfc7af91059139a to your computer and use it in GitHub Desktop.
Windows Terminal Custom Profile
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
{ | |
"$schema": "https://aka.ms/terminal-profiles-schema", | |
"actions": [], | |
"defaultProfile": "{2c4de342-38b7-51cf-b940-2309a097f518}", | |
"initialCols": 180, | |
"initialRows": 48, | |
"profiles": | |
{ | |
"defaults": {}, | |
"list": | |
[ | |
{ | |
"colorScheme": "Dracula", | |
"cursorShape": "filledBox", | |
"font": | |
{ | |
"face": "Lilex Nerd Font Mono", | |
"size": 12.0 | |
}, | |
"guid": "{2c4de342-38b7-51cf-b940-2309a097f518}", | |
"hidden": false, | |
"name": "Ubuntu", | |
"opacity": 60, | |
"padding": "0", | |
"source": "Windows.Terminal.Wsl", | |
"useAcrylic": true | |
} | |
] | |
}, | |
"schemes": | |
[ | |
{ | |
"background": "#282C34", | |
"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", | |
"selectionBackground": "#FFFFFF", | |
"white": "#F8F8F2", | |
"yellow": "#F1FA8C" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment