Ubuntu 18.04: Change color of window title bar

Clash Royale CLAN TAG#URR8PPP up vote
1
down vote
favorite
Is it possible to make the color of the title bar of the active window different from the rest?
Right now it's black for all windows in my default set-up. I am unable to determine if I can start typing as I don't know which the focused window is.
gnome 18.04 themes gnome-color-manager
add a comment |Â
up vote
1
down vote
favorite
Is it possible to make the color of the title bar of the active window different from the rest?
Right now it's black for all windows in my default set-up. I am unable to determine if I can start typing as I don't know which the focused window is.
gnome 18.04 themes gnome-color-manager
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
Is it possible to make the color of the title bar of the active window different from the rest?
Right now it's black for all windows in my default set-up. I am unable to determine if I can start typing as I don't know which the focused window is.
gnome 18.04 themes gnome-color-manager
Is it possible to make the color of the title bar of the active window different from the rest?
Right now it's black for all windows in my default set-up. I am unable to determine if I can start typing as I don't know which the focused window is.
gnome 18.04 themes gnome-color-manager
edited Jul 5 at 18:25
ponsfrilus
495213
495213
asked Jun 7 at 2:52
Old Geezer
158118
158118
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
1
down vote
This works for me (Ubuntu 18.04 + Gnome 3.28.1):
nano ~/.config/gtk-3.0/gtk.css
To customize the active title bar background colors use .titlebar and .backdrop (for inactive windows).
.titlebar
background: #3089FF;
color:white;
.titlebar:backdrop
background: #777777;
color:white;
After saving the file, remember refresh gnome using this command:
setsid gnome-shell --replace
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
This works for me (Ubuntu 18.04 + Gnome 3.28.1):
nano ~/.config/gtk-3.0/gtk.css
To customize the active title bar background colors use .titlebar and .backdrop (for inactive windows).
.titlebar
background: #3089FF;
color:white;
.titlebar:backdrop
background: #777777;
color:white;
After saving the file, remember refresh gnome using this command:
setsid gnome-shell --replace
add a comment |Â
up vote
1
down vote
This works for me (Ubuntu 18.04 + Gnome 3.28.1):
nano ~/.config/gtk-3.0/gtk.css
To customize the active title bar background colors use .titlebar and .backdrop (for inactive windows).
.titlebar
background: #3089FF;
color:white;
.titlebar:backdrop
background: #777777;
color:white;
After saving the file, remember refresh gnome using this command:
setsid gnome-shell --replace
add a comment |Â
up vote
1
down vote
up vote
1
down vote
This works for me (Ubuntu 18.04 + Gnome 3.28.1):
nano ~/.config/gtk-3.0/gtk.css
To customize the active title bar background colors use .titlebar and .backdrop (for inactive windows).
.titlebar
background: #3089FF;
color:white;
.titlebar:backdrop
background: #777777;
color:white;
After saving the file, remember refresh gnome using this command:
setsid gnome-shell --replace
This works for me (Ubuntu 18.04 + Gnome 3.28.1):
nano ~/.config/gtk-3.0/gtk.css
To customize the active title bar background colors use .titlebar and .backdrop (for inactive windows).
.titlebar
background: #3089FF;
color:white;
.titlebar:backdrop
background: #777777;
color:white;
After saving the file, remember refresh gnome using this command:
setsid gnome-shell --replace
answered Jul 5 at 13:20
Wonko the Sane
814
814
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1044338%2fubuntu-18-04-change-color-of-window-title-bar%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password