The Celestia Theme

2025/07/20 — v1.0.4 — Razik Ikhlef

sty File: beamerthemeCelestia.sty

Documentation in PDF format: Celestia-en.pdf

LaTeX Source: Celestia-en.tex

Contents

Language

\usetheme[
    language=french
]{Celestia}

Fonts

\usetheme[
    mainface=EB Garamond,
    mainfaceoptions={Scale=1.1},
    sansface=Montserrat,
    monoface=Fira Code,
    allserif
]{Celestia}

Colors

\usetheme[
    maincolor=045549,
    accentcolor=E63946,
    backgroundcolor=FAFAFA,
    codebackgroundcolor=F5F5F5
]{Celestia}

Layout

\usetheme[
    margin=1.5em,
    frametitle=centered,
    decorative,
    centeredtitle
]{Celestia}

Headers

\usetheme[
    headstyle=sffamily,
    headshape=sc,
    headweight=bfseries
]{Celestia}

Code

\usetheme[
    nocodebox, 
    nocodeframe
]{Celestia}
\usetheme[
    quartercirclefooter
]{Celestia}

Table of Contents

\usetheme[
    compacttoc,
    twocolumntoc
]{Celestia}

Blocks

Block Styles

\usetheme[
    soberblock  % Colored title on document background
]{Celestia}

% or

\usetheme[
    softblock   % Colored title on 10% background
]{Celestia}

Emphasis Pages

\begin{frame}[standout]
    Key message 
    to highlight
\end{frame}