diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-07-10 08:08:59 +0000 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-07-10 08:08:59 +0000 |
commit | 5abb40c5be90e5257cdfae51c165f00c5398f32c (patch) | |
tree | 40a115444d89d6f6c82b854c185790686d0bdb95 /usr/share | |
parent | 673c18cbf2c80de0aa5aa03b24cd026cf742412b (diff) |
starting to move studio website to ca, now moving configs
Diffstat (limited to 'usr/share')
-rw-r--r-- | usr/share/webapps/cgit/highlight.css | 24 | ||||
-rw-r--r-- | usr/share/webapps/cgit/mycgit.css | 6 |
2 files changed, 30 insertions, 0 deletions
diff --git a/usr/share/webapps/cgit/highlight.css b/usr/share/webapps/cgit/highlight.css new file mode 100644 index 00000000..c8a733d1 --- /dev/null +++ b/usr/share/webapps/cgit/highlight.css @@ -0,0 +1,24 @@ +/* Style definition file generated by highlight 4.15, http://andre-simon.de/ */ +/* highlight theme: Kwrite Editor */ +body.hl { background-color:#e0eaee; } +pre.hl { color:#000000; background-color:#e0eaee; font-size:10pt; font-family:'Courier New',monospace; white-space: pre-wrap; } +.hl.num { color:#b07e00; } +.hl.esc { color:#ff00ff; } +.hl.sng { color:#bf0303; } +.hl.pps { color:#818100; } +.hl.slc { color:#838183; font-style:italic; } +.hl.com { color:#838183; font-style:italic; } +.hl.ppc { color:#008200; } +.hl.opt { color:#000000; } +.hl.ipl { color:#0057ae; } +.hl.lin { color:#555555; user-select: none;-webkit-user-select: none; } +.hl.hvr { cursor:help; } +.hl.erm { color:#ff0000; font-weight:bold; border:solid 1px red; margin-left: 3em; } +.hl.err { color:#ff0000; font-weight:bold; } +.hl.kwa { color:#000000; font-weight:bold; } +.hl.kwb { color:#0057ae; } +.hl.kwc { color:#000000; } +.hl.kwd { color:#010181; } +.hl.kwe { color:#0d5bc3; } +.hl.kwf { color:#750dc3; } + diff --git a/usr/share/webapps/cgit/mycgit.css b/usr/share/webapps/cgit/mycgit.css new file mode 100644 index 00000000..bc1ac964 --- /dev/null +++ b/usr/share/webapps/cgit/mycgit.css @@ -0,0 +1,6 @@ +@import "cgit.css"; +@import "highlight.css"; + +div#cgit pre { tab-size: 4; } + +div#cgit table.diff { tab-size: 4; } |