{"id":25647313,"url":"https://github.com/pprevos/disco-ef-themes","last_synced_at":"2026-02-05T18:31:38.316Z","repository":{"id":210585795,"uuid":"726922316","full_name":"pprevos/disco-ef-themes","owner":"pprevos","description":"Frivolous package to randomly change Ef Themes","archived":false,"fork":false,"pushed_at":"2023-12-05T09:09:52.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-10T12:25:35.091Z","etag":null,"topics":[],"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":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pprevos.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-12-03T19:40:57.000Z","updated_at":"2023-12-03T19:42:30.000Z","dependencies_parsed_at":"2025-02-23T11:29:02.230Z","dependency_job_id":"15687bf3-6f36-4427-9235-c62ed9d94792","html_url":"https://github.com/pprevos/disco-ef-themes","commit_stats":null,"previous_names":["pprevos/disco-ef-themes"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pprevos/disco-ef-themes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pprevos%2Fdisco-ef-themes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pprevos%2Fdisco-ef-themes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pprevos%2Fdisco-ef-themes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pprevos%2Fdisco-ef-themes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pprevos","download_url":"https://codeload.github.com/pprevos/disco-ef-themes/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pprevos%2Fdisco-ef-themes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29128697,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T18:31:02.507Z","status":"ssl_error","status_checked_at":"2026-02-05T18:29:43.962Z","response_time":65,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":"2025-02-23T11:28:59.484Z","updated_at":"2026-02-05T18:31:38.294Z","avatar_url":"https://github.com/pprevos.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"#+title: Disco Ef Themes\n#+date: [2023-12-04 Mon]\n\nThe [[https://protesilaos.com/emacs/ef-themes][Ef (εὖ/good) Themes]] package by Protesilaos Stavrou (Prot) provides colorful and legible themes.\n\nThe ~diso-ef-themes~ package detects whether the active Ef theme is light or dark of the Ef variety and then picks a random light or dark theme. If the current theme is not a member of the Ef catalogue, then a random dark variety is loaded.\n\nThis frivolous package can also automatically change themes at a defined interval, creating an Ef Themes disco!\n\nThere are three commands:\n- ~disco-ef-themes-load-random~: Load a random theme manually. Matches the shade of the active theme.\n- ~disco-ef-themes-change-shade~: Toggle between light and dark theme.\n- ~disco-ef-themes~: Activate the disco\n\nIf you are hungry for more, then check out the [[https://elpa.gnu.org/packages/theme-buffet.html][theme-buffet]] by Bruno Boal and Protesilaos Stavrou.\n\n* Installation and configuration\nDownload the =disco-ef-themes.el= file and store it in your preferred location. This ~use-package~ declaration loads the theme and starts the disco by changing themes every 10 seconds. Alternatively use:\n\n#+begin_src elisp\n  (package-vc-install \"https://github.com/pprevos/disco-ef-themes\")\n#+end_src\n\nYou can change the interval with the ~disco-ef-themes-interval~ variable. Setting it to low might lock your Emacs. My [[https://github.com/pprevos/emacs-config][personal configuration]] sets it at 600 seconds, which adds some variety to my day.\n\n#+begin_src elisp :results none :tangle no\n  (use-package disco-ef-themes\n    :load-path \"~/.config/emacs/\" ;; Add and edit as required\n    :custom\n    (disco-ef-themes-interval 10)\n    :bind\n    ((\"\u003cf12\u003e\"   . disco-ef-themes-load-random)\n     (\"M-\u003cf12\u003e\" . disco-ef-themes)\n     (\"C-\u003cf12\u003e\" . disco-ef-themes-change-shade)))\n#+end_src\n\n** Key Bindings\n- =F12= changes themes manually\n- =C-F12= toggles between dark and light themes\n- =M-F12= activates the disco\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpprevos%2Fdisco-ef-themes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpprevos%2Fdisco-ef-themes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpprevos%2Fdisco-ef-themes/lists"}