[PR #731] Changes to the profiles.json to add Ubuntu and make CMD default #24280

Open
opened 2026-01-31 09:02:22 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/microsoft/terminal/pull/731

State: closed
Merged: No


{
"defaultProfile": "{4e7a6e78-e074-4f05-b951-cf8a9391b2f0}",
"initialRows": 30,
"initialCols": 120,
"alwaysShowTabs": true,
"showTerminalTitleInTitlebar": true,
"experimental_showTabsInTitlebar": true,
"profiles": [

{
  "startingDirectory": "%USERPROFILE%",
  "guid": "{4e7a6e78-e074-4f05-b951-cf8a9391b2f0}",
  "name": "CMD",
  "background": "#000000",
  "colorscheme": "Solarized Dark",
  "historySize": 9001,
  "snapOnInput": true,
  "cursorColor": "#FFFFFF",
  "cursorShape": "bar",
  "commandline": "cmd.exe",
  "fontFace": "Courier New",
  "fontSize": 12,
  "acrylicOpacity": 0.2,
  "useAcrylic": true,
  "closeOnExit": true,
  "padding": "0, 0, 0, 0"
},
{
  "startingDirectory": "%USERPROFILE%",
  "guid": "{4e7a6e78-e074-4f05-b951-cf8a9391b2f1}",
  "name": "PowerShell",
  "background": "#000000",
  "colorscheme": "Solarized Dark",
  "historySize": 9001,
  "snapOnInput": true,
  "cursorColor": "#FFFFFF",
  "cursorShape": "bar",
  "commandline": "powershell.exe",
  "fontFace": "Courier New",
  "fontSize": 12,
  "acrylicOpacity": 0.5,
  "useAcrylic": true,
  "closeOnExit": true,
  "padding": "0, 0, 0, 0"
},
{
  "startingDirectory": "%USERPROFILE%",
  "guid": "{8cc011af-08c9-45ce-9953-86850e09d809}",
  "name": "Ubuntu",
  "background": "#000000",
  "colorscheme": "Solarized Black",
  "historySize": 9001,
  "snapOnInput": true,
  "cursorColor": "#FFFFFF",
  "cursorShape": "bar",
  "commandline": "ubuntu1804",
  "fontFace": "Courier New",
  "fontSize": 12,
  "acrylicOpacity": 0.75,
  "useAcrylic": true,
  "closeOnExit": true,
  "padding": "0, 0, 0, 0"
}

],
"schemes": [

{
  "name": "Campbell",
  "foreground": "#F2F2F2",
  "background": "#0C0C0C",
  "colors": [ "#0C0C0C", "#C50F1F", "#13A10E", "#C19C00", "#0037DA", "#881798", "#3A96DD", "#CCCCCC", "#767676", "#E74856", "#16C60C", "#F9F1A5", "#3B78FF", "#B4009E", "#61D6D6", "#F2F2F2" ]
},
{
  "name": "Solarized Dark",
  "foreground": "#FDF6E3",
  "background": "#073642",
  "colors": [ "#073642", "#D30102", "#859900", "#B58900", "#268BD2", "#D33682", "#2AA198", "#EEE8D5", "#002B36", "#CB4B16", "#586E75", "#657B83", "#839496", "#6C71C4", "#93A1A1", "#FDF6E3" ]
},
{
  "name": "Solarized Light",
  "foreground": "#073642",
  "background": "#FDF6E3",
  "colors": [ "#073642", "#D30102", "#859900", "#B58900", "#268BD2", "#D33682", "#2AA198", "#EEE8D5", "#002B36", "#CB4B16", "#586E75", "#657B83", "#839496", "#6C71C4", "#93A1A1", "#FDF6E3" ]
}

]
}

**Original Pull Request:** https://github.com/microsoft/terminal/pull/731 **State:** closed **Merged:** No --- { "defaultProfile": "{4e7a6e78-e074-4f05-b951-cf8a9391b2f0}", "initialRows": 30, "initialCols": 120, "alwaysShowTabs": true, "showTerminalTitleInTitlebar": true, "experimental_showTabsInTitlebar": true, "profiles": [ { "startingDirectory": "%USERPROFILE%", "guid": "{4e7a6e78-e074-4f05-b951-cf8a9391b2f0}", "name": "CMD", "background": "#000000", "colorscheme": "Solarized Dark", "historySize": 9001, "snapOnInput": true, "cursorColor": "#FFFFFF", "cursorShape": "bar", "commandline": "cmd.exe", "fontFace": "Courier New", "fontSize": 12, "acrylicOpacity": 0.2, "useAcrylic": true, "closeOnExit": true, "padding": "0, 0, 0, 0" }, { "startingDirectory": "%USERPROFILE%", "guid": "{4e7a6e78-e074-4f05-b951-cf8a9391b2f1}", "name": "PowerShell", "background": "#000000", "colorscheme": "Solarized Dark", "historySize": 9001, "snapOnInput": true, "cursorColor": "#FFFFFF", "cursorShape": "bar", "commandline": "powershell.exe", "fontFace": "Courier New", "fontSize": 12, "acrylicOpacity": 0.5, "useAcrylic": true, "closeOnExit": true, "padding": "0, 0, 0, 0" }, { "startingDirectory": "%USERPROFILE%", "guid": "{8cc011af-08c9-45ce-9953-86850e09d809}", "name": "Ubuntu", "background": "#000000", "colorscheme": "Solarized Black", "historySize": 9001, "snapOnInput": true, "cursorColor": "#FFFFFF", "cursorShape": "bar", "commandline": "ubuntu1804", "fontFace": "Courier New", "fontSize": 12, "acrylicOpacity": 0.75, "useAcrylic": true, "closeOnExit": true, "padding": "0, 0, 0, 0" } ], "schemes": [ { "name": "Campbell", "foreground": "#F2F2F2", "background": "#0C0C0C", "colors": [ "#0C0C0C", "#C50F1F", "#13A10E", "#C19C00", "#0037DA", "#881798", "#3A96DD", "#CCCCCC", "#767676", "#E74856", "#16C60C", "#F9F1A5", "#3B78FF", "#B4009E", "#61D6D6", "#F2F2F2" ] }, { "name": "Solarized Dark", "foreground": "#FDF6E3", "background": "#073642", "colors": [ "#073642", "#D30102", "#859900", "#B58900", "#268BD2", "#D33682", "#2AA198", "#EEE8D5", "#002B36", "#CB4B16", "#586E75", "#657B83", "#839496", "#6C71C4", "#93A1A1", "#FDF6E3" ] }, { "name": "Solarized Light", "foreground": "#073642", "background": "#FDF6E3", "colors": [ "#073642", "#D30102", "#859900", "#B58900", "#268BD2", "#D33682", "#2AA198", "#EEE8D5", "#002B36", "#CB4B16", "#586E75", "#657B83", "#839496", "#6C71C4", "#93A1A1", "#FDF6E3" ] } ] }
claunia added the pull-request label 2026-01-31 09:02:22 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#24280