cSvn-UI for SVN Repositories

cGit-UI – is a web interface for Subversion (SVN) Repositories. cSvn CGI script is writen in C and therefore it's fast enough

15 Commits   0 Branches   1 Tag
     5         kx /*
     5         kx 
     5         kx Atom One Dark by Daniel Gamage
     5         kx Original One Dark Syntax theme from https://github.com/atom/one-dark-syntax
     5         kx 
     5         kx base:    #282c34
     5         kx mono-1:  #abb2bf
     5         kx mono-2:  #818896
     5         kx mono-3:  #5c6370
     5         kx hue-1:   #56b6c2
     5         kx hue-2:   #61aeee
     5         kx hue-3:   #c678dd
     5         kx hue-4:   #98c379
     5         kx hue-5:   #e06c75
     5         kx hue-5-2: #be5046
     5         kx hue-6:   #d19a66
     5         kx hue-6-2: #e6c07b
     5         kx 
     5         kx */
     5         kx 
     5         kx .hljs {
     5         kx   display: block;
     5         kx   overflow-x: auto;
     5         kx   padding: 0.5em;
     5         kx   color: #abb2bf;
     5         kx   background: #282c34;
     5         kx }
     5         kx 
     5         kx .hljs-comment,
     5         kx .hljs-quote {
     5         kx   color: #5c6370;
     5         kx   font-style: italic;
     5         kx }
     5         kx 
     5         kx .hljs-doctag,
     5         kx .hljs-keyword,
     5         kx .hljs-formula {
     5         kx   color: #c678dd;
     5         kx }
     5         kx 
     5         kx .hljs-section,
     5         kx .hljs-name,
     5         kx .hljs-selector-tag,
     5         kx .hljs-deletion,
     5         kx .hljs-subst {
     5         kx   color: #e06c75;
     5         kx }
     5         kx 
     5         kx .hljs-literal {
     5         kx   color: #56b6c2;
     5         kx }
     5         kx 
     5         kx .hljs-string,
     5         kx .hljs-regexp,
     5         kx .hljs-addition,
     5         kx .hljs-attribute,
     5         kx .hljs-meta-string {
     5         kx   color: #98c379;
     5         kx }
     5         kx 
     5         kx .hljs-built_in,
     5         kx .hljs-class .hljs-title {
     5         kx   color: #e6c07b;
     5         kx }
     5         kx 
     5         kx .hljs-attr,
     5         kx .hljs-variable,
     5         kx .hljs-template-variable,
     5         kx .hljs-type,
     5         kx .hljs-selector-class,
     5         kx .hljs-selector-attr,
     5         kx .hljs-selector-pseudo,
     5         kx .hljs-number {
     5         kx   color: #d19a66;
     5         kx }
     5         kx 
     5         kx .hljs-symbol,
     5         kx .hljs-bullet,
     5         kx .hljs-link,
     5         kx .hljs-meta,
     5         kx .hljs-selector-id,
     5         kx .hljs-title {
     5         kx   color: #61aeee;
     5         kx }
     5         kx 
     5         kx .hljs-emphasis {
     5         kx   font-style: italic;
     5         kx }
     5         kx 
     5         kx .hljs-strong {
     5         kx   font-weight: bold;
     5         kx }
     5         kx 
     5         kx .hljs-link {
     5         kx   text-decoration: underline;
     5         kx }