Completely hide the title bar / tab row. #19875

Closed
opened 2026-01-31 06:56:05 +00:00 by claunia · 4 comments
Owner

Originally created by @NikolaRHristov on GitHub (May 15, 2023).

Hi, there was an option to completely remove the title bar before.

Screenshot 2023-02-15 012708

Now the title bar or tab row always show.

image

image

Best, Nikola!

Originally created by @NikolaRHristov on GitHub (May 15, 2023). Hi, there was an option to completely remove the title bar before. ![Screenshot 2023-02-15 012708](https://github.com/microsoft/terminal/assets/90222871/fa57c4b5-7c1d-4dc7-9c0c-191e37a909a3) Now the title bar or tab row always show. ![image](https://github.com/microsoft/terminal/assets/90222871/a8f60736-bdcd-4128-a7f2-f71feb83424e) ![image](https://github.com/microsoft/terminal/assets/90222871/0578c189-4a6f-45ab-8b5b-45216ae48da2) Best, Nikola!
claunia added the Issue-FeatureNeeds-TriageNeeds-Tag-Fix labels 2026-01-31 06:56:05 +00:00
Author
Owner

@237dmitry commented on GitHub (May 15, 2023):

I bind it to alt+t

    {
      "command": "toggleFocusMode",
      "keys": "alt+t"
    }

PS. Could you share your blur settings. Looks very plently.

@237dmitry commented on GitHub (May 15, 2023): I bind it to `alt+t` ``` { "command": "toggleFocusMode", "keys": "alt+t" } ``` PS. Could you share your blur settings. Looks very plently.
Author
Owner

@NikolaRHristov commented on GitHub (May 15, 2023):

@237dmitry Thank You! Yup, this is FrontEndDelight on dark mode with the following settings:

{
    "background": "#1B1C1D",
    "black": "#242526",
    "blue": "#2C70B7",
    "brightBlack": "#5FAC6D",
    "brightBlue": "#3393CA",
    "brightCyan": "#4FBCE6",
    "brightGreen": "#74EC4C",
    "brightPurple": "#E75E4F",
    "brightRed": "#F74319",
    "brightWhite": "#8C735B",
    "brightYellow": "#FDC325",
    "cursorColor": "#CDCDCD",
    "cyan": "#3CA1A6",
    "foreground": "#ADADAD",
    "green": "#565747",
    "name": "FrontEndDelight",
    "purple": "#F02E4F",
    "red": "#F8511B",
    "selectionBackground": "#EA6154",
    "white": "#ADADAD",
    "yellow": "#FA771D"
}

image
image
image

@NikolaRHristov commented on GitHub (May 15, 2023): @237dmitry Thank You! Yup, this is `FrontEndDelight` on dark mode with the following settings: ```json { "background": "#1B1C1D", "black": "#242526", "blue": "#2C70B7", "brightBlack": "#5FAC6D", "brightBlue": "#3393CA", "brightCyan": "#4FBCE6", "brightGreen": "#74EC4C", "brightPurple": "#E75E4F", "brightRed": "#F74319", "brightWhite": "#8C735B", "brightYellow": "#FDC325", "cursorColor": "#CDCDCD", "cyan": "#3CA1A6", "foreground": "#ADADAD", "green": "#565747", "name": "FrontEndDelight", "purple": "#F02E4F", "red": "#F8511B", "selectionBackground": "#EA6154", "white": "#ADADAD", "yellow": "#FA771D" } ``` ![image](https://github.com/microsoft/terminal/assets/90222871/569f5112-91b1-40ef-a114-665f4a39afbb) ![image](https://github.com/microsoft/terminal/assets/90222871/261b236a-8c92-46cb-8553-dfb2ff7c2835) ![image](https://github.com/microsoft/terminal/assets/90222871/91ddcd06-acea-4172-81e7-b2e5864bd72e)
Author
Owner

@237dmitry commented on GitHub (May 15, 2023):

Thanks!

@237dmitry commented on GitHub (May 15, 2023): Thanks!
Author
Owner

@NikolaRHristov commented on GitHub (May 15, 2023):

Term go blurr

image

@NikolaRHristov commented on GitHub (May 15, 2023): Term go blurr ![image](https://github.com/microsoft/terminal/assets/90222871/4a5dc820-f24e-4c25-935b-25166433294e)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#19875