{"id":22425255,"url":"https://github.com/aamnah/markdownediting-blackboardtheme","last_synced_at":"2026-03-19T22:50:42.174Z","repository":{"id":82042827,"uuid":"30749258","full_name":"aamnah/MarkdownEditing-BlackboardTheme","owner":"aamnah","description":"Custom markdown syntax highlighting theme for MarkdownEditing Package for Sublime Text","archived":false,"fork":false,"pushed_at":"2022-12-02T17:15:18.000Z","size":1045,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-15T07:26:26.575Z","etag":null,"topics":["theme"],"latest_commit_sha":null,"homepage":"","language":null,"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/aamnah.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2015-02-13T09:21:49.000Z","updated_at":"2025-04-11T11:10:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"25b990b2-cf43-43c4-93aa-228d127bd7aa","html_url":"https://github.com/aamnah/MarkdownEditing-BlackboardTheme","commit_stats":null,"previous_names":["aamnah/markdownediting"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aamnah/MarkdownEditing-BlackboardTheme","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aamnah%2FMarkdownEditing-BlackboardTheme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aamnah%2FMarkdownEditing-BlackboardTheme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aamnah%2FMarkdownEditing-BlackboardTheme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aamnah%2FMarkdownEditing-BlackboardTheme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aamnah","download_url":"https://codeload.github.com/aamnah/MarkdownEditing-BlackboardTheme/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aamnah%2FMarkdownEditing-BlackboardTheme/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29455601,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T15:52:44.973Z","status":"ssl_error","status_checked_at":"2026-02-14T15:52:11.208Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["theme"],"created_at":"2024-12-05T19:13:38.902Z","updated_at":"2026-02-14T21:03:26.782Z","avatar_url":"https://github.com/aamnah.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Blackboard\n\nCustom Markdown syntax highlighting theme for the Sublime Text [MarkdownEditing](https://github.com/SublimeText-Markdown/MarkdownEditing) Package, colors inspired by Textmate's [Blackboard theme](https://github.com/textmate/themes.tmbundle/blob/master/Themes/Blackboard.tmTheme) which i came across on [Haroopad](https://github.com/rhiokim/haroopad) and Monokai Bright theme.\n\nWorks with version 2.1.3 of MarkdownEditing.\n\nInstallation\n---\nYou should have MardownEditing already installed.\n\na) Copy the file **MarkdownEditor-Blackboard.tmTheme** to the Packages folder. \n\n#### Mac OS\nYou can `Cmd+Shift+G` to quickly go to folder by entering the path. The path is:\n    \n    ~/Library/Application Support/Sublime Text 3/Packages/User\n\n#### Linux\nDownload the file, go to Packages folder, create a new folder for MarkdownEditing if one doesn't already exist and copy the file there: \n\n    ~/.config/sublime-text-3/Packages/User    \n\nb) Edit MarkdownEditing Settings to point to the custom theme.\n\nOpen MarkdownEditing settings from the `Preferences \u003e Package Settings \u003e Markdown Editing` menu.\n\n    \"color_scheme\": \"Packages/User/MarkdownEditing/MarkdownEditor-Blackboard.tmTheme\",  \n\n![Settings](https://github.com/aamnah/MarkdownEditing-BlackboardTheme/blob/master/screenshots/settings.png)\n\nAlternatively, you can find the default settings files located at:\n\n    Packages/MarkdownEditing/Markdown.sublime-settings         [GitHub flavored Markdown]\n    Packages/MarkdownEditing/Markdown (Standard).sublime-settings\n    Packages/MarkdownEditing/MultiMarkdown.sublime-settings\n    \nScreenshots\n---\n** Some colors (blockquotes) may vary after the latest update.\n![Basics](https://github.com/aamnah/MarkdownEditing-BlackboardTheme/blob/master/screenshots/basics.png)\n![Blackquotes \u0026 Code Blocks](https://github.com/aamnah/MarkdownEditing-BlackboardTheme/blob/master/screenshots/code-blocks.png)\n![Image Links and URLs](https://github.com/aamnah/MarkdownEditing-BlackboardTheme/blob/master/screenshots/images-urls.png)\n![Reference Links](https://github.com/aamnah/MarkdownEditing-BlackboardTheme/blob/master/screenshots/reference-links.png)\n![HTML Syntax Highlighting](https://github.com/aamnah/MarkdownEditing-BlackboardTheme/blob/master/screenshots/html-js.png)\n\nBasic Colors\n---\nBackground #0c1021    \nForeground (text) #fff  \nHeadings #ff6400  \nCode #ffff06  \nBold #fff  \nItalic #fff  \nLink #43c835  \nAnchor Text #8da6ce  \nLists #ffc0c5  \nBlockquote #533228  \nSelection #253b76  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faamnah%2Fmarkdownediting-blackboardtheme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faamnah%2Fmarkdownediting-blackboardtheme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faamnah%2Fmarkdownediting-blackboardtheme/lists"}