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,7 +30,7 @@ | ||
30 | .highlight .kt{color:#458;font-weight:bold;} /* Keyword.Type */ | 30 | .highlight .kt{color:#458;font-weight:bold;} /* Keyword.Type */ |
31 | .m { color: #0000DD; font-weight: bold } /* Literal.Number */ | 31 | .m { color: #0000DD; font-weight: bold } /* Literal.Number */ |
32 | .p { color: #eee; } | 32 | .p { color: #eee; } |
33 | - .s { color: #dd2200; background-color: transparent } /* Literal.String */ | 33 | + .s { color: #0AD; background-color: transparent } /* Literal.String */ |
34 | .highlight .na{color:#008080;} /* Name.Attribute */ | 34 | .highlight .na{color:#008080;} /* Name.Attribute */ |
35 | .highlight .nb{color:#0086B3;} /* Name.Builtin */ | 35 | .highlight .nb{color:#0086B3;} /* Name.Builtin */ |
36 | .highlight .nc{color:#ccc;font-weight:bold;} /* Name.Class */ | 36 | .highlight .nc{color:#ccc;font-weight:bold;} /* Name.Class */ |
@@ -40,12 +40,12 @@ | @@ -40,12 +40,12 @@ | ||
40 | .highlight .nf{color:#ccc;font-weight:bold;} /* Name.Function */ | 40 | .highlight .nf{color:#ccc;font-weight:bold;} /* Name.Function */ |
41 | .highlight .nn{color:#79C3E0;font-weight:bold;} /* Name.Namespace */ | 41 | .highlight .nn{color:#79C3E0;font-weight:bold;} /* Name.Namespace */ |
42 | .highlight .nt{color:#fc5;} /* Name.Tag */ | 42 | .highlight .nt{color:#fc5;} /* Name.Tag */ |
43 | - .highlight .nv{color:#008080;} /* Name.Variable */ | 43 | + .highlight .nv{color:#FA4;} /* Name.Variable */ |
44 | .py { color: #336699; font-weight: bold } /* Name.Property */ | 44 | .py { color: #336699; font-weight: bold } /* Name.Property */ |
45 | .ow { color: #008800 } /* Operator.Word */ | 45 | .ow { color: #008800 } /* Operator.Word */ |
46 | .w { color: #bbbbbb } /* Text.Whitespace */ | 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 | .highlight .mi {color:#099;} /* Literal.Number.Integer */ | 49 | .highlight .mi {color:#099;} /* Literal.Number.Integer */ |
50 | .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ | 50 | .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ |
51 | .sb { color: #dd2200; background-color: transparent; } /* Literal.String.Backtick */ | 51 | .sb { color: #dd2200; background-color: transparent; } /* Literal.String.Backtick */ |
app/assets/stylesheets/tree.scss