dark: more chroma color adjustments

This commit is contained in:
pat-s 2021-11-18 12:01:30 +01:00
parent 991975edc1
commit 77948727fb
No known key found for this signature in database
GPG key ID: 3C6318841EF78925

View file

@ -319,6 +319,13 @@ textarea,
color: var(--color-text);
}
.chroma .nv {
color: #08dddd;
}
.chroma .si {
color: #26dd0a;
}
/* border color repo files */
.repository.file.list #repo-files-table td {
border-bottom: 1px solid #373e47;