• Home
  • Archive
  • Tools
  • Contact Us

The Customize Windows

Technology Journal

  • Cloud Computing
  • Computer
  • Digital Photography
  • Windows 7
  • Archive
  • Cloud Computing
  • Virtualization
  • Computer and Internet
  • Digital Photography
  • Android
  • Sysadmin
  • Electronics
  • Big Data
  • Virtualization
  • Downloads
  • Web Development
  • Apple
  • Android
Advertisement
You are here:Home » Colored Text with Syntax Highlighting Translucent Console for Windows

By Abhishek Ghosh September 23, 2012 11:24 pm Updated on September 23, 2012

Colored Text with Syntax Highlighting Translucent Console for Windows

Advertisement

Colored Text with Syntax Highlighting Translucent Console for Windows. That means a Console that gives colorful text, works as SSH Client, Git Bash, do wget etc. Basically there is no meaning of working or thinking for Windows OS, it is better to use Ubuntu 12.04 LTS or a Mac. Still those who are determined to use Windows and uses SSH/Telnet Client, Git Bash, needs many UNIX commands like wget, curl this odd titled article Colored Text with Syntax Highlighting Translucent Console for Windows will make them to feel the power of UNIX like OS.

 

Colored Text with Syntax Highlighting Translucent Console : Preface

 

We are unable to find any suitable descriptive title other than Colored Text with Syntax Highlighting Translucent Console . To understand the usages (not the look), you can check two articles :

 

One is a list of Command Prompt Alternative for Windows PC, because that default one is so much beautiful, eyes get blind with its beuty after working for works like the Second example article which is a guide on Installing WordPress on Windows PC using WAMP, where we have used Windows Command Prompt almost like UNIX bash. On the other hand the default ‘text editor’ notepad is so minimalistic that ultimately Gedit needs to be installed.

Advertisement

---

 

Getting Started with Colored Text with Syntax Highlighting Translucent Console for Windows

 

Many things on Syntax Highlighting  said here. To start with this article, you need to install some free GNU GPL softwares (you will get links on the linked articles within this article, if you can not find, use the search function on this webpage). These softwares are :

 

  • All components of GnuWin32
  • Perl Installer for Windows
  • msysgit
  • Console 2

 

Extract the Console2 components (normal location for Windows 7 64 bit) :

 

Vim
1
C:Program Files (x86)GnuWin32bin

 

Probably a preview is needed ! Here is the final thing :

 

Colored Text with Syntax Highlighting Translucent Console for Windows

 

Colored Text with Syntax Highlighting Translucent Console for Windows : Step 1

 

Open Console 2 and click the Settings option :

Translucent Console for Windows

 

Change the Shell and Startup in that way. Some of the graphical parts are done from more options from the above settings window like changing the transparency with alpha layer, changing the cursor, its color, changing the font. Do not change the Fonts color. It has a bug, if you change it, the next steps will not work. Go this this GitHub Repo :

 

Vim
1
https://github.com/mztriz/Console2-Twilight-Theme

 

Copy and change the code as per instruction. One important thing is, change the File permission to read only of the console.xml file. By the way, to edit all files mentioned here, use Gedit for Windows. Do not use Notepad++ :

 

Customize Console2 Windows PC

 

Colored Text with Syntax Highlighting Translucent Console for Windows : Step 2

 

This is quite difficult part as it needs good knowledge about UNIX. Open the file named bash_profile from the etc folder :

 

bash profile

 

You will find lot of info here :

 

Vim
1
http://www.linuxfromscratch.org/blfs/view/6.3/postlfs/profile.html

 

This is the file which will override all the settings of syntax highlighting and others. At bash type and enter these commands one by one :

 

Vim
1
2
3
4
5
6
7
8
9
10
11
12
cd $HOME
gvim .bash_profile
set -o vi
alias ls='ls --color '
alias cp='cp -i '
alias mv='mv -i '
alias rm='rm -i '
alias vi='gvim '
alias vip='gvim ~/.bash_profile & '
alias sop='. ~/.bash_profile '
alias mys='mysql -uroot -p '
PATH=$PATH:"/path/to/mysql/bin"

 

