mirror of
https://github.com/envmodules/modules.git
synced 2026-06-03 00:33:18 +08:00
129 lines
1.3 KiB
CSS
129 lines
1.3 KiB
CSS
/* Render output example like in a terminal shell session */
|
|
.noparse {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.ps {
|
|
font-weight: bold;
|
|
color: #fff5ca;
|
|
}
|
|
|
|
.sgrb {
|
|
color: #ef2929;
|
|
}
|
|
|
|
.sgra {
|
|
color: #8ae234;
|
|
}
|
|
|
|
.sgrhi {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.sgrer {
|
|
color: #ef2929;
|
|
}
|
|
|
|
.sgrwa {
|
|
color: #fce94f;
|
|
}
|
|
|
|
.sgrin {
|
|
color: #729fcf;
|
|
}
|
|
|
|
.sgrtr {
|
|
color: #aaaaaa;
|
|
}
|
|
|
|
.sgrse {
|
|
color: #aaaaaa;
|
|
}
|
|
|
|
.sgrcm {
|
|
color: #8ae234;
|
|
}
|
|
|
|
.sgrme {
|
|
color: #ad7fa8;
|
|
}
|
|
|
|
.sgrmp {
|
|
color: #729fcf;
|
|
}
|
|
|
|
.sgrdi {
|
|
font-weight: bold;
|
|
color: #729fcf;
|
|
}
|
|
|
|
.sgrali {
|
|
color: #34e2e2;
|
|
}
|
|
|
|
.sgrva {
|
|
color: #fce94f;
|
|
}
|
|
|
|
.sgrsy {
|
|
color: #ad7fa8;
|
|
}
|
|
|
|
.sgrde {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.sgrh {
|
|
color: #aaaaaa;
|
|
}
|
|
|
|
.sgral {
|
|
background-color: #555753;
|
|
}
|
|
|
|
.sgrl {
|
|
background-color: #d3d7cf;
|
|
color: #555753;
|
|
}
|
|
|
|
.sgrf {
|
|
background-color: #cc0000;
|
|
}
|
|
|
|
.sgrnf {
|
|
background-color: #c4a000;
|
|
}
|
|
|
|
.sgrs {
|
|
background-color: #06989a;
|
|
}
|
|
|
|
.sgrshi {
|
|
background-color: #06989a;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.sgrss {
|
|
background-color: #3465a4;
|
|
}
|
|
|
|
.sgrkl {
|
|
background-color: #688f8f;
|
|
}
|
|
|
|
.sgrvade {
|
|
color: #fce94f;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.sgrvahi {
|
|
color: #fce94f;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.sgrvadehi {
|
|
color: #fce94f;
|
|
text-decoration: underline;
|
|
font-weight: bold;
|
|
}
|