gitea: use homepage dark grey scale for backgrounds
All checks were successful
CI / update (push) Successful in 1m50s
All checks were successful
CI / update (push) Successful in 1m50s
Match the homepage dark mode surface colors (#000/#111/#1a1a1a/#222) for boxes, code, inputs, cards, and menus instead of Nord greys. Keeps Nord only for accent colors and text.
This commit is contained in:
@@ -408,7 +408,7 @@
|
||||
--color-pink-dark-2: #93494f;
|
||||
--color-brown-dark-2: #a06656;
|
||||
--color-black-dark-2: #2E3440;
|
||||
--color-console-bg: #1a1e26;
|
||||
--color-console-bg: #111;
|
||||
--color-ansi-black: var(--color-black);
|
||||
--color-ansi-red: var(--color-red);
|
||||
--color-ansi-green: var(--color-green);
|
||||
@@ -466,9 +466,9 @@
|
||||
--color-orange-badge-hover-bg: #D087704d;
|
||||
--color-git: #BF616A;
|
||||
--color-body: #000;
|
||||
--color-box-header: #2E3440;
|
||||
--color-box-body: #1a1e26;
|
||||
--color-box-body-highlight: #3B4252;
|
||||
--color-box-header: #111;
|
||||
--color-box-body: #111;
|
||||
--color-box-body-highlight: #1a1a1a;
|
||||
--color-text-dark: #ECEFF4;
|
||||
--color-text: #D8DEE9;
|
||||
--color-text-light: #b0b8c8;
|
||||
@@ -478,9 +478,9 @@
|
||||
--color-footer: #000;
|
||||
--color-timeline: #4C566A;
|
||||
--color-input-text: #D8DEE9;
|
||||
--color-input-background: #3B4252;
|
||||
--color-input-toggle-background: #4C566A;
|
||||
--color-input-border: #3B4252;
|
||||
--color-input-background: #1a1a1a;
|
||||
--color-input-toggle-background: #222;
|
||||
--color-input-border: #1a1a1a;
|
||||
--color-input-border-hover: #5E81AC;
|
||||
--color-header-wrapper: transparent;
|
||||
--color-header-wrapper-transparent: transparent;
|
||||
@@ -494,15 +494,15 @@
|
||||
--color-light-border: #ffffff28;
|
||||
--color-hover: #ffffff19;
|
||||
--color-active: #ffffff24;
|
||||
--color-menu: #1a1e26;
|
||||
--color-menu: #111;
|
||||
--color-card: #000;
|
||||
--color-markup-table-row: #ffffff06;
|
||||
--color-markup-code-block: #ffffff16;
|
||||
--color-button: #3B4252;
|
||||
--color-code-bg: #1a1e26;
|
||||
--color-code-sidebar-bg: #2E3440;
|
||||
--color-button: #1a1a1a;
|
||||
--color-code-bg: #111;
|
||||
--color-code-sidebar-bg: #1a1a1a;
|
||||
--color-shadow: #00000060;
|
||||
--color-secondary-bg: #3B4252;
|
||||
--color-secondary-bg: #111;
|
||||
--color-text-focus: #ECEFF4;
|
||||
--color-expand-button: #4C566A;
|
||||
--color-placeholder-text: #6c7686;
|
||||
|
||||
Reference in New Issue
Block a user