{"id":13712434,"url":"https://github.com/xvzftube/darknerdthemes","last_synced_at":"2025-05-06T22:31:14.196Z","repository":{"id":152773453,"uuid":"566136221","full_name":"xvzftube/darknerdthemes","owner":"xvzftube","description":"Dark ggplots themes for nerds","archived":false,"fork":false,"pushed_at":"2023-11-06T01:31:33.000Z","size":329,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-13T23:32:14.712Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"R","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/xvzftube.png","metadata":{"files":{"readme":"README.md","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}},"created_at":"2022-11-15T03:10:08.000Z","updated_at":"2024-02-10T11:32:50.000Z","dependencies_parsed_at":"2024-01-07T01:52:47.405Z","dependency_job_id":null,"html_url":"https://github.com/xvzftube/darknerdthemes","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xvzftube%2Fdarknerdthemes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xvzftube%2Fdarknerdthemes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xvzftube%2Fdarknerdthemes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xvzftube%2Fdarknerdthemes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xvzftube","download_url":"https://codeload.github.com/xvzftube/darknerdthemes/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252779003,"owners_count":21802863,"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":[],"created_at":"2024-08-02T23:01:18.429Z","updated_at":"2025-05-06T22:31:13.769Z","avatar_url":"https://github.com/xvzftube.png","language":"R","funding_links":[],"categories":["Themes and aesthetics"],"sub_categories":[],"readme":"#darknerdthemes\n\nI like to use dark themes when working. I like `gruvebox`, `nord`, and `everforest`. I think darkthemes could use a little more representation in the ggplot2 community. I do not follow the above themes strictly, I just hope to generate sensible dark themes. Please fork and make your own variations.\n\n# Example\n\n```r\n# install\ndevtools::install_github(\"https://github.com/xvzftube/darknerdthemes\")\n\n# load\nlibrary(darknerdthemes)\nlibrary(ggplot2)\n\n# example 1\np \u003c- ggplot(mpg, aes(displ, hwy, color = class)) +\n  geom_point() +\n  nerd_theme_gruv() +\n  scale_color_nerd(palette = \"main\")\nggsave('ex1.jpg', p, width = 8, height = 8)\n\n# example 2\np \u003c- ggplot(mpg, aes(displ, hwy, color = class)) +\n  geom_point() +\n  nerd_theme_nord()+\n  scale_color_nerd(palette = \"nord aurora\")\nggsave('ex2.jpg', p, width = 8, height = 8)\n\n# example 3\np \u003c- ggplot(mpg, aes(displ, hwy, color = class)) +\n  geom_point() +\n  nerd_theme_nord()+\n  scale_color_nerd(palette = \"nord frost\")\nggsave('ex3.jpg', p, width = 8, height = 8)\n\n# example 4\np \u003c- ggplot(mpg, aes(displ, hwy, color = class)) +\n  geom_point() +\n  nerd_theme_everforest()+\n  scale_color_nerd(palette = \"everforest\")\nggsave('ex4.jpg', p, width = 8, height = 8)\n\n# example 5\np \u003c- ggplot(mpg, aes(displ, hwy, color = class)) +\n  geom_point() +\n  nerd_theme_gruv()\nggsave('ex5.jpg', p, width = 8, height = 8)\n\n# example 6\np \u003c- ggplot(mpg, aes(displ, hwy, color = class)) +\n  geom_point() +\n  nerd_theme_xvzf() +\n  scale_color_nerd(palette = \"xvzf\")\nggsave('ex6.jpg', p, width = 8, height = 8)\n\n```\n## Example 1\n\n![Example 1](ex1.jpg)\n\n## Example 2\n\n![Example 2](ex2.jpg)\n\n## Example 3\n\n![Example 3](ex3.jpg)\n\n## Example 4\n\n![Example 4](ex4.jpg)\n\n## Example 5\n\n![Example 5](ex5.jpg)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxvzftube%2Fdarknerdthemes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxvzftube%2Fdarknerdthemes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxvzftube%2Fdarknerdthemes/lists"}