{"id":17101216,"url":"https://github.com/doabit/piatto","last_synced_at":"2026-02-05T03:33:20.687Z","repository":{"id":12361771,"uuid":"15010504","full_name":"doabit/piatto","owner":"doabit","description":"Flat style theme for Sublime Text","archived":false,"fork":false,"pushed_at":"2013-12-07T18:22:40.000Z","size":242,"stargazers_count":0,"open_issues_count":0,"forks_count":23,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-13T12:50:35.900Z","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/doabit.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":"2013-12-07T18:20:50.000Z","updated_at":"2019-08-26T17:18:57.000Z","dependencies_parsed_at":"2022-09-23T05:51:24.818Z","dependency_job_id":null,"html_url":"https://github.com/doabit/piatto","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/doabit/piatto","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doabit%2Fpiatto","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doabit%2Fpiatto/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doabit%2Fpiatto/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doabit%2Fpiatto/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/doabit","download_url":"https://codeload.github.com/doabit/piatto/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doabit%2Fpiatto/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29109301,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T03:27:05.906Z","status":"ssl_error","status_checked_at":"2026-02-05T03:26:43.416Z","response_time":65,"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-14T15:24:18.883Z","updated_at":"2026-02-05T03:33:20.661Z","avatar_url":"https://github.com/doabit.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Piatto Theme\n\n Piatto is a very simple flat style theme for Sublime Text 2 and Sublime Text 3.\n\nBased on Soda Theme by Ian Hill [http://buymeasoda.com/](http://buymeasoda.com/)\n\n## Design\n\n![Piatto Light Theme](https://raw.github.com/samuelrafo/Piatto/master/images/piatto_light.png)\n\n![Piatto Dark Theme](https://raw.github.com/samuelrafo/Piatto/master/images/piatto_dark.png)\n\n## Installation\n\nPiatto theme is designed to work with the latest development builds of Sublime Text, including [Sublime Text 2](http://www.sublimetext.com/dev) and [Sublime Text 3](http://www.sublimetext.com/3dev).\n\n### Using Sublime Package Control\n\nIf you are using Will Bond's excellent [Sublime Package Control](http://wbond.net/sublime_packages/package_control), you can easily install Piatto Theme via the `Package Control: Install Package` menu item. The Piatto Theme package is listed as `Theme - Piatto` in the packages list.\n\n### Download Manually\n\n* Download the files using the GitHub .zip download option\n* Unzip the files and rename the folder to `Theme - Piatto`\n* Find your `Packages` directory using the menu item  `Preferences -\u003e Browse Packages...`\n* Copy the folder into your Sublime Text `Packages` directory\n\n## Activating the theme\n\nTo configure Sublime Text to use the theme, follow the instructions below for your specific version.\n\n### Sublime Text 2\n\n* Open your User Settings Preferences file `Sublime Text 2 -\u003e Preferences -\u003e Settings - User`\n* Add (or update) your theme entry to be `\"theme\": \"Piatto Light.sublime-theme\"`\n\n**Example Sublime Text 2 User Settings**\n\n    {\n        \"theme\": \"Piatto Light.sublime-theme\"\n    }\n\n### Sublime Text 3\n\n* Open your User Settings Preferences file `Sublime Text -\u003e Preferences -\u003e Settings - User`\n* Add (or update) your theme entry to be `\"theme\": \"Piatto Light 3.sublime-theme\"`\n\n**Example Sublime Text 3 User Settings**\n\n    {\n        \"theme\": \"Piatto Dark 3.sublime-theme\"\n    }\n\n### Sidebar Folder Icons\n\nPiatto Theme has the ability to use folder icons in the sidebar.\n\nIf you'd like to use folder icons in the sidebar instead of the regular arrows, add the following custom setting to your `Settings - User` file:\n\n    \"piatto_folder_icons\": true\n\n![Piatto Folder Icons](https://raw.github.com/samuelrafo/Piatto/master/images/piatto_folder_icons.png)\n\n### Overlay Scrollbars\n\nIf you'd like to use the overlay scrollbar, add the following custom setting to your Settings - User file:\n\n```javascript\n{\n    \"overlay_scroll_bars\": \"enabled\"\n}\n```\n\n## Optional\n\n\n### Bold folder labels\n\n```javascript\n{\n    \"bold_folder_labels\": true\n}\n```\n\n\n### Color Scheme\n\n```javascript\n{\n    \"color_scheme\": \"Packages/Theme - Piatto/Piatto Light.tmTheme\"\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoabit%2Fpiatto","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdoabit%2Fpiatto","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoabit%2Fpiatto/lists"}