{"id":27601231,"url":"https://github.com/ryuslash/yoshi-theme","last_synced_at":"2025-04-22T17:16:53.091Z","repository":{"id":6279033,"uuid":"7512953","full_name":"ryuslash/yoshi-theme","owner":"ryuslash","description":"Emacs theme named after my cat","archived":false,"fork":false,"pushed_at":"2023-08-02T01:18:00.000Z","size":440,"stargazers_count":22,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-22T17:16:48.665Z","etag":null,"topics":["emacs","emacs-lisp","emacs-theme"],"latest_commit_sha":null,"homepage":"http://projects.ryuslash.org/yoshi-theme/","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/ryuslash.png","metadata":{"files":{"readme":"README.org","changelog":"CHANGELOG.org","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-01-09T01:38:20.000Z","updated_at":"2023-12-29T12:44:27.000Z","dependencies_parsed_at":"2023-01-11T16:58:51.346Z","dependency_job_id":null,"html_url":"https://github.com/ryuslash/yoshi-theme","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryuslash%2Fyoshi-theme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryuslash%2Fyoshi-theme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryuslash%2Fyoshi-theme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryuslash%2Fyoshi-theme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ryuslash","download_url":"https://codeload.github.com/ryuslash/yoshi-theme/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250285732,"owners_count":21405299,"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-lisp","emacs-theme"],"created_at":"2025-04-22T17:16:52.519Z","updated_at":"2025-04-22T17:16:53.079Z","avatar_url":"https://github.com/ryuslash.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"#+STARTUP: showall\n#+STARTUP: inlineimages\n\n* Yoshi theme\n\nMy cat is named Yoshi and I was just working on a random new theme, which was =new-theme= for a while. I couldn't think of a name so I named it after him.\n\n** Screenshot\n\n[[file:screenshot.png]]\n\n** Themed modes\n\nHere is a list of the themed major and minor modes. Certain modes may only have been themed partially and this list may not be complete.\n\n- Circe\n- Compilation mode\n- CSS mode\n- Diff\n- Dired\n- Ediff\n- ERC\n- ERT Test results\n- Eshell\n- Flycheck\n- Gnus\n- Helm\n- Highlight indent\n- Hydra\n- Identica\n- Ido\n- Jabber\n- JS2 Mode\n- Magit\n- Markdown\n- Message mode\n- Org mode\n- Outline mode\n- Rainbow delimiters\n- ReStructured Text mode\n- Sh mode\n- Slime repl\n- Smerge\n- Term mode\n- Texinfo mode\n- Whitespace mode\n\n** License\n\nThis project is licensed under the GNU General Public License version 3 or (at your option) any later version. You can read the terms of this license [[file:COPYING][here]].\n\n** Installation\n\nInstallation comes in two flavors.\n\n*** Installation with ELPA\n\nTo install Yoshi theme using the built-in Emacs package manager you should have [[https://melpa.org/][MELPA]] or [[https://marmalade-repo.org/][Marmalade]] in your =package-archives= list. When that's ready you can =M-x list-packages=, find =yoshi-theme=, press =i= and =x= and you're done.\n\n*** Installation from git\n\nTo use a version from the latest git checkout you should clone the repository and then add the directory to your =custom-theme-load-path=.\n\nIn a shell execute:\n\n#+BEGIN_EXAMPLE\n  cd ~/\n  git clone git://github.com/ryuslash/yoshi-theme.git\n#+END_EXAMPLE\n\nThen add to your =~/.emacs.d/init.el=:\n\n#+BEGIN_SRC emacs-lisp\n  (add-to-list 'custom-theme-load-path (expand-file-name \"~/yoshi-theme\"))\n#+END_SRC\n\n** Enabling Yoshi theme\n\nOnce you've installed Yoshi theme you can either use =M-x load-theme= to enable it interactively for the current session, or put the following in your =~/.emacs.d/init.el=:\n\n#+BEGIN_SRC emacs-lisp\n  (load-theme 'yoshi :no-confirm)\n#+END_SRC\n\n*** Other modules\n\n- yoshi-mode-line :: Enable this by calling ~(require 'yoshi-mode-line)~. This module enables the mode-line as is intended to be used with Yoshi theme.\n\n** Installation in Spacemacs\n\nEdit your .spacemacs file ~(SPC f e d)~ and add the ~yoshi-theme~ package:\n\n#+BEGIN_SRC emacs-lisp\n  dotspacemacs-additional-packages '(yoshi-theme)\n#+END_SRC\n\nAdd the theme to the top of the themes list to make it the default theme, for example:\n\n#+BEGIN_SRC emacs-lisp\n  dotspacemacs-themes '(yoshi\n                        monokai\n                        spacemacs-dark\n                        spacemacs-light\n                        solarized-light\n                        solarized-dark\n                        leuven\n                        zenburn)\n#+END_SRC\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryuslash%2Fyoshi-theme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryuslash%2Fyoshi-theme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryuslash%2Fyoshi-theme/lists"}