Skip to content

vishnuvardhan-s/leetcode-custom-themes

Repository files navigation

Leetcode Custom Themes

A Chrome extension for customizing the leetcode code editor

With this extension, you may personalize the Leetcode Code Editor with a number of different themes.


Available in Chrome Web Store

https://chrome.google.com/webstore/detail/leetcode-custom-themes/nkbhfhhjppjiflcboogbiahjlknaehhl/


Demo: https://youtu.be/XJA-xmDRIwk


Quick look

image


image


Contribution

Old Leetcode UI

Old Leetcode UI uses codemirror based themes. If you are still using the old version and need a new theme, you can add it by following this PR and create a pull request


New Leetcode UI

New Leetcode UI uses monaco based themes. For this,

  1. New themes can be added by creating a theme file (json) inside themes/ folder.
  2. Update themelist.json in themes/ folder.
  3. Update select dropdown in popup.html