Color changes to the code diffs

master
sigonasr2 2 years ago
parent a9ddd7e74e
commit 5b41c39551
  1. 22
      theme-nico.css

@ -67,15 +67,15 @@
--color-black: #1e222e;
--color-gold: #a1882b;
--color-white: #ffffff;
--color-diff-removed-word-bg: #6f3333;
--color-diff-added-word-bg: #3c653c;
--color-diff-removed-row-bg: #3c2626;
--color-diff-moved-row-bg: #818044;
--color-diff-added-row-bg: #283e2d;
--color-diff-removed-row-border: #634343;
--color-diff-moved-row-border: #bcca6f;
--color-diff-added-row-border: #314a37;
--color-diff-inactive: #353846;
--color-diff-removed-word-bg: #570028;
--color-diff-added-word-bg: #461f7a;
--color-diff-removed-row-bg: #570028;
--color-diff-moved-row-bg: #461f7a;
--color-diff-added-row-bg: #461f7a;
--color-diff-removed-row-border: #960909;
--color-diff-moved-row-border: #881ca8;
--color-diff-added-row-border: #881ca8;
--color-diff-inactive: #4e2970;
--color-error-border: #9b0500;
--color-error-bg: #91007d;
--color-error-text: #ff75ed;
@ -120,7 +120,7 @@
--color-shadow: #00000060;
--color-secondary-bg: #2a2e3a;
--color-text-focus: #fff;
--color-expand-button: #3c404d;
--color-expand-button: #4e2970;
--color-placeholder-text: #6a737d;
--color-editor-line-highlight: var(--color-primary-light-5);
--color-project-board-bg: var(--color-secondary-light-2);
@ -323,7 +323,7 @@ a.ui.basic.green.label:hover {
.tag-code,
.tag-code td {
background: #353945 !important;
background: #4e2970 !important;
}
.tag-code td.lines-num {

Loading…
Cancel
Save