From 2b59a0f8355ae8b4bf71cf5c2a365de91f5ebe1b Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Mon, 30 Mar 2015 02:46:14 -0400 Subject: redesign --- _sass/syntax.scss | 162 ------------------------------------------------------ 1 file changed, 162 deletions(-) delete mode 100644 _sass/syntax.scss (limited to '_sass/syntax.scss') diff --git a/_sass/syntax.scss b/_sass/syntax.scss deleted file mode 100644 index bcd61d2..0000000 --- a/_sass/syntax.scss +++ /dev/null @@ -1,162 +0,0 @@ -.highlight { - background: #ffffff; - - .c, - .cm, - .c1 { - color: $base1; - font-style: italic - } /* Comment */ - - .gr, - .gt, - .err { - color: $red; - } /* Error */ - - .k { - font-weight: bold; - } /* Keyword */ - - .o { - font-weight: bold; - } /* Operator */ - - .cp { - color: $base1; - font-weight: bold; - } /* Comment.Preproc */ - - .cs { - color: $base1; - font-weight: bold; - font-style: italic; - } /* Comment.Special */ - - .gd, - .gd .x { - color: $base03; - background-color: $base1; - } /* Generic.Deleted */ - - .ge { - font-style: italic; - } /* Generic.Emph */ - - .gu, - .gh { - color: $base1; - } /* Generic.Heading */ - - .gi .x, - .gi { - color: $base03; - background-color: $base1; - } /* Generic.Inserted */ - - .go { - color: $base1; - } /* Generic.Output */ - - .gp { - color: $base01; - } /* Generic.Prompt */ - - .gs { - font-weight: bold; - } /* Generic.Strong */ - - .kd, - .kp, - .kr, - .kc { - font-weight: bold; - } /* Keyword.Constant */ - - .kt { - color: $violet; - font-weight: bold; - } /* Keyword.Type */ - - .m { - color: $cyan; - } /* Literal.Number */ - - .s { - color: $magenta; - } /* Literal.String */ - - .na, - .nb, - .no, - .ni, - .nt, - .nv { - color: $blue; - } /* Name.Variable */ - - .nc { - color: $blue; - font-weight: bold; - } /* Name.Class */ - - .ne { - color: $red; - font-weight: bold; - } /* Name.Exception */ - - .nf { - color: $red; - font-weight: bold; - } /* Name.Function */ - - .nn { - color: $base01; - } /* Name.Namespace */ - - .ow { - font-weight: bold; - } /* Operator.Word */ - - .w { - color: $base1; - } /* Text.Whitespace */ - - .mf, - .mh, - .mi, - .mo { - color: $cyan; - } /* Literal.Number.Oct */ - - .sb, - .sc, - .sd, - .s2, - .se, - .sh, - .si, - .s1, - .sx { - color: $magenta; - } /* Literal.String.Other */ - - .sr, - .ss { - color: $green; - } /* Literal.String.Symbol */ - - .bp { - color: $base1; - } /* Name.Builtin.Pseudo */ - - .vc, - .vg, - .vi { - color: $blue; - } /* Name.Variable.Instance */ - - .il { - color: $cyan; - } /* Literal.Number.Integer.Long */ -} -- cgit v1.2.3