From a586463844dcfef690e4771b7ea34edc009e78d7 Mon Sep 17 00:00:00 2001
From: weru <onewesh@gmail.com>
Date: Fri, 27 Mar 2020 15:23:44 +0000
Subject: [PATCH] add syntax highlighting styles #2

---
 assets/sass/_syntax.sass |   79 +++++++++++++++++++++++++++++++++++++++
 1 files changed, 79 insertions(+), 0 deletions(-)

diff --git a/assets/sass/_syntax.sass b/assets/sass/_syntax.sass
index 4981259..0702583 100644
--- a/assets/sass/_syntax.sass
+++ b/assets/sass/_syntax.sass
@@ -33,3 +33,82 @@
       align-items: center
   &:last-child
     padding-left: 0
+
+
+.err
+  color: #a61717
+  background-color: #e3d2d2
+
+.hl
+  display: block
+  width: 100%
+  background-color: #ffffcc
+
+.ln
+  margin-right: 0.4rem
+  padding: 0 0.4em 0 0.4rem
+  color: #666
+
+.k, .kc, .kd, .kn, .kp, .kr, .kt, .nt
+  color: #6ab825
+  font-weight: 500
+
+.kn , .kp
+  font-weight: 400
+
+.nb, .no, .nv
+  color: #24909d
+
+.nc, .nf, .nn
+  color: #447fcf
+
+.s, .sa, .sb, .sc, .dl, .sd, .s2, .se, .sh, .si, .sx, .sr, .s1, .s
+  color: #ed9d13
+
+.m, .mb, .mf, .mh, .mi, .il, .mo
+  color: #3677a9
+
+.ow
+  color: #6ab825
+  font-weight: 500
+
+.c, .ch, .cm, .c1
+  color: #999
+  font-style: italic
+
+.cs
+  color: #e50808
+  background-color: #520000
+  font-weight: 500
+
+.cp, .cpf
+  color: #cd2828
+  font-weight: 500
+
+.gd, .gr
+  color: #d22323
+
+.ge
+  font-style: italic
+
+.gh, .gu, .nd, .na, .ne
+  color: #ffa500
+  font-weight: 500
+
+.gi
+  color: #589819
+
+.go
+  color: #ccc
+
+.gp
+  color: #aaa
+
+.gs
+  font-weight: 500
+
+.gt
+  color: #d22323
+
+.w
+  color: #666

--
Gitblit v1.10.0