

This method allows you to access the Text Highlight Color tool using the Context Menu. Click the color that you prefer.Ĭongratulations! You’ve just used the Text Highlight Color button to change highlight color in Word. This will display the highlight colors available. While the text is selected, click the drop-down button next to the Text Highlight Color button in the Home tab. Access the Text Highlight Color drop-down button. You can quickly select a text by double clicking on it. Now that your document is ready, select the text that you want the highlight color changed. Otherwise, you can always create a new blank one. You are rest assured that none of the steps in this method can irreversibly damage your document.
ALLOWING MORE HIGHLIGHT COLORS IN WORD FREE
Feel free to use your own personal document if you already have one in file. Step 1: Open your Word document.īefore we get started, open up a Word document. With that introduction out of the way, here are the steps to access the Text Highlight Color to change highlight color in Word. This method is easy to do because the Text Highlight Color button sits among the commonly used text formatting tools. This method is most suitable when you have a few highlighted texts to change. In this first method, we’ll walk you through the steps to access the Text Highlight Color button found in the Home tab. Method 1: Using the Text Highlight Color button Without any delay, here’s everything you need to know to change highlight color in Word. Using the Find and Replace dialogue box.Now, there are about three ways to change highlight color in Word. Thankfully, you can easily change highlight color in MS Word documents. Needless to say, changing highlight color in print documents is impractical and difficult. You’ve probably highlighted a thousand words and terms during your high school years. Highlighting is a fairly common task for both readers and writers, whether the document is in print or digital. One formatting technique is to apply a highlight color to your text. You need to set up or create a permanent Bash alias on Linux/Unix as follows in your ~/.S Word allows you to format text in different ways to draw your readers’ attention. -color=always : Always try to display matched string/words in color on the terminalĮasily find strings with grep color highlighting feature all the time.There are three options that we can pass to the -color or -colour. Colorized grep for viewing the entire file with highlighted matches Please note that -color option works with many GNU text utilities, so feel free to use the same. I recommend putting the following in your ~/.bash_profile ~/.bashrc file: $ egrep -color=auto -i '(error|fatal|warn|drop)' /var/log/messages Following will set background to red and foreground to white: To change color use environment variable GREP_COLOR.

Color is added via ANSI escape sequences. The -color option to matches in the input in red color by default. Now all matched text displayed using red color. $ grep -color='auto' -i error /var/log/messages Pass the -color option to the grep command as follows: Surround the matched text as follows: vivek:x:1000:1000:Vivek Gite:/home/ vivek:/usr/bin/bash Finding string with grep with color highlighting turned on Grep -color= 'auto' patterns fileįor example, search for a word called vivek in /etc/passwd using colorized grep as follows: Grep -color 'string' /path /to / file fgrep -color foo file egrep -color 'foo|bar' input
