vendor/assets/stylesheets/code.css.scss in flashgrid-1.1.2 vs vendor/assets/stylesheets/code.css.scss in flashgrid-1.2.0
- old
+ new
@@ -46,11 +46,11 @@
.c {
color: rgba(158,171,179,1);
font-style: italic;
} /* Comment */
.err {
- color: rgba(254,79,50,1);
+ color: rgba(255,50,50,1);
background: rgba(71,74,84,1);
} /* Error */
.k { color: rgba(58,144,216,1); } /* Keyword */
.cm {
color: rgba(158,171,179,1);
@@ -63,13 +63,13 @@
} /* Comment.Single */
.cs {
color: rgba(58,144,216,1);
font-style: italic;
} /* Comment.Special */
-.gd { color: rgba(254,79,50,1); } /* Generic.Deleted */
+.gd { color: rgba(255,50,50,1); } /* Generic.Deleted */
.ge { font-style: italic; } /* Generic.Emph */
-.gr { color: rgba(254,79,50,1) } /* Generic.Error */
+.gr { color: rgba(255,50,50,1) } /* Generic.Error */
.gh {
color: rgba(58,144,216,1);
font-weight: bold;
} /* Generic.Heading */
.gi { color: rgba(122,179,23,1); } /* Generic.Inserted */
@@ -78,11 +78,11 @@
.gs { font-weight: bold; } /* Generic.Strong */
.gu {
color: rgba(71,74,84,1);
font-weight: bold;
} /* Generic.Subheading */
-.gt { color: rgba(254,79,50,1); } /* Generic.Traceback */
+.gt { color: rgba(255,50,50,1); } /* Generic.Traceback */
.kc { color: rgba(58,144,216,1); } /* Keyword.Constant */
.kd { color: rgba(58,144,216,1); } /* Keyword.Declaration */
.kn { color: rgba(58,144,216,1); } /* Keyword.Namespace */
.kp { color: rgba(58,144,216,1); } /* Keyword.Pseudo */
.kr { color: rgba(58,144,216,1); } /* Keyword.Reserved */
@@ -94,14 +94,14 @@
.nb { color: rgba(122,179,23,1); } /* Name.Builtin */
.nc {
color: rgba(122,179,23,1);
text-decoration: underline;
} /* Name.Class */
-.no { color: rgba(254,79,50,1); } /* Name.Constant */
+.no { color: rgba(255,50,50,1); } /* Name.Constant */
.nd { color: rgba(158,171,179,1); } /* Name.Decorator */
.ni {
- color: rgba(254,79,50,1);
+ color: rgba(255,50,50,1);
font-weight: bold;
} /* Name.Entity */
.nf { color: rgba(122,179,23,1); } /* Name.Function */
.nn {
color: rgba(122,179,23,1);
@@ -109,11 +109,11 @@
} /* Name.Namespace */
.nt {
color: rgba(58,144,216,1);
font-weight: bold;
} /* Name.Tag */
-.nv { color: rgba(254,79,50,1); } /* Name.Variable */
+.nv { color: rgba(255,50,50,1); } /* Name.Variable */
.ow { color: rgba(58,144,216,1); } /* Operator.Word */
.w { color: rgba(158,171,179,1); } /* Text.Whitespace */
.mf { color: rgba(122,179,23,1); } /* Literal.Number.Float */
.mh { color: rgba(122,179,23,1); } /* Literal.Number.Hex */
.mi { color: rgba(122,179,23,1); } /* Literal.Number.Integer */
@@ -128,9 +128,9 @@
.sx { color: rgba(58,144,216,1); } /* Literal.String.Other */
.sr { color: rgba(122,179,23,1); } /* Literal.String.Regex */
.s1 { color: rgba(58,144,216,1); } /* Literal.String.Single */
.ss { color: rgba(58,144,216,1); } /* Literal.String.Symbol */
.bp { color: rgba(122,179,23,1); } /* Name.Builtin.Pseudo */
-.vc { color: rgba(254,79,50,1); } /* Name.Variable.Class */
-.vg { color: rgba(254,79,50,1); } /* Name.Variable.Global */
-.vi { color: rgba(254,79,50,1); } /* Name.Variable.Instance */
+.vc { color: rgba(255,50,50,1); } /* Name.Variable.Class */
+.vg { color: rgba(255,50,50,1); } /* Name.Variable.Global */
+.vi { color: rgba(255,50,50,1); } /* Name.Variable.Instance */
.il { color: rgba(122,179,23,1); } /* Literal.Number.Integer.Long */
\ No newline at end of file