What's the use of `palette sidebar` in beamer's themes?
I'm customising the appearance of my beamer slides, and am trying to set up a nice colour theme. I'm using the miniframes outer theme.
I have set up the four colours of the palette (primary, secondary etc), but I would like the miniframes outer theme to use another colour scheme, since the ones in the main palette are rather different. It would seem that the palette sidebar primary etc would be the recipe for that, but changing them does not have any effect. Indeed, looking at all the outer themes supplied with beamer, none of them seem to use the palette sidebar colours.
Is there actually any use of palette sidebar with the outer themes supplied with beamer, or will I have to write my own outer theme to use this palette?
Edit:
Indeed, the palette sidebar colours do work with the sidebar outer theme, but not with the miniframes outer theme, as I would have hoped (as in the example below). I guess that means I do have to hack the miniframes outer theme to have a separate palette for the elements there.
documentclass{beamer}
% useoutertheme{sidebar}
useoutertheme{miniframes}
% These colors only affect the sidebar outertheme
setbeamercolor{palette sidebar primary}{fg=red}
setbeamercolor{palette sidebar secondary}{fg=red}
setbeamercolor{palette sidebar tertiary}{fg=red}
% These colors affect everything, including the miniframes outertheme
setbeamercolor{palette primary}{fg=orange}
setbeamercolor{palette secondary}{fg=green}
setbeamercolor{palette tertiary}{fg=yellow}
% This is what I would like to have
setbeamercolor{palette miniframes primary}{fg=magenta}
setbeamercolor{palette miniframes secondary}{fg=magenta}
setbeamercolor{palette miniframes tertiary}{fg=magenta}
begin{document}
section{AAA}
subsection{BBB}
begin{frame}
frametitle{A}
end{frame}
begin{frame}
frametitle{B}
end{frame}
end{document}

beamer palette
add a comment |
I'm customising the appearance of my beamer slides, and am trying to set up a nice colour theme. I'm using the miniframes outer theme.
I have set up the four colours of the palette (primary, secondary etc), but I would like the miniframes outer theme to use another colour scheme, since the ones in the main palette are rather different. It would seem that the palette sidebar primary etc would be the recipe for that, but changing them does not have any effect. Indeed, looking at all the outer themes supplied with beamer, none of them seem to use the palette sidebar colours.
Is there actually any use of palette sidebar with the outer themes supplied with beamer, or will I have to write my own outer theme to use this palette?
Edit:
Indeed, the palette sidebar colours do work with the sidebar outer theme, but not with the miniframes outer theme, as I would have hoped (as in the example below). I guess that means I do have to hack the miniframes outer theme to have a separate palette for the elements there.
documentclass{beamer}
% useoutertheme{sidebar}
useoutertheme{miniframes}
% These colors only affect the sidebar outertheme
setbeamercolor{palette sidebar primary}{fg=red}
setbeamercolor{palette sidebar secondary}{fg=red}
setbeamercolor{palette sidebar tertiary}{fg=red}
% These colors affect everything, including the miniframes outertheme
setbeamercolor{palette primary}{fg=orange}
setbeamercolor{palette secondary}{fg=green}
setbeamercolor{palette tertiary}{fg=yellow}
% This is what I would like to have
setbeamercolor{palette miniframes primary}{fg=magenta}
setbeamercolor{palette miniframes secondary}{fg=magenta}
setbeamercolor{palette miniframes tertiary}{fg=magenta}
begin{document}
section{AAA}
subsection{BBB}
begin{frame}
frametitle{A}
end{frame}
begin{frame}
frametitle{B}
end{frame}
end{document}

beamer palette
If you have a problem with changing the miniframe colours, please ask a new question including a minimal working example (MWE) that demonstrates what problem you face.
– samcarter
Jan 8 at 10:07
Out of curiosity: why do you assume that a colour containing the wordsidebarin its name, would have any effect on miniframes?
– samcarter
Jan 8 at 20:28
add a comment |
I'm customising the appearance of my beamer slides, and am trying to set up a nice colour theme. I'm using the miniframes outer theme.
I have set up the four colours of the palette (primary, secondary etc), but I would like the miniframes outer theme to use another colour scheme, since the ones in the main palette are rather different. It would seem that the palette sidebar primary etc would be the recipe for that, but changing them does not have any effect. Indeed, looking at all the outer themes supplied with beamer, none of them seem to use the palette sidebar colours.
Is there actually any use of palette sidebar with the outer themes supplied with beamer, or will I have to write my own outer theme to use this palette?
Edit:
Indeed, the palette sidebar colours do work with the sidebar outer theme, but not with the miniframes outer theme, as I would have hoped (as in the example below). I guess that means I do have to hack the miniframes outer theme to have a separate palette for the elements there.
documentclass{beamer}
% useoutertheme{sidebar}
useoutertheme{miniframes}
% These colors only affect the sidebar outertheme
setbeamercolor{palette sidebar primary}{fg=red}
setbeamercolor{palette sidebar secondary}{fg=red}
setbeamercolor{palette sidebar tertiary}{fg=red}
% These colors affect everything, including the miniframes outertheme
setbeamercolor{palette primary}{fg=orange}
setbeamercolor{palette secondary}{fg=green}
setbeamercolor{palette tertiary}{fg=yellow}
% This is what I would like to have
setbeamercolor{palette miniframes primary}{fg=magenta}
setbeamercolor{palette miniframes secondary}{fg=magenta}
setbeamercolor{palette miniframes tertiary}{fg=magenta}
begin{document}
section{AAA}
subsection{BBB}
begin{frame}
frametitle{A}
end{frame}
begin{frame}
frametitle{B}
end{frame}
end{document}

