From 5227ce68d7a4b40457d4ccaae120470cb408bdfd Mon Sep 17 00:00:00 2001 From: kleph Date: Sat, 28 Nov 2020 15:22:01 +0100 Subject: [PATCH] [theme] lighter text in console hilight --- theme/bootstrapdark/static/pygments.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme/bootstrapdark/static/pygments.css b/theme/bootstrapdark/static/pygments.css index 5d8d4d2..a6512ee 100644 --- a/theme/bootstrapdark/static/pygments.css +++ b/theme/bootstrapdark/static/pygments.css @@ -13,7 +13,7 @@ .highlight .gr { color: #FF0000 } /* Generic.Error */ .highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */ .highlight .gi { color: #00A000 } /* Generic.Inserted */ -.highlight .go { color: #303030 } /* Generic.Output */ +.highlight .go { color: #707070 } /* Generic.Output */ .highlight .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */ .highlight .gs { font-weight: bold } /* Generic.Strong */ .highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ @@ -59,4 +59,4 @@ .highlight .vc { color: #bb60d5 } /* Name.Variable.Class */ .highlight .vg { color: #bb60d5 } /* Name.Variable.Global */ .highlight .vi { color: #bb60d5 } /* Name.Variable.Instance */ -.highlight .il { color: #208050 } /* Literal.Number.Integer.Long */ \ No newline at end of file +.highlight .il { color: #208050 } /* Literal.Number.Integer.Long */