Finder has a great way of organizing items and it’s called tags. By default, Finder has 7 various colored tags, but they are not very helpful because they lack context and meaning. Fortunately, you can customize the tags to fit your needs.

So how to add more customer tag colors on Mac? The colors for tags are limited to the palette limited by Apple. While color choice is limited one can add more tags by following these steps:

Your Mac has a palette of millions of colors for you to choose from. 2 Hold your mouse button down and move the pointer over the color wheel. A preview of the color appears in the box at the top of the window. Macintosh Color Classic MYSTIC Apple IIe 36MB RAM 18GB HD 68040 Vintage Rare Mac. $1,499.99 + $100.00 shipping.

  1. Open Finder so its menu becomes active in the macOS menu bar
  2. Go to Preferences option under Finder menu
  3. In the pop up menu click on Tags tab
  4. Right click on the tag you want to change
  5. Pick the color you like

Here are the screenshots with the same steps:

You can also change the names of the tags, add new ones and delete those that do not make sense for you.

Colour Os 7 Download

How to use Finder tags to organize files on Mac?

As you understand already tags can be customized so it makes sense to invest some time about proper organization so you can always group the files and find them easily when needed.

Here is an example of the tags system I developed for myself. Note that some tags have checks next to them and some not. You can always hide and unhide tags as needed. The tags that are displayed in the Sidebar have checks next to them.

How to add color tag to a file?

Once you created all the tags you like you can assign one or more tags to any file or folder. Use Command-I shortcut to bring file information dialog and in the first box “Tags” select the tags.

Can I add more than one tag to the file?

Yes, the Finder allows to add as many tags as needed for each file. When searching those files will appear in all groups they were tagged for.

Adding tags to multiple files

To add tags to the multiple files first select them in the Finder. Then right click on the selection and click on the tags at the bottom of the pop up screen.

Sometimes the Finder does not display all tags. In this case click on Tags… option and then on Show All. Select the required tags from the drop down. After adding all tags hit Enter.

How to search for files with tags?

To quickly find the files under specific tag you can use Tags section in the Sidebar.

If the tag does not appear either add it to the Sidebar or click on All Tags and then click on the required tag to see all files which have the tag assigned.

Finding tagged files with Siri

Siri is one of the most easiest ways to find any file. To find a tagged file just start Siri and ask it following: “Find all files with tag Work”

When the files appear in the Finder they will show all tags they have been assigned.

Displaying tags in Sidebar

If the tag does not appear in the Sidebar you can add them in Finder Preferences:

  1. Open Finder Preferences
  2. Click on checkbox next to the tag to include it to the Sidebar

Alternatively, click on All Tags option to see all tags. Then drag the tag to the Sidebar.

Displaying Sidebar in the Finder

If the Sidebar itself does not appear in the Finder then you can always turn it on from the Finder menu or by using key combination.

Menu option

  1. Go to View menu item in the Finder menu
  2. Click on View/Hide Sidebar item

Key Combination

Use Command+Option+S key combination to hide/show Sidebar.

Colour Mason

Read more here about the Finder in the tutorial I wrote: Windows Explorer for Mac – Easy Guide For PC Switchers

Topics:

MacOS is awesome for command line stuff, that’s why real Java programmers love it. But some of the defaults Apple have used make me sad. Where are all the colors? I demand my ls command be pretty and colorful!

Why is Vim so bland?

I have seen several options on the web on how to adjust colors but some, albeit very good ones, make me uncomfortable with the type of installations that have to be performed in order to enable these themes.

So, after some digging and reading man pages on terminal coloring and ls I found a super-simple solution for decent terminal coloring.

If you have below questions then you are at right place:

  • Simple Tricks to Improve the Terminal Appearance
  • how do you change mac terminal theme
  • mac terminal color ls
  • change terminal color linux
  • Customize the colors of your Terminal in MacOS
  • Customizing the Terminal

Let’s get started.

Colour. Mac Os Download

Option-1)

Step-1.

Open Terminal Window. You should see the color scheme like this:

Colour Os 7

Step-2.

Command: $ vi ~/.bash_profile and Enter Below lines and save file.

2
4
6
export CLICOLOR=1
export GREP_OPTIONS='--color=auto'

Step-3.

Command: $ source ~/.bash_profile to initialize profile in current window.

You should see color now:

  • CLICOLOR=1 simply enables coloring of your terminal.
  • LSCOLORS=… specifies how to color specific items.

Step-4.

Add some more coloring. Keep previously added lines and add these extra lines. This gives you a nice colored prompt.

2
PS1='[e[0;33m]u[e[0m]@[e[0;32m]h[e[0m]:[e[0;34m]w[e[0m]$ '
COLOUR. Mac OS

And you should see color for username and command line prompt:

Option-2)

  1. Open terminal window
  2. Click on Terminal Menu
  3. Click on Preference
  4. Modify profile as per below image
  5. Select profile for
    • On startup, open:
    • New windows open with
    • New tabs open with

I hope this helps you change terminal window colors easily.

Join the Discussion

If you liked this article, then please share it on social media. Still have any questions about an article, leave us a comment.

Other Popular Articles...