show-sintax
Version:
Librería para resaltar el código fuente
175 lines (145 loc) • 2.73 kB
CSS
/*!
* Show Code v1.1.0
* Copyright Federico Manzano
* Licencia MIT
* Repositorio (https://github.com/FedericoManzano/show-code-v1.1.0-fuente)
*/
@import url("https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
pre[class^=cod-] {
overflow: auto;
font-family: "Source Code Pro" ;
font-weight: 300;
background-color: white ;
color: black ;
font-size: 1em;
position: relative;
}
pre[class^=cod-] .numeracion {
position: absolute;
border-right: 2px solid #01db92;
left: 0;
top: 0;
bottom: 0;
display: flex;
flex-direction: column;
min-width: 30px;
}
pre[class^=cod-] .numeracion span {
display: flex;
justify-content: center;
align-items: center;
font-size: 0.95em;
padding: 0 7px;
}
pre[class^=cod-] {
background-color: #10151a ;
color: #c5c5c5 ;
}
pre[class^=cod-] .numeracion {
background-color: #10151a;
}
pre[class^=cod-] .numeracion span {
background-color: #10151a;
border-bottom: 1px solid rgba(0, 0, 0, 0.178);
color: #c5c5c5 ;
}
.show-eti {
color: #ff1f1f ;
}
.show-ang {
color: white ;
font-weight: 500;
}
.show-attr {
color: #00c99d ;
}
.show-string {
color: #ff8800 ;
}
.show-com {
color: #45d164 ;
}
/**
CSS
*/
.show-selectores {
color: #ffe135 ;
}
.show-claves {
color: #c46cff ;
font-weight: 500;
}
.show-prop {
color: #5bbdff ;
}
.show-valor {
color: #fda027 ;
}
.show-llaves {
color: white ;
}
.show-res {
color: #cf2727 ;
font-weight: 500;
}
.show-nombres {
color: #af6a1b ;
}
.show-control {
color: #dc2dff ;
font-weight: 500;
}
.show-op {
color: #04a064 ;
font-weight: 500;
}
.show-var {
color: #0ec7d4 ;
font-weight: 500;
}
.show-sistema {
color: #00ce7f ;
font-weight: 500;
}
.show-numeros {
color: #ff8800 ;
}
.show-ajava {
color: #14f178 ;
font-weight: 300;
}
.show-sobre {
color: #c9c9c9 ;
font-style: italic;
}
.show-met {
color: #ffb005 ;
font-weight: 500;
}
.show-retorno {
color: white ;
font-weight: 600;
}
.show-llamadas {
color: #ffb005 ;
font-weight: 300;
}
.show-objetos {
color: #005a7e ;
font-weight: 600;
}
.show-json {
color: #22d6d6 ;
}
.show-error {
color: red ;
}
.show-c {
color: #df3c3c ;
font-weight: 500;
}
.show-inc {
color: #ff8800 ;
font-weight: 600;
}
/*# sourceMappingURL=tema-oscuro.css.map */