Skip to content

Instantly share code, notes, and snippets.

@lysandroc
Created February 11, 2021 13:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lysandroc/69f4c064837c47108f354401a718d091 to your computer and use it in GitHub Desktop.
Save lysandroc/69f4c064837c47108f354401a718d091 to your computer and use it in GitHub Desktop.
Gruvbox Windows Terminal Settings
{
"$schema": "https://aka.ms/terminal-profiles-schema",
"defaultProfile": "{61c54bbd-c2c6-5271-96e7-009a87ff44bb}",
"copyOnSelect": false,
"copyFormatting": false,
"profiles": {
"defaults": {},
"list": [
{
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bb}",
"name": "alias ssh work",
"commandline": "ssh work",
"hidden": false,
"fontFace": "Fira Code",
"acrylicOpacity": 0.8,
"backgroundImageOpacity": 0.8,
"colorScheme": "Gruvbox",
"fontSize": 12
},
{
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
"hidden": false,
"name": "Azure Cloud Shell",
"source": "Windows.Terminal.Azure"
},
]
},
"schemes": [
{
"name": "Gruvbox",
"acrylicOpacity": 0.3,
"cursorColor": "#FFFFFF",
"selectionBackground": "#ffffff",
"background": "#1d2021",
"foreground": "#ebdbb2",
"black": "#282828",
"red": "#cc241d",
"green": "#98971a",
"yellow": "#d79921",
"blue": "#458588",
"magenta": "#b16286",
"purple": "#881798",
"cyan": "#689d6a",
"white": "#a89984",
"brightBlack": "#928374",
"brightRed": "#fb4934",
"brightGreen": "#b8bb26",
"brightYellow": "#fabd2f",
"brightBlue": "#83a598",
"brightMagenta": "#d3869b",
"brightCyan": "#8ec07c",
"brightPurple": "#B4009E",
"brightWhite": "#ebdbb2"
}
],
"keybindings": [
{
"command": {
"action": "copy",
"singleLine": false
},
"keys": "ctrl+c"
},
{
"command": "paste",
"keys": "ctrl+v"
},
{
"command": "find",
"keys": "ctrl+shift+f"
},
{
"command": {
"action": "splitPane",
"split": "auto",
"splitMode": "duplicate"
},
"keys": "alt+shift+d"
},
{
"command": "newTab",
"keys": "ctrl+shift+n"
},
{
"command": "unbound",
"keys": "alt+enter"
},
{
"command": "unbound",
"keys": "ctrl+b"
},
{
"command": "unbound",
"keys": "ctrl+shift+t"
},
{
"command": "unbound",
"keys": "ctrl+shift+6"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment