Last active
February 10, 2025 03:28
-
-
Save LittleNewton/7fdb1289f07132fd1f55a544409ee3ca to your computer and use it in GitHub Desktop.
Windows Terminal 配置(LAN + Wireguard)5820 Side
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"$help": "https://aka.ms/terminal-documentation", | |
"$schema": "https://aka.ms/terminal-profiles-schema", | |
"actions": [ | |
{ | |
"command": { | |
"action": "adjustFontSize", | |
"delta": 1 | |
}, | |
"keys": "ctrl+plus" | |
}, | |
{ | |
"command": { | |
"action": "nextTab" | |
}, | |
"keys": "ctrl+tab" | |
}, | |
{ | |
"command": { | |
"action": "splitPane", | |
"split": "auto", | |
"splitMode": "duplicate" | |
}, | |
"keys": "alt+shift+d" | |
}, | |
{ | |
"command": { | |
"action": "switchToTab", | |
"index": 8 | |
}, | |
"keys": "ctrl+alt+9" | |
}, | |
{ | |
"command": { | |
"action": "newTab" | |
}, | |
"keys": "ctrl+n" | |
}, | |
{ | |
"command": { | |
"action": "splitPane", | |
"split": "right" | |
}, | |
"keys": "alt+shift+plus" | |
}, | |
{ | |
"command": { | |
"action": "adjustFontSize", | |
"delta": -1 | |
}, | |
"keys": "ctrl+minus" | |
}, | |
{ | |
"command": { | |
"action": "newTab", | |
"index": 8 | |
}, | |
"keys": "ctrl+shift+9" | |
}, | |
{ | |
"command": { | |
"action": "splitPane", | |
"split": "down" | |
}, | |
"keys": "alt+shift+minus" | |
}, | |
{ | |
"command": { | |
"action": "scrollUp" | |
}, | |
"keys": "ctrl+shift+up" | |
}, | |
{ | |
"command": "resetFontSize", | |
"keys": "ctrl+0" | |
}, | |
{ | |
"command": { | |
"action": "switchToTab", | |
"index": 5 | |
}, | |
"keys": "ctrl+alt+6" | |
}, | |
{ | |
"command": "scrollUpPage", | |
"keys": "ctrl+shift+pgup" | |
}, | |
{ | |
"command": "scrollDownPage", | |
"keys": "ctrl+shift+pgdn" | |
}, | |
{ | |
"command": { | |
"action": "splitPane", | |
"split": "auto" | |
}, | |
"keys": "alt+shift+\\" | |
}, | |
{ | |
"command": { | |
"action": "moveFocus", | |
"direction": "left" | |
}, | |
"keys": "alt+left" | |
}, | |
{ | |
"command": { | |
"action": "moveFocus", | |
"direction": "right" | |
}, | |
"keys": "alt+right" | |
}, | |
{ | |
"command": { | |
"action": "splitPane", | |
"profile": "Ubuntu-20.04", | |
"split": "down" | |
}, | |
"keys": "alt+shift+u" | |
}, | |
{ | |
"command": { | |
"action": "newTab", | |
"index": 0 | |
}, | |
"keys": "ctrl+shift+1" | |
}, | |
{ | |
"command": { | |
"action": "moveFocus", | |
"direction": "down" | |
}, | |
"keys": "alt+down" | |
}, | |
{ | |
"command": { | |
"action": "moveFocus", | |
"direction": "up" | |
}, | |
"keys": "alt+up" | |
}, | |
{ | |
"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": "switchToTab", | |
"index": 3 | |
}, | |
"keys": "ctrl+alt+4" | |
}, | |
{ | |
"command": "closePane", | |
"keys": "alt+shift+w" | |
}, | |
{ | |
"command": { | |
"action": "newTab", | |
"index": 1 | |
}, | |
"keys": "ctrl+shift+2" | |
}, | |
{ | |
"command": { | |
"action": "newTab", | |
"index": 2 | |
}, | |
"keys": "ctrl+shift+3" | |
}, | |
{ | |
"command": { | |
"action": "switchToTab", | |
"index": 6 | |
}, | |
"keys": "ctrl+alt+7" | |
}, | |
{ | |
"command": { | |
"action": "newTab", | |
"index": 3 | |
}, | |
"keys": "ctrl+shift+4" | |
}, | |
{ | |
"command": { | |
"action": "newTab", | |
"index": 4 | |
}, | |
"keys": "ctrl+shift+5" | |
}, | |
{ | |
"command": { | |
"action": "newTab", | |
"index": 5 | |
}, | |
"keys": "ctrl+shift+6" | |
}, | |
{ | |
"command": { | |
"action": "newTab", | |
"index": 6 | |
}, | |
"keys": "ctrl+shift+7" | |
}, | |
{ | |
"command": { | |
"action": "newTab", | |
"index": 7 | |
}, | |
"keys": "ctrl+shift+8" | |
}, | |
{ | |
"command": { | |
"action": "switchToTab", | |
"index": 0 | |
}, | |
"keys": "ctrl+alt+1" | |
}, | |
{ | |
"command": { | |
"action": "switchToTab", | |
"index": 1 | |
}, | |
"keys": "ctrl+alt+2" | |
}, | |
{ | |
"command": { | |
"action": "switchToTab", | |
"index": 4 | |
}, | |
"keys": "ctrl+alt+5" | |
}, | |
{ | |
"command": { | |
"action": "switchToTab", | |
"index": 2 | |
}, | |
"keys": "ctrl+alt+3" | |
}, | |
{ | |
"command": { | |
"action": "switchToTab", | |
"index": 7 | |
}, | |
"keys": "ctrl+alt+8" | |
}, | |
{ | |
"command": { | |
"action": "copy", | |
"singleLine": false | |
}, | |
"keys": "ctrl+shift+c" | |
}, | |
{ | |
"command": { | |
"action": "copy", | |
"singleLine": false | |
}, | |
"keys": "ctrl+insert" | |
}, | |
{ | |
"command": { | |
"action": "prevTab" | |
}, | |
"keys": "ctrl+shift+tab" | |
}, | |
{ | |
"command": "duplicateTab", | |
"keys": "ctrl+shift+d" | |
}, | |
{ | |
"command": { | |
"action": "closeTab" | |
}, | |
"keys": "alt+w" | |
}, | |
{ | |
"command": "find", | |
"keys": "ctrl+f" | |
}, | |
{ | |
"command": { | |
"action": "openSettings" | |
}, | |
"keys": "ctrl+;" | |
}, | |
{ | |
"command": "paste", | |
"keys": "ctrl+shift+v" | |
}, | |
{ | |
"command": "paste", | |
"keys": "shift+insert" | |
}, | |
{ | |
"command": { | |
"action": "scrollDown" | |
}, | |
"keys": "ctrl+shift+down" | |
} | |
], | |
"alwaysShowTabs": true, | |
"confirmCloseAllTabs": false, | |
"copyFormatting": "none", | |
"defaultProfile": "{574e775e-4f2a-5b96-ac1e-a2962a402336}", | |
"disabledProfileSources": [ | |
"Windows.Terminal.Azure" | |
], | |
"focusFollowMouse": false, | |
"initialCols": 135, | |
"initialPosition": "1280,515", | |
"initialRows": 45, | |
"profiles": { | |
"defaults": {}, | |
"list": [ | |
{ | |
"closeOnExit": "graceful", | |
"colorScheme": "Homebrew", | |
"commandline": "C:/Program Files/PowerShell/7/pwsh.exe -nologo", | |
"cursorColor": "#FFFFFF", | |
"cursorShape": "bar", | |
"font": { | |
"face": "FiraCode NF", | |
"size": 11 | |
}, | |
"guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}", | |
"hidden": false, | |
"historySize": 9001, | |
"icon": "C:/Program Files/PowerShell/7/assets/Powershell_av_colors.ico", | |
"intenseTextStyle": "bright", | |
"name": "PowerShell 7", | |
"padding": "8", | |
"snapOnInput": true, | |
"source": "Windows.Terminal.PowershellCore", | |
"startingDirectory": ".", | |
"tabTitle": "PowerShell" | |
}, | |
{ | |
"closeOnExit": "graceful", | |
"colorScheme": "Homebrew", | |
"commandline": "ssh root@10.0.0.10", | |
"cursorColor": "#FFFFFF", | |
"cursorShape": "bar", | |
"font": { | |
"face": "FiraCode NF", | |
"size": 11 | |
}, | |
"guid": "{61c54bbd-c2c6-5271-96e7-002a87ff94bf}", | |
"hidden": false, | |
"historySize": 9001, | |
"icon": "D:/Users/newton/Documents/\u6211\u7684\u575a\u679c\u4e91/\u8bbe\u8ba1/icons/openwrt.png", | |
"name": "5820 OpenWrt", | |
"padding": "8", | |
"snapOnInput": true, | |
"startingDirectory": ".", | |
"suppressApplicationTitle": true, | |
"tabTitle": "5820 OpenWrt" | |
}, | |
{ | |
"closeOnExit": "graceful", | |
"colorScheme": "Homebrew", | |
"commandline": "ssh newton@10.0.0.21", | |
"cursorColor": "#FFFFFF", | |
"cursorShape": "bar", | |
"font": { | |
"face": "FiraCode NF", | |
"size": 11 | |
}, | |
"guid": "{6c154bbd-c2c6-5271-96e7-009a87ff44bf}", | |
"hidden": false, | |
"historySize": 9001, | |
"icon": "D:/Users/newton/Documents/\u6211\u7684\u575a\u679c\u4e91/\u8bbe\u8ba1/icons/debian.png", | |
"name": "5820 Debian 11", | |
"padding": "8", | |
"snapOnInput": true, | |
"startingDirectory": ".", | |
"suppressApplicationTitle": true, | |
"tabTitle": "5820 Debian 11" | |
}, | |
{ | |
"closeOnExit": "graceful", | |
"colorScheme": "Homebrew", | |
"commandline": "ssh newton@10.0.0.22", | |
"cursorColor": "#FFFFFF", | |
"cursorShape": "bar", | |
"font": { | |
"face": "FiraCode NF", | |
"size": 11 | |
}, | |
"guid": "{6254cbbd-c2c6-5271-96e7-009a87ff44bf}", | |
"hidden": false, | |
"historySize": 9001, | |
"icon": "D:/Users/newton/Documents/\u6211\u7684\u575a\u679c\u4e91/\u8bbe\u8ba1/icons/redhat.png", | |
"name": "5820 RedHat 8", | |
"padding": "8", | |
"snapOnInput": true, | |
"startingDirectory": ".", | |
"suppressApplicationTitle": true, | |
"tabTitle": "5820 RedHat 8" | |
}, | |
{ | |
"closeOnExit": "graceful", | |
"colorScheme": "Homebrew", | |
"commandline": "ssh newton@10.0.0.23", | |
"cursorColor": "#FFFFFF", | |
"cursorShape": "bar", | |
"font": { | |
"face": "FiraCode NF", | |
"size": 11 | |
}, | |
"guid": "{07b532ee-de2c-5db4-bd2d-ba144ed6c273}", | |
"hidden": false, | |
"historySize": 9001, | |
"icon": "D:/Users/newton/Documents/\u6211\u7684\u575a\u679c\u4e91/\u8bbe\u8ba1/icons/ubuntu.ico", | |
"name": "5820 Ubuntu 22", | |
"padding": "8", | |
"snapOnInput": true, | |
"startingDirectory": ".", | |
"suppressApplicationTitle": true, | |
"tabTitle": "5820 Ubuntu 22.04" | |
}, | |
{ | |
"closeOnExit": "graceful", | |
"colorScheme": "Homebrew", | |
"commandline": "ssh root@10.0.0.33", | |
"cursorColor": "#FFFFFF", | |
"cursorShape": "bar", | |
"font": { | |
"face": "FiraCode NF", | |
"size": 11 | |
}, | |
"guid": "{da930962-066a-4c96-abd6-175a6b8cc24f}", | |
"historySize": 9001, | |
"icon": "D:/Users/newton/Documents/\u6211\u7684\u575a\u679c\u4e91/\u8bbe\u8ba1/icons/truenas-scale.png", | |
"name": "5820 TrueNAS", | |
"padding": "8", | |
"snapOnInput": true, | |
"startingDirectory": ".", | |
"suppressApplicationTitle": true, | |
"tabTitle": "5820 TrueNAS SCALE" | |
}, | |
{ | |
"closeOnExit": "graceful", | |
"colorScheme": "Homebrew", | |
"commandline": "ssh root@10.0.1.10", | |
"cursorColor": "#FFFFFF", | |
"cursorShape": "bar", | |
"font": { | |
"face": "FiraCode NF", | |
"size": 11 | |
}, | |
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff94bf}", | |
"hidden": false, | |
"historySize": 9001, | |
"icon": "D:/Users/newton/Documents/\u6211\u7684\u575a\u679c\u4e91/\u8bbe\u8ba1/icons/openwrt.png", | |
"name": "EMC OpenWrt", | |
"padding": "8", | |
"snapOnInput": true, | |
"startingDirectory": ".", | |
"suppressApplicationTitle": true, | |
"tabTitle": "EMC OpenWrt" | |
}, | |
{ | |
"closeOnExit": "graceful", | |
"colorScheme": "Homebrew", | |
"commandline": "ssh newton@10.0.1.21", | |
"cursorColor": "#FFFFFF", | |
"cursorShape": "bar", | |
"font": { | |
"face": "FiraCode NF", | |
"size": 11 | |
}, | |
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", | |
"hidden": false, | |
"historySize": 9001, | |
"icon": "D:/Users/newton/Documents/\u6211\u7684\u575a\u679c\u4e91/\u8bbe\u8ba1/icons/debian.png", | |
"name": "EMC Debian 11", | |
"padding": "8", | |
"snapOnInput": true, | |
"startingDirectory": ".", | |
"suppressApplicationTitle": true, | |
"tabTitle": "EMC Debian 11" | |
}, | |
{ | |
"closeOnExit": "graceful", | |
"colorScheme": "Homebrew", | |
"commandline": "ssh newton@10.0.1.22", | |
"cursorColor": "#FFFFFF", | |
"cursorShape": "bar", | |
"font": { | |
"face": "FiraCode NF", | |
"size": 11 | |
}, | |
"guid": "{62c54bbd-c2c6-5271-96e7-009a87ff44bf}", | |
"hidden": false, | |
"historySize": 9001, | |
"icon": "D:/Users/newton/Documents/\u6211\u7684\u575a\u679c\u4e91/\u8bbe\u8ba1/icons/redhat.png", | |
"name": "EMC RedHat 8", | |
"padding": "8", | |
"snapOnInput": true, | |
"startingDirectory": ".", | |
"suppressApplicationTitle": true, | |
"tabTitle": "EMC RedHat 8" | |
}, | |
{ | |
"closeOnExit": "graceful", | |
"colorScheme": "Homebrew", | |
"commandline": "ssh newton@10.0.1.23", | |
"cursorColor": "#FFFFFF", | |
"cursorShape": "bar", | |
"font": { | |
"face": "FiraCode NF", | |
"size": 11 | |
}, | |
"guid": "{07b52e3e-de2c-5db4-bd2d-ba144ed6c273}", | |
"hidden": false, | |
"historySize": 9001, | |
"icon": "D:/Users/newton/Documents/\u6211\u7684\u575a\u679c\u4e91/\u8bbe\u8ba1/icons/ubuntu.ico", | |
"name": "EMC Ubuntu 20", | |
"padding": "8", | |
"snapOnInput": true, | |
"startingDirectory": ".", | |
"suppressApplicationTitle": true, | |
"tabTitle": "EMC Ubuntu 20.04" | |
}, | |
{ | |
"closeOnExit": "graceful", | |
"colorScheme": "Homebrew", | |
"commandline": "ssh root@10.0.1.33 -p 22233", | |
"cursorColor": "#FFFFFF", | |
"cursorShape": "bar", | |
"font": { | |
"face": "FiraCode NF", | |
"size": 11 | |
}, | |
"guid": "{c321c2e7-6ac3-4639-a906-714441fd7378}", | |
"historySize": 9001, | |
"icon": "D:/Users/newton/Documents/\u6211\u7684\u575a\u679c\u4e91/\u8bbe\u8ba1/icons/truenas-scale.png", | |
"name": "EMC TrueNAS", | |
"padding": "8", | |
"snapOnInput": true, | |
"startingDirectory": ".", | |
"suppressApplicationTitle": true, | |
"tabTitle": "EMC TrueNAS SCALE" | |
}, | |
{ | |
"guid": "{8999d505-c078-58cd-8e12-bb5b15bbe51f}", | |
"hidden": true, | |
"name": "Developer Command Prompt for VS 2022", | |
"source": "Windows.Terminal.VisualStudio" | |
}, | |
{ | |
"guid": "{0f047b45-7072-5bea-aa9b-83c6db442b8d}", | |
"hidden": true, | |
"name": "Developer PowerShell for VS 2022", | |
"source": "Windows.Terminal.VisualStudio" | |
} | |
] | |
}, | |
"schemes": [ | |
{ | |
"background": "#0C0C0C", | |
"black": "#0C0C0C", | |
"blue": "#0037DA", | |
"brightBlack": "#767676", | |
"brightBlue": "#3B78FF", | |
"brightCyan": "#61D6D6", | |
"brightGreen": "#16C60C", | |
"brightPurple": "#B4009E", | |
"brightRed": "#E74856", | |
"brightWhite": "#F2F2F2", | |
"brightYellow": "#F9F1A5", | |
"cursorColor": "#FFFFFF", | |
"cyan": "#3A96DD", | |
"foreground": "#CCCCCC", | |
"green": "#13A10E", | |
"name": "Campbell", | |
"purple": "#881798", | |
"red": "#C50F1F", | |
"selectionBackground": "#FFFFFF", | |
"white": "#CCCCCC", | |
"yellow": "#C19C00" | |
}, | |
{ | |
"background": "#012456", | |
"black": "#0C0C0C", | |
"blue": "#0037DA", | |
"brightBlack": "#767676", | |
"brightBlue": "#3B78FF", | |
"brightCyan": "#61D6D6", | |
"brightGreen": "#16C60C", | |
"brightPurple": "#B4009E", | |
"brightRed": "#E74856", | |
"brightWhite": "#F2F2F2", | |
"brightYellow": "#F9F1A5", | |
"cursorColor": "#FFFFFF", | |
"cyan": "#3A96DD", | |
"foreground": "#CCCCCC", | |
"green": "#13A10E", | |
"name": "Campbell Powershell", | |
"purple": "#881798", | |
"red": "#C50F1F", | |
"selectionBackground": "#FFFFFF", | |
"white": "#CCCCCC", | |
"yellow": "#C19C00" | |
}, | |
{ | |
"background": "#283033", | |
"black": "#000000", | |
"blue": "#6666E9", | |
"brightBlack": "#666666", | |
"brightBlue": "#00A2FF", | |
"brightCyan": "#53FFFF", | |
"brightGreen": "#00D900", | |
"brightPurple": "#FF08FF", | |
"brightRed": "#FF6060", | |
"brightWhite": "#E5E5E5", | |
"brightYellow": "#FDFF73", | |
"cursorColor": "#FFFFFF", | |
"cyan": "#00A6B2", | |
"foreground": "#00FF00", | |
"green": "#00A600", | |
"name": "Homebrew", | |
"purple": "#FF00FF", | |
"red": "#FC5275", | |
"selectionBackground": "#FFFFFF", | |
"white": "#BFBFBF", | |
"yellow": "#FFFF00" | |
}, | |
{ | |
"background": "#282C34", | |
"black": "#282C34", | |
"blue": "#61AFEF", | |
"brightBlack": "#5A6374", | |
"brightBlue": "#61AFEF", | |
"brightCyan": "#56B6C2", | |
"brightGreen": "#98C379", | |
"brightPurple": "#C678DD", | |
"brightRed": "#E06C75", | |
"brightWhite": "#DCDFE4", | |
"brightYellow": "#E5C07B", | |
"cursorColor": "#FFFFFF", | |
"cyan": "#56B6C2", | |
"foreground": "#DCDFE4", | |
"green": "#98C379", | |
"name": "One Half Dark", | |
"purple": "#C678DD", | |
"red": "#E06C75", | |
"selectionBackground": "#FFFFFF", | |
"white": "#DCDFE4", | |
"yellow": "#E5C07B" | |
}, | |
{ | |
"background": "#FAFAFA", | |
"black": "#383A42", | |
"blue": "#0184BC", | |
"brightBlack": "#4F525D", | |
"brightBlue": "#61AFEF", | |
"brightCyan": "#56B5C1", | |
"brightGreen": "#98C379", | |
"brightPurple": "#C577DD", | |
"brightRed": "#DF6C75", | |
"brightWhite": "#FFFFFF", | |
"brightYellow": "#E4C07A", | |
"cursorColor": "#4F525D", | |
"cyan": "#0997B3", | |
"foreground": "#383A42", | |
"green": "#50A14F", | |
"name": "One Half Light", | |
"purple": "#A626A4", | |
"red": "#E45649", | |
"selectionBackground": "#FFFFFF", | |
"white": "#FAFAFA", | |
"yellow": "#C18301" | |
}, | |
{ | |
"background": "#002B36", | |
"black": "#002B36", | |
"blue": "#268BD2", | |
"brightBlack": "#073642", | |
"brightBlue": "#839496", | |
"brightCyan": "#93A1A1", | |
"brightGreen": "#586E75", | |
"brightPurple": "#6C71C4", | |
"brightRed": "#CB4B16", | |
"brightWhite": "#FDF6E3", | |
"brightYellow": "#657B83", | |
"cursorColor": "#FFFFFF", | |
"cyan": "#2AA198", | |
"foreground": "#839496", | |
"green": "#859900", | |
"name": "Solarized Dark", | |
"purple": "#D33682", | |
"red": "#DC322F", | |
"selectionBackground": "#FFFFFF", | |
"white": "#EEE8D5", | |
"yellow": "#B58900" | |
}, | |
{ | |
"background": "#FDF6E3", | |
"black": "#002B36", | |
"blue": "#268BD2", | |
"brightBlack": "#073642", | |
"brightBlue": "#839496", | |
"brightCyan": "#93A1A1", | |
"brightGreen": "#586E75", | |
"brightPurple": "#6C71C4", | |
"brightRed": "#CB4B16", | |
"brightWhite": "#FDF6E3", | |
"brightYellow": "#657B83", | |
"cursorColor": "#002B36", | |
"cyan": "#2AA198", | |
"foreground": "#657B83", | |
"green": "#859900", | |
"name": "Solarized Light", | |
"purple": "#D33682", | |
"red": "#DC322F", | |
"selectionBackground": "#FFFFFF", | |
"white": "#EEE8D5", | |
"yellow": "#B58900" | |
}, | |
{ | |
"background": "#000000", | |
"black": "#000000", | |
"blue": "#3465A4", | |
"brightBlack": "#555753", | |
"brightBlue": "#729FCF", | |
"brightCyan": "#34E2E2", | |
"brightGreen": "#8AE234", | |
"brightPurple": "#AD7FA8", | |
"brightRed": "#EF2929", | |
"brightWhite": "#EEEEEC", | |
"brightYellow": "#FCE94F", | |
"cursorColor": "#FFFFFF", | |
"cyan": "#06989A", | |
"foreground": "#D3D7CF", | |
"green": "#4E9A06", | |
"name": "Tango Dark", | |
"purple": "#75507B", | |
"red": "#CC0000", | |
"selectionBackground": "#FFFFFF", | |
"white": "#D3D7CF", | |
"yellow": "#C4A000" | |
}, | |
{ | |
"background": "#FFFFFF", | |
"black": "#000000", | |
"blue": "#3465A4", | |
"brightBlack": "#555753", | |
"brightBlue": "#729FCF", | |
"brightCyan": "#34E2E2", | |
"brightGreen": "#8AE234", | |
"brightPurple": "#AD7FA8", | |
"brightRed": "#EF2929", | |
"brightWhite": "#EEEEEC", | |
"brightYellow": "#FCE94F", | |
"cursorColor": "#000000", | |
"cyan": "#06989A", | |
"foreground": "#555753", | |
"green": "#4E9A06", | |
"name": "Tango Light", | |
"purple": "#75507B", | |
"red": "#CC0000", | |
"selectionBackground": "#FFFFFF", | |
"white": "#D3D7CF", | |
"yellow": "#C4A000" | |
}, | |
{ | |
"background": "#000000", | |
"black": "#000000", | |
"blue": "#000080", | |
"brightBlack": "#808080", | |
"brightBlue": "#0000FF", | |
"brightCyan": "#00FFFF", | |
"brightGreen": "#00FF00", | |
"brightPurple": "#FF00FF", | |
"brightRed": "#FF0000", | |
"brightWhite": "#FFFFFF", | |
"brightYellow": "#FFFF00", | |
"cursorColor": "#FFFFFF", | |
"cyan": "#008080", | |
"foreground": "#C0C0C0", | |
"green": "#008000", | |
"name": "Vintage", | |
"purple": "#800080", | |
"red": "#800000", | |
"selectionBackground": "#FFFFFF", | |
"white": "#C0C0C0", | |
"yellow": "#808000" | |
} | |
], | |
"tabWidthMode": "equal", | |
"theme": "system" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment