{"id":13592214,"url":"https://github.com/kunalb/poet","last_synced_at":"2025-04-06T00:08:45.207Z","repository":{"id":40545821,"uuid":"124177867","full_name":"kunalb/poet","owner":"kunalb","description":"An emacs theme that's well suited for modes using variable pitch: particularly org-mode and markdown-mode.","archived":false,"fork":false,"pushed_at":"2020-06-06T23:39:32.000Z","size":2393,"stargazers_count":519,"open_issues_count":7,"forks_count":16,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-04-02T05:49:04.118Z","etag":null,"topics":["emacs","emacs-theme","minimal","theme"],"latest_commit_sha":null,"homepage":null,"language":"Emacs Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kunalb.png","metadata":{"files":{"readme":"README.org","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-03-07T04:13:09.000Z","updated_at":"2025-03-30T18:06:53.000Z","dependencies_parsed_at":"2022-07-16T10:16:31.380Z","dependency_job_id":null,"html_url":"https://github.com/kunalb/poet","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/kunalb%2Fpoet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kunalb%2Fpoet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kunalb%2Fpoet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kunalb%2Fpoet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kunalb","download_url":"https://codeload.github.com/kunalb/poet/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247415967,"owners_count":20935387,"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":["emacs","emacs-theme","minimal","theme"],"created_at":"2024-08-01T16:01:07.011Z","updated_at":"2025-04-06T00:08:45.191Z","avatar_url":"https://github.com/kunalb.png","language":"Emacs Lisp","funding_links":[],"categories":["Emacs Lisp"],"sub_categories":[],"readme":"#+TITLE: poet-theme \n[[https://melpa.org/#/poet-theme][https://melpa.org/packages/poet-theme-badge.svg]]\n\nAn emacs theme that's well suited for prose: particularly org-mode and\nmarkdown-mode; or any mode that works well with =variable-pitch= mode.\n\n** Motivation\nThe theme makes Emacs more friendly for writing prose instead of\ncode. Highlights include mixing monospace and variable pitch text in\nmarkdown and org-modes, making it convenient to write prose and code\ntogether. \n\nI wrote about building poet at https://explog.in/notes/poet.html. \n\n#+BEGIN_HTML\n  \u003cp align=\"center\"\u003e\n    \u003cimg title=\"Screenshots\" alt=\"Screenshots\" src=\"https://github.com/kunalb/poet/raw/master/images/poet.gif\" /\u003e\n  \u003c/p\u003e\n#+END_HTML\n\n** Set up\n- *Installation*:\n  - *Melpa*: Make sure [[https://melpa.org/#/getting-started][melpa is in your package archives list]], and M-x =package-install poet-theme=\n  - *Manual*: Download the theme to your =custom-theme-directory= which defaults to =~/emacs.d=.\n\n- *Variable-pitch-mode*: Adding variable pitch mode to text modes will\n  help in rendering mixed fonts every time you edit markdown, org-mode,\n  etc.\n\n#+BEGIN_SRC elisp\n(add-hook 'text-mode-hook\n           (lambda ()\n            (variable-pitch-mode 1)))\n#+END_SRC\n\n- *Custom fonts*: Choose your fonts/font sizes before loading the theme with\n\n#+BEGIN_SRC elisp\n(set-face-attribute 'default nil :family \"DejaVu Sans Mono\" :height 130)\n(set-face-attribute 'fixed-pitch nil :family \"DejaVu Sans Mono\")\n(set-face-attribute 'variable-pitch nil :family \"IBM Plex Serif\")\n#+END_SRC\n\n- *Mac OSX Title Bar*: (Only for *Emacs 26.1*+) \n#+begin_src elisp\n(add-to-list\n  'default-frame-alist'(ns-transparent-titlebar . t))\n(add-to-list\n  'default-frame-alist'(ns-appearance . light))\n#+end_src\n\n** [[https://www.reddit.com/r/emacs/comments/9e01wf/share_your_modern_emacs/e5lpfmy/][Reddit]] reviews poet\n   :PROPERTIES:\n   :CUSTOM_ID: reddit-reviews-poet\n   :END:\n\n#+CAPTION: Reddit\n[[https://github.com/kunalb/poet/raw/master/images/reddit.png]]\n\n** Warning\n   :PROPERTIES:\n   :CUSTOM_ID: warning\n   :END:\n\n- Exclusively aimed at graphical emacs\n\n** Next Steps\n   :PROPERTIES:\n   :CUSTOM_ID: next-steps\n   :END:\n\n(No fixed timelines for these, depends on my time and motivation) \n- [X] Publish v1 to Melpa. \n- [X] Add more screenshots showing off different modes (particularly markdown) \n- [X] Evaluate \u0026 test github flavoured markdown in markdown-mode. \n- [X] Publish v2 to Melpa \n- [X] Create a poet-dark mode with a yellow/white/black scheme. \n- [X] Add a dark brown theme \n- [X] Add support for disabling variable font sizes. \n- [ ] Explore a new bolder version of poet. \n- [ ] Document support for additional modes. \n- [ ] Publish v3 to Melpa.\n\n** More Screenshots\n   :PROPERTIES:\n   :CUSTOM_ID: more-screenshots\n   :END:\n\n[[https://github.com/kunalb/poet/raw/master/images/org.png]]\n[[https://github.com/kunalb/poet/raw/master/images/md1.png]]\n[[https://github.com/kunalb/poet/raw/master/images/md2.png]]\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkunalb%2Fpoet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkunalb%2Fpoet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkunalb%2Fpoet/lists"}