How do I make themes apply to windows as well as system elements?
I am using Linux Mint with Cinnamon.
Whenever I install a theme, it changes the 'system' elements, like the menu and taskbar, but not the window borders or buttons or the like. I went on the 'Other Settings' tab in the 'Themes' window, but no options other than the ones that came with the system appear. Specifically, I want the Holo theme to be system-wide.
x11 cinnamon theme appearance
add a comment |
I am using Linux Mint with Cinnamon.
Whenever I install a theme, it changes the 'system' elements, like the menu and taskbar, but not the window borders or buttons or the like. I went on the 'Other Settings' tab in the 'Themes' window, but no options other than the ones that came with the system appear. Specifically, I want the Holo theme to be system-wide.
x11 cinnamon theme appearance
add a comment |
I am using Linux Mint with Cinnamon.
Whenever I install a theme, it changes the 'system' elements, like the menu and taskbar, but not the window borders or buttons or the like. I went on the 'Other Settings' tab in the 'Themes' window, but no options other than the ones that came with the system appear. Specifically, I want the Holo theme to be system-wide.
x11 cinnamon theme appearance
I am using Linux Mint with Cinnamon.
Whenever I install a theme, it changes the 'system' elements, like the menu and taskbar, but not the window borders or buttons or the like. I went on the 'Other Settings' tab in the 'Themes' window, but no options other than the ones that came with the system appear. Specifically, I want the Holo theme to be system-wide.
x11 cinnamon theme appearance
x11 cinnamon theme appearance
edited 1 hour ago
Rui F Ribeiro
39.6k1479132
39.6k1479132
asked Nov 27 '13 at 19:37
IanIan
1264
1264
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
This is sort of a partial answer since I'm not a user of Mint or Cinnamon.
The general appearance of the GUI in linux is mostly determined by two things:
The theme of the widget library (aka. toolkit), which is usually primarily GTK. "Primarily", because in fact the toolkit used by an application is determined by the application itself, but the most common one is GTK. The DE (desktop environment) includes a bunch of applications of its own and these will all use the same toolkit; Cinnamon is a GTK based DE. However, keep in mind that it's possible to run applications which don't use GTK, in which case, they will probably not match the theme.
The widget library is what's responsible for the stuff inside the window borders. There are various ways to change this, DE's will include one (which you've evidently found).
The theme used by the window manager. The window manager is a layer underneath the DE, and it determines how windows look and behave. They employ themes too, but these are unrelated to any widget theme. Unlike the widget toolkit, the window is not determined per application, and so the border, titlebar, etc. will appear the same regardless.
DE's usually have a way to change the window manager theme too, but it will probably be separate from the widget theme. On KDE, for example, #1 is the "Desktop Theme" and #2 is the "Window Decorations". So you want to look for a distinction of that sort; a quick online search for "linux mint cinnamon change window theme" turned up this, which mentions the window borders, etc., in contrast to the GTK theme.
hmm...I only get the main 'theme' manager, no option for window theme. I do get this, but nothing about my theme shows up in the options.
– Ian
Nov 27 '13 at 20:33
This is a little more recent: superuser.com/questions/535894/… If that's not it, ask on the Mint forum from the first link.
– goldilocks
Nov 28 '13 at 12:30
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f102816%2fhow-do-i-make-themes-apply-to-windows-as-well-as-system-elements%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
This is sort of a partial answer since I'm not a user of Mint or Cinnamon.
The general appearance of the GUI in linux is mostly determined by two things:
The theme of the widget library (aka. toolkit), which is usually primarily GTK. "Primarily", because in fact the toolkit used by an application is determined by the application itself, but the most common one is GTK. The DE (desktop environment) includes a bunch of applications of its own and these will all use the same toolkit; Cinnamon is a GTK based DE. However, keep in mind that it's possible to run applications which don't use GTK, in which case, they will probably not match the theme.
The widget library is what's responsible for the stuff inside the window borders. There are various ways to change this, DE's will include one (which you've evidently found).
The theme used by the window manager. The window manager is a layer underneath the DE, and it determines how windows look and behave. They employ themes too, but these are unrelated to any widget theme. Unlike the widget toolkit, the window is not determined per application, and so the border, titlebar, etc. will appear the same regardless.
DE's usually have a way to change the window manager theme too, but it will probably be separate from the widget theme. On KDE, for example, #1 is the "Desktop Theme" and #2 is the "Window Decorations". So you want to look for a distinction of that sort; a quick online search for "linux mint cinnamon change window theme" turned up this, which mentions the window borders, etc., in contrast to the GTK theme.
hmm...I only get the main 'theme' manager, no option for window theme. I do get this, but nothing about my theme shows up in the options.
– Ian
Nov 27 '13 at 20:33
This is a little more recent: superuser.com/questions/535894/… If that's not it, ask on the Mint forum from the first link.
– goldilocks
Nov 28 '13 at 12:30
add a comment |
This is sort of a partial answer since I'm not a user of Mint or Cinnamon.
The general appearance of the GUI in linux is mostly determined by two things:
The theme of the widget library (aka. toolkit), which is usually primarily GTK. "Primarily", because in fact the toolkit used by an application is determined by the application itself, but the most common one is GTK. The DE (desktop environment) includes a bunch of applications of its own and these will all use the same toolkit; Cinnamon is a GTK based DE. However, keep in mind that it's possible to run applications which don't use GTK, in which case, they will probably not match the theme.
The widget library is what's responsible for the stuff inside the window borders. There are various ways to change this, DE's will include one (which you've evidently found).
The theme used by the window manager. The window manager is a layer underneath the DE, and it determines how windows look and behave. They employ themes too, but these are unrelated to any widget theme. Unlike the widget toolkit, the window is not determined per application, and so the border, titlebar, etc. will appear the same regardless.
DE's usually have a way to change the window manager theme too, but it will probably be separate from the widget theme. On KDE, for example, #1 is the "Desktop Theme" and #2 is the "Window Decorations". So you want to look for a distinction of that sort; a quick online search for "linux mint cinnamon change window theme" turned up this, which mentions the window borders, etc., in contrast to the GTK theme.
hmm...I only get the main 'theme' manager, no option for window theme. I do get this, but nothing about my theme shows up in the options.
– Ian
Nov 27 '13 at 20:33
This is a little more recent: superuser.com/questions/535894/… If that's not it, ask on the Mint forum from the first link.
– goldilocks
Nov 28 '13 at 12:30
add a comment |
This is sort of a partial answer since I'm not a user of Mint or Cinnamon.
The general appearance of the GUI in linux is mostly determined by two things:
The theme of the widget library (aka. toolkit), which is usually primarily GTK. "Primarily", because in fact the toolkit used by an application is determined by the application itself, but the most common one is GTK. The DE (desktop environment) includes a bunch of applications of its own and these will all use the same toolkit; Cinnamon is a GTK based DE. However, keep in mind that it's possible to run applications which don't use GTK, in which case, they will probably not match the theme.
The widget library is what's responsible for the stuff inside the window borders. There are various ways to change this, DE's will include one (which you've evidently found).
The theme used by the window manager. The window manager is a layer underneath the DE, and it determines how windows look and behave. They employ themes too, but these are unrelated to any widget theme. Unlike the widget toolkit, the window is not determined per application, and so the border, titlebar, etc. will appear the same regardless.
DE's usually have a way to change the window manager theme too, but it will probably be separate from the widget theme. On KDE, for example, #1 is the "Desktop Theme" and #2 is the "Window Decorations". So you want to look for a distinction of that sort; a quick online search for "linux mint cinnamon change window theme" turned up this, which mentions the window borders, etc., in contrast to the GTK theme.
This is sort of a partial answer since I'm not a user of Mint or Cinnamon.
The general appearance of the GUI in linux is mostly determined by two things:
The theme of the widget library (aka. toolkit), which is usually primarily GTK. "Primarily", because in fact the toolkit used by an application is determined by the application itself, but the most common one is GTK. The DE (desktop environment) includes a bunch of applications of its own and these will all use the same toolkit; Cinnamon is a GTK based DE. However, keep in mind that it's possible to run applications which don't use GTK, in which case, they will probably not match the theme.
The widget library is what's responsible for the stuff inside the window borders. There are various ways to change this, DE's will include one (which you've evidently found).
The theme used by the window manager. The window manager is a layer underneath the DE, and it determines how windows look and behave. They employ themes too, but these are unrelated to any widget theme. Unlike the widget toolkit, the window is not determined per application, and so the border, titlebar, etc. will appear the same regardless.
DE's usually have a way to change the window manager theme too, but it will probably be separate from the widget theme. On KDE, for example, #1 is the "Desktop Theme" and #2 is the "Window Decorations". So you want to look for a distinction of that sort; a quick online search for "linux mint cinnamon change window theme" turned up this, which mentions the window borders, etc., in contrast to the GTK theme.
answered Nov 27 '13 at 19:59
goldilocksgoldilocks
61.9k13151208
61.9k13151208
hmm...I only get the main 'theme' manager, no option for window theme. I do get this, but nothing about my theme shows up in the options.
– Ian
Nov 27 '13 at 20:33
This is a little more recent: superuser.com/questions/535894/… If that's not it, ask on the Mint forum from the first link.
– goldilocks
Nov 28 '13 at 12:30
add a comment |
hmm...I only get the main 'theme' manager, no option for window theme. I do get this, but nothing about my theme shows up in the options.
– Ian
Nov 27 '13 at 20:33
This is a little more recent: superuser.com/questions/535894/… If that's not it, ask on the Mint forum from the first link.
– goldilocks
Nov 28 '13 at 12:30
hmm...I only get the main 'theme' manager, no option for window theme. I do get this, but nothing about my theme shows up in the options.
– Ian
Nov 27 '13 at 20:33
hmm...I only get the main 'theme' manager, no option for window theme. I do get this, but nothing about my theme shows up in the options.
– Ian
Nov 27 '13 at 20:33
This is a little more recent: superuser.com/questions/535894/… If that's not it, ask on the Mint forum from the first link.
– goldilocks
Nov 28 '13 at 12:30
This is a little more recent: superuser.com/questions/535894/… If that's not it, ask on the Mint forum from the first link.
– goldilocks
Nov 28 '13 at 12:30
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f102816%2fhow-do-i-make-themes-apply-to-windows-as-well-as-system-elements%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
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
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown