Skip to content

Themes

VistaView includes 17 pre-built themes that you can use out of the box. Each theme is a separate CSS file that can be imported alongside the base styles.

import 'vistaview/style.css'; // Base styles (required)
import 'vistaview/styles/dark-rounded.css'; // Theme (optional)

Modern dark theme with rounded corners and animated navigation buttons.

import 'vistaview/styles/dark-rounded.css';

Deep navy blues with cyan accents.

import 'vistaview/styles/midnight-ocean.css';

Elegant black background with gold accents.

import 'vistaview/styles/midnight-gold.css';

Dark theme with orange glow effects.

import 'vistaview/styles/ember-glow.css';

Cyberpunk-inspired magenta and cyan with glowing effects.

import 'vistaview/styles/neon-nights.css';

Light theme with subtle shadows and paper-like appearance.

import 'vistaview/styles/paper-light.css';

Cool light blue palette with crisp styling.

import 'vistaview/styles/ice-crystal.css';

Warm oranges and browns with earthy tones.

import 'vistaview/styles/autumn-amber.css';

Playful pastel pink with soft styling.

import 'vistaview/styles/cotton-candy.css';

Earthy greens inspired by nature.

import 'vistaview/styles/forest-moss.css';

Calming teal and green palette with smooth transitions.

import 'vistaview/styles/green-lake.css';

Soft purple palette with gentle animations.

import 'vistaview/styles/lavender-fields.css';

Brown and mint green combination.

import 'vistaview/styles/mint-chocolate.css';

Warm beige and cream tones with maximum roundness.

import 'vistaview/styles/soft-neutral.css';

Vibrant pink and red gradient theme.

import 'vistaview/styles/strawberry.css';

Pure black and white, zero border radius, minimalist design.

import 'vistaview/styles/stark-minimal.css';

Bold primary colors with classic arcade aesthetics.

import 'vistaview/styles/retro-arcade.css';

All themes are lightweight:

  • Smallest: dark-rounded (0.69 KB, 0.26 KB gzip)
  • Largest: retro-arcade (1.14 KB, 0.38 KB gzip)
  • Average: ~0.83 KB (~0.30 KB gzip)

See the Custom Styling guide to create your own theme based on these examples.

GitHubnpmllms.txtContext7

© 2026 • MIT License