Mercurial
view third_party/highlight/styles/srcery.css @ 279:b3b547563ec7
Add Google connector service and agent wiki
Implement the C/Seobeo Google Drive and Gmail connector with encrypted OAuth storage, Zenbu authentication, browser testing, AI tool discovery, chunked HTTP decoding, and Bazel coverage. Consolidate repository guidance into progressive wiki documentation and enforce arena-first allocation for new first-party C code.
Co-authored-by: Copilot <[email protected]>
Copilot-Session: 84c338fd-0939-4bb3-b7f3-1062eb213e5d
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Mon, 17 Aug 2026 22:22:36 -0700 |
| parents | 2db6253f355d |
| children |
line wrap: on
line source
pre code.hljs { display: block; overflow-x: auto; padding: 1em } code.hljs { padding: 3px 5px } /* Theme: Srcery Description: Srcery dark color scheme for highlight.js Author: Chen Bin <[email protected]> Maintainer: @redguardtoo Website: https://srcery-colors.github.io/ Date: 2021-04-13 */ .hljs { background: #1C1B19; /* Black */ color: #FCE8C3/* Bright White */ } /* Bright White */ .hljs-subst, .hljs-quote, .hljs-literal { color: #FCE8C3 } /* Bright Blue */ .hljs-type, .hljs-symbol { color: #68A8E4 } /* Red */ .hljs-keyword, .hljs-deletion { color: #EF2F27 } /* Yellow */ .hljs-name, .hljs-function, .hljs-attribute, .hljs-selector-attr, .hljs-selector-id, .hljs-selector-class, .hljs-selector-pseudo, .hljs-section, .hljs-title { color: #FBB829 } /* Cyan */ .hljs-code, .hljs-variable, .hljs-property, .hljs-template-variable, .hljs-class { color: #0AAEB3 } /* Bright Green */ .hljs-string, .hljs-regexp, .hljs-bullet, .hljs-addition { color: #98BC37 } /* Bright Magenta */ .hljs-built_in, .hljs-params { color: #FF5C8F } /* Blue */ .hljs-template-tag, .hljs-selector-tag { color: #2C78BF } /* Bright Black */ .hljs-link, .hljs-number, .hljs-comment, .hljs-meta { color: #918175 } .hljs-emphasis { font-style: italic } .hljs-strong { font-weight: bold } /* @see https://github.com/srcery-colors/srcery-emacs for reference */