Last active
January 3, 2025 14:14
-
-
Save LuanRoger/04b394c87e07e6315e50016ce6ac17d7 to your computer and use it in GitHub Desktop.
My Windows Terminal settings.json
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
{ | |
"$help": "https://aka.ms/terminal-documentation", | |
"$schema": "https://aka.ms/terminal-profiles-schema-preview", | |
"actions": [], | |
"copyFormatting": "none", | |
"copyOnSelect": false, | |
"defaultProfile": "{574e775e-4f2a-5b96-ac1e-a2962a402336}", | |
"keybindings": | |
[ | |
{ | |
"id": "Terminal.CopyToClipboard", | |
"keys": "ctrl+c" | |
}, | |
{ | |
"id": "Terminal.FindText", | |
"keys": "ctrl+shift+f" | |
}, | |
{ | |
"id": "Terminal.PasteFromClipboard", | |
"keys": "ctrl+v" | |
}, | |
{ | |
"id": "Terminal.DuplicatePaneAuto", | |
"keys": "alt+shift+d" | |
} | |
], | |
"newTabMenu": | |
[ | |
{ | |
"type": "remainingProfiles" | |
} | |
], | |
"profiles": | |
{ | |
"defaults": {}, | |
"list": | |
[ | |
{ | |
"commandline": "%SystemRoot%\\System32\\WindowsPowerShell\\v1.0\\powershell.exe", | |
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", | |
"hidden": false, | |
"name": "Windows PowerShell" | |
}, | |
{ | |
"commandline": "%SystemRoot%\\System32\\cmd.exe", | |
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}", | |
"hidden": false, | |
"name": "Prompt de comando" | |
}, | |
{ | |
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}", | |
"hidden": false, | |
"name": "Azure Cloud Shell", | |
"source": "Windows.Terminal.Azure" | |
}, | |
{ | |
"backgroundImageOpacity": 0.6, | |
"colorScheme": "Catppuccin Mocha", | |
"cursorShape": "filledBox", | |
"font": | |
{ | |
"face": "FiraCode Nerd Font", | |
"weight": "extra-bold" | |
}, | |
"guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}", | |
"hidden": false, | |
"name": "PowerShell 7", | |
"opacity": 100, | |
"source": "Windows.Terminal.PowershellCore", | |
"startingDirectory": "C:\\Users\\Luan Roger\\Documents\\Jobs" | |
} | |
] | |
}, | |
"schemes": | |
[ | |
{ | |
"background": "#EFF1F5", | |
"black": "#5C5F77", | |
"blue": "#1E66F5", | |
"brightBlack": "#ACB0BE", | |
"brightBlue": "#1E66F5", | |
"brightCyan": "#179299", | |
"brightGreen": "#40A02B", | |
"brightPurple": "#EA76CB", | |
"brightRed": "#D20F39", | |
"brightWhite": "#BCC0CC", | |
"brightYellow": "#DF8E1D", | |
"cursorColor": "#DC8A78", | |
"cyan": "#179299", | |
"foreground": "#4C4F69", | |
"green": "#40A02B", | |
"name": "Catppuccin Latte", | |
"purple": "#EA76CB", | |
"red": "#D20F39", | |
"selectionBackground": "#ACB0BE", | |
"white": "#ACB0BE", | |
"yellow": "#DF8E1D" | |
}, | |
{ | |
"background": "#24273A", | |
"black": "#494D64", | |
"blue": "#8AADF4", | |
"brightBlack": "#5B6078", | |
"brightBlue": "#8AADF4", | |
"brightCyan": "#8BD5CA", | |
"brightGreen": "#A6DA95", | |
"brightPurple": "#F5BDE6", | |
"brightRed": "#ED8796", | |
"brightWhite": "#A5ADCB", | |
"brightYellow": "#EED49F", | |
"cursorColor": "#F4DBD6", | |
"cyan": "#8BD5CA", | |
"foreground": "#CAD3F5", | |
"green": "#A6DA95", | |
"name": "Catppuccin Macchiato", | |
"purple": "#F5BDE6", | |
"red": "#ED8796", | |
"selectionBackground": "#5B6078", | |
"white": "#B8C0E0", | |
"yellow": "#EED49F" | |
}, | |
{ | |
"background": "#1E1E2E", | |
"black": "#45475A", | |
"blue": "#89B4FA", | |
"brightBlack": "#585B70", | |
"brightBlue": "#89B4FA", | |
"brightCyan": "#94E2D5", | |
"brightGreen": "#A6E3A1", | |
"brightPurple": "#F5C2E7", | |
"brightRed": "#F38BA8", | |
"brightWhite": "#A6ADC8", | |
"brightYellow": "#F9E2AF", | |
"cursorColor": "#F5E0DC", | |
"cyan": "#94E2D5", | |
"foreground": "#CDD6F4", | |
"green": "#A6E3A1", | |
"name": "Catppuccin Mocha", | |
"purple": "#F5C2E7", | |
"red": "#F38BA8", | |
"selectionBackground": "#585B70", | |
"white": "#BAC2DE", | |
"yellow": "#F9E2AF" | |
}, | |
{ | |
"background": "#300A24", | |
"black": "#171421", | |
"blue": "#0037DA", | |
"brightBlack": "#767676", | |
"brightBlue": "#08458F", | |
"brightCyan": "#2C9FB3", | |
"brightGreen": "#26A269", | |
"brightPurple": "#A347BA", | |
"brightRed": "#C01C28", | |
"brightWhite": "#F2F2F2", | |
"brightYellow": "#A2734C", | |
"cursorColor": "#FFFFFF", | |
"cyan": "#3A96DD", | |
"foreground": "#FFFFFF", | |
"green": "#26A269", | |
"name": "Ubuntu-ColorScheme", | |
"purple": "#881798", | |
"red": "#C21A23", | |
"selectionBackground": "#FFFFFF", | |
"white": "#CCCCCC", | |
"yellow": "#A2734C" | |
} | |
], | |
"theme": "Catppuccin Mocha", | |
"themes": | |
[ | |
{ | |
"name": "Catppuccin Mocha", | |
"tab": | |
{ | |
"background": "#1E1E2EFF", | |
"iconStyle": "default", | |
"showCloseButton": "always", | |
"unfocusedBackground": null | |
}, | |
"tabRow": | |
{ | |
"background": "#181825FF", | |
"unfocusedBackground": "#11111BFF" | |
}, | |
"window": | |
{ | |
"applicationTheme": "dark", | |
"experimental.rainbowFrame": false, | |
"frame": null, | |
"unfocusedFrame": null, | |
"useMica": false | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment