{"id":22670178,"url":"https://github.com/hobywan/mustang","last_synced_at":"2026-04-30T03:33:32.983Z","repository":{"id":91786438,"uuid":"181795740","full_name":"hobywan/mustang","owner":"hobywan","description":"A clean color scheme for Jetbrains CLion and IDEA.","archived":false,"fork":false,"pushed_at":"2019-04-17T21:05:58.000Z","size":7192,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-01T06:50:53.678Z","etag":null,"topics":["clion","color-scheme","intellij-idea","jetbrains"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/hobywan.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-04-17T01:39:31.000Z","updated_at":"2025-06-19T19:53:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"b0bcb694-ccd1-470f-93b1-f97669272c6b","html_url":"https://github.com/hobywan/mustang","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hobywan/mustang","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hobywan%2Fmustang","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hobywan%2Fmustang/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hobywan%2Fmustang/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hobywan%2Fmustang/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hobywan","download_url":"https://codeload.github.com/hobywan/mustang/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hobywan%2Fmustang/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32453792,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"online","status_checked_at":"2026-04-30T02:00:05.929Z","response_time":57,"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":["clion","color-scheme","intellij-idea","jetbrains"],"created_at":"2024-12-09T15:52:29.088Z","updated_at":"2026-04-30T03:33:27.974Z","avatar_url":"https://github.com/hobywan.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"### mustang-theme\n\n[![license](https://img.shields.io/badge/license-MIT-green.svg)](https://opensource.org/licenses/MIT)\n\nA clean color scheme for JetBrains [CLion](https://www.jetbrains.com/clion/) and [IDEA](https://www.jetbrains.com/idea/).  \nIt is adapted from the excellent [Vim theme](https://www.deviantart.com/hcalves/art/Mustang-Vim-Colorscheme-98974484) designed by Henrique Alves (also included).  \nSyntax coloring has been adapted for almost all supported languages by both IDE.\n\n###### Importing the theme\n\nJust go to Preferences \u003e Editor \u003e Color scheme \u003e Import scheme.\n\n\u003cimg src=\"figures/setting.gif\" alt=\"logo\" width=\"600\"\u003e\n\n###### Enable on all installed versions\n\nJust run the provided [bash](install.sh) or [powershell](install.ps1) script et voilà! \n\u003eRestart the current IDE to refresh it.  \n\n###### Screenshots\n\nSome preview of supported languages:\n\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd\u003ec++\u003c/td\u003e\u003ctd\u003ejava\u003c/td\u003e\u003ctd\u003ecmake\u003c/td\u003e\n  \u003c/tr\u003e    \n  \u003ctr\u003e\n    \u003ctd\u003e\u003cimg src=\"figures/color-cpp.png\" alt=\"cpp\" width=\"300\" height=\"350\"\u003e\u003c/td\u003e\n    \u003ctd\u003e\u003cimg src=\"figures/color-java.png\" alt=\"java\" width=\"300\" height=\"350\"\u003e\u003c/td\u003e  \n        \u003ctd\u003e\u003cimg src=\"figures/color-cmake.png\" alt=\"cmake\" width=\"300\" height=\"350\"\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003eyaml\u003c/td\u003e\u003ctd\u003exml\u003c/td\u003e\u003ctd\u003epython\u003c/td\u003e\n  \u003c/tr\u003e    \n  \u003ctr\u003e\n    \u003ctd\u003e\u003cimg src=\"figures/color-yaml.png\" alt=\"yml\" width=\"300\" height=\"350\"\u003e\u003c/td\u003e\n    \u003ctd\u003e\u003cimg src=\"figures/color-xml.png\" alt=\"xml\" width=\"300\" height=\"350\"\u003e\u003c/td\u003e\n    \u003ctd\u003e\u003cimg src=\"figures/color-python.png\" alt=\"yaml\" width=\"300\" height=\"350\"\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\n\u003c/table\u003e\n\nEnjoy! 😊\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhobywan%2Fmustang","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhobywan%2Fmustang","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhobywan%2Fmustang/lists"}