Skip to content

Commit

Permalink
Increase the contrast of dashboard log view (#19818)
Browse files Browse the repository at this point in the history
  • Loading branch information
mustard-mh authored May 31, 2024
1 parent e30a12f commit 1628e75
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/dashboard/src/components/WorkspaceLogs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,13 @@ import { cn } from "@podkit/lib/cn";
const darkTheme: ITheme = {
// What written on DevTool dark:bg-gray-800 is
background: "#23211E", // Tailwind's warmGray 50 https://tailwindcss.com/docs/customizing-colors
selectionBackground: "#add6ff26", // https://github.com/gitpod-io/gitpod-vscode-theme/blob/6fb17ba8915fcd68fde3055b4bc60642ce5eed14/themes/gitpod-dark-color-theme.json#L15
};
const lightTheme: ITheme = {
background: "#F9F9F9", // Tailwind's warmGray 800 https://tailwindcss.com/docs/customizing-colors
foreground: "#78716C", // Tailwind's warmGray 500 https://tailwindcss.com/docs/customizing-colors
cursor: "#78716C", // Tailwind's warmGray 500 https://tailwindcss.com/docs/customizing-colors
selectionBackground: "#add6ff80", // https://github.com/gitpod-io/gitpod-vscode-theme/blob/6fb17ba8915fcd68fde3055b4bc60642ce5eed14/themes/gitpod-light-color-theme.json#L15
};

export interface WorkspaceLogsProps {
Expand Down

0 comments on commit 1628e75

Please sign in to comment.