mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 20:59:31 +01:00
[THEMES] Port console colors
- Port 1fd7e3d6be
to the Forgejo themes,
they are a copy paste, but have a bit darker console background color to
have better contrast and match better with the overal Forgejo dark
theme's shade.
This commit is contained in:
parent
0533022d63
commit
c6d366e283
2 changed files with 18 additions and 0 deletions
|
@ -75,6 +75,15 @@
|
|||
--color-secondary-alpha-90: #2B3642e1;
|
||||
--color-secondary-hover: var(--color-secondary-light-1);
|
||||
--color-secondary-active: var(--color-secondary-light-2);
|
||||
/* console colors - used for actions console and console files */
|
||||
--color-console-fg: #eeeff2;
|
||||
--color-console-fg-subtle: #959cab;
|
||||
--color-console-bg: #1f212b;
|
||||
--color-console-border: #383c47;
|
||||
--color-console-hover-bg: #ffffff16;
|
||||
--color-console-active-bg: #454a57;
|
||||
--color-console-menu-bg: #383c47;
|
||||
--color-console-menu-border: #5c6374;
|
||||
/* colors */
|
||||
--color-red: #b91c1c;
|
||||
--color-orange: #ea580c;
|
||||
|
|
|
@ -93,6 +93,15 @@
|
|||
--color-secondary-alpha-90: #d4d4d8e1;
|
||||
--color-secondary-hover: var(--color-secondary-dark-2);
|
||||
--color-secondary-active: var(--color-secondary-dark-4);
|
||||
/* console colors - used for actions console and console files */
|
||||
--color-console-fg: #eeeff2;
|
||||
--color-console-fg-subtle: #959cab;
|
||||
--color-console-bg: #1f212b;
|
||||
--color-console-border: #383c47;
|
||||
--color-console-hover-bg: #ffffff16;
|
||||
--color-console-active-bg: #454a57;
|
||||
--color-console-menu-bg: #383c47;
|
||||
--color-console-menu-border: #5c6374;
|
||||
/* colors */
|
||||
--color-red: #dc2626;
|
||||
--color-orange: #ea580c;
|
||||
|
|
Loading…
Reference in a new issue