diff options
| author | Mike Vink <ivi@vinkies.net> | 2025-07-06 14:48:51 +0200 |
|---|---|---|
| committer | Mike Vink <ivi@vinkies.net> | 2025-07-06 14:48:51 +0200 |
| commit | 741ba20481ae44f53a7e8c61af3d19b6b77f19d4 (patch) | |
| tree | a4fb9aa00cccd3fe3cffc5c3643358992e51a93b /libexec/cgit/gruvbox.css | |
| parent | 64bad0f955591ef99536542c095a87d7c044573f (diff) | |
Diffstat (limited to 'libexec/cgit/gruvbox.css')
| -rw-r--r-- | libexec/cgit/gruvbox.css | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/libexec/cgit/gruvbox.css b/libexec/cgit/gruvbox.css index 652c29f..0e5cf2f 100644 --- a/libexec/cgit/gruvbox.css +++ b/libexec/cgit/gruvbox.css @@ -170,3 +170,23 @@ div#cgit table.diffstat td.graph td.add { div#cgit table.diffstat td.graph td.rem { background: var(--red); } + +/************/ +/*** CODE ***/ +/************/ +body.hl { background-color: #e0eaee; } +pre.hl { color: #000000; background-color: #e0eaee; font-size:10pt; font-family:'Courier New',monospace;} +.hl.num { color: var(--purple); } +.hl.esc { color: var(--blue); } +.hl.str { color: var(--green); } +.hl.pps { color: var(--blue); } +.hl.slc { color: var(--gray); font-style:italic; } +.hl.com { color: var(--gray); font-style:italic; } +.hl.ppc { color: var(--blue-dim); } +.hl.opt { color: var(--fg1); } +.hl.ipl { color: var(--blue); } +.hl.lin { color: var(--gray-dim); } +.hl.kwa { color: var(--yellow); font-weight:bold; } +.hl.kwb { color: var(--blue); } +.hl.kwc { color: var(--blue); font-weight:bold; } +.hl.kwd { color: var(--yellow); } |
