forked from mirrors/earl-grey
major bug fixes and slight color changes
This commit is contained in:
parent
1d09cb98a2
commit
7cd10f0137
@ -70,7 +70,7 @@
|
||||
color: #1af;
|
||||
}
|
||||
.chroma .sb {
|
||||
color: #a0cc75;
|
||||
color: #40AAFF;
|
||||
}
|
||||
.chroma .dl,
|
||||
.chroma .sc {
|
||||
@ -80,7 +80,7 @@
|
||||
color: #6a737d;
|
||||
}
|
||||
.chroma .s2 {
|
||||
color: #a0cc75;
|
||||
color: #40AAFF;
|
||||
}
|
||||
.chroma .se {
|
||||
color: #f63;
|
||||
@ -96,7 +96,7 @@
|
||||
color: #97c;
|
||||
}
|
||||
.chroma .s1 {
|
||||
color: #a0cc75;
|
||||
color: #40AAFF;
|
||||
}
|
||||
.chroma .ss {
|
||||
color: #fa1;
|
||||
@ -163,20 +163,20 @@
|
||||
}
|
||||
:root {
|
||||
--color-primary: #3D84E7;
|
||||
--color-primary-dark-1: #93b373;
|
||||
--color-primary-dark-1: #739cb3;
|
||||
--color-primary-dark-2: #40AAFF;
|
||||
--color-primary-dark-3: #abc492;
|
||||
--color-primary-dark-4: #b7cda1;
|
||||
--color-primary-dark-3: #92b4c4;
|
||||
--color-primary-dark-4: #a1bbcd;
|
||||
--color-primary-dark-5: #cfddc1;
|
||||
--color-primary-dark-6: #e7eee0;
|
||||
--color-primary-dark-7: #f8faf6;
|
||||
--color-primary-light-1: #3D84E7;
|
||||
--color-primary-light-2: #6c8c4c;
|
||||
--color-primary-light-3: #5f7b42;
|
||||
--color-primary-light-4: #516939;
|
||||
--color-primary-light-5: #364626;
|
||||
--color-primary-light-6: #1b2313;
|
||||
--color-primary-light-7: #080b06;
|
||||
--color-primary-light-2: #437aad;
|
||||
--color-primary-light-3: #415b8b;
|
||||
--color-primary-light-4: #25425a;
|
||||
--color-primary-light-5: #223546;
|
||||
--color-primary-light-6: #131923;
|
||||
--color-primary-light-7: #06090b;
|
||||
--color-primary-alpha-10: #3683C019;
|
||||
--color-primary-alpha-20: #3683C033;
|
||||
--color-primary-alpha-30: #3683C04b;
|
||||
@ -186,7 +186,7 @@
|
||||
--color-primary-alpha-70: #3683C0b3;
|
||||
--color-primary-alpha-80: #3683C0cc;
|
||||
--color-primary-alpha-90: #3683C0e1;
|
||||
--color-secondary: #2C3035;
|
||||
--color-secondary: #2C2F35;
|
||||
--color-secondary-dark-1: #505665;
|
||||
--color-secondary-dark-2: #5b6273;
|
||||
--color-secondary-dark-3: #71798e;
|
||||
@ -204,15 +204,15 @@
|
||||
--color-secondary-light-2: #292c34;
|
||||
--color-secondary-light-3: #1c1e23;
|
||||
--color-secondary-light-4: #0e0f11;
|
||||
--color-secondary-alpha-10: #393B3F19;
|
||||
--color-secondary-alpha-20: #393B3F33;
|
||||
--color-secondary-alpha-30: #393B3F4b;
|
||||
--color-secondary-alpha-40: #393B3F66;
|
||||
--color-secondary-alpha-50: #393B3F80;
|
||||
--color-secondary-alpha-60: #393B3F99;
|
||||
--color-secondary-alpha-70: #393B3Fb3;
|
||||
--color-secondary-alpha-80: #393B3Fcc;
|
||||
--color-secondary-alpha-90: #393B3Fe1;
|
||||
--color-secondary-alpha-10: #2C2F35;
|
||||
--color-secondary-alpha-20: #2C2F3533;
|
||||
--color-secondary-alpha-30: #2C2F354b;
|
||||
--color-secondary-alpha-40: #2C2F3566;
|
||||
--color-secondary-alpha-50: #2C2F3580;
|
||||
--color-secondary-alpha-60: #2C2F3599;
|
||||
--color-secondary-alpha-70: #2C2F35b3;
|
||||
--color-secondary-alpha-80: #2C2F35cc;
|
||||
--color-secondary-alpha-90: #2C2F35e1;
|
||||
--color-red: #da3737;
|
||||
--color-orange: #f17a2b;
|
||||
--color-yellow: #f3c640;
|
||||
@ -247,8 +247,8 @@
|
||||
--color-footer: #1D1F23;
|
||||
--color-timeline: #4c525e;
|
||||
--color-input-text: #d5dbe6;
|
||||
--color-input-background: #2C3035;
|
||||
--color-input-border: #2C3035;
|
||||
--color-input-background: #2C2F35;
|
||||
--color-input-border: #2C2F35;
|
||||
--color-input-border-hover: #505667;
|
||||
--color-navbar: #24262B;
|
||||
--color-light: #00000028;
|
||||
@ -258,13 +258,13 @@
|
||||
--color-menu: #1D1F23;
|
||||
--color-card: #1D1F23;
|
||||
--color-markdown-table-row: #ffffff06;
|
||||
--color-markdown-code-block: #24262B;
|
||||
--color-markdown-code-block: #2C2F35;
|
||||
--color-button: #1D1F23;
|
||||
--color-code-bg: #24262B;
|
||||
--color-code-bg: #1D1F23;
|
||||
--color-shadow: #00000060;
|
||||
--color-secondary-bg: #24262B;
|
||||
--color-secondary-bg: #2C2F35;
|
||||
--color-text-focus: #fff;
|
||||
--color-expand-button: #3c404d;
|
||||
--color-expand-button: #2C2F35;
|
||||
--color-placeholder-text: #6a737d;
|
||||
--color-editor-line-highlight: var(--color-primary-light-5);
|
||||
--color-project-board-bg: var(--color-secondary-light-2);
|
||||
@ -273,7 +273,7 @@
|
||||
filter: invert(0.8);
|
||||
}
|
||||
.ui.horizontal.segments > .segment {
|
||||
background-color: #2C3035;
|
||||
background-color: #2C2F35;
|
||||
}
|
||||
.repository .segment.reactions .ui.label.basic.blue {
|
||||
background: var(--color-primary-alpha-20) !important;
|
||||
@ -400,10 +400,10 @@ a.ui.ui.ui.green.label:hover {
|
||||
}
|
||||
.ui.green.button:hover,
|
||||
.ui.green.buttons .button:hover {
|
||||
background-color: #a0cc75;
|
||||
background-color: #40AAFF;
|
||||
}
|
||||
.ui.search > .results {
|
||||
background: #383c4a;
|
||||
background: #1D1F23;
|
||||
border-color: var(--color-secondary);
|
||||
}
|
||||
.ui.category.search > .results .category .result:hover,
|
||||
@ -421,7 +421,7 @@ a.ui.ui.ui.green.label:hover {
|
||||
background: #1D1F23;
|
||||
}
|
||||
.repository.file.list #repo-files-table tr:hover {
|
||||
background-color: #2C3035 !important;
|
||||
background-color: #24262B !important;
|
||||
}
|
||||
.repository.file.editor.edit + .editor-preview-side,
|
||||
.repository.file.editor.edit .editor-preview,
|
||||
@ -429,7 +429,7 @@ a.ui.ui.ui.green.label:hover {
|
||||
.repository.wiki.new .CodeMirror + .editor-preview-side,
|
||||
.repository.wiki.new .CodeMirror .editor-preview,
|
||||
.repository.wiki.new .CodeMirror .editor-preview-side {
|
||||
background: #353945;
|
||||
background: #24262B;
|
||||
}
|
||||
.repository.file.editor.edit + .editor-preview-side .markdown:not(code).ui.segment,
|
||||
.repository.file.editor.edit .editor-preview-side .markdown:not(code).ui.segment,
|
||||
@ -452,11 +452,11 @@ a.ui.ui.ui.green.label:hover {
|
||||
.ui.active.button:active,
|
||||
.ui.button:active,
|
||||
.ui.button:focus {
|
||||
background-color: #2e3e4e;
|
||||
background-color: #2C2F35;
|
||||
color: #dbdbdb;
|
||||
}
|
||||
.ui.active.button:hover {
|
||||
background-color: #475e75;
|
||||
background-color: #474B51;
|
||||
color: #dbdbdb;
|
||||
}
|
||||
.repository .navbar .active.item,
|
||||
@ -471,7 +471,7 @@ a.ui.ui.ui.green.label:hover {
|
||||
}
|
||||
.tag-code,
|
||||
.tag-code td {
|
||||
background: #353945 !important;
|
||||
background: #24262B !important;
|
||||
}
|
||||
.tag-code td.lines-num {
|
||||
background-color: #3a3e4c !important;
|
||||
@ -530,14 +530,14 @@ td.blob-hunk {
|
||||
background-color: #984646;
|
||||
}
|
||||
.ui.positive.message {
|
||||
background-color: #0d491b;
|
||||
color: #3683C0;
|
||||
box-shadow: inset 0 0 0 1px #2d693b, 0 0 0 0 transparent;
|
||||
background-color: #48915A;
|
||||
color: #FFFFFF;
|
||||
box-shadow: inset 0 0 0 1px #48915A, 0 0 0 0 transparent;
|
||||
}
|
||||
.ui.negative.message {
|
||||
background-color: rgba(80, 23, 17, 0.6);
|
||||
color: #f9cbcb;
|
||||
box-shadow: inset 0 0 0 1px rgba(121, 71, 66, 0.5), 0 0 0 0 transparent;
|
||||
background-color: #E14C4C;
|
||||
color: #FFFFFF;
|
||||
box-shadow: inset 0 0 0 1px #E14C4C, 0 0 0 0 transparent;
|
||||
}
|
||||
.ui.list .list > .item .header,
|
||||
.ui.list > .item .header {
|
||||
@ -549,7 +549,7 @@ td.blob-hunk {
|
||||
}
|
||||
.repository.file.list #repo-files-table tbody .svg.octicon-file-directory,
|
||||
.repository.file.list #repo-files-table tbody .svg.octicon-file-submodule {
|
||||
color: #7c9b5e;
|
||||
color: #9AA0AF;
|
||||
}
|
||||
.repository.labels .ui.basic.black.label {
|
||||
background-color: #bbbbbb !important;
|
||||
@ -574,8 +574,8 @@ td.blob-excerpt {
|
||||
color: #dbdbdb;
|
||||
}
|
||||
.ui.active.label {
|
||||
background: #2C3035;
|
||||
border-color: #2C3035;
|
||||
background: #393d4a;
|
||||
border-color: #393d4a;
|
||||
color: #dbdbdb;
|
||||
}
|
||||
.repository .ui.attached.message.isSigned.isVerified {
|
||||
@ -639,7 +639,7 @@ td.blob-excerpt {
|
||||
border-color: var(--color-secondary);
|
||||
}
|
||||
.ui.modal > .content {
|
||||
background: #383c4a;
|
||||
background: #1D1F23;
|
||||
}
|
||||
.minicolors-panel {
|
||||
background: var(--color-secondary) !important;
|
||||
@ -673,7 +673,7 @@ td.blob-excerpt {
|
||||
}
|
||||
.CodeMirror.cm-s-default .cm-property,
|
||||
.CodeMirror.cm-s-paper .cm-property {
|
||||
color: #a0cc75;
|
||||
color: #40AAFF;
|
||||
}
|
||||
.CodeMirror.cm-s-default .cm-header,
|
||||
.CodeMirror.cm-s-paper .cm-header {
|
||||
@ -765,13 +765,13 @@ footer .container .links > * {
|
||||
}
|
||||
.repository.release #release-list > li .detail .dot {
|
||||
background-color: #505667;
|
||||
border-color: #383c4a;
|
||||
border-color: #1D1F23;
|
||||
}
|
||||
.tribute-container {
|
||||
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 {
|
||||
color: #24262B;
|
||||
color: #1D1F23;
|
||||
}
|
||||
img[src$="/img/matrix.svg"] {
|
||||
filter: invert(80%);
|
||||
@ -810,4 +810,5 @@ img[src$="/img/matrix.svg"] {
|
||||
.markdown-block-error {
|
||||
border: 1px solid rgba(121, 71, 66, 0.5) !important;
|
||||
border-bottom: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user