Forked from davidgomes/How to change Pantheon Terminal's color scheme.md
Created
March 31, 2016 11:45
-
-
Save rzani/28be0a33738f0315b9d66669f9938179 to your computer and use it in GitHub Desktop.
Revisions
-
davidgomes created this gist
Mar 14, 2013 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,24 @@ How to change Pantheon Terminal's color scheme ---------------------------------------------- Many of us spend many hours of our days using their terminal. Plus, we all have different tastes when it comes to color schemes. That's why the ability to change the color scheme of a terminal is one of its more important featuresl. Throughout this tutorial, I'll teach you how you can change the looks of your terminal, step by step. This tutorial is aimed at elementary OS users, but it also works for any Ubuntu user. Start by installing dconf-tools: ```sudo apt-get install dconf-tools``` Secondly, you need to decide which theme you're going to apply. You can find dozens of terminal color schemes online, you can even design your own using this [web application](http://ciembor.github.com/4bit/). Design the color scheme, hit "Get Scheme" and choose "Terminator". You'll get a raw text file with a background color, a foreground color and a palette. Those strings define your color scheme. In this tutorial, I'll post an example palette give to me by Tom Beckmann. Then, run dconf-editor with Slingshot or whichever application launcher you're using. Go to "org", then "pantheon", then "terminal" and finally "settings". On the right, you will find "palette" - edit it and replace it with the palette you want to use. I'm inserting: ``` #070736364242:#DCDC32322F2F:#858599990000:#B5B589890000:#26268B8BD2D2:#D3D336368282:#2A2AA1A19898:#EEEEE8E8D5D5:#00002B2B3636:#CBCB4B4B1616:#58586E6E7575:#65657B7B8383:#838394949696:#6C6C7171C4C4:#9393A1A1A1A1:#FDFDF6F6E3E3 ``` Then I went to "background" and I changed it to `#00002B2B3636`. Then I edited both "cursor-color" and "foreground" to `#838394949696`. Also, this is a personal preference, but I also changed my "opacity" to `100`. To conclude, here's a screenshot of my terminal alongside my settings:  (click on the image to view a bigger version) I'd like to thank Tom for giving me his color scheme, which admittedly looks really nice!