Created
December 16, 2010 07:51
-
-
Save karlbright/743175 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
$gist-background-color: #323C45 | |
$gist-border-color: darken($gist-background-color,2%) | |
#primary .gist | |
width: 500px | |
.gist-file | |
+border-radius(4px) | |
border-color: $gist-border-color | |
overflow: hidden | |
.gist-syntax | |
background: fade_out($gist-background-color,0.5) | |
border-bottom: 0 | |
color: #fff | |
.c // Comment | |
color: #888 | |
font-style: italic | |
.err // Error | |
background-color: #420D08 | |
color: #CD9291 | |
.k // Keyword | |
color: #CCA868 | |
font-weight: bold | |
.o // Operator | |
color: #fff | |
font-weight: bold | |
.cm // Comment.Multiline | |
color: #888 | |
font-style: italic | |
.cp // Comment.Preproc | |
color: #888 | |
font-style: italic | |
.c1 // Comment.Single | |
color: #888 | |
font-style: italic | |
.cs // Comment.Special | |
color: #888 | |
font-style: italic | |
.gd // Generic.Deleted | |
color: #2D2D2D | |
.gd .x // Generic.Deleted.Specific | |
color: #2D2D2D | |
.ge // GEneric.Emph | |
color: #fff | |
font-style: italic | |
.gr // Generic.Error | |
background-color: #420D08 | |
color: #CD9291 | |
.gh // Generic.Heading | |
color: #CE6A4B | |
.gi // Generic.Inserted | |
background-color: #253B21 | |
color: #88B286 | |
.gi .x // Generic.Inserted.Specific | |
background-color: #253B21 | |
color: #88B286 | |
.go // Generic.Output | |
color: #888888 | |
.gp // Generic.Prompt | |
color: #555555 | |
.gs // Generic.Strong | |
font-weight: bold | |
.gu // Generic.Subheading | |
color: #aaaaaa | |
.gt // Generic.Traceback | |
color: #AEC4DB | |
.kc // Keyword.Constant | |
color: #CE6A4B | |
font-weight: bold | |
.kd // Keyword.Declaration | |
color: #fff | |
font-weight: bold | |
.kp // Keyword.Pseudo | |
color: #fff | |
font-weight: bold | |
.kr // Keyword.Reserved | |
color: #fff | |
font-weight: bold | |
.kt // Keyword.Type | |
color: #CCA868 | |
font-weight: bold | |
.m // Literal.Number | |
color: #9B703E | |
.s // Literal.String | |
color: #8E9C6A | |
.na // Name.Attribute | |
color: #9A849D | |
.nb // Name.Builtin | |
color: #9A849D | |
.nc // Name.Class | |
color: #9A5B2E | |
font-weight: bold | |
.no // Name.Constant | |
color: #CE6A4B | |
.ni // Name.Entity | |
color: #9B703E | |
.ne // Name.Exception | |
color: #CD9291 | |
font-weight: bold | |
.nf // Name.Function | |
color: #CCA868 | |
font-weight: bold | |
.nn // Name.Namespace | |
color: #555555 | |
.nt // Name.Tag | |
color: #fff | |
.nv // Name.Variable | |
color: #7486A6 | |
.ow // Operator.Word | |
color: #fff | |
font-weight: bold | |
.w // Text.Whitespace | |
color: #bbbbbb | |
.mf // Literal.Number.Float | |
color: #9B703E | |
.mh // Literal.Number.Hex | |
color: #9B703E | |
.mi // Literal.Number.Integer | |
color: #9B703E | |
.mo // Literal.Number.Oct | |
color: #9B703E | |
.sb // Literal.String.Backtick | |
color: #8E9C6A | |
.sc // Literal.String.Char | |
color: #8E9C6A | |
.sd // Literal.String.Doc | |
color: #8E9C6A | |
.s2 // Literal.String.Double | |
color: #8E9C6A | |
.se // Literal.String.Escape | |
color: #8E9C6A | |
.sh // Literal.String.Heredoc | |
color: #8E9C6A | |
.si // Literal.String.Interpol | |
color: #8E9C6A | |
.sx // Literal.String.Other | |
color: #8E9C6A | |
.sr // Literal.String.Regex | |
color: #E8BF61 | |
.s1 // Literal.String.Single | |
color: #8E9C6A | |
.ss // Literal.String.Symbol | |
color: #8E9C6A | |
.bp // Name.Builtin.Pseudo | |
color: #999999 | |
.vc // Name.Variable.Class | |
color: #7486A6 | |
.vg // Name.Variable.Global | |
color: #7486A6 | |
.vi // Name.Variable.Instance | |
color: #7486A6 | |
.il // Literal.Number.Integer.Long | |
color: #9B703E | |
.gist-meta | |
+border-bottom-radius(4px) | |
background: $gist-background-color | |
border-top: 1px solid lighten($gist-background-color,5%) | |
a | |
+link-colors(#888,#fff,#fff,#888,#fff) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment