{"id":16144042,"url":"https://github.com/callumacrae/andro","last_synced_at":"2026-01-28T14:31:43.953Z","repository":{"id":3285250,"uuid":"4325723","full_name":"callumacrae/andro","owner":"callumacrae","description":"A dark theme for an evil amount of editors.","archived":false,"fork":false,"pushed_at":"2012-05-14T15:42:15.000Z","size":535,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-11T10:24:29.972Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":false,"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/callumacrae.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}},"created_at":"2012-05-14T15:41:05.000Z","updated_at":"2016-04-25T09:07:23.000Z","dependencies_parsed_at":"2022-09-15T23:41:26.032Z","dependency_job_id":null,"html_url":"https://github.com/callumacrae/andro","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/callumacrae/andro","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/callumacrae%2Fandro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/callumacrae%2Fandro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/callumacrae%2Fandro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/callumacrae%2Fandro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/callumacrae","download_url":"https://codeload.github.com/callumacrae/andro/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/callumacrae%2Fandro/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28846058,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T13:02:32.985Z","status":"ssl_error","status_checked_at":"2026-01-28T13:02:04.945Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-10-10T00:11:05.788Z","updated_at":"2026-01-28T14:31:43.938Z","avatar_url":"https://github.com/callumacrae.png","language":null,"readme":"# Andro\n\n**Andro** is a theme for MacRabbit's Espresso, that I made and am using. Expect updates, as I fiddle with the details.\nI will also be porting Andro to several other editors in the near future, such as TextMate and Notepad++\n\nLanguages that are currently supported:\n\nHTML\n----\n![HTML](https://github.com/cyrilmengin/andro/raw/master/examples/AndroExampleHTML.png)\n\nCSS, LESS, SASS\n---------------\n![CSS](https://github.com/cyrilmengin/andro/raw/master/examples/AndroExampleCSS.png)\n\nJavaScript \n----------\n![JavaScript](https://github.com/cyrilmengin/andro/raw/master/examples/AndroExampleJS.png)\n\nPHP\n---\n![PHP](https://github.com/cyrilmengin/andro/raw/master/examples/AndroExamplePHP.png)\n\nPython\n------\n![Python](https://github.com/cyrilmengin/andro/raw/master/examples/AndroExamplePython.png)\n\n# Porting to other Editors\n\nIf you're going to port Andro to another editor, please let me know, and I'll add it. \nNote that getting the same effect is pretty hard, as not many editors enable you to have as much flexibility as Espresso.\n\nHere are the colors (credit goes to @neilhanlon for converting the HEX to RGB):\n\n\t$background: #292929;     :  rgb(41,41,41)\n\t$highlight: #3C3C3C;      :  rgb(60,60,60)\n\t$current: #303030;        :  rgb(48,48,48)\n\t\n\t$blue: #6B84A3;           :  rgb(107,132,163)\n\t$beige: #E8BF6A;          :  rgb(232,191,122)\n\t$white: #D6D6D6;          :  rgb(214,214,214)\n\t$brown: #676767;          :  rgb(103,103,103)\n\t$orange: #C24D43;         :  rgb(194,77,67)\n\t$grey: #B9AA99;           :  rgb(185,170,153)\n\n# License\n\nYou can do whatever the hell you want. Really.\nUse it, share it, modify it, smash it against the wall if you feel like it!\nBe nice though, I'd appreciate a mention as the original author if you're going to be sharing / building on it.\n\n# Installing Andro\n\nAll the files for the various IDEs are in the ``theme`` folder. \nEditor themes in the ``theme`` directory with a ``+`` in front of their names mean that they aren't a full port, that some things were lost.\n\nAlso, I suggest you use **Monaco** as your font, at **11pt** or **12pt**, depending on what looks best in your editor.\n\nEspresso\n--------\n\nCopy the the ``themes/Espresso/Andro.css`` file to ``~/Library/Application Support/Espresso/Themes/Andro.css``.\nOpen up Espresso,  go to ``Espresso ➜ Preferences ➜ Colors`` and set your \"active theme\" to Andro.\n\nThe .SCSS file that I used for generating the ``Andro.css`` file is also available in there, if you decide to edit it yourself.\n\nTextMate\n--------\n\nOpen up the ``themes/+TextMate/Andro.tmTheme`` file in TextMate (nothing should happen, but the app should open). \nThen select \"Andro\" as your theme in ``TextMate ➜ Preferences ➜ Fonts and Colors``.\n\n**Note that this is not a full port. Some of the styling visible on the Espresso screenshots was not possible to replicate with TextMate.**\n\nSublime Text 2\n--------------\n\nCopy the ``themes/+Sublime Text 2/Andro.tmTheme`` file to ``~/Library/Application Support/Sublime Text 2/Packages/User/Andro.tmTheme``.\nThen open Sublime Text, and select ``Sublime Texte 2 ➜ Preferences ➜ Color Scheme ➜ User ➜ Andro``. Andro should now be your theme.\n\n**Note that this is not a full port. Some of the styling visible on the Espresso screenshots was not possible to replicate with TextMate.**\n\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcallumacrae%2Fandro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcallumacrae%2Fandro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcallumacrae%2Fandro/lists"}