aboutsummaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-09-17 11:12:21 +0100
committerYann Herklotz <git@yannherklotz.com>2021-09-17 11:12:21 +0100
commitd2091741945c65a18888872a1357468e3b0e3e34 (patch)
tree7eee1dcb99939a5fc3270411c6be07a7b45dd182 /static
parent69700e5d5f8e34304a982808dffa731923607a8e (diff)
downloadyannherklotz.com-d2091741945c65a18888872a1357468e3b0e3e34.tar.gz
yannherklotz.com-d2091741945c65a18888872a1357468e3b0e3e34.zip
Update syntax highlighting colours
Diffstat (limited to 'static')
-rw-r--r--static/css/syntax.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/static/css/syntax.css b/static/css/syntax.css
index 50e3a83..fc51348 100644
--- a/static/css/syntax.css
+++ b/static/css/syntax.css
@@ -19,12 +19,12 @@
/* NameAttribute */ .chroma .na { color: #1e90ff }
/* NameBuiltin */ .chroma .nb { color: #00aaaa }
/* NameBuiltinPseudo */ .chroma .bp { }
-/* NameClass */ .chroma .nc { color: #00aa00; text-decoration: underline }
+/* NameClass */ .chroma .nc { color: #00c266; text-decoration: underline }
/* NameConstant */ .chroma .no { color: #aa0000 }
/* NameDecorator */ .chroma .nd { color: #888888 }
/* NameEntity */ .chroma .ni { color: #880000; font-weight: bold }
/* NameException */ .chroma .ne { }
-/* NameFunction */ .chroma .nf { color: #00aa00 }
+/* NameFunction */ .chroma .nf { color: #00c266 }
/* NameFunctionMagic */ .chroma .fm { }
/* NameLabel */ .chroma .nl { }
/* NameNamespace */ .chroma .nn { color: #00aaaa; text-decoration: underline }
@@ -74,7 +74,7 @@
/* GenericEmph */ .chroma .ge { font-style: italic }
/* GenericError */ .chroma .gr { color: #aa0000 }
/* GenericHeading */ .chroma .gh { color: #000080; font-weight: bold }
-/* GenericInserted */ .chroma .gi { color: #00aa00 }
+/* GenericInserted */ .chroma .gi { color: #00c266 }
/* GenericOutput */ .chroma .go { color: #888888 }
/* GenericPrompt */ .chroma .gp { color: #555555 }
/* GenericStrong */ .chroma .gs { font-weight: bold }