Commit f5ee330a13f2b570bbbdb22d6716c66625a2c2a3
1 parent
36e88b96
Exists in
master
and in
4 other branches
Few css fixes for dark theme
Showing
2 changed files
with
8 additions
and
4 deletions
Show diff stats
app/assets/stylesheets/highlight.black.scss
... | ... | @@ -30,7 +30,7 @@ |
30 | 30 | .highlight .kt{color:#458;font-weight:bold;} /* Keyword.Type */ |
31 | 31 | .m { color: #0000DD; font-weight: bold } /* Literal.Number */ |
32 | 32 | .p { color: #eee; } |
33 | - .s { color: #dd2200; background-color: transparent } /* Literal.String */ | |
33 | + .s { color: #0AD; background-color: transparent } /* Literal.String */ | |
34 | 34 | .highlight .na{color:#008080;} /* Name.Attribute */ |
35 | 35 | .highlight .nb{color:#0086B3;} /* Name.Builtin */ |
36 | 36 | .highlight .nc{color:#ccc;font-weight:bold;} /* Name.Class */ |
... | ... | @@ -40,12 +40,12 @@ |
40 | 40 | .highlight .nf{color:#ccc;font-weight:bold;} /* Name.Function */ |
41 | 41 | .highlight .nn{color:#79C3E0;font-weight:bold;} /* Name.Namespace */ |
42 | 42 | .highlight .nt{color:#fc5;} /* Name.Tag */ |
43 | - .highlight .nv{color:#008080;} /* Name.Variable */ | |
43 | + .highlight .nv{color:#FA4;} /* Name.Variable */ | |
44 | 44 | .py { color: #336699; font-weight: bold } /* Name.Property */ |
45 | 45 | .ow { color: #008800 } /* Operator.Word */ |
46 | 46 | .w { color: #bbbbbb } /* Text.Whitespace */ |
47 | - .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */ | |
48 | - .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */ | |
47 | + .mf { color: #7AC; font-weight: bold } /* Literal.Number.Float */ | |
48 | + .mh { color: #7AC; font-weight: bold } /* Literal.Number.Hex */ | |
49 | 49 | .highlight .mi {color:#099;} /* Literal.Number.Integer */ |
50 | 50 | .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ |
51 | 51 | .sb { color: #dd2200; background-color: transparent; } /* Literal.String.Backtick */ | ... | ... |