Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Atom file tree colors

Tags:

atom-editor

On the Atom text editor what do the different file tree colors stand for. My files are in 3 different colors: black, green, and orange. Black files do not run properly while green runs fine. If anyone knows what the colors specifically mean, please let me know.

like image 582
Junior Quintero Avatar asked Jul 07 '16 17:07

Junior Quintero


People also ask

How do you make an Atom show colors?

A Color Picker for AtomRight click and select Color Picker , or hit CMD-SHIFT-C / CTRL-ALT-C to open it. Currently reads HEX , HEXa , RGB , RGBa , HSL , HSLa , HSV , HSVa , VEC3 and VEC4 colors – and is able to convert between the formats. It also inspects Sass and LESS color variables.

What does orange mean in Atom?

Nitrogen = Blue. Carbon = Grey. Sulphur = Yellow. Phosphorus = Orange. Other = Varies - mostly Dark Red/Pink/Maroon.

How do I change the color code in an Atom?

Open a file written in the language that you want to specify the colors for in Atom. Put the cursor at the characters in an element that you want to change the color, pressing Ctrl + Alt + Shift + P (Windows …

How do I install color picker in an Atom?

Installing Color Picker. Open up the Settings [CTRL + ,] in your Atom Editor, and in the Install section search for new packages. Install the color-picker (version 2.3. 0 or later) and once it is installed, remember to Enable it.


1 Answers

The color refers to their (or, in the case of folders, their descendants’) Git status: orange for modified, green for new, red for deleted.

like image 57
Kevin L. Avatar answered Oct 19 '22 07:10

Kevin L.