File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
components/dashboard/src/components Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,13 @@ import { cn } from "@podkit/lib/cn";
16
16
const darkTheme : ITheme = {
17
17
// What written on DevTool dark:bg-gray-800 is
18
18
background : "#23211E" , // Tailwind's warmGray 50 https://tailwindcss.com/docs/customizing-colors
19
+ selectionBackground : "#add6ff26" , // https://github.com/gitpod-io/gitpod-vscode-theme/blob/6fb17ba8915fcd68fde3055b4bc60642ce5eed14/themes/gitpod-dark-color-theme.json#L15
19
20
} ;
20
21
const lightTheme : ITheme = {
21
22
background : "#F9F9F9" , // Tailwind's warmGray 800 https://tailwindcss.com/docs/customizing-colors
22
23
foreground : "#78716C" , // Tailwind's warmGray 500 https://tailwindcss.com/docs/customizing-colors
23
24
cursor : "#78716C" , // Tailwind's warmGray 500 https://tailwindcss.com/docs/customizing-colors
25
+ selectionBackground : "#add6ff80" , // https://github.com/gitpod-io/gitpod-vscode-theme/blob/6fb17ba8915fcd68fde3055b4bc60642ce5eed14/themes/gitpod-light-color-theme.json#L15
24
26
} ;
25
27
26
28
export interface WorkspaceLogsProps {
You can’t perform that action at this time.
0 commit comments