summaryrefslogtreecommitdiffstats
path: root/paste/paste.css
diff options
context:
space:
mode:
Diffstat (limited to 'paste/paste.css')
-rw-r--r--paste/paste.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/paste/paste.css b/paste/paste.css
new file mode 100644
index 0000000..d119ae1
--- /dev/null
+++ b/paste/paste.css
@@ -0,0 +1,13 @@
+
+.keyword {
+ color: mediumblue;
+ }
+
+.comment {
+ color: green;
+ }
+
+.literal {
+ color: purple;
+ }
+