{"id":20665348,"url":"https://github.com/blossomtheme/textadept","last_synced_at":"2025-03-10T10:22:16.017Z","repository":{"id":250247624,"uuid":"833205627","full_name":"BlossomTheme/Textadept","owner":"BlossomTheme","description":"Blossom Theme for Textadept","archived":false,"fork":false,"pushed_at":"2024-07-27T05:09:57.000Z","size":230,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-01-17T12:54:26.696Z","etag":null,"topics":["textadept","textadept-theme"],"latest_commit_sha":null,"homepage":"","language":"Lua","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/BlossomTheme.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":"2024-07-24T15:02:18.000Z","updated_at":"2024-07-27T05:10:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"0f44575c-9788-4569-b1c2-3e002895f648","html_url":"https://github.com/BlossomTheme/Textadept","commit_stats":null,"previous_names":["blossomtheme/textadept"],"tags_count":0,"template":false,"template_full_name":"BlossomTheme/Template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlossomTheme%2FTextadept","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlossomTheme%2FTextadept/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlossomTheme%2FTextadept/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlossomTheme%2FTextadept/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BlossomTheme","download_url":"https://codeload.github.com/BlossomTheme/Textadept/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242830089,"owners_count":20192131,"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":["textadept","textadept-theme"],"created_at":"2024-11-16T19:30:14.514Z","updated_at":"2025-03-10T10:22:15.995Z","avatar_url":"https://github.com/BlossomTheme.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Blossom Theme for Textadept\n\n## Preview\n![](./screenshot01.png)\n![](./screenshot02.png)\n\n## Installation\n1. Clone the repository\n```git clone https://github.com/BlossomTheme/Textadept```\n\n2. Copy ```blossom.lua``` to:\n```\n    Your ~/.textadept/themes/ directory.\n    Textadept’s themes/ directory.\n```\n\u003e Tip: placing themes in your user data directory avoids the possibility of you overwriting them when you update Textadept. These themes also take precedence over the ones installed with Textadept.\n\n3. Open ```init.lua``` using ```Edit \u003e Preferences```\n\n4. Add this to it:\n```lua\nif not CURSES then\n\tview:set_theme('blossom', {font = 'Monospace', size = 12})\n\t-- You can alternatively use the following to keep the default theme:\n\t-- view:set_theme{font = 'Monospace', size = 12}\nend\n\n-- Color Java class names black instead of the default yellow.\nevents.connect(events.LEXER_LOADED, function(name)\n\tif name ~= 'java' then return end\n\tlocal default_fore = view.style_fore[view.STYLE_DEFAULT]\n\tview.style_fore[buffer:style_of_name(lexer.CLASS)] = default_fore\nend)\n```\n5. Restart or reset Textadept\n6. Enjoy the new theme!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblossomtheme%2Ftextadept","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblossomtheme%2Ftextadept","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblossomtheme%2Ftextadept/lists"}