1
0
Fork 0
mirror of synced 2024-06-02 19:04:49 +12:00

Updated colors

This commit is contained in:
Eldad Fux 2020-02-10 23:16:27 +02:00
parent a5cf13fdd7
commit f94b0e5ee4
4 changed files with 12 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -16,6 +16,7 @@
--config-color-focus-glow: #fce5ec;
--config-color-focus-dark: #c52653;
--config-color-normal: #40404c;
--config-color-dark: #313131;
--config-color-fade: #818181;
--config-color-fade-light: #e2e2e2;
--config-color-fade-super: #f1f3f5;
@ -26,6 +27,10 @@
--config-border-radius: 10px;
--config-prism-background: #373738;
--config-prism-numbers: #39393c;
--config-note-background: #f1fbff;
--config-note-border: #5bceff;
--config-warning-background: #fdf7d9;
--config-warning-border: #f8e380;
@media @dark {

View file

@ -27,6 +27,11 @@ https://prismjs.com/download.html#themes=prism-okaidia&languages=markup+css+clik
font-size: 10px;
.func-end(10px);
opacity: 0.95;
@media screen {
background: var(--config-color-focus)!important;
color: var(--config-color-normal)!important;
}
}
&[data-lang="bash"]::after {