{"id":30665245,"url":"https://github.com/davr1/guilded-emoji-replace","last_synced_at":"2025-08-31T20:15:35.781Z","repository":{"id":50392733,"uuid":"448659603","full_name":"Davr1/Guilded-Emoji-Replace","owner":"Davr1","description":"Guilded.gg theme for replacing the default twemojis with a custom emoji pack","archived":false,"fork":false,"pushed_at":"2022-08-19T08:44:07.000Z","size":695,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-07-30T18:56:35.673Z","etag":null,"topics":["css","guilded","guilded-themes","theme"],"latest_commit_sha":null,"homepage":"","language":"CSS","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/Davr1.png","metadata":{"files":{"readme":"README.md","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":"2022-01-16T20:01:15.000Z","updated_at":"2023-12-19T09:24:26.000Z","dependencies_parsed_at":"2022-09-02T10:10:16.329Z","dependency_job_id":null,"html_url":"https://github.com/Davr1/Guilded-Emoji-Replace","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Davr1/Guilded-Emoji-Replace","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Davr1%2FGuilded-Emoji-Replace","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Davr1%2FGuilded-Emoji-Replace/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Davr1%2FGuilded-Emoji-Replace/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Davr1%2FGuilded-Emoji-Replace/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Davr1","download_url":"https://codeload.github.com/Davr1/Guilded-Emoji-Replace/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Davr1%2FGuilded-Emoji-Replace/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273032934,"owners_count":25034067,"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","status":"online","status_checked_at":"2025-08-31T02:00:09.071Z","response_time":79,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["css","guilded","guilded-themes","theme"],"created_at":"2025-08-31T20:15:34.537Z","updated_at":"2025-08-31T20:15:35.774Z","avatar_url":"https://github.com/Davr1.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Guilded Emoji Replace\n\nTheme for Guilded.gg that replaces the default emoji pack with a custom one\n\nRequires [ReGuilded](https://reguilded.dev/) or a [browser extension](https://github.com/openstyles/stylus/) for css injection\n\nEmoji packs can be switched out in the `theme.css` file - by default each pack uses ~64x64 images or svgs for standalone emojis (used in chat, user statuses etc) and ~32x32 emojis in the emoji picker (if available, stored in one large \"sheet\" as a grid of emojis)\n\nIf you want to add your own emoji pack, you can check out the [wiki](https://github.com/Davr1/Guilded-Emoji-Replace/wiki/Example-emoji-pack)\n\n# Available emoji packs\n- [Apple](#apple)\n- [Google](#google)\n- [Microsoft_Fluent](#microsoft_fluent)\n- [Facebook](#facebook)\n- [Mutant_Remix](#mutant_remix)\n## [Apple](https://raw.githubusercontent.com/Davr1/Guilded-Emoji-Replace/main/emojis/Apple.css)\n![guilded-apple-emojis](https://user-images.githubusercontent.com/42148912/149998541-2ab0160b-4cff-4052-a68c-cf4a820a0376.png)\\\nEmoji support: 3326/3329\n### Options\nHigh resolution emoji sheet (64x64) ~ 18 MB:\n```css\n:root { --sheet_emoji_size: 64 !important; --sheet: var(--sheet_high_resolution) !important; }\n```\n## [Google](https://raw.githubusercontent.com/Davr1/Guilded-Emoji-Replace/main/emojis/Google.css)\n[https://github.com/googlefonts/noto-emoji/](https://github.com/googlefonts/noto-emoji/) (Apache License 2.0)\\\n![guilded-google-emojis](https://user-images.githubusercontent.com/42148912/149998716-a509cb9d-8502-4fcd-b875-c121c44aa22e.png)\\\nEmoji support: 3329/3329\n### Options\nHigh resolution emoji sheet (64x64) ~ 12.3 MB:\n```css\n:root { --sheet_emoji_size: 64 !important; --sheet_emoji_padding: 5 !important; --sheet: var(--sheet_high_resolution) !important; }\n```\n## [Microsoft_Fluent](https://raw.githubusercontent.com/Davr1/Guilded-Emoji-Replace/main/emojis/Microsoft_Fluent.css)\n[https://github.com/microsoft/fluentui-emoji/](https://github.com/microsoft/fluentui-emoji/) (MIT License)\\\n![guilded_microsoft_fluent_emojis](https://user-images.githubusercontent.com/42148912/184856870-b5c9128d-2839-43d5-ab96-5cff11760d07.png)\\\nEmoji support: 3005/3329\n### Otions\nHigh resolution sheet (each emoji is an individual image):\n```css\n.ReactionIcon-image { --sheet: var(--img) !important; }\n```\n## [Facebook](https://raw.githubusercontent.com/Davr1/Guilded-Emoji-Replace/main/emojis/Facebook.css)\n![guilded-facebook-emojis](https://user-images.githubusercontent.com/42148912/149998740-462753bd-a256-4304-aa1d-dba41b840232.png)\\\nEmoji support: 3149/3329\n### Options\nHigh resolution emoji sheet (64x64) ~ 17.7 MB:\n```css\n:root { --sheet_emoji_size: 64 !important; --sheet: var(--sheet_high_resolution) !important; }\n```\n## [Mutant_Remix](https://raw.githubusercontent.com/Davr1/Guilded-Emoji-Replace/main/emojis/Mutant_Remix.css)\n[https://mutant.revolt.chat/](https://mutant.revolt.chat/) (CC BY-NC-SA 4.0)\\\n![guilded-mutant_remix-emojis](https://user-images.githubusercontent.com/42148912/152642026-1ff4b337-ad49-4883-8239-000f2bc13ead.png)\\\nEmoji support: 1019/3329\n\n---\n### More packs will be added in the future\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavr1%2Fguilded-emoji-replace","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavr1%2Fguilded-emoji-replace","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavr1%2Fguilded-emoji-replace/lists"}