| 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 | .dark-theme, |
| b69ab31 | | | 9 | .vscode-dark { |
| 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: #1e1e1e; |
| c3ed59a | | | 15 | --focus-border: #4d8a78; |
| b69ab31 | | | 16 | --foreground: #cccccc; |
| b69ab31 | | | 17 | --scrollbar-slider-background: #79797966; |
| b69ab31 | | | 18 | --scrollbar-slider-hover-background: #646464b3; |
| b69ab31 | | | 19 | --scrollbar-slider-active-background: #bfbfbf66; |
| b69ab31 | | | 20 | --badge-background: #4d4d4d; |
| b69ab31 | | | 21 | --badge-foreground: #ffffff; |
| 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: #5b9e8a; |
| b69ab31 | | | 28 | --button-secondary-background: #3a3d41; |
| b69ab31 | | | 29 | --button-secondary-foreground: #ffffff; |
| b69ab31 | | | 30 | --button-secondary-hover-background: #45494e; |
| b69ab31 | | | 31 | --checkbox-background: #3c3c3c; |
| b69ab31 | | | 32 | --checkbox-border: #3c3c3c; |
| b69ab31 | | | 33 | --checkbox-foreground: #f0f0f0; |
| c3ed59a | | | 34 | --list-active-selection-background: #1e3d33; |
| b69ab31 | | | 35 | --list-active-selection-foreground: #ffffff; |
| b69ab31 | | | 36 | --list-hover-background: #2a2d2e; |
| b69ab31 | | | 37 | --divider-background: #454545; |
| b69ab31 | | | 38 | --dropdown-background: #3c3c3c; |
| b69ab31 | | | 39 | --dropdown-border: #3c3c3c; |
| b69ab31 | | | 40 | --dropdown-foreground: #f0f0f0; |
| b69ab31 | | | 41 | --input-background: #3c3c3c; |
| b69ab31 | | | 42 | --input-foreground: #cccccc; |
| b69ab31 | | | 43 | --input-placeholder-foreground: #cccccc; |
| c3ed59a | | | 44 | --link-active-foreground: #6bb3a0; |
| c3ed59a | | | 45 | --link-foreground: #6bb3a0; |
| c3ed59a | | | 46 | --progress-background: #4d8a78; |
| b69ab31 | | | 47 | --panel-tab-active-border: #e7e7e7; |
| b69ab31 | | | 48 | --panel-tab-active-foreground: #e7e7e7; |
| b69ab31 | | | 49 | --panel-tab-foreground: #e7e7e799; |
| b69ab31 | | | 50 | --panel-view-background: #1e1e1e; |
| b69ab31 | | | 51 | --panel-view-border: #80808059; |
| b69ab31 | | | 52 | } |