A twilight-inspired dark theme for Obsidian using CSS snippets.
- Open Obsidian Settings → Appearance → CSS Snippets
- Click "Open folder" to open the snippets directory
- Copy
foreglow.cssinto that folder - Enable the snippet in the settings
- Open Obsidian Settings → Appearance → Themes
- Click "Manage" to open the theme folder
- Copy the entire folder into the themes directory
- Select Foreglow from the theme list
| Token | Hex | Usage |
|---|---|---|
| Background | #161221 |
Main background |
| Current Line | #281F3D |
Line highlight |
| Selection | #3D2556 |
Text selection |
| Foreground | #E8E3F2 |
Default text |
| Comment | #736699 |
Comments |
| Keyword | #CB81E4 |
Keywords |
| String | #ED9F82 |
Strings |
| Function | #EC93BF |
Functions |
| Number | #EFBF6C |
Numbers |
| Type | #75C6D7 |
Classes, types |
| Variable | #C7BCE6 |
Variables |
| Accent | #F471C8 |
Cursor, accent |
Coming soon.
MIT © Foreglow