All Projects → atom → Settings View

atom / Settings View

Licence: mit
🔧 Edit Atom settings

Programming Languages

coffeescript
4710 projects

Projects that are alternatives of or similar to Settings View

JsonSettings
This library simplifies creating configuration for your C# app/service by utilizing the serialization capabilities of Json.NET to serialize nested (custom) objects, dictionaries and lists as simply as by creating a POCO and inheriting JsonSettings class.
Stars: ✭ 59 (-73.89%)
Mutual labels:  settings, preferences
Mac
macOS Mojave v. 10.14 setup for developers.
Stars: ✭ 209 (-7.52%)
Mutual labels:  settings, preferences
Dotfiles
Setup and install scripts for a new machine + dotfiles for various apps. Linux, Mac, and Mac (Amazon specific) branches are included.
Stars: ✭ 382 (+69.03%)
Mutual labels:  preferences, atom
MaterialPreferences
🍉 An Android library that lets you implement MaterialPreferences on Setting UI.
Stars: ✭ 21 (-90.71%)
Mutual labels:  settings, preferences
Mac Setup
🛠️ Front end web development setup for macOS.
Stars: ✭ 265 (+17.26%)
Mutual labels:  settings, preferences
Lucario
The best flat theme for Vim, Atom, Sublime Text, Jetbrains Editors, Terminal.app, iTerm, Xcode and XTerm
Stars: ✭ 711 (+214.6%)
Mutual labels:  preferences, atom
Xui
A drop-in replacement for iOS Settings Bundle "Settings.bundle".
Stars: ✭ 60 (-73.45%)
Mutual labels:  settings, preferences
Split Diff
Side-by-side file compare for the Atom text editor.
Stars: ✭ 188 (-16.81%)
Mutual labels:  atom
Feed Io
A PHP library to read and write feeds in JSONFeed, RSS or Atom format
Stars: ✭ 200 (-11.5%)
Mutual labels:  atom
Atom Todo Show
Atom package that shows a list of todos from your project.
Stars: ✭ 186 (-17.7%)
Mutual labels:  atom
Atom Ide Rust
Rust IDE support for Atom, powered by the Rust Language Server (RLS)
Stars: ✭ 200 (-11.5%)
Mutual labels:  atom
Gloom
A dark and gloomy pastel color syntax theme for Atom.
Stars: ✭ 182 (-19.47%)
Mutual labels:  atom
Event Driven Spring Boot
Example Application to demo various flavours of handling domain events in Spring Boot
Stars: ✭ 194 (-14.16%)
Mutual labels:  atom
Gorss
Go Terminal Feed Reader
Stars: ✭ 191 (-15.49%)
Mutual labels:  atom
Teletype
Share your workspace with team members and collaborate on code in real time in Atom
Stars: ✭ 2,345 (+937.61%)
Mutual labels:  atom
Atom Portable
Portable version of the Atom text editor
Stars: ✭ 187 (-17.26%)
Mutual labels:  atom
Ide Python
Python language support for Atom-IDE :atom: 🐍
Stars: ✭ 213 (-5.75%)
Mutual labels:  atom
Brief
RSS reader extension for Firefox
Stars: ✭ 184 (-18.58%)
Mutual labels:  atom
Django Environ
Django-environ allows you to utilize 12factor inspired environment variables to configure your Django application.
Stars: ✭ 2,425 (+973.01%)
Mutual labels:  settings
Vuerd
ERD Editor
Stars: ✭ 208 (-7.96%)
Mutual labels:  atom

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.

Command Description Keybinding (Linux) Keybinding (macOS) Keybinding (Windows)
settings-view:open Opens the Settings View ctrl-, cmd-, ctrl-,
settings-view:core Opens the Core section of the Settings View
settings-view:editor Opens the Editor section of the Settings View
settings-view:system Opens the System section of the Settings View (Windows)
settings-view:show-keybindings Opens the Keybindings section of the Settings View
settings-view:uninstall-packages Opens the Packages section of the Settings View
settings-view:change-themes Opens the Themes section of the Settings View
settings-view:uninstall-themes Opens the Themes section of the Settings View
settings-view:check-for-updates Opens the Updates section of the Settings View
settings-view:install-packages-and-themes Opens 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].