{"id":37311351,"url":"https://github.com/mrrevillod/onedarkminimal","last_synced_at":"2026-01-16T03:00:53.664Z","repository":{"id":184334322,"uuid":"671707401","full_name":"MrRevillod/OneDarkMinimal","owner":"MrRevillod","description":"Minimal vscode theme","archived":false,"fork":false,"pushed_at":"2025-06-07T17:10:35.000Z","size":377,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-07T18:20:48.181Z","etag":null,"topics":["visual-studio-code"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=MrRevillod.one-dark-minimal","language":null,"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/MrRevillod.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2023-07-28T00:42:11.000Z","updated_at":"2025-06-07T17:10:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"52a0f8c7-e7fa-44cb-940e-0dee294967f2","html_url":"https://github.com/MrRevillod/OneDarkMinimal","commit_stats":null,"previous_names":["mrrevillod/onedarkminimal","mrrevillod/one_dark_minimal"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MrRevillod/OneDarkMinimal","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrRevillod%2FOneDarkMinimal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrRevillod%2FOneDarkMinimal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrRevillod%2FOneDarkMinimal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrRevillod%2FOneDarkMinimal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MrRevillod","download_url":"https://codeload.github.com/MrRevillod/OneDarkMinimal/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrRevillod%2FOneDarkMinimal/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28476667,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T00:15:39.755Z","status":"online","status_checked_at":"2026-01-16T02:00:07.781Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["visual-studio-code"],"created_at":"2026-01-16T03:00:50.431Z","updated_at":"2026-01-16T03:00:53.641Z","avatar_url":"https://github.com/MrRevillod.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# A Minimal Dark Theme for Visual Studio Code\n\n🇪🇸 [ReadME [ES]](./README[ES].md)   -   [ReadME [EN]](./README.md) 🇺🇸  \n\n## Description\n\nOne Dark Minimal is a sleek and modern dark theme designed for Visual Studio Code. It is based on the popular \"One Dark Pro\" theme, with the main objective of providing a minimalistic and clean appearance to the Visual Studio Code editor.\n\n![One Dark Minimal Preview](https://raw.githubusercontent.com/MrRevillod/OneDarkMinimal/main/img/preview.png)\n\n## Features\n\n- Clean and minimal design, reducing distractions while coding.\n- Based on the renowned \"One Dark Pro\" theme, providing a polished and professional look.\n- Carefully selected colors to ensure optimal readability and comfort during long coding sessions.\n\n\n## Recommended Extensions\n\nTo further enhance your experience with One Dark Minimal, I recommend using the following icon themes:\n\n- File Icon Theme: [Symbols](https://github.com/miguelsolorio/vscode-symbols)\n- Product Icon Theme: [Fluent Icons](https://github.com/miguelsolorio/vscode-fluent-icons)\n\nTo enable both themes you can add the following lines in your settings.json file\n\n``` json\n\n\"workbench.productIconTheme\": \"fluent-icons\",\n\"workbench.iconTheme\": \"symbols\"\n\n```\n\n## Better experience\n\nIf you want a more minimal environment, consider using the following configurations:\n\n- Use Nerd Fonts: [Official website](https://www.nerdfonts.com/) - [Github repository](https://github.com/ryanoasis/nerd-fonts)\n\n``` json\n\"editor.fontFamily\": \"CaskaydiaCove Nerd Font\",\n\"editor.fontSize\": 14\n```\n\nEnable smooth scrolling in the editor:\n\n``` json\n\"editor.smoothScrolling\": true\n```\n\nSet the cursor blink type:\n\n``` json\n\"editor.cursorBlinking\": \"smooth\"\n```\n\nDisable the minimap:\n\n``` json\n\"editor.minimap.enabled\": false\n```\n\nDisable the breadcrums\n\n``` json\n\"breadcrumbs.enabled\": false\n```\n\nHide the vertical scrollbar:\n\n``` json\n\"editor.scrollbar.vertical\": \"hidden\"\n```\n\nHide horizontal scrollbar:\n\n``` json\n\"editor.scrollbar.horizontal\": \"hidden\"\n\n```\nDisable scrolling beyond the last line:\n\n```json\n\"editor.scrollBeyondLastLine\": false\n```\n\nHide the line that separates the main editor and the secondary sidebar:\n\n``` json\n\"editor.overviewRulerBorder\": false\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrrevillod%2Fonedarkminimal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrrevillod%2Fonedarkminimal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrrevillod%2Fonedarkminimal/lists"}