{"id":13502792,"url":"https://github.com/codebrainz/geany-themes","last_synced_at":"2025-04-04T18:09:55.701Z","repository":{"id":46124217,"uuid":"1404561","full_name":"codebrainz/geany-themes","owner":"codebrainz","description":"A collection of colour schemes for Geany.","archived":false,"fork":false,"pushed_at":"2023-10-15T13:01:51.000Z","size":1775,"stargazers_count":586,"open_issues_count":23,"forks_count":158,"subscribers_count":42,"default_branch":"master","last_synced_at":"2025-03-28T17:11:12.145Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codebrainz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS"}},"created_at":"2011-02-23T23:41:40.000Z","updated_at":"2025-03-23T19:56:00.000Z","dependencies_parsed_at":"2024-01-18T23:24:08.504Z","dependency_job_id":"7df00b2b-5088-4dba-b982-c329742307de","html_url":"https://github.com/codebrainz/geany-themes","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codebrainz%2Fgeany-themes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codebrainz%2Fgeany-themes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codebrainz%2Fgeany-themes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codebrainz%2Fgeany-themes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codebrainz","download_url":"https://codeload.github.com/codebrainz/geany-themes/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247226215,"owners_count":20904465,"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-07-31T22:02:25.172Z","updated_at":"2025-04-04T18:09:55.682Z","avatar_url":"https://github.com/codebrainz.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"Geany Themes README\n===================\n\nIntroduction\n------------\n\nGeany-themes is a collection of color schemes for the\n[Geany IDE/editor][geany], either written originally by the Geany community\nor ported from color schemes for other editors. These schemes are compatible\nwith Geany 1.22 and greater. Check out the [screenshots][scrn] to get an\nidea for what each color scheme looks like.\n\nInstallation\n------------\n\n**Note:** the following instructions will overwrite any themes with\nthe same filename you have already installed, so if you have customized\nany of them, you will lose your customizations if you don't back them\nup first.\n\n### Unix-like Systems\n\n1. Extract the zip file, tarball or checkout with Git to a local\ndirectory.\n1. To install, either\n    * run `install.sh` for automatic instalation or\n    * Copy all of the `*.conf` files from the `colorschemes`folder\n    into the `~/.config/geany/colorschemes/`.\n    Create the `~/.config/geany/colorschemes/`directory if it\ndoes not already exist.\n1. Choose a new theme by selecting\n`Change Color Scheme...` from Geany's `View` menu.\n\n### Windows\n\nInstalling the themes on Windows is the same as with Unix-like systems\nwith the exception that the target directory will be different. With\nWindows 7, the directory should be named\n`C:\\Users\\YourUserName\\AppData\\Roaming\\geany\\colorschemes`, but the\nexact path may vary depending on your Windows configuration and/or\nversion. Refer to [the Geany Manual][man-paths] for more information on\nconfiguration file paths.\n\nDocumentation\n-------------\n\nIf you want to add a theme, read the [ADDING-A-THEME.md][add-theme] file. If you\nare a package maintainer, consult the [MAKING-A-RELEASE.md][make-release] file. For\nall other cases, consult the official Geany documentation.\n\nOther Themes\n------------\n\nYou can also also sometimes find bleeding edge themes which have yet to\nbe fully integrated into the repository by looking at the\n[Issues on Github][issues] labelled with the [`new-theme`][new-themes] label.\nThere may also be some unofficial themes on [the wiki][wiki-themes].\n\nBe wary of old-style themes you may find in random places on the\nInternet as they may only be compatible with old Geany versions before\n1.22 and will likely result in grief. If the file doesn't contain a\nsection called `[theme_info]` it almost sure to be an incompatible\nolder theme. See below for more details.\n\nCompatibility\n-------------\n\nThese color schemes are not compatible with older version of Geany\nprior to 1.22, including its old filetypes files, which you may have\ncustomized and are found in your per-user configuration folder. All\nbets are off if you mix and match old filetypes/color schemes and the\ncolor schemes here. The best way to handle it is to simple move your\nold filetypes out of the way, copy the ones you want to customize from\nGeany's system data folder and hand-copy over the non-`[styling]`\ngroups from the old filetypes file into the new one.\n\n[geany]: http://www.geany.org\n[scrn]: https://github.com/geany/geany-themes/tree/master/screenshots\n[issues]: https://github.com/geany/geany-themes/issues?q=is%3Aopen\n[new-themes]: https://github.com/geany/geany-themes/labels/new-theme\n[wiki-themes]: https://wiki.geany.org/themes/start\n[man-paths]: https://www.geany.org/manual/current/index.html#configuration-file-paths\n[add-theme]: https://github.com/geany/geany-themes/blob/master/ADDING-A-THEME.md\n[make-release]: https://github.com/geany/geany-themes/blob/master/MAKING-A-RELEASE.md\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodebrainz%2Fgeany-themes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodebrainz%2Fgeany-themes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodebrainz%2Fgeany-themes/lists"}