Skip to content

Instantly share code, notes, and snippets.

@aereal
Created March 26, 2010 07:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aereal/344626 to your computer and use it in GitHub Desktop.
Save aereal/344626 to your computer and use it in GitHub Desktop.
/* 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) }
@aereal
Copy link
Author

aereal commented Jun 4, 2010

@aereal
Copy link
Author

aereal commented Jun 5, 2010

@aereal
Copy link
Author

aereal commented Aug 28, 2010

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment