diff options
Diffstat (limited to 'fmurphy/AppData/Local/Packages/Microsoft.WindowsTerminal_8wekyb3d8bbwe')
-rwxr-xr-x | fmurphy/AppData/Local/Packages/Microsoft.WindowsTerminal_8wekyb3d8bbwe/LocalState/settings.json | 174 |
1 files changed, 174 insertions, 0 deletions
diff --git a/fmurphy/AppData/Local/Packages/Microsoft.WindowsTerminal_8wekyb3d8bbwe/LocalState/settings.json b/fmurphy/AppData/Local/Packages/Microsoft.WindowsTerminal_8wekyb3d8bbwe/LocalState/settings.json new file mode 100755 index 0000000..409507c --- /dev/null +++ b/fmurphy/AppData/Local/Packages/Microsoft.WindowsTerminal_8wekyb3d8bbwe/LocalState/settings.json @@ -0,0 +1,174 @@ +{ + "$help": "https://aka.ms/terminal-documentation", + "$schema": "https://aka.ms/terminal-profiles-schema", + "actions": + [ + { + "command": + { + "action": "splitPane", + "split": "auto", + "splitMode": "duplicate" + }, + "id": "User.splitPane.A6751878" + }, + { + "command": "find", + "id": "User.find" + } + ], + "alwaysShowTabs": true, + "copyFormatting": "none", + "copyOnSelect": false, + "defaultProfile": "{a5a97cb8-8961-5535-816d-772efe0c6a3f}", + "keybindings": + [ + { + "id": "User.find", + "keys": "ctrl+shift+f" + }, + { + "id": null, + "keys": "enter" + }, + { + "id": null, + "keys": "ctrl+v" + }, + { + "id": null, + "keys": "shift+insert" + }, + { + "id": null, + "keys": "ctrl+insert" + }, + { + "id": null, + "keys": "ctrl+c" + }, + { + "id": "User.splitPane.A6751878", + "keys": "alt+shift+d" + } + ], + "newTabMenu": + [ + { + "type": "remainingProfiles" + } + ], + "profiles": + { + "defaults": + { + "bellStyle": "none", + "colorScheme": "Catppuccin Mocha", + "experimental.retroTerminalEffect": false, + "font": + { + "face": "FiraCode Nerd Font Mono", + "size": 10 + }, + "intenseTextStyle": "bright", + "opacity": 85, + "padding": "12", + "useAcrylic": false + }, + "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": "Command Prompt" + }, + { + "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}", + "hidden": false, + "name": "Azure Cloud Shell", + "source": "Windows.Terminal.Azure" + }, + { + "guid": "{51855cb2-8cce-5362-8f54-464b92b32386}", + "hidden": false, + "name": "Ubuntu", + "source": "CanonicalGroupLimited.Ubuntu_79rhkp1fndgsc" + }, + { + "guid": "{a5a97cb8-8961-5535-816d-772efe0c6a3f}", + "hidden": false, + "name": "Arch", + "source": "Windows.Terminal.Wsl" + }, + { + "guid": "{2c4de342-38b7-51cf-b940-2309a097f518}", + "hidden": true, + "name": "Ubuntu", + "source": "Windows.Terminal.Wsl" + } + ] + }, + "schemes": + [ + { + "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" + } + ], + "showTabsInTitlebar": true, + "showTerminalTitleInTitlebar": true, + "theme": "Catppuccin Mocha", + "themes": + [ + { + "name": "Catppuccin Mocha", + "tab": + { + "background": "#1E1E2E00", + "iconStyle": "default", + "showCloseButton": "always", + "unfocusedBackground": "#1E1E2E00" + }, + "tabRow": + { + "background": "#1E1E2ED8", + "unfocusedBackground": "#1E1E2ED8" + }, + "window": + { + "applicationTheme": "dark", + "experimental.rainbowFrame": false, + "frame": null, + "unfocusedFrame": null, + "useMica": false + } + } + ], + "useAcrylicInTabRow": false +}
\ No newline at end of file |