{"id":13783306,"url":"https://github.com/cannibalox/logseq-dark-hpx","last_synced_at":"2025-05-11T18:31:39.701Z","repository":{"id":43071273,"uuid":"286349601","full_name":"cannibalox/logseq-dark-hpx","owner":"cannibalox","description":"CSS snippets and themes for www.logseq.com","archived":false,"fork":false,"pushed_at":"2022-05-06T18:04:01.000Z","size":732,"stargazers_count":90,"open_issues_count":6,"forks_count":24,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-08-03T19:07:44.699Z","etag":null,"topics":[],"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/cannibalox.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}},"created_at":"2020-08-10T01:39:34.000Z","updated_at":"2024-07-09T20:08:31.000Z","dependencies_parsed_at":"2022-09-10T20:51:39.289Z","dependency_job_id":null,"html_url":"https://github.com/cannibalox/logseq-dark-hpx","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cannibalox%2Flogseq-dark-hpx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cannibalox%2Flogseq-dark-hpx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cannibalox%2Flogseq-dark-hpx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cannibalox%2Flogseq-dark-hpx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cannibalox","download_url":"https://codeload.github.com/cannibalox/logseq-dark-hpx/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225081890,"owners_count":17418037,"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":[],"created_at":"2024-08-03T19:00:18.514Z","updated_at":"2024-11-17T19:31:39.358Z","avatar_url":"https://github.com/cannibalox.png","language":"CSS","funding_links":[],"categories":["🎨 CSS Themes"],"sub_categories":[],"readme":"# CSS snippets and themes for www.logseq.com:\n\n- the *.user.css work with [Stylus](https://github.com/openstyles/stylus) extension for Chrome/FF/Opera\n- the *.css snippets can be used with stylus (recommended) or directly added to your custom.css\n\n## logseq-darker-hpx.user.css : [![Install directly with Stylus](https://img.shields.io/badge/Install%20directly%20with-Stylus-00adad.svg)](https://github.com/cannibalox/logseq-dark-hpx/raw/master/logseq-darker-hpx.user.css)\na dark theme for logseq with some extra features :\n- external links have an icon\n- journal pages : titles with icon\n- styled tags as label boxes \n- tags will have an emoji (#book📚, #movie🎞,#audio🎹, #games🕹, ...)\n- add emoji for TODO 🔥 and DOING 🚧\n- restyled code blocks so that the language tab is out of the way and easier to click\n- fonts : Cairo (=Titillium web) and Teko\n- new color palette, neutral background with more color contrast\n- query block have a small 'query' label\n- restyled tables\n- journals page is more compact\n- titles folding arrows are bigger easier to click\n- scheduled timestands with Consolas monospace font\n- restyled scrollbars\n- less space around admonition blocks\n\nto install inside a custom.css without stylus :\n```\n\u003e remove the line `@-moz-document domain(\"logseq.com\") {`\n\u003e remove the last `}` at the very end of the file\n```\n\nlogseq darker hpx\n![image](https://user-images.githubusercontent.com/4605693/106374143-a7604500-6380-11eb-888c-069bbb0d8848.png)\n![Maxthon_WmZncUNvJr](https://user-images.githubusercontent.com/4605693/106373755-0cb23700-637d-11eb-85fd-98b5b9c2eeeb.png)\n\n## logseq-colorful-indents.css \ncolorize the indentation lines\n![vivaldi_iSYXCfTAaH](https://user-images.githubusercontent.com/4605693/106373513-898fe180-637a-11eb-807b-6a48b9c56268.png)\n## logseq-columns-mod.css \na kanban/columns/cards layout. USE WITH STYLUS to enable it only when needed\n![Maxthon_eXJTdZ5hhh](https://user-images.githubusercontent.com/4605693/106373490-4df51780-637a-11eb-8846-f14c4813cfc8.png)\n## logseq-iconify-external-links.css \nadd a small icon near external links (aklready included in the theme)\n## logseq-scroll-sidebar.css \nrestore the scrollbar on the right sidebar in addition to the main container scrollbar, makes it easier to navigate with pen-based systems without scroll wheels\n## logseq-highlight-current-path.css\nhighlight the bullets of the current path\n![MOPlO5raYZ](https://user-images.githubusercontent.com/4605693/108089216-a403d380-7079-11eb-9d41-04ba9da3613e.gif)\n## logseq-dirty-focus-mode.css\nfade out all lines except the current line. the parent block will be highlighted. useful for long documents with multiples levels. USE WITH STYLUS to be able to enable/disable it easily. I wouldn't activate that all the time.\n\n# DEPRECATED THEMES\n## (deprecated) dark-hpx version : [![Install directly with Stylus](https://img.shields.io/badge/Install%20directly%20with-Stylus-00adad.svg)](https://github.com/cannibalox/logseq-dark-hpx/raw/master/logseq-dark-hpx.user.css)\n\n(Click the button to install the theme if you already have Stylus)\n![image](https://user-images.githubusercontent.com/4605693/106373455-f0f96180-6379-11eb-9c15-b48e34eb2fa0.png)\n\n## (deprecated) alternate color palette by Dale502 : [![Install directly with Stylus](https://img.shields.io/badge/Install%20directly%20with-Stylus-00adad.svg)](https://github.com/cannibalox/logseq-dark-hpx/raw/master/logseq-dark-dale502.user.css)\n\n(Click the button to install the theme if you already have Stylus)\n![image](https://user-images.githubusercontent.com/4605693/106373458-f8206f80-6379-11eb-9e8f-c648606fc610.png)\n\n\n## INSTALLATION FAQ\n### How to install Stylus \nhttps://github.com/openstyles/stylus#releases\n### How to install a Stylus theme\nhttps://github.com/openstyles/stylus/wiki/Usercss#how-do-i-install-usercss\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcannibalox%2Flogseq-dark-hpx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcannibalox%2Flogseq-dark-hpx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcannibalox%2Flogseq-dark-hpx/lists"}