Created
March 11, 2014 17:32
-
-
Save jlhg/9490780 to your computer and use it in GitHub Desktop.
Zenburn colours scheme for Xfce Terminal
http://slinky.imukuppi.org/zenburnpage/
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
# Zenburn colours scheme for Xfce Terminal. Copy and paste the following in ${HOME}/.config/Terminal/terminalrc: | |
ColorBackground=#404040 | |
ColorForeground=#F6F3E8 | |
ColorPalette1=#3f3f3f3f3f3f | |
ColorPalette2=#e8e893939393 | |
ColorPalette3=#9e9ecece9e9e | |
ColorPalette4=#f0f0dfdfafaf | |
ColorPalette5=#8c8cd0d0d3d3 | |
ColorPalette6=#c0c0bebed1d1 | |
ColorPalette7=#dfdfafaf8f8f | |
ColorPalette8=#efefefefefef | |
ColorPalette9=#3f3f3f3f3f3f | |
ColorPalette10=#e8e893939393 | |
ColorPalette11=#9e9ecece9e9e | |
ColorPalette12=#f0f0dfdfafaf | |
ColorPalette13=#8c8cd0d0d3d3 | |
ColorPalette14=#c0c0bebed1d1 | |
ColorPalette15=#dfdfafaf8f8f | |
ColorCursor=#8f8fafaf9f9f | |
ColorPalette16=#efefefefefef |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See my fork at https://gist.github.com/nphyx/28b9e632e93c2af6646d for a version that works with the new Xfce terminal.