{"id":28628247,"url":"https://github.com/fgeller/iv-theme.el","last_synced_at":"2026-02-16T07:31:43.100Z","repository":{"id":141461770,"uuid":"44859542","full_name":"fgeller/iv-theme.el","owner":"fgeller","description":"Minimalistic theme for GNU Emacs using 4 colors","archived":false,"fork":false,"pushed_at":"2015-10-24T18:15:59.000Z","size":132,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-10T23:10:36.342Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fgeller.png","metadata":{"files":{"readme":"README.org","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":"2015-10-24T09:14:07.000Z","updated_at":"2015-10-24T09:14:22.000Z","dependencies_parsed_at":"2023-03-13T14:21:22.693Z","dependency_job_id":null,"html_url":"https://github.com/fgeller/iv-theme.el","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fgeller/iv-theme.el","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fgeller%2Fiv-theme.el","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fgeller%2Fiv-theme.el/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fgeller%2Fiv-theme.el/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fgeller%2Fiv-theme.el/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fgeller","download_url":"https://codeload.github.com/fgeller/iv-theme.el/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fgeller%2Fiv-theme.el/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29502934,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T05:57:17.024Z","status":"ssl_error","status_checked_at":"2026-02-16T05:56:49.929Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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-06-12T10:11:50.273Z","updated_at":"2026-02-16T07:31:43.086Z","avatar_url":"https://github.com/fgeller.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"* iv\n\n  Minimalistic theme for GNU Emacs using 4 colors.\n\n** Details\n\n   The theme relies only on 4 colors: black, white, red and gold.\n\n   By default the =mode-line= faces are using the same colors for fore- and\n   background to reduce the noise. I use a little helper to toggle the color and\n   face height of relevant faces similar to the following:\n\n   #+begin_src emacs-lisp\n     (defun mode-line-visual-toggle ()\n       (interactive)\n       (let ((faces-to-toggle '(mode-line mode-line-inactive))\n             (invisible-color \"white\")\n             (visible-color \"black\"))\n         (cond ((string= visible-color (face-attribute 'mode-line :foreground))\n                (mapcar (lambda (face) (set-face-foreground face invisible-color))\n                        faces-to-toggle))\n               (t\n                (mapcar (lambda (face) (set-face-foreground face visible-color))\n                        faces-to-toggle)))))\n   #+end_src\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffgeller%2Fiv-theme.el","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffgeller%2Fiv-theme.el","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffgeller%2Fiv-theme.el/lists"}