Your IP : 216.73.217.90


Current Path : /proc/self/root/usr/local/lib/node_modules/@google/gemini-cli/dist/src/ui/
Upload File :
Current File : //proc/self/root/usr/local/lib/node_modules/@google/gemini-cli/dist/src/ui/colors.js

/**
 * @license
 * Copyright 2025 Google LLC
 * SPDX-License-Identifier: Apache-2.0
 */
import { themeManager } from './themes/theme-manager.js';
export const Colors = {
    get type() {
        return themeManager.getActiveTheme().colors.type;
    },
    get Foreground() {
        return themeManager.getActiveTheme().colors.Foreground;
    },
    get Background() {
        return themeManager.getActiveTheme().colors.Background;
    },
    get LightBlue() {
        return themeManager.getActiveTheme().colors.LightBlue;
    },
    get AccentBlue() {
        return themeManager.getActiveTheme().colors.AccentBlue;
    },
    get AccentPurple() {
        return themeManager.getActiveTheme().colors.AccentPurple;
    },
    get AccentCyan() {
        return themeManager.getActiveTheme().colors.AccentCyan;
    },
    get AccentGreen() {
        return themeManager.getActiveTheme().colors.AccentGreen;
    },
    get AccentYellow() {
        return themeManager.getActiveTheme().colors.AccentYellow;
    },
    get AccentRed() {
        return themeManager.getActiveTheme().colors.AccentRed;
    },
    get Comment() {
        return themeManager.getActiveTheme().colors.Comment;
    },
    get Gray() {
        return themeManager.getActiveTheme().colors.Gray;
    },
    get GradientColors() {
        return themeManager.getActiveTheme().colors.GradientColors;
    },
};
//# sourceMappingURL=colors.js.map