{"id":18307933,"url":"https://github.com/froala/xt-themes","last_synced_at":"2025-10-16T20:49:18.603Z","repository":{"id":56604759,"uuid":"290980213","full_name":"froala/xt-themes","owner":"froala","description":null,"archived":false,"fork":false,"pushed_at":"2020-10-29T08:11:52.000Z","size":1872,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-15T05:24:56.018Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/froala.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-08-28T07:27:03.000Z","updated_at":"2021-11-21T09:56:14.000Z","dependencies_parsed_at":"2022-08-15T21:50:17.137Z","dependency_job_id":null,"html_url":"https://github.com/froala/xt-themes","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/froala%2Fxt-themes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/froala%2Fxt-themes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/froala%2Fxt-themes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/froala%2Fxt-themes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/froala","download_url":"https://codeload.github.com/froala/xt-themes/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248029214,"owners_count":21035960,"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-11-05T16:05:57.880Z","updated_at":"2025-10-16T20:49:13.554Z","avatar_url":"https://github.com/froala.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# XT-Themes\n\nThis is the themes repository for FroalaCharts.\n\n## List of themes\n\n - froala\n - candy\n\n## Repository organization\n\n - `develop`: All development and CI scripts are stored here.\n     - `ci`: CI scripts are stored here\n     - `src`: Theme source files are stored here.\n -  `themes`: Compiled, minified theme files, ready to use for production.\n\n## Theme naming conventions\n\nEach theme name is a lowercase word. The file name is in the format `froalacharts.theme.\u003cthemename\u003e.js`. So the file name for the `candy` theme is `froalacharts.theme.candy.js`.\n\n# Developing themes\n\n## Setting up the repository\n\nSeveral CI scripts used in `xt-themes` use `node` modules. So, perform a `npm install` the first time you clone the repository. From the root of the project, run:\n\n    $ npm install\n\n## Repository workflow\n\nThis repository uses [Git Flow](http://nvie.com/posts/a-successful-git-branching-model/).\n\n\n## Creating a new theme\n\nA candy theme is provided at `develop/src/froalacharts.theme.candy.js`. You can use that as your base and create a new file in `develop/src` for your new theme using the theme naming convention mentioned above.\n\n## Building themes\n\nRun this script from the root of the project to compile theme files:\n\n    $ npm test\n\n## Release new version\n\n - Check the latest `version` in `package.json`. Decide what should be the next version bump based on [semver](http://semver.org).\n - Pull in latest `develop` and `master` branches.\n - Switch to `develop` branch.\n - Create and switch to a release branch based on the new version. If your new version is `1.0.0`, the release branch name will be `release/1.0.0`.\n - Update `version` in `package.json` to latest version, in this case, `1.0.0`.\n - Commit changes in `package.json` with a commit message: \"Update package.json version to 1.0.0\".\n - Run the release script from the root of the project:\n\n        $ npm run-script release\n\n - The release script will make changes to the `themes` folder. Commit the changes to those modified files.\n - Close the release branch as per Git Flow methods and tag on the master branch with `1.0.0`.\n - Enjoy!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffroala%2Fxt-themes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffroala%2Fxt-themes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffroala%2Fxt-themes/lists"}