{"id":13576253,"url":"https://github.com/rakibdev/material-code","last_synced_at":"2025-04-05T05:31:16.427Z","repository":{"id":45482471,"uuid":"450918248","full_name":"rakibdev/material-code","owner":"rakibdev","description":"Material You | Dynamic theme for Visual Studio Code.","archived":false,"fork":false,"pushed_at":"2024-04-29T00:03:41.000Z","size":991,"stargazers_count":15,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-08-02T15:29:55.322Z","etag":null,"topics":["dark-theme","material-3","material-design-3","material-theme","material-you","material3","theme","vscode","vscode-extension"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=rakib13332.material-code","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rakibdev.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2022-01-22T19:41:14.000Z","updated_at":"2024-07-31T09:11:25.000Z","dependencies_parsed_at":"2024-04-21T00:38:00.010Z","dependency_job_id":"1c5e3ec8-45fe-485b-8c28-cd3ae75f2594","html_url":"https://github.com/rakibdev/material-code","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rakibdev%2Fmaterial-code","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rakibdev%2Fmaterial-code/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rakibdev%2Fmaterial-code/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rakibdev%2Fmaterial-code/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rakibdev","download_url":"https://codeload.github.com/rakibdev/material-code/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247294206,"owners_count":20915332,"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":["dark-theme","material-3","material-design-3","material-theme","material-you","material3","theme","vscode","vscode-extension"],"created_at":"2024-08-01T15:01:08.407Z","updated_at":"2025-04-05T05:31:11.406Z","avatar_url":"https://github.com/rakibdev.png","language":"JavaScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"![Material Code Editor](https://raw.githubusercontent.com/rakibdev/material-code/main/screenshots/editor.png)\n![Material Code Settings](https://raw.githubusercontent.com/rakibdev/material-code/main/screenshots/settings.png)\n![Material Code Settings](https://raw.githubusercontent.com/rakibdev/material-code/main/screenshots/light-theme.png)\n\n## Features\n\n- Material You (Dark \u0026 Light).\n- Rounded corners.\n- Click ripple effect.\n- Modular syntax theme.\n- Inject custom code (CSS, JavaScript, HTML) via inline text, local file path, or URL.\n- Follow system theme e.g. [Mutagen](https://github.com/InioX/matugen), [Pywal](https://github.com/dylanaraps/pywal).\n\nLet me know your suggestions, issues on [Github](https://github.com/rakibdev/material-code/issues)\n\n## Usage\n\nMaterial You theming works straight away.\n\nOther features requires running **Material Code: Apply styles** from command palette, which injects code into vscode installation file **workbench.html**. Therefore extension may ask for administrative privileges if needed.\n\nAfter applying vscode will warn \"Installation corrupted\". This can be safely ignored. Click notification gear icon \u003e **Don't show again**.\n\nAnd to revert run **Material Code: Remove styles**.\n\n### Follow system theme\n\nMaterial Code's installation directory (e.g. `~/.vscode-insiders/extensions/rakib13332.material-code.../build/theme.js`). The **theme.js** file exports functions to control theme programmatically outside VS Code. So call these whenever your system theme changes. I use shell scripts to apply system-wide GTK and VS Code theme at once, see [vscode.js](https://github.com/rakibdev/dotfiles/blob/main/home/rakib/Downloads/apps-script/theme/vscode.js). Edit according to your system before using.\n\n## Help\n\n### Revert original files manually\n\nIn rare cases like [this](https://github.com/rakibdev/material-code/issues/2) where \"Material Code: Remove styles\" not working. Generally updating vscode version will revert itself including the styles but if you need fix urgent:\n\n- Open **workbench.html** file located in vscode installation folder.\n  In my case (Linux) it's `/opt/visual-studio-code-insiders/resources/app/out/vs/code/electron-sandbox/workbench/workbench.html`\n- Remove all code inside `\u003c--material-code--\u003e` block and save.\n- To fix \"Installation corrupted\" warning, use [Fix VSCode Checksums](https://marketplace.visualstudio.com/items?itemName=lehni.vscode-fix-checksums) extension.\n\n### Custom CSS\n\n**Change VS Code font**\u003cbr\u003e\n\n```css\n.mac,\n.windows,\n.linux {\n  font-family: Google Sans;\n}\n```\n\n**Change rounded corner radius**\u003cbr\u003e\n\n```css\nbody {\n  --radius: 8px;\n}\n```\n\n** Change background **\u003cbr\u003e\n// todo:\n\n### Settings you might like\n\n```json\n\"editor.semanticHighlighting.enabled\": true,\n\"window.dialogStyle\": \"custom\",\n\"window.menuBarVisibility\": \"hidden\" // I'm using command palette instead.\n```\n\nMy [settings.json](https://github.com/rakibdev/dotfiles/blob/main/home/rakib/.config/Code%20-%20Insiders/User/settings.json)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frakibdev%2Fmaterial-code","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frakibdev%2Fmaterial-code","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frakibdev%2Fmaterial-code/lists"}