CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes48downloads
solar-flare.css163 linesDownload Raw Back to base16
1pre code.hljs {2  display: block;3  overflow-x: auto;4  padding: 1em5}6code.hljs {7  padding: 3px 5px8}9/*!10  Theme: Solar Flare11  Author: Chuck Harmston (https://chuck.harmston.ch)12  License: ~ MIT (or more permissive) [via base16-schemes-source]13  Maintainer: @highlightjs/core-team14  Version: 2021.09.015*/16/*17  WARNING: DO NOT EDIT THIS FILE DIRECTLY.18 19  This theme file was auto-generated from the Base16 scheme solar-flare20  by the Highlight.js Base16 template builder.21 22  - https://github.com/highlightjs/base16-highlightjs23*/24/*25base00  #18262F  Default Background26base01  #222E38  Lighter Background (Used for status bars, line number and folding marks)27base02  #586875  Selection Background28base03  #667581  Comments, Invisibles, Line Highlighting29base04  #85939E  Dark Foreground (Used for status bars)30base05  #A6AFB8  Default Foreground, Caret, Delimiters, Operators31base06  #E8E9ED  Light Foreground (Not often used)32base07  #F5F7FA  Light Background (Not often used)33base08  #EF5253  Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted34base09  #E66B2B  Integers, Boolean, Constants, XML Attributes, Markup Link Url35base0A  #E4B51C  Classes, Markup Bold, Search Text Background36base0B  #7CC844  Strings, Inherited Class, Markup Code, Diff Inserted37base0C  #52CBB0  Support, Regular Expressions, Escape Characters, Markup Quotes38base0D  #33B5E1  Functions, Methods, Attribute IDs, Headings39base0E  #A363D5  Keywords, Storage, Selector, Markup Italic, Diff Changed40base0F  #D73C9A  Deprecated, Opening/Closing Embedded Language Tags, e.g. <?php ?>41*/42pre code.hljs {43  display: block;44  overflow-x: auto;45  padding: 1em46}47code.hljs {48  padding: 3px 5px49}50.hljs {51  color: #A6AFB8;52  background: #18262F53}54.hljs::selection,55.hljs ::selection {56  background-color: #586875;57  color: #A6AFB858}59/* purposely do not highlight these things */60.hljs-formula,61.hljs-params,62.hljs-property {63  64}65/* base03 - #667581 -  Comments, Invisibles, Line Highlighting */66.hljs-comment {67  color: #66758168}69/* base04 - #85939E -  Dark Foreground (Used for status bars) */70.hljs-tag {71  color: #85939E72}73/* base05 - #A6AFB8 -  Default Foreground, Caret, Delimiters, Operators */74.hljs-subst,75.hljs-punctuation,76.hljs-operator {77  color: #A6AFB878}79.hljs-operator {80  opacity: 0.781}82/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */83.hljs-bullet,84.hljs-variable,85.hljs-template-variable,86.hljs-selector-tag,87.hljs-name,88.hljs-deletion {89  color: #EF525390}91/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */92.hljs-symbol,93.hljs-number,94.hljs-link,95.hljs-attr,96.hljs-variable.constant_,97.hljs-literal {98  color: #E66B2B99}100/* base0A - Classes, Markup Bold, Search Text Background */101.hljs-title,102.hljs-class .hljs-title,103.hljs-title.class_ {104  color: #E4B51C105}106.hljs-strong {107  font-weight: bold;108  color: #E4B51C109}110/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */111.hljs-code,112.hljs-addition,113.hljs-title.class_.inherited__,114.hljs-string {115  color: #7CC844116}117/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */118/* guessing */119.hljs-built_in,120.hljs-doctag,121.hljs-quote,122.hljs-keyword.hljs-atrule,123.hljs-regexp {124  color: #52CBB0125}126/* base0D - Functions, Methods, Attribute IDs, Headings */127.hljs-function .hljs-title,128.hljs-attribute,129.ruby .hljs-property,130.hljs-title.function_,131.hljs-section {132  color: #33B5E1133}134/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */135/* .hljs-selector-id, */136/* .hljs-selector-class, */137/* .hljs-selector-attr, */138/* .hljs-selector-pseudo, */139.hljs-type,140.hljs-template-tag,141.diff .hljs-meta,142.hljs-keyword {143  color: #A363D5144}145.hljs-emphasis {146  color: #A363D5;147  font-style: italic148}149/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. <?php ?> */150/*151  prevent top level .keyword and .string scopes152  from leaking into meta by accident153*/154.hljs-meta,155.hljs-meta .hljs-keyword,156.hljs-meta .hljs-string {157  color: #D73C9A158}159/* for v10 compatible themes */160.hljs-meta .hljs-keyword,161.hljs-meta-keyword {162  font-weight: bold163}
basant307/AI_Governance_Project · CoolFace