diff options
author | wagoodman <wagoodman@gmail.com> | 2016-12-26 09:59:14 -0500 |
---|---|---|
committer | wagoodman <wagoodman@gmail.com> | 2016-12-26 09:59:14 -0500 |
commit | d275b2b468fe3aab60cd1caaa00ff5d6fc4c1a88 (patch) | |
tree | dc78082fb9bb18d15a255ac91f1e652de671f103 /deps/codeformats/rrt.css | |
parent | 29d732b85f7b4ef27369d047f41d1303d3dd8968 (diff) | |
download | wsdiff-d275b2b468fe3aab60cd1caaa00ff5d6fc4c1a88.tar.gz wsdiff-d275b2b468fe3aab60cd1caaa00ff5d6fc4c1a88.tar.bz2 wsdiff-d275b2b468fe3aab60cd1caaa00ff5d6fc4c1a88.zip |
added themeing and minor fixes
Diffstat (limited to 'deps/codeformats/rrt.css')
-rw-r--r-- | deps/codeformats/rrt.css | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/deps/codeformats/rrt.css b/deps/codeformats/rrt.css deleted file mode 100644 index ab74376..0000000 --- a/deps/codeformats/rrt.css +++ /dev/null @@ -1,32 +0,0 @@ -body .hll { background-color: #0000ff } -body { background: #000000; } -body .c { color: #00ff00 } /* Comment */ -body .k { color: #ff0000 } /* Keyword */ -body .cm { color: #00ff00 } /* Comment.Multiline */ -body .cp { color: #e5e5e5 } /* Comment.Preproc */ -body .c1 { color: #00ff00 } /* Comment.Single */ -body .cs { color: #00ff00 } /* Comment.Special */ -body .kc { color: #ff0000 } /* Keyword.Constant */ -body .kd { color: #ff0000 } /* Keyword.Declaration */ -body .kn { color: #ff0000 } /* Keyword.Namespace */ -body .kp { color: #ff0000 } /* Keyword.Pseudo */ -body .kr { color: #ff0000 } /* Keyword.Reserved */ -body .kt { color: #ee82ee } /* Keyword.Type */ -body .s { color: #87ceeb } /* Literal.String */ -body .no { color: #7fffd4 } /* Name.Constant */ -body .nf { color: #ffff00 } /* Name.Function */ -body .nv { color: #eedd82 } /* Name.Variable */ -body .sb { color: #87ceeb } /* Literal.String.Backtick */ -body .sc { color: #87ceeb } /* Literal.String.Char */ -body .sd { color: #87ceeb } /* Literal.String.Doc */ -body .s2 { color: #87ceeb } /* Literal.String.Double */ -body .se { color: #87ceeb } /* Literal.String.Escape */ -body .sh { color: #87ceeb } /* Literal.String.Heredoc */ -body .si { color: #87ceeb } /* Literal.String.Interpol */ -body .sx { color: #87ceeb } /* Literal.String.Other */ -body .sr { color: #87ceeb } /* Literal.String.Regex */ -body .s1 { color: #87ceeb } /* Literal.String.Single */ -body .ss { color: #87ceeb } /* Literal.String.Symbol */ -body .vc { color: #eedd82 } /* Name.Variable.Class */ -body .vg { color: #eedd82 } /* Name.Variable.Global */ -body .vi { color: #eedd82 } /* Name.Variable.Instance */
\ No newline at end of file |