Skip to content

Instantly share code, notes, and snippets.

@mjbalcueva
Last active August 19, 2022 23:31
Show Gist options
  • Save mjbalcueva/c6390e31f33f125179b6966dedbb6b13 to your computer and use it in GitHub Desktop.
Save mjbalcueva/c6390e31f33f125179b6966dedbb6b13 to your computer and use it in GitHub Desktop.
Terminal Config
{
"final_space": true,
"console_title": true,
"console_title_style": "folder",
"blocks": [
{
"type": "prompt",
"alignment": "left",
"horizontal_offset": 0,
"vertical_offset": 0,
"segments": [
{
"type": "path",
"style": "diamond",
"powerline_symbol": "",
"invert_powerline": false,
"foreground": "#ffffff",
"background": "#ff479c",
"leading_diamond": "",
"trailing_diamond": "",
"properties": {
"prefix": "  ",
"style": "folder"
}
},
{
"type": "git",
"style": "powerline",
"powerline_symbol": "",
"invert_powerline": false,
"foreground": "#193549",
"background": "#fffb38",
"leading_diamond": "",
"trailing_diamond": "",
"properties": {
"display_status": true,
"display_stash_count": true,
"display_upstream_icon": true
}
},
{
"type": "dotnet",
"style": "powerline",
"powerline_symbol": "",
"invert_powerline": false,
"foreground": "#ffffff",
"background": "#6CA35E",
"leading_diamond": "",
"trailing_diamond": "",
"properties": {
"display_version": true,
"prefix": "  "
}
},
{
"type": "root",
"style": "powerline",
"powerline_symbol": "",
"invert_powerline": false,
"foreground": "#ffffff",
"background": "#ffff66",
"leading_diamond": "",
"trailing_diamond": "",
"properties": null
},
{
"type": "exit",
"style": "powerline",
"powerline_symbol": "",
"invert_powerline": false,
"foreground": "#ffffff",
"background": "#2e9599",
"leading_diamond": "",
"trailing_diamond": "",
"properties": {
"always_enabled": true,
"color_background": true,
"display_exit_code": false,
"error_color": "#f1184c",
"prefix": " "
}
}
]
}
]
}
{
"$help": "https://aka.ms/terminal-documentation",
"$schema": "https://aka.ms/terminal-profiles-schema",
"actions":
[
{
"command": "paste",
"keys": "ctrl+v"
},
{
"command":
{
"action": "copy",
"singleLine": false
},
"keys": "ctrl+c"
},
{
"command": "find",
"keys": "ctrl+shift+f"
},
{
"command":
{
"action": "splitPane",
"split": "auto",
"splitMode": "duplicate"
},
"keys": "alt+shift+d"
}
],
"alwaysShowTabs": true,
"copyFormatting": "none",
"copyOnSelect": false,
"defaultProfile": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
"focusFollowMouse": false,
"initialCols": 96,
"initialRows": 24,
"launchMode": "default",
"profiles":
{
"defaults":
{
"bellStyle": "none",
"colorScheme": "SimpliCT",
"cursorShape": "emptyBox",
"font":
{
"face": "CaskaydiaCove NF",
"size": 13
},
"hidden": false,
"opacity": 80,
"padding": "0",
"scrollbarState": "hidden",
"startingDirectory": "%USERPROFILE%",
"suppressApplicationTitle": true,
"useAcrylic": true
},
"list":
[
{
"guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
"hidden": false,
"name": "PowerShell",
"source": "Windows.Terminal.PowershellCore"
},
{
"commandline": "wsl ~",
"guid": "{2c4de342-38b7-51cf-b940-2309a097f518}",
"hidden": false,
"icon": "C:/Users/user/.wt/icons/ubuntu.png",
"name": "Ubuntu",
"source": "Windows.Terminal.Wsl"
},
{
"commandline": "C:/Program Files/Git/bin/bash.exe",
"guid": "{3fab844b-2827-45ae-92ae-ea4ee5c21132}",
"icon": "C:/Program Files/Git/mingw64/share/git/git-for-windows.ico",
"name": "Git Bash"
},
{
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"name": "Command Prompt"
},
{
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
"hidden": true,
"name": "Azure Cloud Shell",
"source": "Windows.Terminal.Azure"
}
]
},
"schemes":
[
{
"background": "#0E1019",
"black": "#232323",
"blue": "#008DF8",
"brightBlack": "#475E68",
"brightBlue": "#0092FF",
"brightCyan": "#67FFF0",
"brightGreen": "#ABE15B",
"brightPurple": "#9A5FEB",
"brightRed": "#FF2740",
"brightWhite": "#FFFFFF",
"brightYellow": "#FFD242",
"cursorColor": "#FFFFFF",
"cyan": "#00D8EB",
"foreground": "#FFFAF4",
"green": "#8CE10B",
"name": "Argonaut",
"purple": "#6D43A6",
"red": "#FF000F",
"selectionBackground": "#FFFFFF",
"white": "#FFFFFF",
"yellow": "#FFB900"
},
{
"background": "#000000",
"black": "#0C0C0C",
"blue": "#6060FF",
"brightBlack": "#767676",
"brightBlue": "#3B78FF",
"brightCyan": "#61D6D6",
"brightGreen": "#16C60C",
"brightPurple": "#B4009E",
"brightRed": "#E74856",
"brightWhite": "#F2F2F2",
"brightYellow": "#F9F1A5",
"cursorColor": "#FFFFFF",
"cyan": "#3A96DD",
"foreground": "#BFBFBF",
"green": "#00A400",
"name": "Bash",
"purple": "#BF00BF",
"red": "#BF0000",
"selectionBackground": "#FFFFFF",
"white": "#FFFFFF",
"yellow": "#BFBF00"
},
{
"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": "#282A36",
"black": "#21222C",
"blue": "#BD93F9",
"brightBlack": "#6272A4",
"brightBlue": "#D6ACFF",
"brightCyan": "#A4FFFF",
"brightGreen": "#69FF94",
"brightPurple": "#FF92DF",
"brightRed": "#FF6E6E",
"brightWhite": "#FFFFFF",
"brightYellow": "#FFFFA5",
"cursorColor": "#F8F8F2",
"cyan": "#8BE9FD",
"foreground": "#F8F8F2",
"green": "#50FA7B",
"name": "Dracula",
"purple": "#FF79C6",
"red": "#FF5555",
"selectionBackground": "#44475A",
"white": "#F8F8F2",
"yellow": "#F1FA8C"
},
{
"background": "#1E2127",
"black": "#000000",
"blue": "#61AFEF",
"brightBlack": "#5C6370",
"brightBlue": "#61AFEF",
"brightCyan": "#56B6C2",
"brightGreen": "#98C379",
"brightPurple": "#C678DD",
"brightRed": "#E06C75",
"brightWhite": "#FFFFFF",
"brightYellow": "#D19A66",
"cursorColor": "#FFFFFF",
"cyan": "#56B6C2",
"foreground": "#5C6370",
"green": "#98C379",
"name": "One Dark",
"purple": "#C678DD",
"red": "#E06C75",
"selectionBackground": "#FFFFFF",
"white": "#ABB2BF",
"yellow": "#D19A66"
},
{
"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": "#F9F9F9",
"black": "#000000",
"blue": "#4078F2",
"brightBlack": "#383A42",
"brightBlue": "#4078F2",
"brightCyan": "#0184BC",
"brightGreen": "#50A14F",
"brightPurple": "#A626A4",
"brightRed": "#E45649",
"brightWhite": "#FFFFFF",
"brightYellow": "#986801",
"cursorColor": "#FFFFFF",
"cyan": "#0184BC",
"foreground": "#383A42",
"green": "#50A14F",
"name": "One Light",
"purple": "#A626A4",
"red": "#E45649",
"selectionBackground": "#FFFFFF",
"white": "#A0A1A7",
"yellow": "#986801"
},
{
"background": "#06090C",
"black": "#06090C",
"blue": "#0E6EC9",
"brightBlack": "#475E68",
"brightBlue": "#2389E8",
"brightCyan": "#14E0E0",
"brightGreen": "#09EB81",
"brightPurple": "#B375FF",
"brightRed": "#EA6167",
"brightWhite": "#D4D4D4",
"brightYellow": "#EAB145",
"cursorColor": "#DBC244",
"cyan": "#0ACFCF",
"foreground": "#B2B2B2",
"green": "#02C067",
"name": "SimpliCT",
"purple": "#AC68FF",
"red": "#E74E55",
"selectionBackground": "#D4D4D4",
"white": "#D4D4D4",
"yellow": "#DBC244"
},
{
"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"
}
],
"tabSwitcherMode": "disabled",
"tabWidthMode": "equal",
"theme": "dark",
"useAcrylicInTabRow": true,
"windowingBehavior": "useExisting"
}
{
"final_space": true,
"blocks": [
{
"type": "prompt",
"alignment": "left",
"newline": true,
"segments": [
{
"type": "os",
"foreground": "#111111",
"background": "#dddddd",
"style": "diamond",
"leading_diamond": "",
"properties": {
"windows": ""
}
},
{
"type": "path",
"foreground": "#ffffff",
"background": "#3599eb",
"style": "powerline",
"powerline_symbol": "",
"properties": {
"folder_separator_icon": " <#ffffff></> ",
"home_icon": "",
"folder_icon": "",
"style": "agnoster"
}
},
{
"type": "git",
"foreground": "#193549",
"background": "#eddd4c",
"style": "powerline",
"powerline_symbol": "",
"properties": {
"display_status": true,
"display_stash_count": true,
"display_upstream_icon": true,
"branch_icon": " "
}
},
{
"type": "exit",
"foreground": "#ffffff",
"background": "#00897b",
"style": "powerline",
"powerline_symbol": "",
"properties": {
"always_enabled": true,
"display_exit_code": false,
"color_background": true,
"error_color": "#e91e63",
"prefix": " <#193549></>"
}
}
]
},
{
"type": "prompt",
"alignment": "right",
"segments": [
{
"type": "executiontime",
"style": "powerline",
"invert_powerline": true,
"foreground": "#ffffff",
"background": "#83769c",
"powerline_symbol": "",
"properties": {
"always_enabled": true,
"prefix": " 羽",
"postfix": "\u2800"
}
},
{
"type": "time",
"style": "diamond",
"invert_powerline": true,
"foreground": "#111111",
"background": "#dddddd",
"trailing_diamond": "",
"properties": {
"time_format": "3:04 PM"
}
}
]
},
{
"type": "prompt",
"alignment": "left",
"newline": true,
"segments": [
{
"type": "text",
"style": "plain",
"foreground": "#6ca35e",
"properties": {
"postfix": "",
"text": "❯"
}
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment