UNPKG

slidev-theme-gtlabo

Version:

A Slidev theme for laboratory presentations with customizable components

14 lines (12 loc) 237 B
import { defineConfig } from 'unocss' export default defineConfig({ theme: { fontSize: { md: '1rem', }, colors: { 'text-main': 'rgba(31, 41, 55, 1)', 'theme-color': 'rgba(2, 132, 199, 1)', }, }, })