Skip to content

Instantly share code, notes, and snippets.

@codequokka
Last active March 21, 2022 00:34
Show Gist options
  • Save codequokka/b7f0bda484c9d6d3357f386f34bed576 to your computer and use it in GitHub Desktop.
Save codequokka/b7f0bda484c9d6d3357f386f34bed576 to your computer and use it in GitHub Desktop.
// This file was initially generated by Windows Terminal 1.6.10571.0
// It should still be usable in newer versions, but newer versions might have additional
// settings, help text, or changes that you will not see unless you clear this file
// and let us generate a new one for you.
// To view the default settings, hold "alt" while clicking on the "Settings" button.
// For documentation on these settings, see: https://aka.ms/terminal-documentation
{
"$schema": "https://aka.ms/terminal-profiles-schema",
"defaultProfile": "{2c4de342-38b7-51cf-b940-2309a097f518}",
// You can add more global application settings here.
// To learn more about global settings, visit https://aka.ms/terminal-global-settings
// If enabled, selections are automatically copied to your clipboard.
"copyOnSelect": true,
// If enabled, formatted data is also copied to your clipboard
"copyFormatting": false,
// A profile specifies a command to execute paired with information about how it should look and feel.
// Each one of them will appear in the 'New Tab' dropdown,
// and can be invoked from the commandline with `wt.exe -p xxx`
// To learn more about profiles, visit https://aka.ms/terminal-profile-settings
"profiles": {
"defaults": {
// Put settings here that you want to apply to all profiles.
"fontFace": "MesloLGS NF",
"fontSize": 14,
"useAcrylic": true,
"acrylicOpacity": 0.8,
"colorScheme": "TokyoNight"
},
"list": [
{
"guid": "{2c4de342-38b7-51cf-b940-2309a097f518}",
"hidden": false,
"name": "Ubuntu",
"source": "Windows.Terminal.Wsl",
"commandline": "wsl.exe ~ -d Ubuntu"
}
]
},
// Add custom color schemes to this array.
// To learn more about color schemes, visit https://aka.ms/terminal-color-schemes
"schemes": [
{
"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"
}
],
// Add custom actions and keybindings to this array.
// To unbind a key combination from your defaults.json, set the command to "unbound".
// To learn more about actions and keybindings, visit https://aka.ms/terminal-keybindings
"actions": [
{
"command": "find",
"keys": "ctrl+shift+f"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment