Heray-Was-Here
Server : Apache
System : Linux vps103298.mylogin.co 4.18.0-513.11.1.el8_9.x86_64 #1 SMP Wed Jan 17 02:00:40 EST 2024 x86_64
User : calvet ( 273824)
PHP Version : 7.4.33
Disable Function : NONE
Directory :  /usr/local/lib/node_modules/@google/gemini-cli/dist/src/ui/themes/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //usr/local/lib/node_modules/@google/gemini-cli/dist/src/ui/themes/ansi-light.js
/**
 * @license
 * Copyright 2025 Google LLC
 * SPDX-License-Identifier: Apache-2.0
 */
import { Theme } from './theme.js';
const ansiLightColors = {
    type: 'light',
    Background: 'white',
    Foreground: 'black',
    LightBlue: 'blue',
    AccentBlue: 'blue',
    AccentPurple: 'purple',
    AccentCyan: 'cyan',
    AccentGreen: 'green',
    AccentYellow: 'orange',
    AccentRed: 'red',
    Comment: 'gray',
    Gray: 'gray',
    GradientColors: ['blue', 'green'],
};
export const ANSILight = new Theme('ANSI Light', 'light', {
    hljs: {
        display: 'block',
        overflowX: 'auto',
        padding: '0.5em',
        background: 'white',
        color: 'black',
    },
    'hljs-keyword': {
        color: 'blue',
    },
    'hljs-literal': {
        color: 'blue',
    },
    'hljs-symbol': {
        color: 'blue',
    },
    'hljs-name': {
        color: 'blue',
    },
    'hljs-link': {
        color: 'blue',
    },
    'hljs-built_in': {
        color: 'cyan',
    },
    'hljs-type': {
        color: 'cyan',
    },
    'hljs-number': {
        color: 'green',
    },
    'hljs-class': {
        color: 'green',
    },
    'hljs-string': {
        color: 'red',
    },
    'hljs-meta-string': {
        color: 'red',
    },
    'hljs-regexp': {
        color: 'magenta',
    },
    'hljs-template-tag': {
        color: 'magenta',
    },
    'hljs-subst': {
        color: 'black',
    },
    'hljs-function': {
        color: 'black',
    },
    'hljs-title': {
        color: 'black',
    },
    'hljs-params': {
        color: 'black',
    },
    'hljs-formula': {
        color: 'black',
    },
    'hljs-comment': {
        color: 'gray',
    },
    'hljs-quote': {
        color: 'gray',
    },
    'hljs-doctag': {
        color: 'gray',
    },
    'hljs-meta': {
        color: 'gray',
    },
    'hljs-meta-keyword': {
        color: 'gray',
    },
    'hljs-tag': {
        color: 'gray',
    },
    'hljs-variable': {
        color: 'purple',
    },
    'hljs-template-variable': {
        color: 'purple',
    },
    'hljs-attr': {
        color: 'blue',
    },
    'hljs-attribute': {
        color: 'blue',
    },
    'hljs-builtin-name': {
        color: 'blue',
    },
    'hljs-section': {
        color: 'orange',
    },
    'hljs-bullet': {
        color: 'orange',
    },
    'hljs-selector-tag': {
        color: 'orange',
    },
    'hljs-selector-id': {
        color: 'orange',
    },
    'hljs-selector-class': {
        color: 'orange',
    },
    'hljs-selector-attr': {
        color: 'orange',
    },
    'hljs-selector-pseudo': {
        color: 'orange',
    },
}, ansiLightColors);
//# sourceMappingURL=ansi-light.js.map

Hry