{"id":16534416,"url":"https://github.com/cristipufu/windows-terminal-vscode-theme","last_synced_at":"2025-03-03T14:11:07.091Z","repository":{"id":90250248,"uuid":"250192828","full_name":"cristipufu/windows-terminal-vscode-theme","owner":"cristipufu","description":"VS Code theme for Windows Terminal","archived":false,"fork":false,"pushed_at":"2020-03-26T08:08:26.000Z","size":177,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-14T00:32:11.105Z","etag":null,"topics":["powershell-theme","terminal","terminal-theme","terminal-themes","visual-studio-code","windowsterminal"],"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/cristipufu.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":"2020-03-26T07:45:19.000Z","updated_at":"2024-09-27T11:07:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"8948c610-5134-4292-bd61-7bbd19a2d113","html_url":"https://github.com/cristipufu/windows-terminal-vscode-theme","commit_stats":{"total_commits":5,"total_committers":2,"mean_commits":2.5,"dds":"0.19999999999999996","last_synced_commit":"3d425d3d466e3acf083597802646585b9a181445"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cristipufu%2Fwindows-terminal-vscode-theme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cristipufu%2Fwindows-terminal-vscode-theme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cristipufu%2Fwindows-terminal-vscode-theme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cristipufu%2Fwindows-terminal-vscode-theme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cristipufu","download_url":"https://codeload.github.com/cristipufu/windows-terminal-vscode-theme/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241678157,"owners_count":20001682,"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":["powershell-theme","terminal","terminal-theme","terminal-themes","visual-studio-code","windowsterminal"],"created_at":"2024-10-11T18:24:06.414Z","updated_at":"2025-03-03T14:11:07.085Z","avatar_url":"https://github.com/cristipufu.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# windows-terminal-vscode\nVS Code theme for Windows Terminal\n\n![Image description](https://github.com/cristipufu/windows-terminal-vscode-theme/blob/master/windows-terminal-vs-code-theme.JPG)\n\n# How to install\n\nStart Windows Terminal and click on the down arrow symbol from menu bar. This will open a drop down menu from which select the Settings option. In the `profile.json` settings file for Windows Terminal, find the `schemes` section and paste the contents of `vs-code.json`:\n\n```json\n{\n    \"name\": \"VS Code\",\n    \"background\": \"#21252b\",\n    \"foreground\": \"#a9b2c3\",\n    \"black\": \"#21252b\",\n    \"blue\": \"#61afef\",\n    \"brightBlack\": \"#5f6672\",\n    \"brightBlue\": \"#007fff\",\n    \"brightCyan\": \"#08e8de\",\n    \"brightGreen\": \"#66ff00\",\n    \"brightPurple\": \"#8b00ff\",\n    \"brightRed\": \"#d74e42\",\n    \"brightWhite\": \"#d4d7d9\",\n    \"brightYellow\": \"#e5c07b\",\n    \"cyan\": \"#56b6c2\",\n    \"green\": \"#98c379\",\n    \"purple\": \"#b57edc\",\n    \"red\": \"#e06c75\",\n    \"white\": \"#a9b2c3\",\n    \"yellow\": \"#d19a66\"\n}\n```\n\nOnce the color scheme has been defined, find the profiles section and add a `colorScheme` value to the default profile:\n\n```json\n    \"profiles\":\n    {\n        \"defaults\":\n        {\n            \"colorScheme\": \"VS Code\"\n        },\n\n    }\n```\n\n## Bonus\n\nIf you also want to change your key bindings (copy-paste \u0026 browser-like tabbing), find the `keybindings` section and update it for your needs:\n\n```json\n    \"keybindings\": [{\n        \"command\" : \"closeTab\",\n        \"keys\" :[\n            \"ctrl+w\"\n        ]\n    },\n    {\n        \"command\" : \"newTab\",\n        \"keys\" :[\n            \"ctrl+t\"\n        ]\n    },\n    {\n        \"command\" : \"copy\",\n        \"keys\" :[\n            \"ctrl+c\"\n        ]\n    },\n    {\n        \"command\" : \"paste\",\n        \"keys\" : [\n            \"ctrl+v\"\n        ]\n    }]\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcristipufu%2Fwindows-terminal-vscode-theme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcristipufu%2Fwindows-terminal-vscode-theme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcristipufu%2Fwindows-terminal-vscode-theme/lists"}