diff options
author | jaseg <git@jaseg.de> | 2022-12-29 18:39:26 +0100 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2022-12-29 18:39:26 +0100 |
commit | 694f7891b37b85ef906c9989a10711a8e9bda553 (patch) | |
tree | b7c8eefc866e928147e546e30b8e783eb228a229 /deps/codeformats/vs.css | |
parent | fdcbfc212b9ed0223778f1bf029d1917a2208ac1 (diff) | |
download | wsdiff-694f7891b37b85ef906c9989a10711a8e9bda553.tar.gz wsdiff-694f7891b37b85ef906c9989a10711a8e9bda553.tar.bz2 wsdiff-694f7891b37b85ef906c9989a10711a8e9bda553.zip |
Repo re-org
Diffstat (limited to 'deps/codeformats/vs.css')
-rw-r--r-- | deps/codeformats/vs.css | 69 |
1 files changed, 0 insertions, 69 deletions
diff --git a/deps/codeformats/vs.css b/deps/codeformats/vs.css deleted file mode 100644 index b8046f5..0000000 --- a/deps/codeformats/vs.css +++ /dev/null @@ -1,69 +0,0 @@ -body .hll { background-color: #ffffcc } -body { background: #ffffff; } -body .c { color: #008000 } /* Comment */ -body .err { border: 1px solid #FF0000 } /* Error */ -body .k { color: #0000ff } /* Keyword */ -body .cm { color: #008000 } /* Comment.Multiline */ -body .cp { color: #0000ff } /* Comment.Preproc */ -body .c1 { color: #008000 } /* Comment.Single */ -body .cs { color: #008000 } /* Comment.Special */ -body .ge { font-style: italic } /* Generic.Emph */ -body .gh { font-weight: bold } /* Generic.Heading */ -body .gp { font-weight: bold } /* Generic.Prompt */ -body .gs { font-weight: bold } /* Generic.Strong */ -body .gu { font-weight: bold } /* Generic.Subheading */ -body .kc { color: #0000ff } /* Keyword.Constant */ -body .kd { color: #0000ff } /* Keyword.Declaration */ -body .kn { color: #0000ff } /* Keyword.Namespace */ -body .kp { color: #0000ff } /* Keyword.Pseudo */ -body .kr { color: #0000ff } /* Keyword.Reserved */ -body .kt { color: #2b91af } /* Keyword.Type */ -body .s { color: #a31515 } /* Literal.String */ -body .nc { color: #2b91af } /* Name.Class */ -body .ow { color: #0000ff } /* Operator.Word */ -body .sb { color: #a31515 } /* Literal.String.Backtick */ -body .sc { color: #a31515 } /* Literal.String.Char */ -body .sd { color: #a31515 } /* Literal.String.Doc */ -body .s2 { color: #a31515 } /* Literal.String.Double */ -body .se { color: #a31515 } /* Literal.String.Escape */ -body .sh { color: #a31515 } /* Literal.String.Heredoc */ -body .si { color: #a31515 } /* Literal.String.Interpol */ -body .sx { color: #a31515 } /* Literal.String.Other */ -body .sr { color: #a31515 } /* Literal.String.Regex */ -body .s1 { color: #a31515 } /* Literal.String.Single */ -body .ss { color: #a31515 } /* Literal.String.Symbol - -/* -These styles are used to highlight each diff line. -Note: for partial like highlight change to "display:block-inline" -*/ -span.left_diff_change { - background-color: #FFE5B5; - display: block -} -span.left_diff_add { - background-color: #eeeeee; - display: block -} -span.left_diff_del { - background-color: #ffdddd; - display: block -} -span.lineno_q { - display: block; -} -span.right_diff_change { - background-color: #FFE5B5; - display: block -} -span.right_diff_add { - background-color: #ddffdd; - display: block -} -span.right_diff_del { - background-color: #eeeeee; - display: block -} -span.clearbg { - background-color: transparent; -}
\ No newline at end of file |