npm install vitepress-theme-flexoki- Then add the theme css to vitepress theme config file:
// .vitepress/theme/index.ts
import DefaultTheme from 'vitepress/theme'
import 'vitepress-theme-flexoki/index.css'
export default DefaultThemeInstead of installing the package, you can also manually place the index.css file in your theme folder.

