Skip to content

Commit dd355a4

Browse files
authored
better dark mode colors for highlighting (#6422)
before: <img width="741" alt="image" src="https://github.com/user-attachments/assets/b1536220-3fd3-462c-a094-dbb51a3f8bd7" /> after: <img width="1264" alt="image" src="https://github.com/user-attachments/assets/d284fae6-15bb-4e2f-925f-4afa7f987f58" />
1 parent 0fe75c6 commit dd355a4

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

torchci/components/hud.module.css

+4-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
flex: 1;
5252
}
5353

54-
/* code to roatate the workflow name headers */
54+
/* code to rotate the workflow name headers */
5555
.jobHeader {
5656
font-family: sans-serif;
5757
height: 150px;
@@ -160,4 +160,7 @@
160160

161161
.controlsContainer > div {
162162
margin: 0;
163+
display: flex;
164+
align-items: center;
165+
gap: 0.5rem;
163166
}

torchci/styles/globals.css

+4-4
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@
7474
--border-color: #3a3a3a;
7575

7676
/* HUD specific colors - dark mode variants */
77-
--forced-merge-bg: #453e00;
78-
--forced-merge-failure-bg: #5e3a00;
79-
--selected-row-bg: #0a3550;
80-
--highlight-bg: #525200;
77+
--forced-merge-bg: #7e7000;
78+
--forced-merge-failure-bg: #a06200;
79+
--selected-row-bg: #164863;
80+
--highlight-bg: #555500;
8181

8282
/* MiniHud specific colors - dark mode variants */
8383
--workflow-box-none-bg: #383838;

0 commit comments

Comments
 (0)