beamer palette
I'm customising the appearance of my beamer slides, and am trying to set up a nice colour theme. I'm using the miniframes outer theme.
I have set up the four colours of the palette (primary, secondary etc), but I would like the miniframes outer theme to use another colour scheme, since the ones in the main palette are rather different. It would seem that the palette sidebar primary etc would be the recipe for that, but changing them does not have any effect. Indeed, looking at all the outer themes supplied with beamer, none of them seem to use the palette sidebar colours.
Is there actually any use of palette sidebar with the outer themes supplied with beamer, or will I have to write my own outer theme to use this palette?
Edit:
Indeed, the palette sidebar colours do work with the sidebar outer theme, but not with the miniframes outer theme, as I would have hoped (as in the example below). I guess that means I do have to hack the miniframes outer theme to have a separate palette for the elements there.
documentclass{beamer}
% useoutertheme{sidebar}
useoutertheme{miniframes}
% These colors only affect the sidebar outertheme
setbeamercolor{palette sidebar primary}{fg=red}
setbeamercolor{palette sidebar secondary}{fg=red}
setbeamercolor{palette sidebar tertiary}{fg=red}
% These colors affect everything, including the miniframes outertheme
setbeamercolor{palette primary}{fg=orange}
setbeamercolor{palette secondary}{fg=green}
setbeamercolor{palette tertiary}{fg=yellow}
% This is what I would like to have
setbeamercolor{palette miniframes primary}{fg=magenta}
setbeamercolor{palette miniframes secondary}{fg=magenta}
setbeamercolor{palette miniframes tertiary}{fg=magenta}
begin{document}
section{AAA}
subsection{BBB}
begin{frame}
frametitle{A}
end{frame}
begin{frame}
frametitle{B}
end{frame}
end{document}

beamer palette
beamer palette
edited Jan 8 at 20:18
Supernormal
asked Jan 8 at 7:45
SupernormalSupernormal
455410
455410
If you have a problem with changing the miniframe colours, please ask a new question including a minimal working example (MWE) that demonstrates what problem you face.
– samcarter
Jan 8 at 10:07
Out of curiosity: why do you assume that a colour containing the wordsidebarin its name, would have any effect on miniframes?
– samcarter
Jan 8 at 20:28
add a comment |
If you have a problem with changing the miniframe colours, please ask a new question including a minimal working example (MWE) that demonstrates what problem you face.
– samcarter
Jan 8 at 10:07
Out of curiosity: why do you assume that a colour containing the wordsidebarin its name, would have any effect on miniframes?
– samcarter
Jan 8 at 20:28
If you have a problem with changing the miniframe colours, please ask a new question including a minimal working example (MWE) that demonstrates what problem you face.
– samcarter
Jan 8 at 10:07
If you have a problem with changing the miniframe colours, please ask a new question including a minimal working example (MWE) that demonstrates what problem you face.
– samcarter
Jan 8 at 10:07
Out of curiosity: why do you assume that a colour containing the word
sidebar in its name, would have any effect on miniframes?– samcarter
Jan 8 at 20:28
Out of curiosity: why do you assume that a colour containing the word
sidebar in its name, would have any effect on miniframes?– samcarter
Jan 8 at 20:28
add a comment |
1 Answer
1
active
oldest
votes
The palette sidebar xxx colours are used by most (all?) themes which have a sidebar. For example observe the colour of the subsection title in the following document:
documentclass{beamer}
usetheme{Berkeley}
setbeamercolor{palette sidebar primary}{fg=red}
begin{document}
section{section name}
subsection{subsection name}
begin{frame}
abc
end{frame}
end{document}

If you want to change the colours in the headline of the miniframes theme, the easiest way is to set the section in head/foot colour.
documentclass{beamer}
useoutertheme{miniframes}
% These colors affect everything, including the miniframes outertheme
setbeamercolor{palette primary}{fg=orange}
setbeamercolor{palette secondary}{fg=green}
setbeamercolor{palette tertiary}{fg=yellow}
% This is what I would like to have
setbeamercolor{section in head/foot}{fg=magenta}
setbeamercolor{subsection in head/foot}{fg=magenta}
begin{document}
section{AAA}
subsection{BBB}
begin{frame}
frametitle{A}
end{frame}
begin{frame}
frametitle{B}
end{frame}
end{document}

add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "85"
};
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%2ftex.stackexchange.com%2fquestions%2f469100%2fwhats-the-use-of-palette-sidebar-in-beamers-themes%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
The palette sidebar xxx colours are used by most (all?) themes which have a sidebar. For example observe the colour of the subsection title in the following document:
documentclass{beamer}
usetheme{Berkeley}
setbeamercolor{palette sidebar primary}{fg=red}
begin{document}
section{section name}
subsection{subsection name}
begin{frame}
abc
end{frame}
end{document}

If you want to change the colours in the headline of the miniframes theme, the easiest way is to set the section in head/foot colour.
documentclass{beamer}
useoutertheme{miniframes}
% These colors affect everything, including the miniframes outertheme
setbeamercolor{palette primary}{fg=orange}
setbeamercolor{palette secondary}{fg=green}
setbeamercolor{palette tertiary}{fg=yellow}
% This is what I would like to have
setbeamercolor{section in head/foot}{fg=magenta}
setbeamercolor{subsection in head/foot}{fg=magenta}
begin{document}
section{AAA}
subsection{BBB}
begin{frame}
frametitle{A}
end{frame}
begin{frame}
frametitle{B}
end{frame}
end{document}

add a comment |
The palette sidebar xxx colours are used by most (all?) themes which have a sidebar. For example observe the colour of the subsection title in the following document:
documentclass{beamer}
usetheme{Berkeley}
setbeamercolor{palette sidebar primary}{fg=red}
begin{document}
section{section name}
subsection{subsection name}
begin{frame}
abc
end{frame}
end{document}

If you want to change the colours in the headline of the miniframes theme, the easiest way is to set the section in head/foot colour.
documentclass{beamer}
useoutertheme{miniframes}
% These colors affect everything, including the miniframes outertheme
setbeamercolor{palette primary}{fg=orange}
setbeamercolor{palette secondary}{fg=green}
setbeamercolor{palette tertiary}{fg=yellow}
% This is what I would like to have
setbeamercolor{section in head/foot}{fg=magenta}
setbeamercolor{subsection in head/foot}{fg=magenta}
begin{document}
section{AAA}
subsection{BBB}
begin{frame}
frametitle{A}
end{frame}
begin{frame}
frametitle{B}
end{frame}
end{document}

add a comment |
The palette sidebar xxx colours are used by most (all?) themes which have a sidebar. For example observe the colour of the subsection title in the following document:
documentclass{beamer}
usetheme{Berkeley}
setbeamercolor{palette sidebar primary}{fg=red}
begin{document}
section{section name}
subsection{subsection name}
begin{frame}
abc
end{frame}
end{document}

If you want to change the colours in the headline of the miniframes theme, the easiest way is to set the section in head/foot colour.
documentclass{beamer}
useoutertheme{miniframes}
% These colors affect everything, including the miniframes outertheme
setbeamercolor{palette primary}{fg=orange}
setbeamercolor{palette secondary}{fg=green}
setbeamercolor{palette tertiary}{fg=yellow}
% This is what I would like to have
setbeamercolor{section in head/foot}{fg=magenta}
setbeamercolor{subsection in head/foot}{fg=magenta}
begin{document}
section{AAA}
subsection{BBB}
begin{frame}
frametitle{A}
end{frame}
begin{frame}
frametitle{B}
end{frame}
end{document}

The palette sidebar xxx colours are used by most (all?) themes which have a sidebar. For example observe the colour of the subsection title in the following document:
documentclass{beamer}
usetheme{Berkeley}
setbeamercolor{palette sidebar primary}{fg=red}
begin{document}
section{section name}
subsection{subsection name}
begin{frame}
abc
end{frame}
end{document}

If you want to change the colours in the headline of the miniframes theme, the easiest way is to set the section in head/foot colour.
documentclass{beamer}
useoutertheme{miniframes}
% These colors affect everything, including the miniframes outertheme
setbeamercolor{palette primary}{fg=orange}
setbeamercolor{palette secondary}{fg=green}
setbeamercolor{palette tertiary}{fg=yellow}
% This is what I would like to have
setbeamercolor{section in head/foot}{fg=magenta}
setbeamercolor{subsection in head/foot}{fg=magenta}
begin{document}
section{AAA}
subsection{BBB}
begin{frame}
frametitle{A}
end{frame}
begin{frame}
frametitle{B}
end{frame}
end{document}

edited Jan 8 at 20:24
answered Jan 8 at 10:07
samcartersamcarter
87k795279
87k795279
add a comment |
add a comment |
Thanks for contributing an answer to TeX - LaTeX 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%2ftex.stackexchange.com%2fquestions%2f469100%2fwhats-the-use-of-palette-sidebar-in-beamers-themes%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
If you have a problem with changing the miniframe colours, please ask a new question including a minimal working example (MWE) that demonstrates what problem you face.
– samcarter
Jan 8 at 10:07
Out of curiosity: why do you assume that a colour containing the word
sidebarin its name, would have any effect on miniframes?– samcarter
Jan 8 at 20:28