Search This Blog

24 June, 2016

Highlighting or making prominent the active Terminal tab in Ubuntu Linux

For highlighting or making prominent the active tab of the Terminal in Ubuntu Linux

 create a file named ~/.config/gtk-3.0/gtk.css

and paste the below content, You can change the color as you want. Hope this helps


TerminalWindow .notebook tab:active {
    background-color: #b0c0f0;
}


No comments:

Post a Comment

tmux enabling mouse interaction

Add the below line to the ~/.tmux.conf setw -g mouse on save the file and exit from the tmux shell, you should be able to use your mouse to ...