Skip to content

dds05/videojs-theme-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎨 Videojs Theme Kit

Video.js plugin to easily customize and apply beautiful skins to player with minimal setup.

Includes 4 modern themes : Slate, Spaced, Sleek, and Zen to instantly enhance the look and feel of your player. It is lightweight and supports infinite color customization, allowing you to perfectly match your brand or aesthetic without writing custom CSS.

👉🏻 Installation

npm install videojs-theme-kit

👨🏻‍💻 Usage

import 'videojs-theme-kit';

player.on('ready',()=>{
  player.theme({
          skin: SKIN_NAME,
          color: 'HEXCODE_OF_THE_COLOR'  //optional
  })
})

👉🏻 Options

Option Type Required Description
skin string ✅ Yes Name of the skin to apply. Must be one of:
'slate'
'spaced'
'sleek'
'zen'
color string ❌ No HEX color code to customize the player's theme highlight color (e.g., '#ff5722', '#00bcd4')

✨ Try it

https://videojs-theme-kit-site.vercel.app/

Sleek

Screenshot 2025-07-13 at 7 15 12 PM

Zen

Screenshot 2025-07-13 at 7 16 49 PM

Slate

Screenshot 2025-07-13 at 7 15 36 PM

Spaced

Screenshot 2025-07-13 at 7 15 53 PM

❤️ Support

https://buymeacoffee.com/dds05