{"id":18029887,"url":"https://github.com/zeioth/atom-visual-studio-code-ui","last_synced_at":"2025-03-27T03:31:15.320Z","repository":{"id":85081614,"uuid":"43993862","full_name":"Zeioth/atom-visual-studio-code-ui","owner":"Zeioth","description":"The experience of Visual Studio Code, now in Atom.","archived":false,"fork":false,"pushed_at":"2023-06-19T15:35:58.000Z","size":297,"stargazers_count":13,"open_issues_count":1,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-18T13:29:06.711Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Less","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/Zeioth.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","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},"funding":{"github":"Zeioth","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2015-10-10T04:23:46.000Z","updated_at":"2024-07-27T08:20:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"89dd8b32-8522-4b35-915d-664ea665b1a5","html_url":"https://github.com/Zeioth/atom-visual-studio-code-ui","commit_stats":null,"previous_names":[],"tags_count":117,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zeioth%2Fatom-visual-studio-code-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zeioth%2Fatom-visual-studio-code-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zeioth%2Fatom-visual-studio-code-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zeioth%2Fatom-visual-studio-code-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Zeioth","download_url":"https://codeload.github.com/Zeioth/atom-visual-studio-code-ui/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245778701,"owners_count":20670682,"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":[],"created_at":"2024-10-30T09:12:04.521Z","updated_at":"2025-03-27T03:31:15.313Z","avatar_url":"https://github.com/Zeioth.png","language":"Less","funding_links":["https://github.com/sponsors/Zeioth"],"categories":[],"sub_categories":[],"readme":"## Atom Visual Studio Code UI theme [![Build Status](https://travis-ci.org/atom/one-dark-ui.svg?branch=master)](https://travis-ci.org/atom/one-dark-ui)\n\n![Banner Atom Visual Studio Code UI](https://cloud.githubusercontent.com/assets/3357792/10440872/3af1d882-7143-11e5-9df9-2c1d0aa5e919.png)\n\nThis theme aims to reproduce the exact feeling of work with Visual Studio Code. So you don't need to renounce to the features of Atom to enjoy a great workflow. It looks even better with monokai syntax. If you prefer, there is an [alternative version](https://atom.io/themes/atom-visual-studio-code-light-ui) in light colors.\n\nMade by [@Zeioth](https://twitter.com/Zeioth)\n\n---\n\n![atom-visual-studio-code-ui](https://cloud.githubusercontent.com/assets/3357792/10440991/538ad92e-7144-11e5-8a93-b4752fa40f2b.png)\n\n### Install your toolbar\n\nAfter you install this theme you'll only have the color scheme of __Visual Studio Code__. To enjoy the full experience you must install the next packages.\n\n1. `tool-bar` by suda - This will enable the sidebar. You can set the position to left.\n2. `flex-tool-bar` by cakecatz - It will allow us to configure the elements of the tool-bar.\n3. `git-plus` by akonwi - Having this you can run git commands from your toolbar.\n\n### Customize your toolbar\n\nYou can't see the toolbar yet. To configure it, you must press ctrl+shift+p and write \"Flex Tool Bar: Edit Config File\". Then paste this code and save it. You should be able to see your new toolbar after restart Atom.\n\n```json\n[\n  {\n    type: \"button\"\n    iconset: \"ion\"\n    icon: \"ios-copy\"\n    callback: \"tree-view:toggle\"\n    tooltip: \"Toggle Project Tree\"\n  }\n  {\n    type: \"button\"\n    iconset: \"fa\"\n    icon: \"columns\"\n    tooltip: \"Split Screen\"\n    callback: [\"pane:split-right\"]\n  }\n  {\n    type: \"button\"\n    iconset: \"devicon\"\n    icon: \"git-plain\"\n    callback: \"git-plus:menu\"\n    tooltip: \"Git\"\n    style:\n      color: \"#0198E1\"\n  }\n  {\n    type: \"url\"\n    iconset: \"ion\"\n    icon: \"bug\"\n    url: \"http://localhost:8000\"\n    tooltip: \"Debug Django Project\"\n    show: [ \"Python\", \"HTML\", \"JavaScript\" ]\n  }\n]\n```\n\n### FAQ\n__Can I custumize this theme?__\nYes, you can change anything in your styles.less like this:\n```css\n.theme-atom-visual-studio-code-ui {\n  atom-text-editor {\n    background-color: #272822;\n  }\n}\n```\n__My toolbar icons are too small!__\nYou can edit the size of the icons in \"Preferences \u003e Packages \u003e Tool-bar\".\n\n__Something has an incorrect color or size?__\nGo to our Github repository, and open an issue uploading an image of your problem. I will fix it as soon as possible. Also, this theme is based on One Dark UI, so if you need further help, please refer to the documentation of said theme.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeioth%2Fatom-visual-studio-code-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzeioth%2Fatom-visual-studio-code-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeioth%2Fatom-visual-studio-code-ui/lists"}