Created
March 26, 2010 07:22
-
-
Save aereal/344626 to your computer and use it in GitHub Desktop.
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 characters
| /* Shell Color */ | |
| .bg-std { background-color: rgb( 51, 51, 49) } | |
| .fg-std { color: rgb(230, 230, 230) } | |
| .fg-black { color: rgb( 51, 51, 49) } | |
| .fg-red { color: rgb(255, 51, 60) } | |
| .fg-green { color: rgb( 40, 204, 76) } | |
| .fg-yellow { color: rgb(224, 230, 57) } | |
| .fg-blue { color: rgb( 46, 122, 230) } | |
| .fg-magenda { color: rgb(204, 51, 174) } | |
| .fg-cyan { color: rgb( 65, 217, 208) } | |
| .fg-white { color: rgb(207, 207, 207) } | |
| .fg-black-light { color: rgb(100, 103, 103) } | |
| .fg-red-light { color: rgb(255, 128, 134) } | |
| .fg-green-light { color: rgb(102, 204, 124) } | |
| .fg-yellow-light { color: rgb(226, 230, 115) } | |
| .fg-blue-light { color: rgb(115, 163, 230) } | |
| .fg-magenda-light { color: rgb(204, 102, 184) } | |
| .fg-cyan-light { color: rgb(130, 217, 211) } | |
| .fg-white-light { color: rgb(230, 230, 230) } |
Author
Author
Rev:7aab30:Screenshot: http://f.hatena.ne.jp/aereal/20100605232904
Author
Rev:f11fc5: http://f.hatena.ne.jp/aereal/20100828201623
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Rev:c9eve1:Screenshot: http://f.hatena.ne.jp/aereal/20100605000247