A lot more pinks and purples changed now
This commit is contained in:
parent
b57e3b17f4
commit
d2503d6585
@ -1,6 +1,6 @@
|
|||||||
:root {
|
:root {
|
||||||
--is-dark-theme: true;
|
--is-dark-theme: true;
|
||||||
--color-primary: #dd4be2;
|
--color-primary: #ee6bf3;
|
||||||
--color-primary-dark-1: #a873b3;
|
--color-primary-dark-1: #a873b3;
|
||||||
--color-primary-dark-2: #ce3bf3;
|
--color-primary-dark-2: #ce3bf3;
|
||||||
--color-primary-dark-3: #ba92c4;
|
--color-primary-dark-3: #ba92c4;
|
||||||
@ -24,7 +24,7 @@
|
|||||||
--color-primary-alpha-70: #87ab63b3;
|
--color-primary-alpha-70: #87ab63b3;
|
||||||
--color-primary-alpha-80: #87ab63cc;
|
--color-primary-alpha-80: #87ab63cc;
|
||||||
--color-primary-alpha-90: #87ab63e1;
|
--color-primary-alpha-90: #87ab63e1;
|
||||||
--color-secondary: #454a57;
|
--color-secondary: #c46eda;
|
||||||
--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;
|
||||||
@ -91,9 +91,9 @@
|
|||||||
/* target-based colors */
|
/* target-based colors */
|
||||||
--color-body: #18002c;
|
--color-body: #18002c;
|
||||||
--color-box-header: #404652;
|
--color-box-header: #404652;
|
||||||
--color-box-body: #303440;
|
--color-box-body: #520377;
|
||||||
--color-text-dark: #dbe0ea;
|
--color-text-dark: #dbe0ea;
|
||||||
--color-text: #fde0fb;
|
--color-text: #e9bce6;
|
||||||
--color-text-light: #a6aab5;
|
--color-text-light: #a6aab5;
|
||||||
--color-text-light-1: #979ba6;
|
--color-text-light-1: #979ba6;
|
||||||
--color-text-light-2: #8a8e99;
|
--color-text-light-2: #8a8e99;
|
||||||
@ -101,10 +101,10 @@
|
|||||||
--color-footer: #2e323e;
|
--color-footer: #2e323e;
|
||||||
--color-timeline: #4c525e;
|
--color-timeline: #4c525e;
|
||||||
--color-input-text: #d5dbe6;
|
--color-input-text: #d5dbe6;
|
||||||
--color-input-background: #292d39;
|
--color-input-background: var(--color-body);
|
||||||
--color-input-border: #454a57;
|
--color-input-border: #454a57;
|
||||||
--color-input-border-hover: #505667;
|
--color-input-border-hover: #505667;
|
||||||
--color-navbar: #2a2e3a;
|
--color-navbar: #2a2e3a00;
|
||||||
--color-navbar-transparent: #2a2e3a00;
|
--color-navbar-transparent: #2a2e3a00;
|
||||||
--color-light: #00000028;
|
--color-light: #00000028;
|
||||||
--color-light-mimic-enabled: rgba(0, 0, 0, calc(40 / 255 * 222 / 255 / var(--opacity-disabled)));
|
--color-light-mimic-enabled: rgba(0, 0, 0, calc(40 / 255 * 222 / 255 / var(--opacity-disabled)));
|
||||||
@ -146,6 +146,14 @@
|
|||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ui.basic.primary.button{
|
||||||
|
color: rgb(69, 24, 87) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ui.primary.buttons .button{
|
||||||
|
color: rgb(69, 24, 87) !important;
|
||||||
|
}
|
||||||
|
|
||||||
.feeds .list ul li.private {
|
.feeds .list ul li.private {
|
||||||
background: #353945;
|
background: #353945;
|
||||||
}
|
}
|
||||||
@ -169,16 +177,16 @@
|
|||||||
.ui.green.label,
|
.ui.green.label,
|
||||||
.ui.green.labels .label,
|
.ui.green.labels .label,
|
||||||
.ui.basic.green.label {
|
.ui.basic.green.label {
|
||||||
background-color: #2d693b !important;
|
background-color: #692d61 !important;
|
||||||
border-color: #2d693b !important;
|
border-color: #692d5f !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui.green.labels a.label:hover,
|
.ui.green.labels a.label:hover,
|
||||||
.ui.basic.green.labels a.label:hover,
|
.ui.basic.green.labels a.label:hover,
|
||||||
a.ui.ui.ui.green.label:hover,
|
a.ui.ui.ui.green.label:hover,
|
||||||
a.ui.basic.green.label:hover {
|
a.ui.basic.green.label:hover {
|
||||||
background-color: #3d794b !important;
|
background-color: #692d61 !important;
|
||||||
border-color: #3d794b !important;
|
border-color: #692d5f !important;
|
||||||
color: #fff !important;
|
color: #fff !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -248,12 +256,12 @@ a.ui.basic.green.label:hover {
|
|||||||
|
|
||||||
.ui.green.button,
|
.ui.green.button,
|
||||||
.ui.green.buttons .button {
|
.ui.green.buttons .button {
|
||||||
background-color: #87ab63;
|
background-color: #9f63ab;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui.green.button:hover,
|
.ui.green.button:hover,
|
||||||
.ui.green.buttons .button:hover {
|
.ui.green.buttons .button:hover {
|
||||||
background-color: #a0cc75;
|
background-color: #c975cc;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui.search > .results {
|
.ui.search > .results {
|
||||||
@ -261,6 +269,14 @@ a.ui.basic.green.label:hover {
|
|||||||
border-color: var(--color-secondary);
|
border-color: var(--color-secondary);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ui.attached.table.segment{
|
||||||
|
background:#1a1323;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ui.attached.header{
|
||||||
|
background:var(--color-body);
|
||||||
|
}
|
||||||
|
|
||||||
.ui.search > .results .result:hover,
|
.ui.search > .results .result:hover,
|
||||||
.ui.category.search > .results .category .result:hover {
|
.ui.category.search > .results .category .result:hover {
|
||||||
background: var(--color-secondary);
|
background: var(--color-secondary);
|
||||||
@ -271,16 +287,12 @@ a.ui.basic.green.label:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.ui.table > thead > tr > th {
|
.ui.table > thead > tr > th {
|
||||||
background: var(--color-secondary);
|
background: rgb(73, 3, 90);
|
||||||
color: #dbdbdb !important;
|
color: #dbdbdb !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.repository.file.list #repo-files-table tr {
|
|
||||||
background: #2a2e3a;
|
|
||||||
}
|
|
||||||
|
|
||||||
.repository.file.list #repo-files-table tr:hover {
|
.repository.file.list #repo-files-table tr:hover {
|
||||||
background-color: #393d4a !important;
|
background-color: #4a1d75 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.overflow.menu .items .item {
|
.overflow.menu .items .item {
|
||||||
@ -295,11 +307,6 @@ a.ui.basic.green.label:hover {
|
|||||||
color: var(--color-secondary-dark-6) !important;
|
color: var(--color-secondary-dark-6) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.repository .navbar .active.item,
|
|
||||||
.repository .navbar .active.item:hover {
|
|
||||||
border-color: transparent !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.repository .diff-stats li {
|
.repository .diff-stats li {
|
||||||
border-color: var(--color-secondary);
|
border-color: var(--color-secondary);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user