Skip to content

Instantly share code, notes, and snippets.

@webbertakken
Last active July 10, 2026 08:06
Show Gist options
  • Select an option

  • Save webbertakken/8af7e20cdfd548294a8ad188612ce27d to your computer and use it in GitHub Desktop.

Select an option

Save webbertakken/8af7e20cdfd548294a8ad188612ce27d to your computer and use it in GitHub Desktop.
My Windows Terminal config file
{
"$help": "https://aka.ms/terminal-documentation",
"$schema": "https://aka.ms/terminal-profiles-schema",
"actions":
[
{
"command": {
"action": "globalSummon",
"name": "_quake",
"dropdownDuration": 200,
"toggleVisibility": true,
"monitor": "toMouse",
"desktop": "toCurrent"
},
"id": "User.quakeMode.F1E129A4",
"keys": "ctrl+`"
},
{
"command": "paste",
"id": "User.paste",
"keys": "ctrl+v"
},
{
"command":
{
"action": "copy",
"singleLine": false
},
"id": "User.copy.644BA8F2",
"keys": "ctrl+c"
},
{
"command": "find",
"id": "User.find",
"keys": "ctrl+shift+f"
},
{
"command": "unbound",
"keys": "win+sc(41)"
},
{
"command": "closePane",
"id": "Terminal.ClosePane",
"keys": "ctrl+shift+w"
},
{
"command":
{
"action": "splitPane",
"split": "auto",
"splitMode": "duplicate"
},
"id": "User.splitPane.A6751878",
"keys": "alt+shift+d"
},
{
"command":
{
"action": "splitPane",
"split": "down",
"splitMode": "duplicate"
},
"id": "User.splitPane.10B260D2",
"keys": "alt+shift+minus"
},
{
"command":
{
"action": "splitPane",
"split": "right",
"splitMode": "duplicate"
},
"id": "User.splitPane.FEF0D40B",
"keys": "alt+shift+plus"
},
{
"command":
{
"action": "splitPane",
"split": "up",
"splitMode": "duplicate"
},
"id": "User.splitPane.7A967A9",
"keys": "ctrl+alt+shift+up"
},
{
"command":
{
"action": "splitPane",
"split": "right",
"splitMode": "duplicate"
},
"keys": "ctrl+alt+shift+right"
},
{
"command":
{
"action": "splitPane",
"split": "down",
"splitMode": "duplicate"
},
"keys": "ctrl+alt+shift+down"
},
{
"command":
{
"action": "splitPane",
"split": "left",
"splitMode": "duplicate"
},
"id": "User.splitPane.652D529A",
"keys": "ctrl+alt+shift+left"
}
],
"alwaysShowNotificationIcon": true,
"copyFormatting": "none",
"copyOnSelect": false,
"defaultProfile": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
"firstWindowPreference": "defaultProfile",
"launchMode": "maximized",
"newTabMenu":
[
{
"type": "remainingProfiles"
}
],
"profiles":
{
"defaults":
{
"background": "#0C0C0C",
"colorScheme": "Dracula Webber",
"font":
{
"face": "FiraCode Nerd Font Mono",
"size": 14
},
"opacity": 70,
"useAcrylic": true
},
"list":
[
{
"closeOnExit": "never",
"elevate": false,
"guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
"hidden": false,
"name": "PowerShell 7",
"source": "Windows.Terminal.PowershellCore"
},
{
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"hidden": false,
"name": "Windows PowerShell"
},
{
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"hidden": false,
"name": "Command Prompt"
},
{
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
"hidden": false,
"name": "Azure Cloud Shell",
"source": "Windows.Terminal.Azure"
},
{
"guid": "{5907a79d-dec8-5eb3-8864-f8d30e965c7a}",
"hidden": false,
"name": "Developer Command Prompt for VS 2022",
"source": "Windows.Terminal.VisualStudio"
},
{
"guid": "{fdc823d1-cfd2-5213-859f-a590479c92da}",
"hidden": false,
"name": "Developer PowerShell for VS 2022",
"source": "Windows.Terminal.VisualStudio"
},
{
"guid": "{17bf3de4-5353-5709-bcf9-835bd952a95e}",
"hidden": true,
"name": "Ubuntu-22.04",
"source": "Windows.Terminal.Wsl"
},
{
"guid": "{4ff56d04-d9cf-57ea-bae2-ad396374e7e3}",
"hidden": false,
"name": "Ubuntu 22.04.5 LTS",
"source": "CanonicalGroupLimited.Ubuntu22.04LTS_79rhkp1fndgsc"
},
{
"guid": "{5fb123f1-af88-5b5c-8953-d14a8def1978}",
"hidden": false,
"name": "PowerShell 7",
"source": "Windows.Terminal.PowershellCore"
}
]
},
"schemes":
[
{
"name": "Dracula Webber",
"background": "#22212C",
"black": "#22212C",
"blue": "#5D4FA1",
"brightBlack": "#7E7A94",
"brightBlue": "#907AFF",
"brightCyan": "#84FFEA",
"brightGreen": "#7FFF73",
"brightPurple": "#FF99CC",
"brightRed": "#FFAA99",
"brightWhite": "#FFFFFF",
"brightYellow": "#FFFF99",
"cursorColor": "#FFFFFF",
"cyan": "#5ADBC6",
"foreground": "#A2AECA",
"green": "#51D378",
"purple": "#FF80BF",
"red": "#E74A2A",
"selectionBackground": "#8B89FF",
"white": "#F8F8F2",
"yellow": "#FFFF80"
},
{
"name": "Dracula",
"cursorColor": "#F8F8F2",
"selectionBackground": "#44475A",
"background": "#282A36",
"foreground": "#F8F8F2",
"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"
},
{
"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-20.04-ColorScheme",
"purple": "#881798",
"red": "#C21A23",
"selectionBackground": "#FFFFFF",
"white": "#CCCCCC",
"yellow": "#A2734C"
},
{
"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"
}
],
"showTabsInTitlebar": true,
"startOnUserLogin": false,
"themes": [],
"useAcrylicInTabRow": true,
"windowingBehavior": "useAnyExisting"
}
@webbertakken

Copy link
Copy Markdown
Author

This is my Windows Terminal settings file.

In Windows Terminal press Ctrl + , to open settings. Then click on "Open JSON file".

Screenshot 2025-02-09 005142

If you're using my config, would you mind starring it? ๐Ÿ™‚

Also, I'd be happy to take feedback and iterate on this.

@Youpen-y

Youpen-y commented Jun 4, 2026

Copy link
Copy Markdown

Thanks bro, very cool terminal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment