Rocksolid Light

Welcome to RetroBBS

mail  files  register  newsreader  groups  login

Message-ID:  

God doesn't play dice. -- Albert Einstein


computers / comp.text.tex / beamer theme: black backgroud, yellow titles and white text

SubjectAuthor
* beamer theme: black backgroud, yellow titles and white textSivaram Neelakantan
`* Re: beamer theme: black backgroud, yellow titles and white textsamcarter8
 +- Re: beamer theme: black backgroud, yellow titles and white textSivaram Neelakantan
 `* Re: beamer theme: black backgroud, yellow titles and white textSivaram Neelakantan
  `* Re: beamer theme: black backgroud, yellow titles and white textsamcarter8
   `* Re: beamer theme: black backgroud, yellow titles and white textSivaram Neelakantan
    `* Re: beamer theme: black backgroud, yellow titles and white textsamcarter8
     `* Re: beamer theme: black backgroud, yellow titles and white textSivaram Neelakantan
      `* Re: beamer theme: black backgroud, yellow titles and white textsamcarter8
       +- Re: beamer theme: black backgroud, yellow titles and white textSivaram Neelakantan
       `- Re: beamer theme: black backgroud, yellow titles and white textSivaram Neelakantan

1
beamer theme: black backgroud, yellow titles and white text

<85h7dytyfn.fsf@gmail.com>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=4219&group=comp.text.tex#4219

  copy link   Newsgroups: comp.text.tex
Path: rocksolid2!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: nsivaram.net@gmail.com (Sivaram Neelakantan)
Newsgroups: comp.text.tex
Subject: beamer theme: black backgroud, yellow titles and white text
Date: Sun, 03 Oct 2021 11:57:56 +0530
Organization: A noiseless patient Spider
Lines: 17
Message-ID: <85h7dytyfn.fsf@gmail.com>
Mime-Version: 1.0
Content-Type: text/plain
Injection-Info: reader02.eternal-september.org; posting-host="c5dae93241d821b9da677ba837d3c6b5";
logging-data="18826"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/Ba2TUyrwcdDLjZlPdEcAwNyfVclaITXQ="
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (windows-nt)
Cancel-Lock: sha1:2EwqGyY+2yCsaYTK/DeXTy4p0Fg=
sha1:6f0ncRNIIZmIG4Xz6Ax4ApL53Hk=
User-Mail-Address: nsivaram.net@gmail.com
 by: Sivaram Neelakantan - Sun, 3 Oct 2021 06:27 UTC

What is the easiest way to configure the above in beamer? I have no
idea what the final structure of slide components would look like but
have info only that it's got to be black background, slide titles and
subtitles are to be in yellow and running text of various sizes are to
be in white.

I have been using
\usepackage{beamerthemeWarsaw}
\setbeameroption{show notes on second screen=right} % Both
\useoutertheme[subsection=false]{smoothbars}
\setbeamercolor{title in head/foot}{fg=Green}

which gives blue on white. How do I tweak this for the above colours
please?

sivaram
--

Re: beamer theme: black backgroud, yellow titles and white text

<8fd93e0b-f332-5ade-f5b9-3783cc7a0aad@aol.com>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=4227&group=comp.text.tex#4227

  copy link   Newsgroups: comp.text.tex
Path: rocksolid2!news.neodome.net!3.eu.feeder.erje.net!feeder.erje.net!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: sam.carter8@aol.com (samcarter8)
Newsgroups: comp.text.tex
Subject: Re: beamer theme: black backgroud, yellow titles and white text
Date: Mon, 4 Oct 2021 13:24:52 +0200
Organization: A noiseless patient Spider
Lines: 40
Message-ID: <8fd93e0b-f332-5ade-f5b9-3783cc7a0aad@aol.com>
References: <85h7dytyfn.fsf@gmail.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Info: reader02.eternal-september.org; posting-host="9fabbafbbea4a25e2958d182b64a417a";
logging-data="23000"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18d2Go6AZOkmIreX7CNrrmhBWi86jOGcSU="
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:78.0)
Gecko/20100101 Thunderbird/78.11.0
Cancel-Lock: sha1:St/iv59fCpn2YHRinuvhHXY3EK8=
In-Reply-To: <85h7dytyfn.fsf@gmail.com>
Content-Language: en-GB
 by: samcarter8 - Mon, 4 Oct 2021 11:24 UTC

It sounds as if a simplified version of this theme
https://topanswers.xyz/tex?q=1280 would be close to what you are looking
for:

\documentclass{beamer}

\setbeamercolor{background canvas}{bg=black}
\setbeamercolor{structure}{fg=yellow}
\setbeamercolor{normal text}{fg=white}

\begin{document}
\begin{frame}
\frametitle{title}
\framesubtitle{title}
abc
\end{frame}
\end{document}

On 03.10.21 08:27, Sivaram Neelakantan wrote:
> What is the easiest way to configure the above in beamer? I have no
> idea what the final structure of slide components would look like but
> have info only that it's got to be black background, slide titles and
> subtitles are to be in yellow and running text of various sizes are to
> be in white.
>
> I have been using
> \usepackage{beamerthemeWarsaw}
> \setbeameroption{show notes on second screen=right} % Both
> \useoutertheme[subsection=false]{smoothbars}
> \setbeamercolor{title in head/foot}{fg=Green}
>
> which gives blue on white. How do I tweak this for the above colours
> please?
>
> sivaram
>

Re: beamer theme: black backgroud, yellow titles and white text

<851r4z7llu.fsf@gmail.com>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=4228&group=comp.text.tex#4228

  copy link   Newsgroups: comp.text.tex
Path: rocksolid2!news.neodome.net!weretis.net!feeder8.news.weretis.net!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: nsivaram.net@gmail.com (Sivaram Neelakantan)
Newsgroups: comp.text.tex
Subject: Re: beamer theme: black backgroud, yellow titles and white text
Date: Tue, 05 Oct 2021 17:02:45 +0530
Organization: A noiseless patient Spider
Lines: 31
Message-ID: <851r4z7llu.fsf@gmail.com>
References: <85h7dytyfn.fsf@gmail.com>
<8fd93e0b-f332-5ade-f5b9-3783cc7a0aad@aol.com>
Mime-Version: 1.0
Content-Type: text/plain
Injection-Info: reader02.eternal-september.org; posting-host="302dc1e1bd4f459895a2d1e95a4170d0";
logging-data="31104"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19Ul5/M0m3YMsUmTyBMDKtx4f7z2pRp9Wo="
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (windows-nt)
Cancel-Lock: sha1:G08IDoFTSdL4ozmxLjiEvc9oyT0=
sha1:/hzjaxqRclCW1HSpc/dN9YDcKqQ=
User-Mail-Address: nsivaram.net@gmail.com
 by: Sivaram Neelakantan - Tue, 5 Oct 2021 11:32 UTC

On Mon, Oct 04 2021,samcarter8 wrote:

> It sounds as if a simplified version of this theme
> https://topanswers.xyz/tex?q=1280 would be close to what you are looking
> for:
>
> \documentclass{beamer}
>
> \setbeamercolor{background canvas}{bg=black}
> \setbeamercolor{structure}{fg=yellow}
> \setbeamercolor{normal text}{fg=white}
>
> \begin{document}
>
> \begin{frame}
> \frametitle{title}
> \framesubtitle{title}
> abc
> \end{frame}
>
> \end{document}

[snipped 21 lines]

While I haven't fully tested it out with my theme, this is pretty much
the colour scheme that I was looking for. Thanks for the minimal
example code.

sivaram
--

Re: beamer theme: black backgroud, yellow titles and white text

<85wnmr5rdn.fsf@gmail.com>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=4229&group=comp.text.tex#4229

  copy link   Newsgroups: comp.text.tex
Path: rocksolid2!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: nsivaram.net@gmail.com (Sivaram Neelakantan)
Newsgroups: comp.text.tex
Subject: Re: beamer theme: black backgroud, yellow titles and white text
Date: Tue, 05 Oct 2021 22:41:00 +0530
Organization: A noiseless patient Spider
Lines: 41
Message-ID: <85wnmr5rdn.fsf@gmail.com>
References: <85h7dytyfn.fsf@gmail.com>
<8fd93e0b-f332-5ade-f5b9-3783cc7a0aad@aol.com>
Mime-Version: 1.0
Content-Type: text/plain
Injection-Info: reader02.eternal-september.org; posting-host="302dc1e1bd4f459895a2d1e95a4170d0";
logging-data="30291"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+W4XibgaNV9B8tHUJraS8diLE4liLUOws="
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (windows-nt)
Cancel-Lock: sha1:95ph4LGe6r73aiVqlY9l9SUkgEg=
sha1:MaUpe51+RMR8XNeLRL1ZKX0pHew=
User-Mail-Address: nsivaram.net@gmail.com
 by: Sivaram Neelakantan - Tue, 5 Oct 2021 17:11 UTC

On Mon, Oct 04 2021,samcarter8 wrote:

> It sounds as if a simplified version of this theme
> https://topanswers.xyz/tex?q=1280 would be close to what you are looking
> for:
>
> \documentclass{beamer}
>
> \setbeamercolor{background canvas}{bg=black}
> \setbeamercolor{structure}{fg=yellow}
> \setbeamercolor{normal text}{fg=white}
>
> \begin{document}
>
> \begin{frame}
> \frametitle{title}
> \framesubtitle{title}
> abc
> \end{frame}
>
> \end{document}

[snipped 20 lines]
How do I change the line under the frametitle to a different colour.
Using Warsaw theme it stays white irrespective of what frame element
colour I change

\setbeamertemplate{navigation symbols}{}
\setbeamercolor{background canvas}{bg=black}
\setbeamercolor{background}{bg=black}
\setbeamercolor{title}{parent=structure,fg=white,bg=yellow}
\setbeamercolor{titlelike}{parent=structure,fg=white,bg=yellow}
\setbeamercolor{structure}{fg=white,bg=black}
\setbeamercolor{frametitle}{fg=white,bg=black}
\setbeamercolor{headline}{fg=yellow,bg=yellow}
\setbeamercolor{upper separation line head}{fg=yellow}
\setbeamercolor{separation line}{fg=yellow}
\setbeamercolor{fine separation line}{fg=yellow}

sivaram
--

Re: beamer theme: black backgroud, yellow titles and white text

<b58dc827-95c3-9952-d62f-3494e90ef544@aol.com>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=4230&group=comp.text.tex#4230

  copy link   Newsgroups: comp.text.tex
Path: rocksolid2!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: sam.carter8@aol.com (samcarter8)
Newsgroups: comp.text.tex
Subject: Re: beamer theme: black backgroud, yellow titles and white text
Date: Wed, 6 Oct 2021 16:59:54 +0200
Organization: A noiseless patient Spider
Lines: 45
Message-ID: <b58dc827-95c3-9952-d62f-3494e90ef544@aol.com>
References: <85h7dytyfn.fsf@gmail.com>
<8fd93e0b-f332-5ade-f5b9-3783cc7a0aad@aol.com> <85wnmr5rdn.fsf@gmail.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Info: reader02.eternal-september.org; posting-host="f7e5779026966390ee6f3fbbb5c61902";
logging-data="5826"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19q9ticnG3m/autd8oFn+QqQ1pX9mlN6MA="
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:78.0)
Gecko/20100101 Thunderbird/78.11.0
Cancel-Lock: sha1:Lc2BACew64WW8sGGWKxfi2QekIs=
In-Reply-To: <85wnmr5rdn.fsf@gmail.com>
Content-Language: en-GB
 by: samcarter8 - Wed, 6 Oct 2021 14:59 UTC

Can you make a compilable MWE to recreate your mysterious white line?

On 05.10.21 19:11, Sivaram Neelakantan wrote:
> On Mon, Oct 04 2021,samcarter8 wrote:
>
>> It sounds as if a simplified version of this theme
>> https://topanswers.xyz/tex?q=1280 would be close to what you are looking
>> for:
>>
>> \documentclass{beamer}
>>
>> \setbeamercolor{background canvas}{bg=black}
>> \setbeamercolor{structure}{fg=yellow}
>> \setbeamercolor{normal text}{fg=white}
>>
>> \begin{document}
>>
>> \begin{frame}
>> \frametitle{title}
>> \framesubtitle{title}
>> abc
>> \end{frame}
>>
>> \end{document}
>
> [snipped 20 lines]
> How do I change the line under the frametitle to a different colour.
> Using Warsaw theme it stays white irrespective of what frame element
> colour I change
>
> \setbeamertemplate{navigation symbols}{}
> \setbeamercolor{background canvas}{bg=black}
> \setbeamercolor{background}{bg=black}
> \setbeamercolor{title}{parent=structure,fg=white,bg=yellow}
> \setbeamercolor{titlelike}{parent=structure,fg=white,bg=yellow}
> \setbeamercolor{structure}{fg=white,bg=black}
> \setbeamercolor{frametitle}{fg=white,bg=black}
> \setbeamercolor{headline}{fg=yellow,bg=yellow}
> \setbeamercolor{upper separation line head}{fg=yellow}
> \setbeamercolor{separation line}{fg=yellow}
> \setbeamercolor{fine separation line}{fg=yellow}
>
> sivaram
>

Re: beamer theme: black backgroud, yellow titles and white text

<85sfxd5caq.fsf@gmail.com>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=4233&group=comp.text.tex#4233

  copy link   Newsgroups: comp.text.tex
Path: rocksolid2!news.neodome.net!news.mixmin.net!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: nsivaram.net@gmail.com (Sivaram Neelakantan)
Newsgroups: comp.text.tex
Subject: Re: beamer theme: black backgroud, yellow titles and white text
Date: Thu, 07 Oct 2021 16:31:17 +0530
Organization: A noiseless patient Spider
Lines: 57
Message-ID: <85sfxd5caq.fsf@gmail.com>
References: <85h7dytyfn.fsf@gmail.com>
<8fd93e0b-f332-5ade-f5b9-3783cc7a0aad@aol.com> <85wnmr5rdn.fsf@gmail.com>
<b58dc827-95c3-9952-d62f-3494e90ef544@aol.com>
Mime-Version: 1.0
Content-Type: text/plain
Injection-Info: reader02.eternal-september.org; posting-host="dfed071affad19afc11a9d26b07d6559";
logging-data="31251"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/mqlkS/aF+QOdHLsi2J0GwpdeLjLpAD40="
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (windows-nt)
Cancel-Lock: sha1:U/WytrQUzw+lc6M3vq0cSnu0QVY=
sha1:oySpqUK4W+eWbbqMC0tZ7d6HMy8=
User-Mail-Address: nsivaram.net@gmail.com
 by: Sivaram Neelakantan - Thu, 7 Oct 2021 11:01 UTC

On Wed, Oct 06 2021,samcarter8 wrote:

> Can you make a compilable MWE to recreate your mysterious white line?

Here it is

--8<---------------cut here---------------start------------->8---
\documentclass[usenames,dvipsnames]{beamer}
\usepackage[absolute,verbose,overlay]{textpos}
\usepackage[utf8x]{inputenc}
\usepackage{pgfpages}
\usepackage{beamerthemeWarsaw}
\usepackage{colortbl}
\usepackage{graphicx}
\usepackage{fancyvrb}
\useoutertheme[subsection=false]{smoothbars}
\setbeamertemplate{navigation symbols}{}
\setbeamercolor{background canvas}{bg=black}
\setbeamercolor{background}{bg=black}
\setbeamercolor{title}{parent=structure,fg=white,bg=yellow}
\setbeamercolor{titlelike}{parent=structure,fg=white,bg=yellow}
\setbeamercolor{structure}{fg=white,bg=black}
\setbeamercolor{frametitle}{fg=white,bg=black}
\setbeamercolor{headline}{fg=yellow,bg=yellow}
\setbeamercolor{upper separation line head}{fg=yellow}
\setbeamercolor{separation line}{fg=yellow}
\setbeamercolor{fine separation line}{fg=yellow}
\setbeamercolor{normal text}{fg=white}
\setbeamercolor{block title}{use=structure,fg=white,bg=black}
\setbeamercolor{block body}{use=structure,fg=white,bg=yellow}
\setbeamercolor{title in head/foot}{fg=white}
\begin{document}
\author{Sivaram,\\ \color{RoyalBlue}{Sivaram@null.com}}%
\date{\today }%
\title[MWE\hspace{10em} \insertframenumber\ of
\inserttotalframenumber]{MWE}
\institute{MWE}
\begin{frame}
\titlepage
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}
\frametitle{Sample header}
The line above should be yellow
\end{frame}
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% End:
--8<---------------cut here---------------end--------------->8---

[snipped 41 lines]

sivaram
--

Re: beamer theme: black backgroud, yellow titles and white text

<sjn0g1$eoj$1@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=4234&group=comp.text.tex#4234

  copy link   Newsgroups: comp.text.tex
Path: rocksolid2!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: sam.carter8@aol.com (samcarter8)
Newsgroups: comp.text.tex
Subject: Re: beamer theme: black backgroud, yellow titles and white text
Date: Thu, 7 Oct 2021 16:33:37 +0200
Organization: A noiseless patient Spider
Lines: 83
Message-ID: <sjn0g1$eoj$1@dont-email.me>
References: <85h7dytyfn.fsf@gmail.com>
<8fd93e0b-f332-5ade-f5b9-3783cc7a0aad@aol.com> <85wnmr5rdn.fsf@gmail.com>
<b58dc827-95c3-9952-d62f-3494e90ef544@aol.com> <85sfxd5caq.fsf@gmail.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Thu, 7 Oct 2021 14:33:37 -0000 (UTC)
Injection-Info: reader02.eternal-september.org; posting-host="d69ec4eede976c575744e34b1a646c70";
logging-data="15123"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/sdI7Zq2I4ur1ELpwyrAAbqmDk6GLKRpM="
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:78.0)
Gecko/20100101 Thunderbird/78.11.0
Cancel-Lock: sha1:qANDQjuIlfFO9FWYQNUYrc2Lnb0=
In-Reply-To: <85sfxd5caq.fsf@gmail.com>
Content-Language: en-GB
 by: samcarter8 - Thu, 7 Oct 2021 14:33 UTC

With `\setbeamercolor{normal text}{fg=white,bg=black}`:

\documentclass[usenames,dvipsnames]{beamer}
\usepackage[absolute,verbose,overlay]{textpos}
\usepackage[utf8x]{inputenc}
\usepackage{pgfpages}
\usepackage{beamerthemeWarsaw}
\usepackage{colortbl}
\usepackage{graphicx}
\usepackage{fancyvrb}
\useoutertheme[subsection=false]{smoothbars}
\setbeamertemplate{navigation symbols}{}
\setbeamercolor{background canvas}{bg=black}
\setbeamercolor{background}{bg=black}
\setbeamercolor{title}{parent=structure,fg=white,bg=yellow}
\setbeamercolor{titlelike}{parent=structure,fg=white,bg=yellow}
\setbeamercolor{structure}{fg=white,bg=black}
\setbeamercolor{frametitle}{fg=white,bg=black}
\setbeamercolor{headline}{fg=yellow,bg=yellow}
\setbeamercolor{upper separation line head}{fg=yellow}
\setbeamercolor{separation line}{fg=yellow}
\setbeamercolor{fine separation line}{fg=yellow}
\setbeamercolor{normal text}{fg=white,bg=black}
\setbeamercolor{block title}{use=structure,fg=white,bg=black}
\setbeamercolor{block body}{use=structure,fg=white,bg=yellow}
\setbeamercolor{title in head/foot}{fg=white}
\begin{document}
\author{Sivaram,\\ \color{RoyalBlue}{Sivaram@null.com}}%
\date{\today }%
\title[MWE\hspace{10em} \insertframenumber\ of
\inserttotalframenumber]{MWE}
\institute{MWE}
\begin{frame}
\titlepage
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}
\frametitle{Sample header}
The line above should be yellow
\end{frame}
\end{document}

On 07.10.21 13:01, Sivaram Neelakantan wrote:
> \documentclass[usenames,dvipsnames]{beamer}
> \usepackage[absolute,verbose,overlay]{textpos}
> \usepackage[utf8x]{inputenc}
> \usepackage{pgfpages}
> \usepackage{beamerthemeWarsaw}
> \usepackage{colortbl}
> \usepackage{graphicx}
> \usepackage{fancyvrb}
> \useoutertheme[subsection=false]{smoothbars}
> \setbeamertemplate{navigation symbols}{}
> \setbeamercolor{background canvas}{bg=black}
> \setbeamercolor{background}{bg=black}
> \setbeamercolor{title}{parent=structure,fg=white,bg=yellow}
> \setbeamercolor{titlelike}{parent=structure,fg=white,bg=yellow}
> \setbeamercolor{structure}{fg=white,bg=black}
> \setbeamercolor{frametitle}{fg=white,bg=black}
> \setbeamercolor{headline}{fg=yellow,bg=yellow}
> \setbeamercolor{upper separation line head}{fg=yellow}
> \setbeamercolor{separation line}{fg=yellow}
> \setbeamercolor{fine separation line}{fg=yellow}
> \setbeamercolor{normal text}{fg=white}
> \setbeamercolor{block title}{use=structure,fg=white,bg=black}
> \setbeamercolor{block body}{use=structure,fg=white,bg=yellow}
> \setbeamercolor{title in head/foot}{fg=white}
> \begin{document}
> \author{Sivaram,\\ \color{RoyalBlue}{Sivaram@null.com}}%
> \date{\today }%
> \title[MWE\hspace{10em} \insertframenumber\ of
> \inserttotalframenumber]{MWE}
> \institute{MWE}
> \begin{frame}
> \titlepage
> \end{frame}
> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
> \begin{frame}
> \frametitle{Sample header}
> The line above should be yellow
> \end{frame}
> \end{document}

Re: beamer theme: black backgroud, yellow titles and white text

<85o8806ey6.fsf@gmail.com>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=4235&group=comp.text.tex#4235

  copy link   Newsgroups: comp.text.tex
Path: rocksolid2!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: nsivaram.net@gmail.com (Sivaram Neelakantan)
Newsgroups: comp.text.tex
Subject: Re: beamer theme: black backgroud, yellow titles and white text
Date: Thu, 07 Oct 2021 20:48:41 +0530
Organization: A noiseless patient Spider
Lines: 12
Message-ID: <85o8806ey6.fsf@gmail.com>
References: <85h7dytyfn.fsf@gmail.com>
<8fd93e0b-f332-5ade-f5b9-3783cc7a0aad@aol.com> <85wnmr5rdn.fsf@gmail.com>
<b58dc827-95c3-9952-d62f-3494e90ef544@aol.com> <85sfxd5caq.fsf@gmail.com>
<sjn0g1$eoj$1@dont-email.me>
Mime-Version: 1.0
Content-Type: text/plain
Injection-Info: reader02.eternal-september.org; posting-host="dfed071affad19afc11a9d26b07d6559";
logging-data="30383"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19zZdSD0xWmA55WSCV8jr/9qEGyjN73z8A="
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (windows-nt)
Cancel-Lock: sha1:Ypzidj+vMUfGUoRBjSARulohAVw=
sha1:n0159bESVSkxL4LjpN13ZMpHUtc=
User-Mail-Address: nsivaram.net@gmail.com
 by: Sivaram Neelakantan - Thu, 7 Oct 2021 15:18 UTC

On Thu, Oct 07 2021,samcarter8 wrote:

> With `\setbeamercolor{normal text}{fg=white,bg=black}`:

Strange, I lost the white line below the frametitle with this change.
Did you get the yellow line after compilation or you're suggesting
this correction?

[snipped 82 lines]

sivaram
--

Re: beamer theme: black backgroud, yellow titles and white text

<7dd02c24-51f8-2438-1cca-42f144d31ef8@aol.com>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=4236&group=comp.text.tex#4236

  copy link   Newsgroups: comp.text.tex
Path: rocksolid2!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: sam.carter8@aol.com (samcarter8)
Newsgroups: comp.text.tex
Subject: Re: beamer theme: black backgroud, yellow titles and white text
Date: Fri, 8 Oct 2021 02:15:29 +0200
Organization: A noiseless patient Spider
Lines: 22
Message-ID: <7dd02c24-51f8-2438-1cca-42f144d31ef8@aol.com>
References: <85h7dytyfn.fsf@gmail.com>
<8fd93e0b-f332-5ade-f5b9-3783cc7a0aad@aol.com> <85wnmr5rdn.fsf@gmail.com>
<b58dc827-95c3-9952-d62f-3494e90ef544@aol.com> <85sfxd5caq.fsf@gmail.com>
<sjn0g1$eoj$1@dont-email.me> <85o8806ey6.fsf@gmail.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Info: reader02.eternal-september.org; posting-host="14695543ae2bd3b9c11fbc1a3f00e69d";
logging-data="10959"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19XGxHisw8aynw1P00XqgedZDLzta/+DoI="
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:78.0)
Gecko/20100101 Thunderbird/78.11.0
Cancel-Lock: sha1:HHksas+b2IliC2vI6L8LNgJHkNs=
In-Reply-To: <85o8806ey6.fsf@gmail.com>
Content-Language: en-GB
 by: samcarter8 - Fri, 8 Oct 2021 00:15 UTC

I'm suggesting this as a fix. That's not a line, but an artefact of a
shadow which did not adapt well to the background colour.

In this branch you can find a beamer version which uses a transparent
shadow and thus will automatically adapt to the current background:

https://github.com/josephwright/beamer/compare/main...samcarter:717-transparent-shadows-for-the-smoothba

On 07.10.21 17:18, Sivaram Neelakantan wrote:
> On Thu, Oct 07 2021,samcarter8 wrote:
>
>> With `\setbeamercolor{normal text}{fg=white,bg=black}`:
>
> Strange, I lost the white line below the frametitle with this change.
> Did you get the yellow line after compilation or you're suggesting
> this correction?
>
> [snipped 82 lines]
>
> sivaram
>

Re: beamer theme: black backgroud, yellow titles and white text

<85k0io5h34.fsf@gmail.com>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=4237&group=comp.text.tex#4237

  copy link   Newsgroups: comp.text.tex
Path: rocksolid2!news.neodome.net!news.mixmin.net!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: nsivaram.net@gmail.com (Sivaram Neelakantan)
Newsgroups: comp.text.tex
Subject: Re: beamer theme: black backgroud, yellow titles and white text
Date: Fri, 08 Oct 2021 09:00:07 +0530
Organization: A noiseless patient Spider
Lines: 20
Message-ID: <85k0io5h34.fsf@gmail.com>
References: <85h7dytyfn.fsf@gmail.com>
<8fd93e0b-f332-5ade-f5b9-3783cc7a0aad@aol.com> <85wnmr5rdn.fsf@gmail.com>
<b58dc827-95c3-9952-d62f-3494e90ef544@aol.com> <85sfxd5caq.fsf@gmail.com>
<sjn0g1$eoj$1@dont-email.me> <85o8806ey6.fsf@gmail.com>
<7dd02c24-51f8-2438-1cca-42f144d31ef8@aol.com>
Mime-Version: 1.0
Content-Type: text/plain
Injection-Info: reader02.eternal-september.org; posting-host="9f076952cc7469f404c83bcac9a0096d";
logging-data="32324"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+RVQUQD5VOg2n9nq3xUq+EIkkpSewhj84="
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (windows-nt)
Cancel-Lock: sha1:mQXgxqhLNxITmEg4oJ9BpOca5qM=
sha1:Ob03Uj7Z8w/0PUsUE+inWahsrNY=
User-Mail-Address: nsivaram.net@gmail.com
 by: Sivaram Neelakantan - Fri, 8 Oct 2021 03:30 UTC

On Fri, Oct 08 2021,samcarter8 wrote:

> I'm suggesting this as a fix. That's not a line, but an artefact of a
> shadow which did not adapt well to the background colour.
>
> In this branch you can find a beamer version which uses a transparent
> shadow and thus will automatically adapt to the current background:
>
> https://github.com/josephwright/beamer/compare/main...samcarter:717-transparent-shadows-for-the-smoothba
>

Thanks for the code. I'll try this out.

[snipped 11 lines]

sivaram
--

Re: beamer theme: black backgroud, yellow titles and white text

<85fstc5ba5.fsf@gmail.com>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=4238&group=comp.text.tex#4238

  copy link   Newsgroups: comp.text.tex
Path: rocksolid2!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: nsivaram.net@gmail.com (Sivaram Neelakantan)
Newsgroups: comp.text.tex
Subject: Re: beamer theme: black backgroud, yellow titles and white text
Date: Fri, 08 Oct 2021 11:05:30 +0530
Organization: A noiseless patient Spider
Lines: 31
Message-ID: <85fstc5ba5.fsf@gmail.com>
References: <85h7dytyfn.fsf@gmail.com>
<8fd93e0b-f332-5ade-f5b9-3783cc7a0aad@aol.com> <85wnmr5rdn.fsf@gmail.com>
<b58dc827-95c3-9952-d62f-3494e90ef544@aol.com> <85sfxd5caq.fsf@gmail.com>
<sjn0g1$eoj$1@dont-email.me> <85o8806ey6.fsf@gmail.com>
<7dd02c24-51f8-2438-1cca-42f144d31ef8@aol.com>
Mime-Version: 1.0
Content-Type: text/plain
Injection-Info: reader02.eternal-september.org; posting-host="9f076952cc7469f404c83bcac9a0096d";
logging-data="1644"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18geZM/D/KPNNkiSgv7zhrldu9VcEExPD0="
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (windows-nt)
Cancel-Lock: sha1:7tW7rSA0ISkOJ3fJGg2+vicZtXQ=
sha1:mlpLoiU0VFZqDHwM1xw9OOWcDRU=
User-Mail-Address: nsivaram.net@gmail.com
 by: Sivaram Neelakantan - Fri, 8 Oct 2021 05:35 UTC

On Fri, Oct 08 2021,samcarter8 wrote:

> I'm suggesting this as a fix. That's not a line, but an artefact of a
> shadow which did not adapt well to the background colour.
>
> In this branch you can find a beamer version which uses a transparent
> shadow and thus will automatically adapt to the current background:
>
> https://github.com/josephwright/beamer/compare/main...samcarter:717-transparent-shadows-for-the-smoothba

[snipped 12 lines]

I did a search for hrule in SO and got this link

https://tex.stackexchange.com/questions/343517/beamer-full-width-hrule-below-frame-title#343520

I added a \color to the \rule. This comes out OK, if I remove/drop
smoothbars though.

\setbeamertemplate{frametitle}{%
\usebeamerfont{frametitle}\insertframetitle%
\vphantom{g}% To avoid fluctuations per frame
%\hrule% Uncomment to see desired effect, without a full-width hrule
\par% <-- added
\hspace*{-\dimexpr0.5\paperwidth-0.5\textwidth}% <-- calculation of left margin width
\color{yellow}{\rule[0.5\baselineskip]{\paperwidth}{0.4pt}}%
} %\useoutertheme[subsection=false]{smoothbars}

sivaram
--


computers / comp.text.tex / beamer theme: black backgroud, yellow titles and white text

1
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor