| b69ab31 | | | 1 | /** |
| b69ab31 | | | 2 | * Copyright (c) Meta Platforms, Inc. and affiliates. |
| b69ab31 | | | 3 | * |
| b69ab31 | | | 4 | * This source code is licensed under the MIT license found in the |
| b69ab31 | | | 5 | * LICENSE file in the root directory of this source tree. |
| b69ab31 | | | 6 | */ |
| b69ab31 | | | 7 | |
| b69ab31 | | | 8 | .light-theme, |
| b69ab31 | | | 9 | .vscode-light { |
| b69ab31 | | | 10 | /* |
| b69ab31 | | | 11 | * VS Code Webview UI Toolkit theme colors. |
| b69ab31 | | | 12 | * Note that these are only needed outside of vscode. |
| b69ab31 | | | 13 | */ |
| b69ab31 | | | 14 | --background: #ffffff; |
| c3ed59a | | | 15 | --focus-border: #4d8a78; |
| b69ab31 | | | 16 | --foreground: #616161; |
| b69ab31 | | | 17 | --scrollbar-slider-background: rgba(100, 100, 100, 0.4); |
| b69ab31 | | | 18 | --scrollbar-slider-hover-background: rgba(100, 100, 100, 0.7); |
| b69ab31 | | | 19 | --scrollbar-slider-active-background: rgba(0, 0, 0, 0.6); |
| b69ab31 | | | 20 | --badge-background: #c4c4c4; |
| b69ab31 | | | 21 | --badge-foreground: #333333; |
| b69ab31 | | | 22 | --button-border: transparent; |
| b69ab31 | | | 23 | --button-icon-background: transparent; |
| b69ab31 | | | 24 | --button-icon-hover-background: rgba(90, 93, 94, 0.31); |
| c3ed59a | | | 25 | --button-primary-background: #4d8a78; |
| b69ab31 | | | 26 | --button-primary-foreground: #ffffff; |
| c3ed59a | | | 27 | --button-primary-hover-background: #3d7063; |
| b69ab31 | | | 28 | --button-secondary-background: #5f6a79; |
| b69ab31 | | | 29 | --button-secondary-foreground: #ffffff; |
| b69ab31 | | | 30 | --button-secondary-hover-background: #4c5561; |
| b69ab31 | | | 31 | --checkbox-background: #ffffff; |
| b69ab31 | | | 32 | --checkbox-border: #cecece; |
| b69ab31 | | | 33 | --checkbox-foreground: var(--foreground); |
| c3ed59a | | | 34 | --list-active-selection-background: #3d7063; |
| b69ab31 | | | 35 | --list-active-selection-foreground: #ffffff; |
| b69ab31 | | | 36 | --list-hover-background: #e8e8e8; |
| b69ab31 | | | 37 | --divider-background: #c8c8c8; |
| b69ab31 | | | 38 | --dropdown-background: #ffffff; |
| b69ab31 | | | 39 | --dropdown-border: #cecece; |
| b69ab31 | | | 40 | --dropdown-foreground: var(--foreground); |
| b69ab31 | | | 41 | --input-background: #ffffff; |
| b69ab31 | | | 42 | --input-foreground: #616161; |
| b69ab31 | | | 43 | --input-placeholder-foreground: #767676; |
| c3ed59a | | | 44 | --link-active-foreground: #3d7063; |
| c3ed59a | | | 45 | --link-foreground: #3d7063; |
| c3ed59a | | | 46 | --progress-background: #4d8a78; |
| b69ab31 | | | 47 | --panel-tab-active-border: #424242; |
| b69ab31 | | | 48 | --panel-tab-active-foreground: #424242; |
| b69ab31 | | | 49 | --panel-tab-foreground: rgba(66, 66, 66, 0.75); |
| b69ab31 | | | 50 | --panel-view-background: #ffffff; |
| b69ab31 | | | 51 | --panel-view-border: rgba(128, 128, 128, 0.35); |
| b69ab31 | | | 52 | } |