feat(app): refine session UI styling (#33860)
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
This commit is contained in:
parent
219ba24d90
commit
78a5a030ce
21 changed files with 711 additions and 129 deletions
|
|
@ -1,4 +1,16 @@
|
|||
@layer theme {
|
||||
html[data-theme="oc-2"] body:not([data-new-layout]) {
|
||||
--text-diff-add-base: light-dark(#167517, #c4ffc0);
|
||||
--text-diff-delete-base: light-dark(#fa3012, #ec2f14);
|
||||
--syntax-comment: light-dark(#7a7a7a, #8f8f8f);
|
||||
--syntax-keyword: light-dark(#a753ae, #edb2f1);
|
||||
--syntax-string: #00ceb9;
|
||||
--syntax-primitive: light-dark(#034cff, #8cb0ff);
|
||||
--syntax-property: light-dark(#a753ae, #fab283);
|
||||
--syntax-type: light-dark(#8a6f00, #fcd53a);
|
||||
--syntax-critical: light-dark(#ff8c00, #fab283);
|
||||
}
|
||||
|
||||
:root {
|
||||
color-scheme: light;
|
||||
|
||||
|
|
@ -22,6 +34,7 @@
|
|||
--v2-text-text-contrast: var(--v2-grey-50);
|
||||
--v2-text-text-accent: var(--v2-blue-600);
|
||||
--v2-text-text-accent-hover: var(--v2-blue-700);
|
||||
--v2-text-text-code-accent: var(--v2-blue-900);
|
||||
|
||||
/* ── Icon ── */
|
||||
--v2-icon-icon-base: var(--v2-grey-800);
|
||||
|
|
@ -141,6 +154,7 @@
|
|||
--v2-text-text-contrast: var(--v2-grey-100);
|
||||
--v2-text-text-accent: var(--v2-blue-400);
|
||||
--v2-text-text-accent-hover: var(--v2-blue-300);
|
||||
--v2-text-text-code-accent: var(--v2-blue-400);
|
||||
|
||||
--v2-icon-icon-base: var(--v2-grey-400);
|
||||
--v2-icon-icon-muted: var(--v2-grey-600);
|
||||
|
|
@ -243,6 +257,7 @@
|
|||
--v2-text-text-contrast: var(--v2-grey-50);
|
||||
--v2-text-text-accent: var(--v2-blue-600);
|
||||
--v2-text-text-accent-hover: var(--v2-blue-700);
|
||||
--v2-text-text-code-accent: var(--v2-blue-900);
|
||||
|
||||
--v2-icon-icon-base: var(--v2-grey-800);
|
||||
--v2-icon-icon-muted: var(--v2-grey-600);
|
||||
|
|
@ -352,6 +367,7 @@
|
|||
--v2-text-text-contrast: var(--v2-grey-50);
|
||||
--v2-text-text-accent: var(--v2-blue-400);
|
||||
--v2-text-text-accent-hover: var(--v2-blue-300);
|
||||
--v2-text-text-code-accent: var(--v2-blue-400);
|
||||
|
||||
--v2-icon-icon-base: var(--v2-grey-400);
|
||||
--v2-icon-icon-muted: var(--v2-grey-600);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue