Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Make word color Green #395

Open
githubhyz opened this issue Sep 14, 2023 · 2 comments
Open

Make word color Green #395

githubhyz opened this issue Sep 14, 2023 · 2 comments

Comments

@githubhyz
Copy link

We can use \alert{} to make word color orange. But how can make it green, like in the demo slide (p.14 left).

@kir0ul
Copy link

kir0ul commented Sep 14, 2023

One option could be to change the orange color to green, like here: \setbeamercolor{alerted text}{fg=green}.

@samcarter
Copy link

samcarter commented Aug 30, 2024

The green text in the demo slide is an example:

\documentclass{beamer}
\usetheme{metropolis}

\begin{document}

\begin{frame}
  abc
  
  \begin{example}
  test
  \end{example}
  
  {\usebeamercolor[fg]{example text} text}
\end{frame}

\end{document}

document-1

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants