Is a simple theme for the new Windows Terminal!
It contains few color themes and some logos.
Actually Terminals provided:
- Good old "Command Prompt" style for the standard Command Prompt Terminal
- A PowerShell style for the PowerShell Terminal
- An Anaconda style for the Anaconda/Python Terminal
- An Azure Cloud Shell style for the Azure Cloud Shell Terminal
Default colors provided by Microsoft:
- Campbell
- Campbell Powershell
- One Half Dark
- One Half Light
- Solarized Dark
- Solarized Light
- Tango Dark
- Tango Light
- Vintage
- The Command Prompt Terminal uses the
One Half Dark
theme - The PowerShell Prompt Terminal uses the
Campbell PowerShell
theme - The Anaconda Prompt Terminal uses the
Dracula
theme - The Azure Cloud Shell Prompt Terminal uses the
Campbell
theme
Copy the file/folder located in the ThemedWindowsTerminal
folder of the repo to the folder %LOCALAPPDATA%\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe
on your system.
And you are done!
Over the aesthetical changes some additional functionalities are provided.
Key shortcut | Description |
---|---|
Ctrl + T | Create a new tab |
Ctrl + W | Close the actual tab |
Ctrl + Tab | Switch to the next tab |
Ctrl + Shift + Tab | Switch to the previous tab |
Ctrl + , | Open the settings.json directly |
Ctrl + Shift + 1 | Open a new "Command Prompt" tab |
Ctrl + Shift + 2 | Open a new "Anaconda" tab |
Ctrl + Shift + 3 | Open a new "PowerShell" tab |
Ctrl + Shift + 4 | Open a new "Azure Cloud Shell" tab |
Ctrl + Shift + Up | Scroll Up |
Ctrl + Shift + Down | Scroll Down |
Ctrl + Shift + PgUp | Scroll Up a page |
Ctrl + Shift + PgDown | Scroll Down a page |
Ctrl + Shift + F | Open Search Box |
Ctrl + = | Increase the font size by 1 |
Ctrl + - | Decrease the font size by 1 |
Ctrl + 0 | Reset font size |
Alt + 1 | Switch to tab 1 |
Alt + 2 | Switch to tab 2 |
Alt + 3 | Switch to tab 3 |
Alt + 4 | Switch to tab 4 |
Alt + 5 | Switch to tab 5 |
Alt + 6 | Switch to tab 6 |
Alt + 7 | Switch to tab 7 |
Alt + 8 | Switch to tab 8 |
Alt + 9 | Switch to tab 9 |
Selections are automatically copied to your clipboard.
If you have an Anaconda instance on your machine, could be need to update the file settings.json
in LocalState
folder because Anaconda can be installed per user or for all the users on the system. By default the script act with a "per user" approach, if needed just open the settings.json
and update the path to match your system setup.
// Anaconda installed "Just for me"
"commandline": "cmd.exe /k %HOMEPATH%\\Anaconda3\\Scripts\\activate.bat",
// Anaconda installed for "All users"
//"commandline": "cmd.exe /k C:\\ProgramData\\Anaconda3\\Scripts\\activate.bat",
The settings.json
file is licensed under the CC0 1.0 Universal .
All the artwork copyright are of their original authors.