Skip to content

Commit 10fa5b1

Browse files
committed
fix: improve dark theme coloring
Signed-off-by: Nick Mitchell <[email protected]>
1 parent 6af5e42 commit 10fa5b1

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

pdl-live-react/src/view/masonry/Masonry.css

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,13 @@
3030
.pf-v6-theme-dark {
3131
.pdl-masonry-tile {
3232
&[data-kind="model"] {
33-
background: #0066cc;
33+
background: #00336660;
3434
}
3535
&[data-kind="read"] {
36-
background: #b9841230;
36+
background: #73480b60;
3737
}
3838
&[data-kind="code"] {
39-
background: #ca6c0f30;
40-
}
41-
&[data-kind="output-of-program"] {
42-
background: #63993d30;
39+
background: #004d4d60;
4340
}
4441
}
4542
}
@@ -55,7 +52,7 @@
5552
background: #fff4cc;
5653
}
5754
&[data-kind="code"] {
58-
background: #ffe8cc;
55+
background: #daf2f2;
5956
}
6057
&[data-kind="output-of-program"] {
6158
background: #e9f7df;

pdl-live-react/src/view/timeline/Timeline.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
background-color: var(--pf-t--global--icon--color--disabled);
9393
}
9494
&[data-kind="code"] {
95-
background-color: var(--pf-t--global--color--nonstatus--orange--default);
95+
background-color: var(--pf-t--global--color--nonstatus--teal--default);
9696
}
9797
&[data-kind="read"] {
9898
background-color: var(--pf-t--global--color--nonstatus--yellow--default);

0 commit comments

Comments
 (0)