A unique and visually striking theme for Obsidian that brings an exotic atmosphere to your note-taking experience. Designed with attention to detail and aesthetics, this theme enhances readability and visual appeal while maintaining focus on your thoughts.
Editor mode with syntax highlighting
Preview mode showcasing typography and styling
Graph view with custom node fonts
<vault>/.obsidian/themes/Exotic/All colors and effects are defined via CSS variables in the :root section of the theme. You can easily modify them by editing the theme.css file:
:root {
--default-font: "Source Code Pro", monospace;
--brightness: 0.54;
--blur: 100px;
--color-theme-accent: #aef93eee;
--color-header: #6666fff0;
--color-italic: #99d542f6;
--color-inline-code: #ebae14;
--color-code-inline-bg: #4c4c4cb0;
--color-code-block-bg: rgba(77, 77, 77, 0.25);
--color-table-header-bg: #99d54277;
--color-table-odd-bg: rgba(77, 77, 77, 0.25);
--color-table-even-bg: rgba(128, 255, 255, 0.25);
--color-handles-bg: #aef93e77;
--color-handles-active-bg: var(--color-theme-accent);
}
--brightness / --blur: Control backdrop filter intensity.--color-theme-accent: Primary accent color used across UI elements.--color-header: Color for headings.--color-italic: Color for emphasized (italic) text.--color-inline-code: Color for inline code.--color-code-block-bg: Background for code blocks.Feel free to open issues for bugs or suggestions. Pull requests are welcome!
MIT License. See LICENSE for more details.
jzcurious GitHub Profile