Use atom-one-dark for dark theme

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2021-07-07 09:22:12 +02:00
parent 9d12439ee7
commit f8307a92d8
No known key found for this signature in database
GPG key ID: 9760693FDD98A790
4 changed files with 10 additions and 8 deletions

View file

@ -283,3 +283,8 @@ $composer-shadow-color: rgba(0, 0, 0, 0.28);
}
}
}
// highlight.js overrides
.hljs-tag {
color: inherit;
}

View file

@ -9,3 +9,4 @@
@import "_dark.scss";
@import "../../light/css/_mods.scss";
@import "../../../../res/css/_components.scss";
@import url("highlight.js/styles/atom-one-dark.css");

View file

@ -279,12 +279,7 @@ $composer-shadow-color: tranparent;
}
}
// diff highlight colors
// intentionally swapped to avoid inversion
.hljs-addition {
background: #fdd;
}
.hljs-deletion {
background: #dfd;
// highlight.js overrides:
.hljs-tag {
color: inherit;
}

View file

@ -4,3 +4,4 @@
@import "../../legacy-light/css/_legacy-light.scss";
@import "_legacy-dark.scss";
@import "../../../../res/css/_components.scss";
@import url("highlight.js/styles/atom-one-dark.css");