{"id":15062844,"url":"https://github.com/themkat/pink-bliss-uwu","last_synced_at":"2025-03-15T14:25:18.691Z","repository":{"id":257392867,"uuid":"858069010","full_name":"themkat/pink-bliss-uwu","owner":"themkat","description":"Pink bliss UwU theme for Emacs. Using the pink bliss theme by Alex Schroeder as a base, but with modifications. More pink, more modern, more vibrant UwU","archived":false,"fork":false,"pushed_at":"2025-02-23T17:47:10.000Z","size":532,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-23T18:34:00.368Z","etag":null,"topics":["emacs","emacs-theme","pink","uwu"],"latest_commit_sha":null,"homepage":"","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/themkat.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-16T08:50:43.000Z","updated_at":"2025-02-23T17:47:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"4defa5c6-3151-4e60-af78-28da4ba9b779","html_url":"https://github.com/themkat/pink-bliss-uwu","commit_stats":null,"previous_names":["themkat/pink-bliss-uwu"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themkat%2Fpink-bliss-uwu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themkat%2Fpink-bliss-uwu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themkat%2Fpink-bliss-uwu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themkat%2Fpink-bliss-uwu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/themkat","download_url":"https://codeload.github.com/themkat/pink-bliss-uwu/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243741257,"owners_count":20340437,"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","pink","uwu"],"created_at":"2024-09-24T23:47:27.318Z","updated_at":"2025-03-15T14:25:18.679Z","avatar_url":"https://github.com/themkat.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"* ~ pink-bliss-UwU theme for Emacs ~\nUses the older pink-bliss theme by Alex Schroeder as a base, and aims to be more modern. This includes theming for org-mode, helm, newer programming languages and much more. As this is a modern theme, it also will get rid of redundant 256 colors checks everywhere. Aims to be modern theme for computers in $currentYear.\n\nWork in progress, so some colors and color combinations might change slightly. Feel free to help out in this process if you also would like a pink UwU theme :sparkles:\n\n#+ATTR_ORG: :width 800\n[[./screenshot.png]]\n\n** Installation and usage\nBy default the theme uses the [[https://monaspace.githubnext.com/][Monaspace Radon]] font if available, so make sure to install it if you want to use it!\n\n\n*** Manual\nClone this repository to a path you can remember on your machine. Then you can simply add it and use in your config:\n#+BEGIN_SRC emacs-lisp\n  (add-to-list 'custom-theme-load-path\n               \"/path/to/theme\")\n\n  ;; use it\n  (load-theme 'pink-bliss-uwu t)\n#+END_SRC\n(if you don't want to load it right away, you can omit the last line and load it later with =M-x load-theme= and select =pink-bliss-uwu=)\n\n*** use-package (local, NOT yet on MELPA)\n(like in the previous step) Clone this repository to a path you can remember on your machine. Then you can use =use-package= to load it:\n#+BEGIN_SRC emacs-lisp\n  (use-package pink-bliss-uwu-theme\n    :load-path \"/path/to/theme\"\n    :config\n    (load-theme 'pink-bliss-uwu t))\n#+END_SRC\n\nWhile it's not prettier than the manual install, it might help in keeping your configuration consistent and more readable.\n\n*** straight.el with use-package\nIf you are one of the few who use straight.el, you can install it without manually cloning the repository.\n#+BEGIN_SRC emacs-lisp\n  (use-package pink-bliss-uwu-theme\n    :straight (pink-bliss-uwu-theme :type git :host github :repo \"themkat/pink-bliss-uwu-theme\")\n    :config\n    (load-theme 'pink-bliss-uwu t))\n#+END_SRC\n\n(if your local git install suddenly gets really anal on you in this one package: Remove the =:host= argument and put the ssh clone .git file into the =:repo= argument)\n\n\n** Configuration\n*Note: Due to the theme loading a font, and not reverting it, this setting will have to come BEFORE you load the theme! That means before your load-theme call.*\n\nIf you have Monaspace Radon installed, but don't want to use it, you can disable it by setting =pink-bliss-uwu-use-custom-font= to =nil=. Example:\n\n#+BEGIN_SRC emacs-lisp\n  (setq pink-bliss-uwu-use-custom-font nil)\n\n  ;; or use-pacakge:\n  (use-package pink-bliss-uwu-theme\n    :load-path \"/path/to/theme\"\n    :config\n    (load-theme 'pink-bliss-uwu t)\n    :custom\n    (pink-bliss-uwu-use-custom-font nil))\n#+END_SRC\n\n** Contributing\nFeel free to contribute if you want to :heart:\n\n- If you want to discuss face colors for specific modes, feel free to create an issue. This also includes feature requests, meaning support for various modes.\n\n- Faces for your favorite package or mode missing? Feel free to contribute a PR! If you are unsure on how, you can make an issue to discuss it first. No worries :heart:\n\n\nAbove all else, be kind! Respect that people are different than you. No discrimination allowed (obviously).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthemkat%2Fpink-bliss-uwu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthemkat%2Fpink-bliss-uwu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthemkat%2Fpink-bliss-uwu/lists"}