.
,-. ,-. . . ,-. ,-. ,-.    ,-. ,-. ,-,-. ,-,-. . . ,-. . |- . .
                                                             /|
                                                            `-'

=> Profile for jeffdecola

jeffdecola / my-go-tools

No description

git clone https://source.community/jeffdecola/my-go-tools.git

=> โค๏ธ Likes (1)
=> ๐Ÿ™ Branches
=> ๐Ÿ“ Log
=> ๐ŸŒณ File Tree

/docs/stylesheets/github-light.css (develop)

=> โ†‘ /docs/stylesheets

Blob

=> View raw contents of /docs/stylesheets/github-light.css (develop)

โ”€โ”€โ”€โ”€โ•ฎ
   1โ”‚ /*
   2โ”‚ The MIT License (MIT)
   3โ”‚ 
   4โ”‚ Copyright (c) 2016 GitHub, Inc.
   5โ”‚ 
   6โ”‚ Permission is hereby granted, free of charge, to any person obtaining a copy
   7โ”‚ of this software and associated documentation files (the "Software"), to deal
   8โ”‚ in the Software without restriction, including without limitation the rights
   9โ”‚ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  10โ”‚ copies of the Software, and to permit persons to whom the Software is
  11โ”‚ furnished to do so, subject to the following conditions:
  12โ”‚ 
  13โ”‚ The above copyright notice and this permission notice shall be included in all
  14โ”‚ copies or substantial portions of the Software.
  15โ”‚ 
  16โ”‚ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  17โ”‚ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  18โ”‚ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  19โ”‚ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  20โ”‚ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  21โ”‚ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  22โ”‚ SOFTWARE.
  23โ”‚ 
  24โ”‚ */
  25โ”‚ 
  26โ”‚ .pl-c /* comment */ {
  27โ”‚   color: #969896;
  28โ”‚ }
  29โ”‚ 
  30โ”‚ .pl-c1 /* constant, variable.other.constant, support, meta.property-name, support.constant, support.variable, meta.module-reference, markup.raw, meta.diff.header */,
  31โ”‚ .pl-s .pl-v /* string variable */ {
  32โ”‚   color: #0086b3;
  33โ”‚ }
  34โ”‚ 
  35โ”‚ .pl-e /* entity */,
  36โ”‚ .pl-en /* entity.name */ {
  37โ”‚   color: #795da3;
  38โ”‚ }
  39โ”‚ 
  40โ”‚ .pl-smi /* variable.parameter.function, storage.modifier.package, storage.modifier.import, storage.type.java, variable.other */,
  41โ”‚ .pl-s .pl-s1 /* string source */ {
  42โ”‚   color: #333;
  43โ”‚ }
  44โ”‚ 
  45โ”‚ .pl-ent /* entity.name.tag */ {
  46โ”‚   color: #63a35c;
  47โ”‚ }
  48โ”‚ 
  49โ”‚ .pl-k /* keyword, storage, storage.type */ {
  50โ”‚   color: #a71d5d;
  51โ”‚ }
  52โ”‚ 
  53โ”‚ .pl-s /* string */,
  54โ”‚ .pl-pds /* punctuation.definition.string, string.regexp.character-class */,
  55โ”‚ .pl-s .pl-pse .pl-s1 /* string punctuation.section.embedded source */,
  56โ”‚ .pl-sr /* string.regexp */,
  57โ”‚ .pl-sr .pl-cce /* string.regexp constant.character.escape */,
  58โ”‚ .pl-sr .pl-sre /* string.regexp source.ruby.embedded */,
  59โ”‚ .pl-sr .pl-sra /* string.regexp string.regexp.arbitrary-repitition */ {
  60โ”‚   color: #183691;
  61โ”‚ }
  62โ”‚ 
  63โ”‚ .pl-v /* variable */ {
  64โ”‚   color: #ed6a43;
  65โ”‚ }
  66โ”‚ 
  67โ”‚ .pl-id /* invalid.deprecated */ {
  68โ”‚   color: #b52a1d;
  69โ”‚ }
  70โ”‚ 
  71โ”‚ .pl-ii /* invalid.illegal */ {
  72โ”‚   color: #f8f8f8;
  73โ”‚   background-color: #b52a1d;
  74โ”‚ }
  75โ”‚ 
  76โ”‚ .pl-sr .pl-cce /* string.regexp constant.character.escape */ {
  77โ”‚   font-weight: bold;
  78โ”‚   color: #63a35c;
  79โ”‚ }
  80โ”‚ 
  81โ”‚ .pl-ml /* markup.list */ {
  82โ”‚   color: #693a17;
  83โ”‚ }
  84โ”‚ 
  85โ”‚ .pl-mh /* markup.heading */,
  86โ”‚ .pl-mh .pl-en /* markup.heading entity.name */,
  87โ”‚ .pl-ms /* meta.separator */ {
  88โ”‚   font-weight: bold;
  89โ”‚   color: #1d3e81;
  90โ”‚ }
  91โ”‚ 
  92โ”‚ .pl-mq /* markup.quote */ {
  93โ”‚   color: #008080;
  94โ”‚ }
  95โ”‚ 
  96โ”‚ .pl-mi /* markup.italic */ {
  97โ”‚   font-style: italic;
  98โ”‚   color: #333;
  99โ”‚ }
 100โ”‚ 
 101โ”‚ .pl-mb /* markup.bold */ {
 102โ”‚   font-weight: bold;
 103โ”‚   color: #333;
 104โ”‚ }
 105โ”‚ 
 106โ”‚ .pl-md /* markup.deleted, meta.diff.header.from-file */ {
 107โ”‚   color: #bd2c00;
 108โ”‚   background-color: #ffecec;
 109โ”‚ }
 110โ”‚ 
 111โ”‚ .pl-mi1 /* markup.inserted, meta.diff.header.to-file */ {
 112โ”‚   color: #55a532;
 113โ”‚   background-color: #eaffea;
 114โ”‚ }
 115โ”‚ 
 116โ”‚ .pl-mdr /* meta.diff.range */ {
 117โ”‚   font-weight: bold;
 118โ”‚   color: #795da3;
 119โ”‚ }
 120โ”‚ 
 121โ”‚ .pl-mo /* meta.output */ {
 122โ”‚   color: #1d3e81;
 123โ”‚ }
โ”€โ”€โ”€โ”€โ•ฏ

ยท ยท ยท

=> ๐Ÿก Home | ๐Ÿ™‹ FAQs | ๐Ÿ•ต๏ธ Privacy Policy | ๐Ÿค Terms & Conditions | ๐Ÿ’Ž Official Gemlog | info@source.community

ยฉ 2025 source.community

Proxy Information
Original URL
gemini://source.community/jeffdecola/my-go-tools/blob/develop/docs/stylesheets/github-light.css
Status Code
Success (20)
Meta
text/gemini; charset=utf-8; lang=en
Capsule Response Time
578.674875 milliseconds
Gemini-to-HTML Time
0.939341 milliseconds

This content has been proxied by September (3851b).