Simple compact strict dark theme for Obsidian. Differences from the default theme
- The corners of many elements are pointed;
- Animations are disabled;
- Some indents between elements have been reduced;
- The application header and tabs is made smaller;
- Dark highlighting of input fields and main elements;
- Line numbers are decorated;
- The text is justified (except for code blocks);
- The code blocks are made darker, and the colors mimic VS Code;
- Images have max-height (it is assumed to use Image Toolkit plugin to view them);
- Headings have the size of the main text and are highlighted with a border.
You can customize headings color, by adding CSS snippet with your desired color (default is #00bb00
):
.markdown-source-view.mod-cm6 .cm-content > .HyperMD-header, h1,h2,h3,h4,h5,h6,
.setting-item-heading > .setting-item-info > .setting-item-name {
color: #00bb00 !important;
}
Feel free to contribute via pull requests or issues!