{"id":13808805,"url":"https://github.com/atom/settings-view","last_synced_at":"2025-12-16T16:41:46.050Z","repository":{"id":41194907,"uuid":"12090329","full_name":"atom/settings-view","owner":"atom","description":"🔧 Edit Atom settings","archived":true,"fork":false,"pushed_at":"2022-12-08T03:00:08.000Z","size":1990,"stargazers_count":271,"open_issues_count":148,"forks_count":275,"subscribers_count":63,"default_branch":"master","last_synced_at":"2024-08-04T01:10:03.121Z","etag":null,"topics":["atom","preferences","settings"],"latest_commit_sha":null,"homepage":"","language":"CoffeeScript","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/atom.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-08-13T19:16:23.000Z","updated_at":"2024-07-23T19:04:56.000Z","dependencies_parsed_at":"2023-01-24T06:50:18.297Z","dependency_job_id":null,"html_url":"https://github.com/atom/settings-view","commit_stats":null,"previous_names":[],"tags_count":330,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atom%2Fsettings-view","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atom%2Fsettings-view/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atom%2Fsettings-view/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atom%2Fsettings-view/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/atom","download_url":"https://codeload.github.com/atom/settings-view/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225273279,"owners_count":17448076,"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","preferences","settings"],"created_at":"2024-08-04T01:01:52.395Z","updated_at":"2025-12-16T16:41:40.977Z","avatar_url":"https://github.com/atom.png","language":"CoffeeScript","readme":"##### Atom and all repositories under Atom will be archived on December 15, 2022. Learn more in our [official announcement](https://github.blog/2022-06-08-sunsetting-atom/)\n # Settings View package\n[![macOS Build Status](https://travis-ci.org/atom/settings-view.svg?branch=master)](https://travis-ci.org/atom/settings-view) [![Windows Build Status](https://ci.appveyor.com/api/projects/status/hatgxg6k2g3grafq/branch/master?svg=true)](https://ci.appveyor.com/project/Atom/settings-view/branch/master) [![Dependency Status](https://david-dm.org/atom/settings-view.svg)](https://david-dm.org/atom/settings-view)\n\nEdit core configuration settings, install and configure packages, and change themes from within Atom.\n\n![Settings View](https://cloud.githubusercontent.com/assets/118951/16886698/b0ca5fae-4a8a-11e6-8afc-2c03fda4618c.PNG)\n\n## Usage\nYou can open the Settings View by navigating to _Edit \u003e Preferences_ (Linux), _Atom \u003e Preferences_ (macOS), or _File \u003e Settings_ (Windows).\n\nIn order to install new packages and themes, click on the _Install_ section on the left-hand side.\nOnce installed, community packages/themes and their settings are housed within their respective section.\nAll packages/themes that have updates will be listed under the _Updates_ section. Finally, all keybindings (including ones that community packages have added) are available in the _Keybindings_ section.\n\nWant to learn more? Check out the [Getting Started: Atom Basics](http://flight-manual.atom.io/getting-started/sections/atom-basics/#settings-and-preferences) and [Using Atom: Atom Packages](http://flight-manual.atom.io/using-atom/sections/atom-packages) sections in the Atom Flight Manual.\n\n### Commands and Keybindings\nAll of the following commands are under the `atom-workspace` selector.\n\n|Command|Description|Keybinding (Linux)|Keybinding (macOS)|Keybinding (Windows)|\n|-------|-----------|------------------|-----------------|--------------------|\n|`settings-view:open`|Opens the Settings View|\u003ckbd\u003ectrl-,\u003c/kbd\u003e|\u003ckbd\u003ecmd-,\u003c/kbd\u003e|\u003ckbd\u003ectrl-,\u003c/kbd\u003e|\n|`settings-view:core`|Opens the _Core_ section of the Settings View|\n|`settings-view:editor`|Opens the _Editor_ section of the Settings View|\n|`settings-view:system`|Opens the _System_ section of the Settings View (Windows)|\n|`settings-view:show-keybindings`|Opens the _Keybindings_ section of the Settings View|\n|`settings-view:uninstall-packages`|Opens the _Packages_ section of the Settings View|\n|`settings-view:change-themes`|Opens the _Themes_ section of the Settings View|\n|`settings-view:uninstall-themes`|Opens the _Themes_ section of the Settings View|\n|`settings-view:check-for-updates`|Opens the _Updates_ section of the Settings View|\n|`settings-view:install-packages-and-themes`|Opens the _Install_ section of the Settings View|\nCustom keybindings can be added by referencing the above commands.  To learn more, visit the [Using Atom: Basic Customization](http://flight-manual.atom.io/using-atom/sections/basic-customization/#customizing-keybindings) or [Behind Atom: Keymaps In-Depth](http://flight-manual.atom.io/behind-atom/sections/keymaps-in-depth) sections in the flight manual.\n\n## Customize\nThe Settings View package uses the `ui-variables` to match a theme's color scheme. You can still customize the UI in your `styles.less` file. For example:\n\n```less\n// Change the color of the titles\n.settings-view .section .section-heading {\n  color: white;\n}\n\n// Change the font size of the setting descriptions\n.settings-view .setting-description {\n  font-size: 13px;\n}\n```\n\nUse the [developer tools](http://flight-manual.atom.io/hacking-atom/sections/creating-a-theme/#developer-tools) to find more selectors.\n\n## Contributing\nAlways feel free to help out!  Whether it's [filing bugs and feature requests](https://github.com/atom/settings-view/issues/new) or working on some of the [open issues](https://github.com/atom/settings-view/issues), Atom's [contributing guide](https://github.com/atom/atom/blob/master/CONTRIBUTING.md) will help get you started while the [guide for contributing to packages](https://github.com/atom/atom/blob/master/docs/contributing-to-packages.md) has some extra information.\n\n## License\nMIT License.  See [the license](LICENSE.md) for more details.\n","funding_links":[],"categories":["CoffeeScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatom%2Fsettings-view","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatom%2Fsettings-view","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatom%2Fsettings-view/lists"}