addons/components/theme/themeDarkVariables.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.dark-theme,
b69ab319.vscode-dark {
b69ab3110 /*
b69ab3111 * VS Code Webview UI Toolkit theme colors.
b69ab3112 * Note that these are only needed outside of vscode.
b69ab3113 */
b69ab3114 --background: #1e1e1e;
c3ed59a15 --focus-border: #4d8a78;
b69ab3116 --foreground: #cccccc;
b69ab3117 --scrollbar-slider-background: #79797966;
b69ab3118 --scrollbar-slider-hover-background: #646464b3;
b69ab3119 --scrollbar-slider-active-background: #bfbfbf66;
b69ab3120 --badge-background: #4d4d4d;
b69ab3121 --badge-foreground: #ffffff;
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: #5b9e8a;
b69ab3128 --button-secondary-background: #3a3d41;
b69ab3129 --button-secondary-foreground: #ffffff;
b69ab3130 --button-secondary-hover-background: #45494e;
b69ab3131 --checkbox-background: #3c3c3c;
b69ab3132 --checkbox-border: #3c3c3c;
b69ab3133 --checkbox-foreground: #f0f0f0;
c3ed59a34 --list-active-selection-background: #1e3d33;
b69ab3135 --list-active-selection-foreground: #ffffff;
b69ab3136 --list-hover-background: #2a2d2e;
b69ab3137 --divider-background: #454545;
b69ab3138 --dropdown-background: #3c3c3c;
b69ab3139 --dropdown-border: #3c3c3c;
b69ab3140 --dropdown-foreground: #f0f0f0;
b69ab3141 --input-background: #3c3c3c;
b69ab3142 --input-foreground: #cccccc;
b69ab3143 --input-placeholder-foreground: #cccccc;
c3ed59a44 --link-active-foreground: #6bb3a0;
c3ed59a45 --link-foreground: #6bb3a0;
c3ed59a46 --progress-background: #4d8a78;
b69ab3147 --panel-tab-active-border: #e7e7e7;
b69ab3148 --panel-tab-active-foreground: #e7e7e7;
b69ab3149 --panel-tab-foreground: #e7e7e799;
b69ab3150 --panel-view-background: #1e1e1e;
b69ab3151 --panel-view-border: #80808059;
b69ab3152}