{"id":16635827,"url":"https://github.com/ythecombinator/milla-theme","last_synced_at":"2025-10-30T06:30:58.215Z","repository":{"id":25462928,"uuid":"28893246","full_name":"ythecombinator/milla-theme","owner":"ythecombinator","description":"⚠ u n m a i n t a i n e d ⚠ A dark and alternative theme that uses a flat color palette.","archived":false,"fork":false,"pushed_at":"2015-01-15T02:36:01.000Z","size":324,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-02-27T12:17:10.207Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://mabrasil.github.io/getmilla","language":"VimL","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/ythecombinator.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-01-07T01:56:51.000Z","updated_at":"2017-08-08T00:26:10.000Z","dependencies_parsed_at":"2022-08-24T02:41:14.667Z","dependency_job_id":null,"html_url":"https://github.com/ythecombinator/milla-theme","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ythecombinator%2Fmilla-theme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ythecombinator%2Fmilla-theme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ythecombinator%2Fmilla-theme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ythecombinator%2Fmilla-theme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ythecombinator","download_url":"https://codeload.github.com/ythecombinator/milla-theme/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219856616,"owners_count":16556082,"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-10-12T06:04:57.491Z","updated_at":"2025-10-30T06:30:52.922Z","avatar_url":"https://github.com/ythecombinator.png","language":"VimL","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"https://raw.githubusercontent.com/mabrasil/milla-theme/master/img/milla-logo.png\" align=\"center\"\u003e\n\nMilla is just a simple (and alternative) dark theme for SublimeText, Textmate and other \ntext editors that uses a flat color palette.\n\n## Table of contents\n\n* [Using](#using)\n  * [Sublime Text](#sublime-text)\n  * [Atom](#atom)\n  * [TextMate](#textmate)\n  * [Vim](#vim)\n* [Color Palette](#color-palette)\n* [License](#license)\n* [Versioning](#versioning)\n* [TODOs](#todos)\n\n##Using\n\n### Sublime Text \n\n#### Install using Git\n\nYou can install the theme and keep up to date by cloning the repo directly into your `Packages` directory in the Sublime Text application settings area.\n\nYou can locate your Sublime Text `Packages` directory by using the menu item `Preferences -\u003e Browse Packages...`.\n\nWhile inside the `Packages` directory, clone the theme repository using the command below:\n\n```sh\n$ git clone https://github.com/mabrasil/milla-theme.git \"Milla Color Scheme\"\n```\n\n#### Download Manually\n\n1. Download the files using the [GitHub .zip download](https://github.com/mabrasil/milla-theme/archive/master.zip) option\n2. Unzip the files and rename the folder to `Milla Color Scheme`\n3. Find your `Packages` directory using the menu item  `Preferences -\u003e Browse Packages...`\n4. Copy the folder into your Sublime Text `Packages` directory\n\n#### Activating the theme\n\nGo to `Preferences -\u003e Color Scheme -\u003e User` and select the `Milla Color Scheme`.\n\n### Atom\n\n#### Install using Git\n\nYou can install the theme and keep up to date by cloning the repo directly into your `~/.atom/packages` directory.\n\n```sh\n$ git clone https://github.com/mabrasil/milla-theme.git ~/.atom/packages/milla-theme\n```\n\n#### Download Manually\n\n1. Download the files using the [GitHub .zip download](https://github.com/mabrasil/milla-theme/archive/master.zip) option\n2. Unzip the files and rename the folder to `milla-theme`\n3. Move the `milla-theme` folder to `~/.atom/packages`\n\n#### Activating the theme\n\nGo to `Atom -\u003e Preferences...`, select the `Themes` tab on the left side and choose `Milla` in the `Syntax Theme` dropdown menu.\n\n### TextMate\n\n#### Install using Git\n\nIf you are a git user, you can install the theme and keep up to date by cloning the repo:\n\n```sh\n$ git clone https://github.com/mabrasil/milla-theme.git \"Milla Color Scheme\"\n```\n\n#### Install manually\n\nDownload using the [GitHub .zip download](https://github.com/mabrasil/milla-theme/archive/master.zip) option and unzip them.\n\n#### Activating theme\n\nJust open the `Milla.tmTheme` file using TextMate app.\n\n### Vim\n\n#### Install using use Vim + Pathogen\n\n```sh\n$ cd ~/.vim\n$ git submodule add git@github.com:mabrasil/milla-theme.git bundle/milla-theme\n```\n\n#### Download Manually\n\n1. Download the files using the [GitHub .zip download](https://github.com/mabrasil/milla-theme/archive/master.zip) option\n2. Unzip the files and move the `vim/colors/milla.vim` file into `~/.vim/colors`\n3. Add the following lines into your vimrc file:\n\n```\nsyntax on\ncolor Milla\n```\n## Color Palette\n\nPalette                  | Foregound | Background           \n---                      | ---       | ---   \nBackground               | `#fff`    | `#282a36` \nForeground               | `#ecf0f1` | `#fff`\nComment                  | `#7280a3` | `#fff` \nString                   | `#f4d03f` | `#fff`\nBuilt-in Coonstant       | `#9b59b6` | `#fff` \nUser-defined Coonstant   | `#9b59b6` | `#fff`\nKeyword                  | `#db0a5b` | `#fff` \nStorage                  | `#db0a5b` | `#fff`\nStorage Type             | `#75b9e7` | `#fff` \nClass Name               | `#16a085` | `#fff` \nInherited Class          | `#16a085` | `#fff` \nFunction Name            | `#27ae4c` | `#fff`\nFunction Argument        | `#d34a00` | `#fff`   \nTag Name                 | `#db0a5b` | `#fff` \nTag Atribute             | `#87d37c` | `#fff` \nLibrary Function         | `#3498db` | `#fff`\nLibrary Constant         | `#3498db` | `#fff` \nLibrary Clas/Type        | `#3498db` | `#fff`\nLibrary Variable         | `#fff`    | `#fff` \nInvalid                  | `#fff`    | `#c0392b` \nInvalid Deprecated       | `#fff`    | `#96281b` \n\n##License\n\nMilla is distributed under the MIT License, available in this repository.\n\n##Versioning\n\nIt is intended to maintain this project under the [Semantic Versioning] (http://semver.org/) guidelines. Releases will be numbered with the following format:\n\n`\u003cmajor\u003e.\u003cminor\u003e.\u003cpatch\u003e`\n\n##TODOs\n\n- [ ] Add more scopes to existing themes\n- [ ] Add Screenshots to README.md\n- [ ] Add the existing versions to their text editors' respectives package managers.\n- [ ] Make it available for other editors (Brackets, Xcode etc.) and Terminal.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fythecombinator%2Fmilla-theme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fythecombinator%2Fmilla-theme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fythecombinator%2Fmilla-theme/lists"}