{"id":13427219,"url":"https://github.com/dempfi/ayu","last_synced_at":"2025-05-14T15:06:21.432Z","repository":{"id":11085829,"uuid":"68292645","full_name":"dempfi/ayu","owner":"dempfi","description":"🎨🖌 Modern Sublime Text theme","archived":false,"fork":false,"pushed_at":"2024-04-30T06:21:28.000Z","size":14017,"stargazers_count":4331,"open_issues_count":35,"forks_count":321,"subscribers_count":50,"default_branch":"master","last_synced_at":"2025-04-12T13:57:36.010Z","etag":null,"topics":["ayu","dark-theme","light-theme","sublime","sublime-text","sublime-text-3","sublime-text-4","theme"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","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/dempfi.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":"2016-09-15T12:39:36.000Z","updated_at":"2025-04-09T12:35:53.000Z","dependencies_parsed_at":"2023-01-13T16:24:55.748Z","dependency_job_id":"4925716e-a91d-4f77-9fd2-5731ebe0c0ed","html_url":"https://github.com/dempfi/ayu","commit_stats":null,"previous_names":[],"tags_count":46,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dempfi%2Fayu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dempfi%2Fayu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dempfi%2Fayu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dempfi%2Fayu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dempfi","download_url":"https://codeload.github.com/dempfi/ayu/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254169035,"owners_count":22026207,"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":["ayu","dark-theme","light-theme","sublime","sublime-text","sublime-text-3","sublime-text-4","theme"],"created_at":"2024-07-31T00:01:56.854Z","updated_at":"2025-05-14T15:06:21.409Z","avatar_url":"https://github.com/dempfi.png","language":"Jupyter Notebook","readme":"![ayu](./images/hero.png)\n\n`ayu` is a simple theme with bright colors and comes in three versions — *dark*, *mirage* and *light* for all day long comfortable work.\n\n\u003e All screenshots use wonderful [Pragmata Pro](https://fsd.it/shop/fonts/pragmatapro/) font\n\n### File Icons\n\n`ayu` from version `3.0.0` supports customization via [A File Icon](https://github.com/SublimeText/AFileIcon) package. Please install it and restart Sublime for better experience.\n\n### Custom UI fonts\n\nSince verion `5.0.0` monospaced fonts options were removed. But it's still possible to use your favourite font in the\nuser interface of the theme, just follow through these simple steps:\n\n![ayu mono](./images/browse.png)\n\n1. Pull up command pallete via \u003ckbd\u003ecmd/ctrl\u003c/kbd\u003e + \u003ckbd\u003eshift\u003c/kbd\u003e + \u003ckbd\u003ep\u003c/kbd\u003e\n2. Type in `Browse packages`\n3. Navigate to the `/User` folder\n4. Create a file named `ayu-mirage.sublime-theme` to modify mirage or `ayu-light.sublime-theme` and `ayu-dark.sublime-theme`\n5. Open that file in Sublime\n6. Copy and paste following content:\n   ```json\n   [\n     {\n       \"class\": \"sidebar_label\",\n       \"font.face\": \"PragmataPro Mono Liga\"\n     },\n     {\n       \"class\": \"sidebar_heading\",\n       \"font.face\": \"PragmataPro Mono Liga\"\n     },\n     {\n       \"class\": \"tab_label\",\n       \"font.face\": \"PragmataPro Mono Liga\"\n     },\n     {\n       \"class\": \"label_control\",\n       \"font.face\": \"PragmataPro Mono Liga\"\n     },\n     {\n       \"class\": \"quick_panel_label\",\n       \"font.face\": \"PragmataPro Mono Liga\"\n     },\n     {\n       \"class\": \"quick_panel_path_label\",\n       \"font.face\": \"PragmataPro Mono Liga\"\n     }\n   ]\n   ```\n7. Replace `PragmataPro Mono Liga` with the font of your choice\n8. Save and enjoy :)\n\n### Screenshots\n\n\u003ch6 align='center'\u003eLight with \u003ccode\u003eui_separator\u003c/code\u003e option on\u003c/h6\u003e\n\n![Light](images/light-separator.png)\n\n---\n\n\n\u003ch6 align='center'\u003eMirage with \u003ccode\u003eui_separator\u003c/code\u003e option off\u003c/h6\u003e\n\n![Mirage](images/mirage-no-separator.png)\n\n---\n\n\u003ch6 align='center'\u003eDark with \u003ccode\u003eui_separator\u003c/code\u003e option on\u003c/h6\u003e\n\n![Dark](images/dark-separator.png)\n\n### Settings\n\n```js\n\"ui_native_titlebar\":       true, // use native titlebars on macOs\n\"ui_separator\":             true, // separators between panels\n\"ui_wide_scrollbars\":       true, // wider scrollbars\n```\n\n---\n\n### Installation\n\n###### Recommended\n\nYou can install `ayu` via [Package Control](https://packagecontrol.io/).\n\n1. Press \u003ckbd\u003ecmd/ctrl\u003c/kbd\u003e + \u003ckbd\u003eshift\u003c/kbd\u003e + \u003ckbd\u003ep\u003c/kbd\u003e to open the command palette.\n2. Type `install package` and press enter. Then search for `ayu`\n\n###### Manual\n\n1. Download the [latest release](https://github.com/dempfi/ayu/releases/latest), extract and rename the directory to `ayu`.\n2. Move the directory inside your sublime `/Packages` directory. *(Preferences \u003e Browse packages...)*\n\n---\n\n### Activation\n\n###### Recommended\n\nOpen command palette via `Tools \u003e Command Palette` (or \u003ckbd\u003ecmd/ctrl\u003c/kbd\u003e + \u003ckbd\u003eshift\u003c/kbd\u003e + \u003ckbd\u003ep\u003c/kbd\u003e) and type `ayu: Activate theme`.\n\n\n###### With Skins package\n\n[Skins](https://packagecontrol.io/packages/Skins) provides a simple and efficient way to change themes, save your own presets and quickly try out new looks. Activation is as simple as opening up the command palette, running `Select Skin` and choosing `Ayu - Dark` or `Ayu - Light` from the list.\n\n\n###### Via Preferences\n\nAdd these lines to your user settings *Preferences \u003e Setting - User*:\n\nFor light theme:\n\n```js\n\"theme\": \"ayu-light.sublime-theme\",\n\"color_scheme\": \"Packages/ayu/ayu-light.sublime-color-scheme\",\n```\n\nFor mirage theme:\n\n```js\n\"theme\": \"ayu-mirage.sublime-theme\",\n\"color_scheme\": \"Packages/ayu/ayu-mirage.sublime-color-scheme\",\n```\n\nFor dark theme:\n\n```js\n\"theme\": \"ayu-dark.sublime-theme\",\n\"color_scheme\": \"Packages/ayu/ayu-dark.sublime-color-scheme\",\n```\n\n### Sublime Text 3\nayu no longer supports Sublime Text 3. But you still can download\nand install manually [latest supported version](https://github.com/dempfi/ayu/releases/tag/v5.1.0).\n\n### Sublime Text 2\n\nayu no longer supports Sublime Text 2. But you still can download\nand install manually [latest supported version](https://github.com/dempfi/ayu/releases/tag/3.2.2).\n\n### Related projects and ports\n\n- `ayu` for Ace: https://github.com/ayu-theme/ayu-ace\n- `ayu` colors as NPM package: https://github.com/ayu-theme/ayu-colors\n- `ayu` for VSCode: https://github.com/teabyii/vscode-ayu\n- `ayu` for XCode: https://github.com/vburojevic/ayu-xcode-theme\n- `ayu` for [Kakoune](https://github.com/mawww/kakoune): https://github.com/icantjuddle/ayu-kak\n\n\u003cdiv align=\"right\"\u003e\u003csup\u003e\n  made with ❤️ by \u003ca href=\"https://github.com/dempfi\"\u003e@dempfi\u003c/a\u003e\n\u003c/sup\u003e\u003c/div\u003e\n","funding_links":[],"categories":["Jupyter Notebook","Fun stuff","HarmonyOS","Packages","TypeScript","TypeScript (64)"],"sub_categories":["Themes","Windows Manager"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdempfi%2Fayu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdempfi%2Fayu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdempfi%2Fayu/lists"}