Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (slidev-theme-improving-25) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
slidev-theme-improving-25
A theme for Slidev based on the Improving Powerpoint theme.
Install
Add the following frontmatter to your slides.md
. Start Slidev then it will prompt you to install the theme automatically.
---
theme: improving-25
---
Learn more about how to use a theme.
Layouts
This theme provides the following layouts:
default
The standard layout with ImprovingFooter. Includes H1 title bar styling with subtle borders and supports both light and dark modes.
image-right
Two-column layout with content on the left and image on the right. Includes ImprovingFooter.
image-left
Two-column layout with image on the left and content on the right. Includes ImprovingFooter.
Built-in Layouts
This theme also supports all standard Slidev layouts. See the Slidev Built-in Layouts documentation for cover
, intro
, center
, and other available layouts.
Components
This theme provides the following components:
ImprovingFooter
A comprehensive footer component that displays:
- Page numbers - Current slide number
- Global title - Presentation title from frontmatter
- Global author - Author name from frontmatter
- Company logo - Improving logo with custom logo support
- Gradient background - Official Improving brand colors
Footer Configuration
Control footer elements via frontmatter:
---
showFooter: true # Master switch (default: true)
showPageNumber: true # Show page number (default: true)
showLogo: true # Show logo (default: true)
showTitle: true # Show title (default: true)
showAuthor: true # Show author (default: true)
customLogo: './logo.svg' # Custom logo path (optional)
---
Features
Color Theme
Based on official Improving PowerPoint theme colors:
- Primary Colors: Dark1, Dark2, Light1, Light2
- Accent Colors: 6 branded accent colors for highlights and emphasis
- Automatic theming: Supports both light and dark modes
- Utility classes: Complete set of
text-improving-*
andbg-improving-*
classes
Typography
- Headings: Use Accent 2 color (#005596) with subtle borders
- Links: Proper hyperlink and visited link colors
- Font: Poppins sans-serif for clean, modern appearance
Layout Features
- Responsive design: Works on different screen sizes
- Consistent footer: Appears on all theme layouts. Can be hidden when not needed.
- Image layouts: Support for left and right image positioning
- Theme-aware styling: Adapts to light/dark mode preferences
Contributing
Interested in contributing? See our Contributing Guide for development setup, commit guidelines, and pull request process.