Monokai Theme

I love the Monokai colors in my IDEs. That’s why I made a custom obsidian theme.

It’s still work in progress but let me know what you think.

Alt. version (only colored #)

Source: https://github.com/Philipp0205/monokai-for-obsidian

7 Likes

Thank you very much Philipp. Tried… and adopted :slightly_smiling_face:

1 Like

You are welcome! Glad you like it :smiley:

Added another version which only colors the #

2 Likes

This seems to be exactly what I wanted. Thanks very much. In my themes folder I added a Monokai folder, changed your .css file to theme.css and added manifest.json with the following:

{
    "name": "Monokai",
    "version": "0.0.0",
    "minAppVersion": "0.16.0",
    "author": "philipp"
}

I did this because I have no idea what I’m doing and couldn’t get obsidian to recognize your css file until I made it follow the format of my other themes.

This seems to only change the headings and such while leaving everything else pretty similar to the default dark theme. Literally exactly what i wanted because I love monokai. Thanks!!!

1 Like

You are welcome!