README.md

September 28, 2022 ยท View on GitHub

Atom and all repositories under Atom will be archived on December 15, 2022. Learn more in our official announcement

Settings View package

macOS Build Status Windows Build Status Dependency Status

Edit core configuration settings, install and configure packages, and change themes from within Atom.

Settings View

Usage

You can open the Settings View by navigating to Edit > Preferences (Linux), Atom > Preferences (macOS), or File > Settings (Windows).

In order to install new packages and themes, click on the Install section on the left-hand side. Once installed, community packages/themes and their settings are housed within their respective section. All 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.

Want to learn more? Check out the Getting Started: Atom Basics and Using Atom: Atom Packages sections in the Atom Flight Manual.

Commands and Keybindings

All of the following commands are under the atom-workspace selector.

CommandDescriptionKeybinding (Linux)Keybinding (macOS)Keybinding (Windows)
settings-view:openOpens the Settings Viewctrl-,cmd-,ctrl-,
settings-view:coreOpens the Core section of the Settings View
settings-view:editorOpens the Editor section of the Settings View
settings-view:systemOpens the System section of the Settings View (Windows)
settings-view:show-keybindingsOpens the Keybindings section of the Settings View
settings-view:uninstall-packagesOpens the Packages section of the Settings View
settings-view:change-themesOpens the Themes section of the Settings View
settings-view:uninstall-themesOpens the Themes section of the Settings View
settings-view:check-for-updatesOpens the Updates section of the Settings View
settings-view:install-packages-and-themesOpens the Install section of the Settings View
Custom keybindings can be added by referencing the above commands. To learn more, visit the Using Atom: Basic Customization or Behind Atom: Keymaps In-Depth sections in the flight manual.

Customize

The 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:

// Change the color of the titles
.settings-view .section .section-heading {
  color: white;
}

// Change the font size of the setting descriptions
.settings-view .setting-description {
  font-size: 13px;
}

Use the developer tools to find more selectors.

Contributing

Always feel free to help out! Whether it's filing bugs and feature requests or working on some of the open issues, Atom's contributing guide will help get you started while the guide for contributing to packages has some extra information.

License

MIT License. See the license for more details.