Skip to content

Commit

Permalink
feat: add theming on initial loader
Browse files Browse the repository at this point in the history
  • Loading branch information
eshankvaish committed Feb 25, 2025
1 parent 2781fa0 commit b7a77d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 2 additions & 4 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,11 @@
--bg-devtron-loader: #e5f2ff;
--fill-devtron-loader: #3989d9;


/* TODO: Comment when theming goes live on production */
/* @media (prefers-color-scheme: dark) {
@media (prefers-color-scheme: dark) {
--bg-tertiary: #15161F;
--bg-devtron-loader: #28364c;
--fill-devtron-loader: #6195d2;
} */
}
}

body {
Expand Down
2 changes: 2 additions & 0 deletions src/css/colorPalette.scss
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,11 @@
--B700: #acd3ff;
--B600: #90c4ff;
--B500: #74B5FF;
// Ensure to update in index.css at the root level as well
--B400: #6195d2;
--B300: #4e76a5;
--B200: #3b5679;
// Ensure to update in index.css at the root level as well
--B100: #28364c;
--B50: #1e2635;
--N900: #f8f8f9;
Expand Down

0 comments on commit b7a77d4

Please sign in to comment.