Mercurial
view third_party/highlight/styles/an-old-hope.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: An Old Hope – Star Wars Syntax Author: (c) Gustavo Costa <[email protected]> Maintainer: @gusbemacbe Original theme - Ocean Dark Theme – by https://github.com/gavsiu Based on Jesse Leite's Atom syntax theme 'An Old Hope' https://github.com/JesseLeite/an-old-hope-syntax-atom */ /* Millenium Falcon */ .hljs { background: #1C1D21; color: #c0c5ce } /* Death Star Comment */ .hljs-comment, .hljs-quote { color: #B6B18B } /* Darth Vader */ .hljs-variable, .hljs-template-variable, .hljs-tag, .hljs-name, .hljs-selector-id, .hljs-selector-class, .hljs-regexp, .hljs-deletion { color: #EB3C54 } /* Threepio */ .hljs-number, .hljs-built_in, .hljs-literal, .hljs-type, .hljs-params, .hljs-meta, .hljs-link { color: #E7CE56 } /* Luke Skywalker */ .hljs-attribute { color: #EE7C2B } /* Obi Wan Kenobi */ .hljs-string, .hljs-symbol, .hljs-bullet, .hljs-addition { color: #4FB4D7 } /* Yoda */ .hljs-title, .hljs-section { color: #78BB65 } /* Mace Windu */ .hljs-keyword, .hljs-selector-tag { color: #B45EA4 } .hljs-emphasis { font-style: italic } .hljs-strong { font-weight: bold }