addons/components/theme/themeLightVariables.cssblame
View source
b69ab311/**
b69ab312 * Copyright (c) Meta Platforms, Inc. and affiliates.
b69ab313 *
b69ab314 * This source code is licensed under the MIT license found in the
b69ab315 * LICENSE file in the root directory of this source tree.
b69ab316 */
b69ab317
b69ab318.light-theme,
b69ab319.vscode-light {
b69ab3110 /*
b69ab3111 * VS Code Webview UI Toolkit theme colors.
b69ab3112 * Note that these are only needed outside of vscode.
b69ab3113 */
b69ab3114 --background: #ffffff;
c3ed59a15 --focus-border: #4d8a78;
b69ab3116 --foreground: #616161;
b69ab3117 --scrollbar-slider-background: rgba(100, 100, 100, 0.4);
b69ab3118 --scrollbar-slider-hover-background: rgba(100, 100, 100, 0.7);
b69ab3119 --scrollbar-slider-active-background: rgba(0, 0, 0, 0.6);
b69ab3120 --badge-background: #c4c4c4;
b69ab3121 --badge-foreground: #333333;
b69ab3122 --button-border: transparent;
b69ab3123 --button-icon-background: transparent;
b69ab3124 --button-icon-hover-background: rgba(90, 93, 94, 0.31);
c3ed59a25 --button-primary-background: #4d8a78;
b69ab3126 --button-primary-foreground: #ffffff;
c3ed59a27 --button-primary-hover-background: #3d7063;
b69ab3128 --button-secondary-background: #5f6a79;
b69ab3129 --button-secondary-foreground: #ffffff;
b69ab3130 --button-secondary-hover-background: #4c5561;
b69ab3131 --checkbox-background: #ffffff;
b69ab3132 --checkbox-border: #cecece;
b69ab3133 --checkbox-foreground: var(--foreground);
c3ed59a34 --list-active-selection-background: #3d7063;
b69ab3135 --list-active-selection-foreground: #ffffff;
b69ab3136 --list-hover-background: #e8e8e8;
b69ab3137 --divider-background: #c8c8c8;
b69ab3138 --dropdown-background: #ffffff;
b69ab3139 --dropdown-border: #cecece;
b69ab3140 --dropdown-foreground: var(--foreground);
b69ab3141 --input-background: #ffffff;
b69ab3142 --input-foreground: #616161;
b69ab3143 --input-placeholder-foreground: #767676;
c3ed59a44 --link-active-foreground: #3d7063;
c3ed59a45 --link-foreground: #3d7063;
c3ed59a46 --progress-background: #4d8a78;
b69ab3147 --panel-tab-active-border: #424242;
b69ab3148 --panel-tab-active-foreground: #424242;
b69ab3149 --panel-tab-foreground: rgba(66, 66, 66, 0.75);
b69ab3150 --panel-view-background: #ffffff;
b69ab3151 --panel-view-border: rgba(128, 128, 128, 0.35);
b69ab3152}