New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

strapi-code-themes

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

strapi-code-themes

Some coding inspired theme presets for Strapi CMS.

  • 1.0.2
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
57
decreased by-24%
Maintainers
1
Weekly downloads
 
Created
Source

Strapi code themes

Some coding inspired theme presets for Strapi CMS.

Themes showcase

✨ Themes

  • Github dark mode
  • Monokai
  • Night owl
  • One dark pro
  • Shades of purple
  • Synthwave
  • Dracula

⏳ Installation

Install the package in your Strapi project.

# using yarn
yarn add strapi-code-themes

# using npm
npm install strapi-code-themes --save

💡 Usage

Inside the /src/admin/app.js file you can apply the theme to your Strapi installation. Add the following lines:

import { shadesOfPurple } from 'strapi-code-themes';

export default {
  config: {
    theme: {
      colors: shadesOfPurple,
    },
  },
};

After setting up your theme you will have to rebuild you Strapi admin UI. To rebuild and restart Strapi run:

# using yarn
yarn build --clean
yarn develop

# using npm
npm run build --clean
npm run develop

Now you're all set. Enjoy your Strapi admin themes!

🤝 Contributing

Feel free to fork and make a pull request of this plugin. All the input is welcome!

⭐️ Show your support

Give a star if this project helped you.

📝 Resources

FAQs

Package last updated on 23 Apr 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc