233 lines
6.5 KiB
CSS
233 lines
6.5 KiB
CSS
:root {
|
|
--color-body: hsl(220, 23.1%, 94.9%);
|
|
--color-text: hsl(233.8, 16%, 35.5%);
|
|
--color-text-light: hsl(232.8, 10.4%, 47.3%);
|
|
--color-text-light-2: hsl(233.3, 12.8%, 41.4%);
|
|
--color-text-light-3: hsl(233.3, 12.8%, 41.4%);
|
|
--color-text-dark: hsl(232.8, 10.4%, 47.3%);
|
|
--color-text-dark-2: hsl(233.3, 12.8%, 41.4%);
|
|
--color-text-dark-3: hsl(233.3, 12.8%, 41.4%);
|
|
--color-secondary: hsl(225, 13.6%, 76.9%);
|
|
--color-caret: hsl(233.8, 16%, 35.5%);
|
|
--color-navbar: hsl(222.9, 15.9%, 82.7%);
|
|
--color-footer: hsl(222.9, 15.9%, 82.7%);
|
|
|
|
--color-red: hsl(347.1, 86.7%, 44.1%);
|
|
--color-orange: hsl(22, 99.2%, 52%);
|
|
--color-yellow: hsl(34.9, 77%, 49.4%);
|
|
--color-olive: hsl(109.2, 57.6%, 39.8%);
|
|
--color-green: hsl(109.2, 57.6%, 39.8%);
|
|
--color-teal: hsl(183.2, 73.9%, 34.5%);
|
|
--color-blue: hsl(219.9, 91.5%, 53.9%);
|
|
--color-violet: hsl(266, 85%, 58%);
|
|
--color-purple: hsl(266, 85%, 58%);
|
|
--color-grey: hsl(228, 11.2%, 65.1%);
|
|
--color-gold: hsl(34.9, 77%, 49.4%);
|
|
--color-red-light: hsl(347.1, 86.7%, 44.1%);
|
|
--color-orange-light: hsl(22, 99.2%, 52%);
|
|
--color-yellow-light: hsl(34.9, 77%, 49.4%);
|
|
--color-olive-light: hsl(109.2, 57.6%, 39.8%);
|
|
--color-green-light: hsl(109.2, 57.6%, 39.8%);
|
|
--color-teal-light: hsl(183.2, 73.9%, 34.5%);
|
|
--color-blue-light: hsl(219.9, 91.5%, 53.9%);
|
|
--color-violet-light: hsl(266, 85%, 58%);
|
|
--color-purple-light: hsl(266, 85%, 58%);
|
|
--color-grey-light: hsl(232.2, 9.6%, 53.1%);
|
|
--color-gold-light: hsl(34.9, 77%, 49.4%);
|
|
--color-black: hsl(220, 20.7%, 88.6%);
|
|
--color-white: hsl(233.8, 16%, 35.5%);
|
|
|
|
--color-primary: hsl(219.9, 91.5%, 53.9%);
|
|
|
|
--color-console-fg: hsl(233.8, 16%, 35.5%);
|
|
--color-console-bg: hsl(220, 23.1%, 94.9%);
|
|
|
|
--color-error-border: hsl(354.8, 76.3%, 58.6%);
|
|
--color-error-bg: hsl(228, 11.2%, 65.1%);
|
|
--color-error-text: hsl(233.3, 12.8%, 41.4%);
|
|
|
|
--color-success-border: hsl(109.2, 57.6%, 39.8%);
|
|
--color-success-bg: hsl(228, 11.2%, 65.1%);
|
|
--color-success-text: hsl(233.3, 12.8%, 41.4%);
|
|
|
|
--color-warning-border: $orange;
|
|
--color-warning-bg: hsl(231.4, 10%, 59%);
|
|
--color-warning-text: hsl(233.3, 12.8%, 41.4%);
|
|
|
|
--color-info-border: hsl(228, 11.2%, 65.1%);
|
|
--color-info-bg: hsl(222.9, 15.9%, 82.7%);
|
|
--color-info-text: hsl(233.3, 12.8%, 41.4%);
|
|
|
|
--color-box-header: hsl(225, 13.6%, 76.9%);
|
|
--color-box-body: hsl(222.9, 15.9%, 82.7%);
|
|
--color-box-body-highlight: hsl(225, 14%, 77%);
|
|
|
|
--color-markup-code-block: hsl(226.7, 12.2%, 71%);
|
|
|
|
--color-input-background: hsl(220, 23.1%, 94.9%);
|
|
--color-input-border: hsl(225, 13.6%, 76.9%);
|
|
--color-input-text: hsl(233.8, 16%, 35.5%);
|
|
|
|
--color-card: hsl(222.9, 15.9%, 82.7%);
|
|
|
|
--color-active: hsl(222.9, 15.9%, 82.7%);
|
|
--color-menu: hsl(225, 13.6%, 76.9%);
|
|
|
|
--color-button: hsl(228, 11.2%, 65.1%);
|
|
--color-light-border: hsl(225, 13.6%, 76.9%);
|
|
--color-dark-border: hsl(228, 11.2%, 65.1%);
|
|
|
|
--color-diff-removed-row-bg: rgba(hsl(347.1, 86.7%, 44.1%), 0.2)!important;
|
|
--color-diff-removed-row-border: rgba(hsl(347.1, 86.7%, 44.1%), 0.2)!important;
|
|
--color-diff-removed-word-bg: rgba(hsl(347.1, 86.7%, 44.1%), 0.4)!important;
|
|
|
|
--color-diff-added-row-bg: rgba(hsl(109.2, 57.6%, 39.8%), 0.2)!important;
|
|
--color-diff-added-row-border: rgba(hsl(109.2, 57.6%, 39.8%), 0.2)!important;
|
|
--color-diff-added-word-bg: rgba(hsl(109.2, 57.6%, 39.8%), 0.4)!important;
|
|
|
|
--color-diff-inactive: hsl(225, 13.6%, 76.9%);
|
|
|
|
--color-code-bg: hsl(222.9, 15.9%, 82.7%);
|
|
--color-expand-button: hsl(225, 13.6%, 76.9%);
|
|
}
|
|
|
|
|
|
body {
|
|
background-color: hsl(220, 23.1%, 94.9%);
|
|
color: hsl(233.8, 16%, 35.5%);
|
|
|
|
}
|
|
|
|
|
|
.ui.table {
|
|
color: hsl(233.8, 16%, 35.5%);
|
|
}
|
|
|
|
.repository-summary {
|
|
background-color: hsl(222.9, 15.9%, 82.7%);
|
|
}
|
|
|
|
.ui.green.button {
|
|
background-color: hsl(109.2, 57.6%, 39.8%);
|
|
color: hsl(220, 23.1%, 94.9%);
|
|
}
|
|
|
|
.ui.red.button {
|
|
background-color: hsl(347.1, 86.7%, 44.1%);
|
|
color: hsl(220, 23.1%, 94.9%);
|
|
border-color: hsl(228, 11.2%, 65.1%);
|
|
}
|
|
|
|
.ui.basic.red.button {
|
|
color: hsl(347.1, 86.7%, 44.1%);
|
|
}
|
|
|
|
|
|
.ui.negative.button {
|
|
background-color: hsl(347.1, 86.7%, 44.1%);
|
|
color: hsl(220, 23.1%, 94.9%);
|
|
}
|
|
|
|
.ui.basic.green.button {
|
|
color: hsl(109.2, 57.6%, 39.8%);
|
|
}
|
|
|
|
.ui.breadcrumb {
|
|
color: hsl(233.8, 16%, 35.5%);
|
|
}
|
|
|
|
.following.bar #navbar {
|
|
background-color: hsl(229, 19%, 23%)!important;
|
|
|
|
}
|
|
|
|
#navbar .item {
|
|
color: hsl(222.9, 15.9%, 82.7%);
|
|
}
|
|
|
|
.default-link.muted, .time-since {
|
|
color: var(--color-text);
|
|
}
|
|
|
|
|
|
* {
|
|
caret-color: hsl(233.8, 16%, 35.5%);
|
|
}
|
|
|
|
@media (prefers-color-scheme: dark) {
|
|
.ui.red.label, .ui.red.labels .label {
|
|
background-color: hsl(347.1, 86.7%, 44.1%)!important;
|
|
border-color: hsl(347.1, 86.7%, 44.1%)!important;
|
|
color: hsl(220, 23.1%, 94.9%)!important;
|
|
}
|
|
.ui.green.label, .ui.green.labels, .ui.basic.green.label {
|
|
background-color: hsl(109.2, 57.6%, 39.8%)!important;
|
|
border-color: hsl(109.2, 57.6%, 39.8%)!important;
|
|
color: hsl(220, 23.1%, 94.9%)!important;
|
|
}
|
|
|
|
.repository.file.list #repo-files-table tr {
|
|
background-color: hsl(220, 23.1%, 94.9%);
|
|
}
|
|
.repository.file.list #repo-files-table tr:hover {
|
|
background-color: hsl(225, 13.6%, 76.9%)!important;
|
|
}
|
|
|
|
.ui.horizontal.segments>.segment {
|
|
background-color: hsl(222.9, 15.9%, 82.7%);
|
|
}
|
|
|
|
.tag-code td.lines-type-marker, td.blob-hunk {
|
|
color: hsl(233.8, 16%, 35.5%)!important;
|
|
}
|
|
|
|
.tag-code, .tag-code td {
|
|
background: hsl(225, 13.6%, 76.9%)!important;
|
|
}
|
|
|
|
.tag-code td.lines-num {
|
|
background-color: hsl(225, 13.6%, 76.9%)!important;
|
|
}
|
|
|
|
.chroma .sb {
|
|
color: hsl(233.3, 12.8%, 41.4%);
|
|
}
|
|
|
|
.chroma .nt {
|
|
color: rgba(hsl(266, 85%, 58%), 0.7)!important;
|
|
}
|
|
|
|
.chroma .na {
|
|
color: rgba(hsl(183.2, 73.9%, 34.5%), 0.7)!important;
|
|
}
|
|
|
|
.chroma .nb {
|
|
color: rgba(hsl(266, 85%, 58%), 0.7);
|
|
}
|
|
|
|
.chroma .s2 {
|
|
color: rgba(hsl(183.2, 73.9%, 34.5%), 0.7);
|
|
}
|
|
|
|
.chroma .si {
|
|
color: rgba(hsl(22, 99.2%, 52%), 0.6);
|
|
}
|
|
|
|
.chroma .nv {
|
|
color: rgba(hsl(22, 99.2%, 52%), 0.6);
|
|
}
|
|
|
|
.chroma .nx {
|
|
color: hsl(233.8, 16%, 35.5%);
|
|
}
|
|
|
|
.chroma .nf {
|
|
color: hsl(34.9, 77%, 49.4%);
|
|
}
|
|
|
|
.chroma .s {
|
|
color: rgba(hsl(183.2, 73.9%, 34.5%), 0.7);
|
|
}
|
|
|
|
}
|