Change the path of MySQL for your setup. With  gvim .bash_profile command Vim text editor with GUI (of 20 years back) will open. If you use vi then it will open the command line tool.

 

SignatureTagged With colored text to the windows 10 console , console syntax highlighting , console2 , console2 syntax highlighting , konsole syntax highlighting , windows console text color highlight
Facebook Twitter Pinterest

Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Surgeon, Author and Blogger. You can keep touch with him on Twitter - @AbhishekCTRL.

Here’s what we’ve got for you which might like :

Articles Related to Colored Text with Syntax Highlighting Translucent Console for Windows

  • Change Github’s Default Gist Style With jQuery Plugins

    Yes, There Are jQuery Plugins to Change Github’s Default Gist Style With jQuery Plugins! They can do lot of works than simple changing look.

  • Console2 Customization and UNIX Functions : Basics

    Console2 Customization and UNIX Functions needs a bit good understanding of how the command line tool of a Operating System works. Here is a brief article.

  • WordPress & PHP : Different AdSense Units on Mobile Devices

    Here is How To Serve Different AdSense Units on Mobile Devices on WordPress With PHP. WordPress Has Function Which Can Be Used In Free Way.

  • Nano Syntax Highlighting : nanorc

    Nano Syntax Highlighting Can Be Forced With nanorc Files on All Linux Distro Like Ubuntu, CentOS, REHL, Arch Linux As Well As on OS X & BSD.

performing a search on this website can help you. Also, we have YouTube Videos.

Take The Conversation Further ...

We'd love to know your thoughts on this article.
Meet the Author over on Twitter to join the conversation right now!

If you want to Advertise on our Article or want a Sponsored Article, you are invited to Contact us.

Contact Us

Subscribe To Our Free Newsletter

Get new posts by email:

Please Confirm the Subscription When Approval Email Will Arrive in Your Email Inbox as Second Step.

Search this website…

 

Popular Articles

Our Homepage is best place to find popular articles!

Here Are Some Good to Read Articles :

  • Cloud Computing Service Models
  • What is Cloud Computing?
  • Cloud Computing and Social Networks in Mobile Space
  • ARM Processor Architecture
  • What Camera Mode to Choose
  • Indispensable MySQL queries for custom fields in WordPress
  • Windows 7 Speech Recognition Scripting Related Tutorials

Social Networks

  • Pinterest (24.3K Followers)
  • Twitter (5.8k Followers)
  • Facebook (5.7k Followers)
  • LinkedIn (3.7k Followers)
  • YouTube (1.3k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us
Page Visits Alerts

Recent Posts

  • What Is a Sales Funnel?June 1, 2023
  • The 6G Network: 100 Times Faster than 5GMay 31, 2023
  • What is a Compiler?May 31, 2023
  • How Can I Take Better Pictures With My Samsung Galaxy S23 Ultra?May 30, 2023
  • What is Document Object Model (DOM)May 30, 2023

About This Article

Cite this article as: Abhishek Ghosh, "Colored Text with Syntax Highlighting Translucent Console for Windows," in The Customize Windows, September 23, 2012, June 1, 2023, https://thecustomizewindows.com/2012/09/colored-text-with-syntax-highlighting-translucent-console-for-windows/.

Source:The Customize Windows, JiMA.in

PC users can consult Corrine Chorney for Security.

Want to know more about us? Read Notability and Mentions & Our Setup.

Copyright © 2023 - The Customize Windows | dESIGNed by The Customize Windows

Copyright  · Privacy Policy  · Advertising Policy  · Terms of Service  · Refund Policy

We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept”, you consent to the use of ALL the cookies.
Do not sell my personal information.
Cookie SettingsAccept
Manage consent

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously.
CookieDurationDescription
cookielawinfo-checkbox-analytics11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics".
cookielawinfo-checkbox-functional11 monthsThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
cookielawinfo-checkbox-necessary11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary".
cookielawinfo-checkbox-others11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other.
cookielawinfo-checkbox-performance11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance".
viewed_cookie_policy11 monthsThe cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.
Functional
Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.
Performance
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
Analytics
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
Advertisement
Advertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads.
Others
Other uncategorized cookies are those that are being analyzed and have not been classified into a category as yet.
SAVE & ACCEPT