UNPKG

slidev-theme-nxyz

Version:

[![NPM version](https://img.shields.io/npm/v/slidev-theme-nxyz?color=F141A8&label=)](https://www.npmjs.com/package/slidev-theme-nxyz)

19 lines (17 loc) 460 B
import { defineConfig } from 'unocss' export default defineConfig({ theme: { colors: { 'nxyz-orange': '#FF6700', 'nxyz-black': '#000000', 'nxyz-blue': '#0000FF', 'nxyz-green': '#008000', 'nxyz-red': '#A31515', 'nxyz-yellow': '#F9C80E', }, }, shortcuts: { // Styling of element: Bar at the bottom of the slide 'bg-barBottom': 'bg-black text-gray-50 dark:(bg-black text-gray-50)', }, })