Bug 396960 - Feature Request: ability to set Konsole tab background color using escape codes (like can already be done for the terminal background color)
Summary: Feature Request: ability to set Konsole tab background color using escape cod...
Status: REPORTED
Alias: None
Product: konsole
Classification: Applications
Component: tabbar (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords: junior-jobs
Depends on:
Blocks:
 
Reported: 2018-07-29 15:28 UTC by Xtal
Modified: 2024-03-24 21:35 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Color tabs in Firefox (171.25 KB, image/png)
2018-07-29 15:28 UTC, Xtal
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Xtal 2018-07-29 15:28:38 UTC
Created attachment 114193 [details]
Color tabs in Firefox

Konsole already supports setting the background color of the current terminal by outputting an escape code within the terminal, example shell command: 

    echo -ne '\e]11;#0000ff\a'

...this sets the terminal background color to hex code #0000ff (blue).

It would be awesome if something similar could be done for Konsole's tabs.  This would make them much easier to tell apart quickly without needing to read them every time, and make switching tabs very efficient, easily when logged into lots of different hosts.

This would also make it easy for people to write simple shell scripts etc that automatically set the tab color based on hostname, username and lots of other things.

I've attached an example screenshot of a Firefox plugin that lets the user set tab background colors.