Created
September 13, 2014 12:17
-
-
Save mariocesar/d595fe8ff596612c18b0 to your computer and use it in GitHub Desktop.
pantheon-terminal palette colors for ElementaryOS
This file contains 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 characters
dark: | |
gsettings set org.pantheon.terminal.settings background '#00002B2B3636' | |
gsettings set org.pantheon.terminal.settings foreground '#838394949696' | |
gsettings set org.pantheon.terminal.settings cursor-color '#9393a1a1a1a1' | |
gsettings set org.pantheon.terminal.settings palette "#070736364242:#DCDC32322F2F:#858599990000:#B5B589890000:#26268B8BD2D2:#D3D336368282:#2A2AA1A19898:#EEEEE8E8D5D5:#00002B2B3636:#CBCB4B4B1616:#58586E6E7575:#65657B7B8383:#838394949696:#6C6C7171C4C4:#9393A1A1A1A1:#FDFDF6F6E3E3" | |
light: | |
gsettings set org.pantheon.terminal.settings background '#fdfdf6f6e3e3' | |
gsettings set org.pantheon.terminal.settings foreground '#65657b7b8383' | |
gsettings set org.pantheon.terminal.settings cursor-color '#58586e6e7575' | |
gsettings set org.pantheon.terminal.settings palette "#070736364242:#DCDC32322F2F:#858599990000:#B5B589890000:#26268B8BD2D2:#D3D336368282:#2A2AA1A19898:#EEEEE8E8D5D5:#00002B2B3636:#CBCB4B4B1616:#58586E6E7575:#65657B7B8383:#838394949696:#6C6C7171C4C4:#9393A1A1A1A1:#FDFDF6F6E3E3" | |
tango: | |
gsettings set org.pantheon.terminal.settings background '#363B3E' | |
gsettings set org.pantheon.terminal.settings foreground '#FFFFFF' | |
gsettings set org.pantheon.terminal.settings cursor-color '#FFFAFA' | |
gsettings set org.pantheon.terminal.settings palette "#232323:#cccc00000000:#5EC200:#E3B900:#34346565a4a4:#757550507b7b:#00B4B8:#d3d3d7d7cfcf:#ADADAD:#efef29292929:#8a8ae2e23434:#FFE515:#49A0FF:#adad7f7fa8a8:#3434e2e2e2e2:#FFFAFA" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment