{"id":15821226,"url":"https://github.com/excalith/atomized-theme-vscode","last_synced_at":"2026-01-11T03:09:59.496Z","repository":{"id":97288356,"uuid":"99477965","full_name":"excalith/atomized-theme-vscode","owner":"excalith","description":"A combination of both Atom's iconic theme and Material Theme for VSCode","archived":false,"fork":false,"pushed_at":"2018-09-22T00:35:48.000Z","size":822,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-12T07:43:47.642Z","etag":null,"topics":["atom","material-theme","theme","visualstudiocode","vscode","vscode-theme"],"latest_commit_sha":null,"homepage":null,"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/excalith.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2017-08-06T09:57:51.000Z","updated_at":"2021-05-26T14:26:05.000Z","dependencies_parsed_at":"2023-06-07T20:45:48.937Z","dependency_job_id":null,"html_url":"https://github.com/excalith/atomized-theme-vscode","commit_stats":{"total_commits":10,"total_committers":2,"mean_commits":5.0,"dds":0.09999999999999998,"last_synced_commit":"8baa779cfdf4e2f96241ec79f4b6e1a0d0414802"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/excalith%2Fatomized-theme-vscode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/excalith%2Fatomized-theme-vscode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/excalith%2Fatomized-theme-vscode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/excalith%2Fatomized-theme-vscode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/excalith","download_url":"https://codeload.github.com/excalith/atomized-theme-vscode/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246598151,"owners_count":20802973,"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":["atom","material-theme","theme","visualstudiocode","vscode","vscode-theme"],"created_at":"2024-10-05T07:21:05.859Z","updated_at":"2026-01-11T03:09:59.472Z","avatar_url":"https://github.com/excalith.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Atomized Theme\n[![](https://vsmarketplacebadge.apphb.com/installs-short/excalith.atomized-theme.svg)](https://marketplace.visualstudio.com/items?itemName=excalith.atomized-theme)\n[![](https://vsmarketplacebadge.apphb.com/rating-short/excalith.atomized-theme.svg)](https://marketplace.visualstudio.com/items?itemName=excalith.atomized-theme)\n[![](https://vsmarketplacebadge.apphb.com/version-short/excalith.atomized-theme.svg)](https://marketplace.visualstudio.com/items?itemName=excalith.atomized-theme)\n\n**Atomized Theme** is a combination of both **Atom**'s iconic theme and **Material Theme**'s syntax highlighting. A relief for sore eyes!\n\n![Atomized Theme Screenshot](screenshot.png \"Atomized Theme Screenshot\")\n\n## Contribution\nYou are more than welcome to contribute the [Atomized Theme Repo](https://github.com/excalith/atomized-theme-vscode)\n\n## Recommended Extensions\n- [FiraCode Font](https://github.com/tonsky/FiraCode) - A monospaced font with ligatures for programming\n- [Material Icon Theme](https://marketplace.visualstudio.com/items?itemName=pkief.material-icon-theme) - Minimal icon set for files\n- [Bookmarks](https://marketplace.visualstudio.com/items?itemName=alefragnani.bookmarks) - Helps you to navigate through your code, moving between important positions easily and quickly.\n- [GitLens](https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens) - Visualizes valuable git related information within your code.\n- [Todo Tree](https://marketplace.visualstudio.com/items?itemName=Gruntfuggly.todo-tree) - Searches your project for your tags like TODO and FIXME, and displays them in a tree view in the explorer pane. Can also highlight / colorize line as you want. Here is sample settings for it\n```JSON\n    \"todo-tree.showInExplorer\": false,\n    \"todo-tree.tags\": [\n        \"TODO:\",\n        \"FIXME:\",\n        \"FIXED:\",\n        \"HACK:\"\n    ],\n    \"todo-tree.defaultHighlight\": {\n        \"type\": \"text\"\n    },\n    \"todo-tree.customHighlight\": {\n        \"TODO:\": {\n            \"icon\": \"check\",\n            \"iconColour\": \"#ff8800\",\n            \"foreground\": \"#ff8800\"\n        },\n        \"FIXED:\": {\n            \"icon\": \"issue-closed\",\n            \"iconColour\": \"#9251eb\",\n            \"foreground\": \"#9251eb\"\n        },\n        \"FIXME:\": {\n            \"icon\": \"issue-opened\",\n            \"iconColour\": \"#c80000\",\n            \"foreground\": \"#c80000\"\n        },\n        \"HACK:\": {\n            \"icon\": \"terminal\",\n            \"iconColour\": \"#00ff00\",\n            \"foreground\": \"#00ff00\"\n        }\n    }\n```\n- [Bracket Pair Colorizer](https://marketplace.visualstudio.com/items?itemName=CoenraadS.bracket-pair-colorizer) - Shows matching brackets to be identified with their own colours. Can also show matching pair in gutter which is nice.\n```JSON\n    \"bracketPairColorizer.showBracketsInGutter\": true,\n    \"bracketPairColorizer.showHorizontalScopeLine\": false,\n    \"bracketPairColorizer.showVerticalScopeLine\": false\n```\n- [Trailing Spaces](https://marketplace.visualstudio.com/items?itemName=shardulm94.trailing-spaces) - Shows all trailing spaces in a nice way. Also has an option to trim only modified lines, so you won't have any headache with merge conflicts.\n```JSON\n    \"trailing-spaces.deleteModifiedLinesOnly\": true,\n    \"trailing-spaces.trimOnSave\": true,\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexcalith%2Fatomized-theme-vscode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fexcalith%2Fatomized-theme-vscode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexcalith%2Fatomized-theme-vscode/lists"}