Skip to content

Instantly share code, notes, and snippets.

@monaboiste
Last active October 5, 2020 15:41
Show Gist options
  • Save monaboiste/0166c80aadb9ea0be2a971ac1d7fc626 to your computer and use it in GitHub Desktop.
Save monaboiste/0166c80aadb9ea0be2a971ac1d7fc626 to your computer and use it in GitHub Desktop.
Windows Terminal profile settings.
// To view the default settings, hold "alt" while clicking on the "Settings" button.
// For documentation on these settings, see: https://aka.ms/terminal-documentation
// ELEVATED TERMINAL : ctrl+shift+Super+1
{
"defaultProfile": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"theme": "dark",
"initialCols": 100,
"initialRows": 20,
"disabledProfileSources": [
"Windows.Terminal.Azure"
],
"$schema": "https://aka.ms/terminal-profiles-schema",
"profiles": [
{
"guid": "{11d231e8-d003-4109-bb28-7ba41db2d17c}",
"name": "Windows Terminal (elevated)",
"commandline": "powershell.exe -Command Start-Process -Verb RunAs \"shell:appsFolder\\Microsoft.WindowsTerminal_8wekyb3d8bbwe!App\"",
"hidden": true,
"icon": "ms-appx:///Images/Square44x44Logo.targetsize-32.png"
},
{
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"name": "WindowsPowerShell",
"commandline": "powershell.exe",
"hidden": false,
"snapOnInput": true,
"closeOnExit": true,
"startingDirectory": "%STORE_USER%",
"colorScheme": "PinkBlueProfile",
"icon": "%STORE_USER%\\Documents\\Assets\\pwshblue.ico",
"fontFace": "CaskaydiaCove Nerd Font",
"backgroundImage": "%STORE_USER%\\Documents\\Assets\\background_profile.jpg",
"backgroundImageAlignment": "topRight",
"backgroundImageStretchMode": "uniformToFill",
"backgroundImageOpacity": 0.15,
//"background": "#03111d",
//"useAcrylic": true,
//"acrylicOpacity": 0.8,
"cursorColor": "#DB005A",
"scrollbarState": "visible",
"fontSize": 10,
"padding": "5, 5, 5, 5",
"cursorShape": "filledBox"
},
{
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"name": "cmd",
"commandline": "cmd.exe",
"startingDirectory": "%STORE_USER%",
"hidden": false,
"fontFace": "CaskaydiaCove Nerd Font",
"useAcrylic": true,
"acrylicOpacity": 0.75,
"scrollbarState": "visible",
"fontSize": 10,
"padding": "5, 5, 5, 5",
"cursorShape": "filledBox"
},
{
"guid": "{07b52e3e-de2c-5db4-bd2d-ba144ed6c273}",
"source": "Windows.Terminal.Wsl",
"name": "Ubuntu",
"hidden": false,
"snapOnInput": true,
"closeOnExit": true,
"startingDirectory": "\\\\wsl$\\Ubuntu-20.04\\home\\szumna",
"colorScheme": "UbuntuLegit",
"suppressApplicationTitle": true,
"icon": "%STORE_USER%\\Documents\\Assets\\ubuntu.ico",
"fontFace": "CaskaydiaCove Nerd Font",
"useAcrylic": true,
"acrylicOpacity": 0.65,
"scrollbarState": "visible",
"fontSize": 10,
"padding": "5, 5, 5, 5",
"cursorShape": "filledBox"
},
{
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
"hidden": true,
"name": "Azure Cloud Shell",
"source": "Windows.Terminal.Azure"
},
{
"guid": "{46ca431a-3a87-5fb3-83cd-11ececc031d2}",
"hidden": false,
"name": "Kali",
"closeOnExit": true,
"source": "Windows.Terminal.Wsl",
"startingDirectory": "\\\\wsl$\\kali-linux\\home\\szumna",
"icon": "%STORE_USER%\\Documents\\Assets\\kali.ico",
"fontFace": "CaskaydiaCove Nerd Font",
"useAcrylic": true,
"acrylicOpacity": 0.75,
"scrollbarState": "visible",
"fontSize": 10,
"padding": "5, 5, 5, 5",
"cursorShape": "filledBox"
}
],
// Add custom color schemes to this array
"schemes": [
{
"name": "CustomProfile",
"background": "#282828",
"black": "#282828",
"blue": "#458588",
"brightBlack": "#928374",
"brightBlue": "#FFFFD4",
"brightCyan": "#ffff9a",
"brightGreen": "#ffc368",
"brightPurple": "#D3869B",
"brightRed": "#ff6565",
"brightWhite": "#EBDBB2",
"brightYellow": "#FFF04F",
"cyan": "#EBDBB2",
"foreground": "#eee3c7",
"green": "#A8A882",
"purple": "#B16286",
"red": "#f8a13e",
"white": "#A89984",
"yellow": "#DEBB78"
},
{
"name": "Test",
"background": "#0e191b",
"black": "#282828",
"blue": "#080cfa",
"brightBlack": "#474a4e", // -Param
"brightBlue": "#dbf2ff", // text/folders
"brightCyan": "#dbf2ff", // network drives, eg. OneDrive, HEAD git
"brightGreen": "#3B88BA", // variables $var, .exe files
"brightPurple": "#DB005A",
"brightRed": "#db0000", // exceptions + cd arg(?)
"brightWhite": "#dbf2ff",
"brightYellow": "#45a6df", // commands and .txt files
"cyan": "#1da38d", // "string"
"foreground": "#9ba9aa", // text/arguments (cd arg)
"green": "#00c010", // #comment + git
"purple": "#DB005A", // git
"red": "#3B88BA", // git status
"white": "#ffffff",
"yellow": "#a2bd0d" // .c files, hidden files + git
},
{
"name": "PinkBlueProfile",
"background": "#0e191b",
"selectionBackground": "#3B88BA",
"black": "#ffffff", // selected text font color
"blue": "#354f61",
"brightBlack": "#6d8db6", // -Param
"brightBlue": "#dbf2ff", // text/folders
"brightCyan": "#a1d3f0", // network drives, eg. OneDrive, HEAD git
"brightGreen": "#d5e2eb", // variables $var, .exe files
"brightPurple": "#DB005A",
"brightRed": "#eb1d1d", // exceptions + cd arg(?)
"brightWhite": "#b6c3cc", // -Tail 10 (int)
"brightYellow": "#DB005A", // commands and .txt files
"cyan": "#58a2df", // "string", instalation box
"foreground": "#9ba9aa", // text/arguments (cd arg)
"green": "#7a8a91", // #comment + git
"purple": "#DB005A", // git
"red": "#3B88BA", // git status
"white": "#DB005A", // selected teext background
"yellow": "#DB005A" // .c files, hidden files + git
},
{
"name": "CustomProfileB",
"background": "#0e191b",
"black": "#282828",
"blue": "#458588",
"brightBlack": "#97adc7", // -Param
"brightBlue": "#ffffff", // text/folders
"brightCyan": "#CEE0DF", // network drives, eg. OneDrive, HEAD git
"brightGreen": "#d0d150", // variables $var, .exe files
"brightPurple": "#D3869B",
"brightRed": "#ff6f5f", // exceptions + cd arg(?)
"brightWhite": "#A8A882",
"brightYellow": "#67d3e6", // commands and .txt files
"cyan": "#78b49a", // "string"
"foreground": "#ffffff", // text/arguments (cd arg)
"green": "#A8A882", // #comment + git
"purple": "#A8A882", // git
"red": "#CC241D", // git status
"white": "#2c4268",
"yellow": "#A8A882" // .c files, hidden files + git
},
{
"name": "UbuntuLegit",
"black": "#2e3436",
"red": "#cc0000",
"green": "#4e9a06",
"yellow": "#c4a000",
"blue": "#3465a4",
"purple": "#75507b",
"cyan": "#06989a",
"white": "#d3d7cf",
"brightBlack": "#555753",
"brightRed": "#ef2929",
"brightGreen": "#8ae234",
"brightYellow": "#fce94f",
"brightBlue": "#729fcf",
"brightPurple": "#ad7fa8",
"brightCyan": "#34e2e2",
"brightWhite": "#eeeeec",
"background": "#300a24",
"foreground": "#eeeeec"
},
{
"name": "Tomorrow Night Burns",
"black": "#252525",
"red": "#832e31",
"green": "#a63c40",
"yellow": "#d3494e",
"blue": "#fc595f",
"purple": "#df9395",
"cyan": "#ba8586",
"white": "#f5f5f5",
"brightBlack": "#5d6f71",
"brightRed": "#832e31",
"brightGreen": "#a63c40",
"brightYellow": "#d2494e",
"brightBlue": "#fc595f",
"brightPurple": "#df9395",
"brightCyan": "#ba8586",
"brightWhite": "#f5f5f5",
"background": "#151515",
"foreground": "#a1b0b8"
}
],
// Add any keybinding overrides to this array.
// To unbind a default keybinding, set the command to "unbound"
"keybindings": [
{
"command": {
"action": "copy",
"singleLine": true
},
"keys": "ctrl+c"
},
{
"command": {
"action": "copy",
"singleLine": false
},
"keys": "ctrl+shift+c"
},
{
"command": "paste",
"keys": [
"ctrl+v"
]
},
{
"command": {
"action": "adjustFontSize",
"delta": 1
},
"keys": "ctrl+="
},
{
"command": {
"action": "adjustFontSize",
"delta": -1
},
"keys": "ctrl+-"
},
{
"command": "closePane",
"keys": [
"ctrl+shift+w"
]
},
{
"command": {
"action": "splitPane",
"split": "horizontal"
},
"keys": [
"ctrl+shift+|"
]
},
{
"command": {
"action": "splitPane",
"split": "vertical"
},
"keys": [
"ctrl+\\"
]
},
{
"command": {
"action": "resizePane",
"direction": "down"
},
"keys": [
"alt+shift+down"
]
},
{
"command": {
"action": "resizePane",
"direction": "left"
},
"keys": [
"alt+shift+left"
]
},
{
"command": {
"action": "resizePane",
"direction": "right"
},
"keys": [
"alt+shift+right"
]
},
{
"command": {
"action": "resizePane",
"direction": "up"
},
"keys": [
"alt+shift+up"
]
},
{
"command": {
"action": "moveFocus",
"direction": "down"
},
"keys": [
"alt+down"
]
},
{
"command": {
"action": "moveFocus",
"direction": "left"
},
"keys": [
"alt+left"
]
},
{
"command": {
"action": "moveFocus",
"direction": "right"
},
"keys": [
"alt+right"
]
},
{
"command": {
"action": "moveFocus",
"direction": "up"
},
"keys": [
"alt+up"
]
},
{
"command": "find",
"keys": [
"ctrl+f"
]
},
{
"command": "scrollDown",
"keys": [
"ctrl+down"
]
},
{
"command": "scrollDown",
"keys": [
"ctrl+pgdn"
]
},
{
"command": "scrollDownPage",
"keys": [
"pgdn"
]
},
{
"command": "scrollUp",
"keys": [
"ctrl+up"
]
},
{
"command": "scrollUp",
"keys": [
"ctrl+pgup"
]
},
{
"command": "scrollUpPage",
"keys": [
"pgup"
]
},
{
"command": "toggleFullscreen",
"keys": [
"f11"
]
}
// unbind
//{"command": "null", "keys": ["ctrl+shift+up"]}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment