Your IP : 216.73.217.90


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

/**
 * @license
 * Copyright 2025 Google LLC
 * SPDX-License-Identifier: Apache-2.0
 */
import { Theme } from './theme.js';
const ayuLightColors = {
    type: 'light',
    Background: '#f8f9fa',
    Foreground: '#5c6166',
    LightBlue: '#55b4d4',
    AccentBlue: '#399ee6',
    AccentPurple: '#a37acc',
    AccentCyan: '#4cbf99',
    AccentGreen: '#86b300',
    AccentYellow: '#f2ae49',
    AccentRed: '#f07171',
    Comment: '#ABADB1',
    Gray: '#CCCFD3',
    GradientColors: ['#399ee6', '#86b300'],
};
export const AyuLight = new Theme('Ayu Light', 'light', {
    hljs: {
        display: 'block',
        overflowX: 'auto',
        padding: '0.5em',
        background: ayuLightColors.Background,
        color: ayuLightColors.Foreground,
    },
    'hljs-comment': {
        color: ayuLightColors.Comment,
        fontStyle: 'italic',
    },
    'hljs-quote': {
        color: ayuLightColors.AccentCyan,
        fontStyle: 'italic',
    },
    'hljs-string': {
        color: ayuLightColors.AccentGreen,
    },
    'hljs-constant': {
        color: ayuLightColors.AccentCyan,
    },
    'hljs-number': {
        color: ayuLightColors.AccentPurple,
    },
    'hljs-keyword': {
        color: ayuLightColors.AccentYellow,
    },
    'hljs-selector-tag': {
        color: ayuLightColors.AccentYellow,
    },
    'hljs-attribute': {
        color: ayuLightColors.AccentYellow,
    },
    'hljs-variable': {
        color: ayuLightColors.Foreground,
    },
    'hljs-variable.language': {
        color: ayuLightColors.LightBlue,
        fontStyle: 'italic',
    },
    'hljs-title': {
        color: ayuLightColors.AccentBlue,
    },
    'hljs-section': {
        color: ayuLightColors.AccentGreen,
        fontWeight: 'bold',
    },
    'hljs-type': {
        color: ayuLightColors.LightBlue,
    },
    'hljs-class .hljs-title': {
        color: ayuLightColors.AccentBlue,
    },
    'hljs-tag': {
        color: ayuLightColors.LightBlue,
    },
    'hljs-name': {
        color: ayuLightColors.AccentBlue,
    },
    'hljs-builtin-name': {
        color: ayuLightColors.AccentYellow,
    },
    'hljs-meta': {
        color: ayuLightColors.AccentYellow,
    },
    'hljs-symbol': {
        color: ayuLightColors.AccentRed,
    },
    'hljs-bullet': {
        color: ayuLightColors.AccentYellow,
    },
    'hljs-regexp': {
        color: ayuLightColors.AccentCyan,
    },
    'hljs-link': {
        color: ayuLightColors.LightBlue,
    },
    'hljs-deletion': {
        color: ayuLightColors.AccentRed,
    },
    'hljs-addition': {
        color: ayuLightColors.AccentGreen,
    },
    'hljs-emphasis': {
        fontStyle: 'italic',
    },
    'hljs-strong': {
        fontWeight: 'bold',
    },
    'hljs-literal': {
        color: ayuLightColors.AccentCyan,
    },
    'hljs-built_in': {
        color: ayuLightColors.AccentRed,
    },
    'hljs-doctag': {
        color: ayuLightColors.AccentRed,
    },
    'hljs-template-variable': {
        color: ayuLightColors.AccentCyan,
    },
    'hljs-selector-id': {
        color: ayuLightColors.AccentRed,
    },
}, ayuLightColors);
//# sourceMappingURL=ayu-light.js.map