Last active
June 6, 2023 10:36
-
-
Save thecodermehedi/f164582a47c45c6b5470cada5a464a06 to your computer and use it in GitHub Desktop.
Windows Terminal Settings
This file contains hidden or 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
{ | |
"$help": "https://aka.ms/terminal-documentation", | |
"$schema": "https://aka.ms/terminal-profiles-schema", | |
"actions": [], | |
"defaultProfile": "{574e775e-4f2a-5b96-ac1e-a2962a402336}", | |
"firstWindowPreference": "defaultProfile", | |
"initialCols": 80, | |
"initialRows": 20, | |
"profiles": | |
{ | |
"defaults": | |
{ | |
"colorScheme": "Dracula", | |
"tabColor": "#282A36", | |
"cursorShape": "filledBox", | |
"font": | |
{ | |
"face": "JetBrainsMono Nerd Font Mono", | |
"size": 14 | |
}, | |
"historySize": 12000, | |
"intenseTextStyle": "bright", | |
"opacity": 2, | |
"padding": "8", | |
"scrollbarState": "hidden", | |
"useAcrylic": true | |
}, | |
"list": | |
[ | |
{ | |
"commandline": "C:\\Program Files\\PowerShell\\7\\pwsh.exe --NoLogo", | |
"guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}", | |
"hidden": false, | |
"icon": "%userprofile%\\WT-ICONS\\pwsh.png", | |
"name": "PowerShell", | |
"source": "Windows.Terminal.PowershellCore", | |
"tabTitle": "pwsh", | |
"startingDirectory": "%userprofile%" | |
}, | |
{ | |
"commandline": "%SystemRoot%\\System32\\cmd.exe", | |
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}", | |
"hidden": false, | |
"icon": "%userprofile%\\WT-ICONS\\cmd.png", | |
"name": "Commandline", | |
"tabTitle": "cmd", | |
"startingDirectory": "%SystemRoot%" | |
}, | |
{ | |
"commandline": "%SystemRoot%\\System32\\WindowsPowerShell\\v1.0\\powershell.exe --NoLogo", | |
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", | |
"hidden": true, | |
"name": "Windows PowerShell", | |
"tabTitle": "winpwsh" | |
}, | |
{ | |
"commandline": "\"C:\\Program Files\\Git\\bin\\bash.exe\" --login -i", | |
"guid": "{2ece5bfe-50ed-5f3a-ab87-5cd4baafed2b}", | |
"hidden": false, | |
"icon": "%userprofile%\\WT-ICONS\\gitbash.png", | |
"name": "Git Bash", | |
"source": "Git", | |
"tabTitle": "gitbash", | |
"startingDirectory": "%userprofile%\\gitrepo" | |
} | |
] | |
}, | |
"schemes": | |
[ | |
{ | |
"name": "xcad", | |
"black": "#121212", | |
"red": "#A52AFF", | |
"green": "#7129FF", | |
"yellow": "#3D2AFF", | |
"blue": "#2B4FFF", | |
"purple": "#2883FF", | |
"cyan": "#28B9FF", | |
"white": "#F1F1F1", | |
"brightBlack": "#666666", | |
"brightBlue": "#5C78FF", | |
"brightCyan": "#5AC8FF", | |
"brightGreen": "#905AFF", | |
"brightPurple": "#5EA2FF", | |
"brightRed": "#BA5AFF", | |
"brightWhite": "#FFFFFF", | |
"brightYellow": "#685AFF", | |
"cursorColor": "#FFFFFF", | |
"background": "#1A1A1A", | |
"foreground": "#F1F1F1", | |
"selectionBackground": "#FFFFFF" | |
}, | |
{ | |
"name": "TokyoNight", | |
"black": "#363b54", | |
"red": "#f7768e", | |
"green": "#41a6b5", | |
"yellow": "#e0af68", | |
"blue": "#7aa2f7", | |
"purple": "#bb9af7", | |
"cyan": "#7dcfff", | |
"white": "#787c99", | |
"brightBlack": "#363b54", | |
"brightRed": "#f7768e", | |
"brightGreen": "#41a6b5", | |
"brightYellow": "#e0af68", | |
"brightBlue": "#7aa2f7", | |
"brightPurple": "#bb9af7", | |
"brightCyan": "#7dcfff", | |
"brightWhite": "#acb0d0", | |
"background": "#16161e", | |
"foreground": "#787c99" | |
}, | |
{ | |
"name": "Dracula", | |
"black": "#21222C", | |
"blue": "#BD93F9", | |
"cyan": "#8BE9FD", | |
"green": "#50FA7B", | |
"purple": "#FF79C6", | |
"red": "#FF5555", | |
"white": "#F8F8F2", | |
"yellow": "#F1FA8C", | |
"brightBlack": "#6272A4", | |
"brightBlue": "#D6ACFF", | |
"brightCyan": "#A4FFFF", | |
"brightGreen": "#69FF94", | |
"brightPurple": "#FF92DF", | |
"brightRed": "#FF6E6E", | |
"brightWhite": "#FFFFFF", | |
"brightYellow": "#FFFFA5", | |
"cursorColor": "#F8F8F2", | |
"background": "#282A36", | |
"foreground": "#F8F8F2", | |
"selectionBackground": "#44475A" | |
} | |
], | |
"showTabsInTitlebar": true, | |
"tabSwitcherMode": "inOrder", | |
"useAcrylicInTabRow": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment