{"id":15067289,"url":"https://github.com/jr20xx/mint-o-themes","last_synced_at":"2026-02-05T22:01:09.763Z","repository":{"id":208036254,"uuid":"720651026","full_name":"jr20xx/Mint-O-Themes","owner":"jr20xx","description":"Mint Y Themes for Openbox 3","archived":false,"fork":false,"pushed_at":"2023-12-07T02:52:57.000Z","size":148,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-16T03:41:39.771Z","etag":null,"topics":["linux","linux-desktop","linux-mint","linuxmint","mint","openbox","openbox-configs","openbox-configuration","openbox-desktop-environment","openbox-theme","openbox-themes","openboxwm"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jr20xx.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":"2023-11-19T06:16:45.000Z","updated_at":"2025-02-28T05:18:57.000Z","dependencies_parsed_at":"2023-11-19T09:29:36.332Z","dependency_job_id":"5b7d9cb6-9f62-4c7b-bf14-60f62f54404d","html_url":"https://github.com/jr20xx/Mint-O-Themes","commit_stats":null,"previous_names":["jr20xx/mint-o-themes"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jr20xx/Mint-O-Themes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jr20xx%2FMint-O-Themes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jr20xx%2FMint-O-Themes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jr20xx%2FMint-O-Themes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jr20xx%2FMint-O-Themes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jr20xx","download_url":"https://codeload.github.com/jr20xx/Mint-O-Themes/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jr20xx%2FMint-O-Themes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29135916,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T21:59:57.939Z","status":"ssl_error","status_checked_at":"2026-02-05T21:59:57.628Z","response_time":65,"last_error":"SSL_read: 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":["linux","linux-desktop","linux-mint","linuxmint","mint","openbox","openbox-configs","openbox-configuration","openbox-desktop-environment","openbox-theme","openbox-themes","openboxwm"],"created_at":"2024-09-25T01:19:08.183Z","updated_at":"2026-02-05T22:01:09.748Z","avatar_url":"https://github.com/jr20xx.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mint O Themes\n\n### What is this?\nMint O Themes are an adaptation (made by myself) of the well known [Mint Y themes](https://github.com/linuxmint/mint-themes) with the hope to bring a similar appearance to those themes to [Openbox 3](https://github.com/danakj/openbox) users.\n\nEver since I started using Openbox, I always wanted themes like these ones. I never found any, so I researched a bit and decided to make them on my own and let other users enjoy them with ease.\n\nThis is still a work in progress and if you want to make some kind of contribution: please, do it! I'd love to receive some help and support to improve this project.\n\n### How to use this project?\nInstead of creating all the themes one by one, I decided to make two templates: one for light variations of the themes and another for dark ones. I also created a script to apply the aproppiated colors to those templates, generate the themes and transfer them to where they should be placed to later set them as the theme for Openbox.\n\nTo setup the themes, the first thing you need to do is clone this repo by executing:\n\n```bash\ngit clone https://github.com/jr20xx/Mint-O-Themes\n```\n\nAfter that, open the `Mint-O-Themes` folder by executing:\n```bash\ncd Mint-O-Themes\n```\n\nThen, the only thing left for you to do is to run the Python script and wait until it finishes its execution:\n```bash\npython3 install.py\n```\n\n#### Script parameters\nThe Python script provided to setup the themes can take two optional parameters:\n\n- **`--color`**: This parameter is used when you want to setup only a specific number of themes colors. You can pass a single color name or multiple colors separated by a whitespace. Admitted values are **`standard`**, **`aqua`**, **`blue`**, **`grey`**, **`orange`**, **`pink`**, **`purple`**, **`red`**, **`sand`** and **`teal`**.\n\n- **`--mode`**: This parameter is used when you want to generate only one variant of the themes. Admitted values are **`light`** or **`dark`**.\n\n#### Examples of usage:\n```bash\n# To setup the dark red theme\npython3 install.py --color red --mode dark\n```\n\n```bash\n# To setup all the light themes\npython3 install.py --mode light\n```\n\n```bash\n# To setup the light variants of the standard and aqua themes\npython3 install.py --color standard aqua --mode light \n```\n\nIf no parameters are provided, then all the themes with their corresponding variants will be setted up.\n\n### How to setup the themes for all users?\nThat's easy! All you got to do is run the script as root and the generated themes will be moved into a location where they can be accessed for every user.\n\nFor example, let's say that you want to setup the dark variants of the blue and pink themes systemwide. All you must do is execute the following command and that would be it:\n```bash\nsudo python3 install.py --color blue pink --mode dark\n```\n\n### Preview\n![light-themes](/previews/light.png?raw=true)\n\n\n![dark-themes](/previews/dark.png?raw=true)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjr20xx%2Fmint-o-themes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjr20xx%2Fmint-o-themes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjr20xx%2Fmint-o-themes/lists"}