{"id":15664356,"url":"https://github.com/facelessuser/themetweaker","last_synced_at":"2025-08-10T13:32:21.749Z","repository":{"id":11437979,"uuid":"13893941","full_name":"facelessuser/ThemeTweaker","owner":"facelessuser","description":"Change your Sublime tmTheme files by applying different color filters on the fly. http://facelessuser.github.io/ThemeTweaker/","archived":false,"fork":false,"pushed_at":"2024-06-18T14:05:50.000Z","size":2283,"stargazers_count":25,"open_issues_count":2,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-02T06:22:30.634Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","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/facelessuser.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.md","contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":"support.py","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"facelessuser","custom":["https://www.paypal.me/facelessuser"]}},"created_at":"2013-10-27T01:27:43.000Z","updated_at":"2024-12-19T05:22:29.000Z","dependencies_parsed_at":"2024-10-03T13:42:32.615Z","dependency_job_id":"308cc360-6a9c-4d8c-8add-d0444132cb58","html_url":"https://github.com/facelessuser/ThemeTweaker","commit_stats":null,"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"purl":"pkg:github/facelessuser/ThemeTweaker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/facelessuser%2FThemeTweaker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/facelessuser%2FThemeTweaker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/facelessuser%2FThemeTweaker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/facelessuser%2FThemeTweaker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/facelessuser","download_url":"https://codeload.github.com/facelessuser/ThemeTweaker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/facelessuser%2FThemeTweaker/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269733003,"owners_count":24466529,"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","status":"online","status_checked_at":"2025-08-10T02:00:08.965Z","response_time":71,"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":[],"created_at":"2024-10-03T13:42:16.589Z","updated_at":"2025-08-10T13:32:21.365Z","avatar_url":"https://github.com/facelessuser.png","language":"Python","funding_links":["https://github.com/sponsors/facelessuser","https://www.paypal.me/facelessuser"],"categories":[],"sub_categories":[],"readme":"[![Donate via PayPal][donate-image]][donate-link]\n[![Discord][discord-image]][discord-link]\n[![Build][github-ci-image]][github-ci-link]\n[![Package Control Downloads][pc-image]][pc-link]\n![License][license-image]\n# ThemeTweaker\n\nChange your Sublime tmTheme files by applying different color filters on the fly.\n\n![hue](docs/src/markdown/imgs/hue.gif)\n\nThemeTweaker came out as a side project while I was working on ExportHtml.  I was dealing with replicating the tmTheme\nin an HTML output, but later wanted to be able to modify the tmTheme with filters such as: rotating the hue, adjusting\nthe contrast, increasing/deceasing the brightness, etc.  Some of the filters are useless, but they were fun to throw\ntogether.  I have been using it for a while, but recently decided to throw it together in its own package.  It can be\nused as a stand alone plugin for tweaking your themes, or it can be leveraged by other plugins for modifying color\nscheme (tmTheme) files.\n\n## Features\n\nThemeTweaker has a number of commands that allow you to do the following:\n\n- Increase/Decrease brightness.\n- Increase/Decrease saturation.\n- Rotate the hues of the theme.\n- Colorize the theme (make all of the colors different shades of one color).\n- Convert the theme to grayscale.\n- Apply a Sepia filter.\n- Invert the color scheme.\n- Cause foreground scopes to glow (keywords etc. except for the main foreground color; maybe that will change).\n- With filters that make sense, allow limiting the filter to background or foreground scopes.\n- Create shortcuts to adjust the color scheme only when in `ThemeMode`.\n- Allow *undo* and *redo* of filters while in `ThemeMode`.\n- A command to revert all filters in one shot and return to original theme.\n- Does not modify the original theme directly, but creates a copy.\n- Live update when applying filters.\n\n## Documentation\n\nhttp://facelessuser.github.io/ThemeTweaker/\n\n## License\n\nThe MIT License (MIT)\n\nCopyright (c) 2013 - 2024 Isaac Muse\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n[github-ci-image]: https://github.com/facelessuser/ThemeTweaker/workflows/build/badge.svg?branch=master\u0026event=push\n[github-ci-link]: https://github.com/facelessuser/ThemeTweaker/actions?query=workflow%3Abuild+branch%3Amaster\n[pc-image]: https://img.shields.io/packagecontrol/dt/ThemeTweaker.svg?labelColor=333333\u0026logo=sublime%20text\n[pc-link]: https://packagecontrol.io/packages/ThemeTweaker\n[license-image]: https://img.shields.io/badge/license-MIT-blue.svg?labelColor=333333\n[donate-image]: https://img.shields.io/badge/Donate-PayPal-3fabd1?logo=paypal\n[donate-link]: https://www.paypal.me/facelessuser\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffacelessuser%2Fthemetweaker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffacelessuser%2Fthemetweaker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffacelessuser%2Fthemetweaker/lists"}