This commit is contained in:
acoolstraw 2021-08-03 15:01:49 +02:00
parent c34fdf650b
commit a23597f059

View File

@ -163,20 +163,20 @@
} }
:root { :root {
--color-primary: #3D84E7; --color-primary: #3D84E7;
--color-primary-dark-1: #93b373; --color-primary-dark-1: #739cb3;
--color-primary-dark-2: #40AAFF; --color-primary-dark-2: #40AAFF;
--color-primary-dark-3: #abc492; --color-primary-dark-3: #92b4c4;
--color-primary-dark-4: #b7cda1; --color-primary-dark-4: #a1bbcd;
--color-primary-dark-5: #cfddc1; --color-primary-dark-5: #cfddc1;
--color-primary-dark-6: #e7eee0; --color-primary-dark-6: #e7eee0;
--color-primary-dark-7: #f8faf6; --color-primary-dark-7: #f8faf6;
--color-primary-light-1: #3D84E7; --color-primary-light-1: #3D84E7;
--color-primary-light-2: #6c8c4c; --color-primary-light-2: #437aad;
--color-primary-light-3: #5f7b42; --color-primary-light-3: #415b8b;
--color-primary-light-4: #516939; --color-primary-light-4: #25425a;
--color-primary-light-5: #364626; --color-primary-light-5: #223546;
--color-primary-light-6: #1b2313; --color-primary-light-6: #131923;
--color-primary-light-7: #080b06; --color-primary-light-7: #06090b;
--color-primary-alpha-10: #3683C019; --color-primary-alpha-10: #3683C019;
--color-primary-alpha-20: #3683C033; --color-primary-alpha-20: #3683C033;
--color-primary-alpha-30: #3683C04b; --color-primary-alpha-30: #3683C04b;
@ -186,7 +186,7 @@
--color-primary-alpha-70: #3683C0b3; --color-primary-alpha-70: #3683C0b3;
--color-primary-alpha-80: #3683C0cc; --color-primary-alpha-80: #3683C0cc;
--color-primary-alpha-90: #3683C0e1; --color-primary-alpha-90: #3683C0e1;
--color-secondary: #2C3035; --color-secondary: #393B3F;
--color-secondary-dark-1: #505665; --color-secondary-dark-1: #505665;
--color-secondary-dark-2: #5b6273; --color-secondary-dark-2: #5b6273;
--color-secondary-dark-3: #71798e; --color-secondary-dark-3: #71798e;
@ -247,10 +247,10 @@
--color-footer: #1D1F23; --color-footer: #1D1F23;
--color-timeline: #4c525e; --color-timeline: #4c525e;
--color-input-text: #d5dbe6; --color-input-text: #d5dbe6;
--color-input-background: #2C3035; --color-input-background: #393B3F;
--color-input-border: #2C3035; --color-input-border: #393B3F;
--color-input-border-hover: #505667; --color-input-border-hover: #505667;
--color-navbar: #24262B; --color-navbar: #2C3035;
--color-light: #00000028; --color-light: #00000028;
--color-light-border: #ffffff28; --color-light-border: #ffffff28;
--color-hover: #ffffff10; --color-hover: #ffffff10;
@ -258,11 +258,11 @@
--color-menu: #1D1F23; --color-menu: #1D1F23;
--color-card: #1D1F23; --color-card: #1D1F23;
--color-markdown-table-row: #ffffff06; --color-markdown-table-row: #ffffff06;
--color-markdown-code-block: #24262B; --color-markdown-code-block: #2C3035;
--color-button: #1D1F23; --color-button: #1D1F23;
--color-code-bg: #24262B; --color-code-bg: #2C3035;
--color-shadow: #00000060; --color-shadow: #00000060;
--color-secondary-bg: #24262B; --color-secondary-bg: #2C3035;
--color-text-focus: #fff; --color-text-focus: #fff;
--color-expand-button: #3c404d; --color-expand-button: #3c404d;
--color-placeholder-text: #6a737d; --color-placeholder-text: #6a737d;
@ -301,7 +301,7 @@
color: #fff; color: #fff;
} }
.feeds .list ul li.private { .feeds .list ul li.private {
background: #353945; background: #1D1F23;
} }
.ui.link.list .item, .ui.link.list .item,
.ui.link.list .item a:not(.ui), .ui.link.list .item a:not(.ui),
@ -403,7 +403,7 @@ a.ui.ui.ui.green.label:hover {
background-color: #a0cc75; background-color: #a0cc75;
} }
.ui.search > .results { .ui.search > .results {
background: #383c4a; background: #1D1F23;
border-color: var(--color-secondary); border-color: var(--color-secondary);
} }
.ui.category.search > .results .category .result:hover, .ui.category.search > .results .category .result:hover,
@ -418,10 +418,10 @@ a.ui.ui.ui.green.label:hover {
color: #dbdbdb !important; color: #dbdbdb !important;
} }
.repository.file.list #repo-files-table tr { .repository.file.list #repo-files-table tr {
background: #1D1F23; background: #2C3035;
} }
.repository.file.list #repo-files-table tr:hover { .repository.file.list #repo-files-table tr:hover {
background-color: #2C3035 !important; background-color: #393d4a !important;
} }
.repository.file.editor.edit + .editor-preview-side, .repository.file.editor.edit + .editor-preview-side,
.repository.file.editor.edit .editor-preview, .repository.file.editor.edit .editor-preview,
@ -452,11 +452,11 @@ a.ui.ui.ui.green.label:hover {
.ui.active.button:active, .ui.active.button:active,
.ui.button:active, .ui.button:active,
.ui.button:focus { .ui.button:focus {
background-color: #2e3e4e; background-color: #393B3F;
color: #dbdbdb; color: #dbdbdb;
} }
.ui.active.button:hover { .ui.active.button:hover {
background-color: #475e75; background-color: #474B51;
color: #dbdbdb; color: #dbdbdb;
} }
.repository .navbar .active.item, .repository .navbar .active.item,
@ -530,9 +530,9 @@ td.blob-hunk {
background-color: #984646; background-color: #984646;
} }
.ui.positive.message { .ui.positive.message {
background-color: #0d491b; background-color: #48915A;
color: #3683C0; color: #3683C0;
box-shadow: inset 0 0 0 1px #2d693b, 0 0 0 0 transparent; box-shadow: inset 0 0 0 1px #48915A, 0 0 0 0 transparent;
} }
.ui.negative.message { .ui.negative.message {
background-color: rgba(80, 23, 17, 0.6); background-color: rgba(80, 23, 17, 0.6);
@ -574,8 +574,8 @@ td.blob-excerpt {
color: #dbdbdb; color: #dbdbdb;
} }
.ui.active.label { .ui.active.label {
background: #2C3035; background: #393d4a;
border-color: #2C3035; border-color: #393d4a;
color: #dbdbdb; color: #dbdbdb;
} }
.repository .ui.attached.message.isSigned.isVerified { .repository .ui.attached.message.isSigned.isVerified {
@ -639,7 +639,7 @@ td.blob-excerpt {
border-color: var(--color-secondary); border-color: var(--color-secondary);
} }
.ui.modal > .content { .ui.modal > .content {
background: #383c4a; background: #1D1F23;
} }
.minicolors-panel { .minicolors-panel {
background: var(--color-secondary) !important; background: var(--color-secondary) !important;
@ -765,13 +765,13 @@ footer .container .links > * {
} }
.repository.release #release-list > li .detail .dot { .repository.release #release-list > li .detail .dot {
background-color: #505667; background-color: #505667;
border-color: #383c4a; border-color: #1D1F23;
} }
.tribute-container { .tribute-container {
box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.6); box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.6);
} }
.repository .repo-header .ui.huge.breadcrumb.repo-title .repo-header-icon .avatar { .repository .repo-header .ui.huge.breadcrumb.repo-title .repo-header-icon .avatar {
color: #24262B; color: #2C3035;
} }
img[src$="/img/matrix.svg"] { img[src$="/img/matrix.svg"] {
filter: invert(80%); filter: invert(80%);