{"id":13521886,"url":"https://github.com/Lolabird/stellar-dark-theme-trilium","last_synced_at":"2025-03-31T22:30:22.916Z","repository":{"id":168381883,"uuid":"439723402","full_name":"Lolabird/stellar-dark-theme-trilium","owner":"Lolabird","description":"Dark theme for Trilium Notes (https://github.com/zadam/trilium)","archived":false,"fork":false,"pushed_at":"2025-03-31T06:57:29.000Z","size":12201,"stargazers_count":21,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-31T07:32:57.358Z","etag":null,"topics":["css","dark","dark-mode","dark-theme","high-contrast","stellar","stellar-dark","trilium","trilium-notebook","trilium-notes","trilium-plugin","trilium-theme"],"latest_commit_sha":null,"homepage":"","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Lolabird.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-12-18T22:01:01.000Z","updated_at":"2025-03-12T14:06:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"eca1c9a8-b571-4f3f-becc-2a318c358787","html_url":"https://github.com/Lolabird/stellar-dark-theme-trilium","commit_stats":null,"previous_names":["lolabird/stellar-dark-theme-trilium"],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lolabird%2Fstellar-dark-theme-trilium","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lolabird%2Fstellar-dark-theme-trilium/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lolabird%2Fstellar-dark-theme-trilium/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lolabird%2Fstellar-dark-theme-trilium/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Lolabird","download_url":"https://codeload.github.com/Lolabird/stellar-dark-theme-trilium/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246552037,"owners_count":20795755,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["css","dark","dark-mode","dark-theme","high-contrast","stellar","stellar-dark","trilium","trilium-notebook","trilium-notes","trilium-plugin","trilium-theme"],"created_at":"2024-08-01T06:00:39.154Z","updated_at":"2025-03-31T22:30:19.509Z","avatar_url":"https://github.com/Lolabird.png","language":"CSS","funding_links":[],"categories":["🏡 Themes"],"sub_categories":[],"readme":"# Stellar Dark Theme \nDark theme for [Trilium Notes](https://github.com/zadam/trilium)\n\n![Text Showcase](/screenshots/SD_Main.png)\n\n## Features\n### Native Styles\n* Dark theme\n* High contrast\n* Scrolling tables with sticky headers on both axes\n* Vertical floating buttons that have much less overlap with content of notes\n* Custom fonts\n* Bright colors\n\n### Enhanced Addon Styles\n*See 'Usage Instructions' for information on how to enable these.*\n* Zen Mode\n* Matching syntax highlight in text notes\n* Position shown in TOC\n* And much more!\n\n## Usage Instructions\n### Installation\n* Download the latest version of Trilium\n* Download the latest release of Stellar Dark\n* In your trilium instance right click a note you want to import the theme into\n* Select \"Import into note\" in the context menu\n* Uncheck \"Safe import\" and upload the zip file you just downloaded\n* Click on the Trilium logo in the upper left corner and select Options -\u003e Appearance\n* Under \"Theme\", choose Stellar Dark\n* Enjoy!\n\n### Enabling Addon Features\n#### Zen Mode\n* Create a 'JS frontend' code note\n* Add the `#widget` attribute to 'Owned Attributes' (the button with three lines and a checkmark)\n* Add the following code (created by [Nriver](https://github.com/Nriver/awesome-trilium/issues/44)) to the note\n    ```js\n    api.addButtonToToolbar({\n        title: 'Zen mode',\n        icon: 'spa',\n        action: function() {\n            $(\"body\").toggleClass(\"zen-mode\");\n        },\n        shortcut: 'alt+z'\n    });\n    ```\n* Reload (`ctrl+r` or `F5`) Trilium to enable the script\n\n##### Usage\nPress `alt+z` or the zen (spa) button in the launcher (left most panel) to enable/disable zen mode.\n\nThere are two types of zen mode available:\n1. Right panel enabled\n2. Right panel disabled\n\nRight panel is enabled by default. If you would like to disable it, you can either add the following code in a new CSS note or uncomment it in the Stellar Dark theme as seen in the video below.\n\n```css\n/*hide right pane*/\n.zen-mode #right-pane {\n    display: none !important;\n}\n```\n\nhttps://github.com/user-attachments/assets/189e35e4-2ba0-4e93-b6cb-1dd25e0cd523\n\n##### Added Features\n* Window control buttons are still accessible in zen mode\n* Zen button is still accessible in zen mode for easy disabling in case you don't remember the shortcut\n* Bottom panel widgets are not visible in zen mode\n* Optional disabling of right panel in zen mode\n\n#### Show Position in TOC and Syntax Highlight\nPlease go to each addon's respective page for instructions on how to enable these addons.\n* [Show Position in TOC](https://github.com/SiriusXT/trilium-show-position-in-toc)\n* [Syntax Highlight](https://github.com/antoniotejada/Trilium-SyntaxHighlightWidget)\n\n## Screenshots and Videos\n![Selection Showcase](/screenshots/SD_Hover.png)\n\nhttps://github.com/user-attachments/assets/60c5d157-fe57-48de-93a4-9f63479756f1\n\n![Map Showcase](/screenshots/SD_Map.png)\n\n![Code Showcase](/screenshots/SD_Code.png)\n\nhttps://github.com/user-attachments/assets/a087b308-f532-4ff9-a620-444252ee71ce\n\n![Text Note Syntax Highlight Showcase](/screenshots/SD_Highlight.png)\n\n## Credits and Resources\n### Fonts\n* [Fira](https://github.com/mozilla/Fira)\n\n### Addons Featured in the Screenshots and Videos\n* [Breadcrumbs](https://github.com/rauenzi/Trilium-Breadcrumbs)\n* [Scratchpad](https://github.com/zadam/trilium/discussions/1613#discussioncomment-638984)\n* [Show Position in TOC](https://github.com/SiriusXT/trilium-show-position-in-toc)\n* [Syntax Highlight](https://github.com/antoniotejada/Trilium-SyntaxHighlightWidget)\n* [Theme Switch](https://github.com/madodig/trilium-widget-theme-switch)\n* [Trilium Chat](https://github.com/soulsands/trilium-chat)\n* WordCount (Featured in the [Demo Document](https://github.com/zadam/trilium/wiki/Document#demo-document))\n* [Zen Mode](https://github.com/Nriver/awesome-trilium/issues/44)\n\nFind more addons made by the Trilium community at [Nriver's \"Awesome Trilium\" page](https://github.com/Nriver/awesome-trilium?tab=readme-ov-file#%EF%B8%8F-widgets), and check out my other theme [EverForest Ant Dark](https://github.com/Lolabird/everforest-ant-dark-trilium-theme) while you're at it!!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLolabird%2Fstellar-dark-theme-trilium","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FLolabird%2Fstellar-dark-theme-trilium","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLolabird%2Fstellar-dark-theme-trilium/lists"}