Skip to content

Commit

Permalink
windows terminal settings
Browse files Browse the repository at this point in the history
  • Loading branch information
WillNeve committed Nov 21, 2024
1 parent faa9652 commit 8a02274
Showing 1 changed file with 53 additions and 9 deletions.
62 changes: 53 additions & 9 deletions terminal-settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
"$schema": "https://aka.ms/terminal-profiles-schema",
"actions": [
{
"command": {
"action": "toggleFocusMode"
},
"command": "toggleFocusMode",
"id": "Terminal.ToggleFocusMode",
"keys": "ctrl+f"
},
Expand Down Expand Up @@ -37,8 +35,6 @@
"keys": "alt+shift+d"
},
{
// Set opacity...
"name": { "key": "SetOpacityParentCommandName" },
"commands": [
{
"command": {
Expand Down Expand Up @@ -103,7 +99,11 @@
"relative": false
}
}
]
],
// Set opacity...
"name": {
"key": "SetOpacityParentCommandName"
}
}
],
"alwaysShowTabs": true,
Expand Down Expand Up @@ -138,7 +138,7 @@
},
{
"adjustIndistinguishableColors": "never",
"colorScheme": "One Dark Pro Darker",
"colorScheme": "Catppuccin Macchiato",
"commandline": "wsl.exe ~",
"experimental.retroTerminalEffect": false,
"font": {
Expand All @@ -157,6 +157,29 @@
]
},
"schemes": [
{
"background": "#24273A",
"black": "#494D64",
"blue": "#8AADF4",
"brightBlack": "#5B6078",
"brightBlue": "#8AADF4",
"brightCyan": "#8BD5CA",
"brightGreen": "#A6DA95",
"brightPurple": "#F5BDE6",
"brightRed": "#ED8796",
"brightWhite": "#A5ADCB",
"brightYellow": "#EED49F",
"cursorColor": "#F4DBD6",
"cyan": "#8BD5CA",
"foreground": "#CAD3F5",
"green": "#A6DA95",
"name": "Catppuccin Macchiato",
"purple": "#F5BDE6",
"red": "#ED8796",
"selectionBackground": "#5B6078",
"white": "#B8C0E0",
"yellow": "#EED49F"
},
{
"background": "#23272E",
"black": "#0C0C0C",
Expand All @@ -182,7 +205,28 @@
}
],
"showTabsInTitlebar": true,
"theme": "system",
"themes": [],
"theme": "Catppuccin Macchiato",
"themes": [
{
"name": "Catppuccin Macchiato",
"tab": {
"background": "#24273AFF",
"iconStyle": "default",
"showCloseButton": "always",
"unfocusedBackground": null
},
"tabRow": {
"background": "#1E2030FF",
"unfocusedBackground": "#181926FF"
},
"window": {
"applicationTheme": "dark",
"experimental.rainbowFrame": false,
"frame": null,
"unfocusedFrame": null,
"useMica": false
}
}
],
"useAcrylicInTabRow": true
}

0 comments on commit 8a02274

Please sign in to comment.