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/dracula.js
/**
 * @license
 * Copyright 2025 Google LLC
 * SPDX-License-Identifier: Apache-2.0
 */
import { Theme } from './theme.js';
const draculaColors = {
    type: 'dark',
    Background: '#282a36',
    Foreground: '#f8f8f2',
    LightBlue: '#8be9fd',
    AccentBlue: '#8be9fd',
    AccentPurple: '#ff79c6',
    AccentCyan: '#8be9fd',
    AccentGreen: '#50fa7b',
    AccentYellow: '#f1fa8c',
    AccentRed: '#ff5555',
    Comment: '#6272a4',
    Gray: '#6272a4',
    GradientColors: ['#ff79c6', '#8be9fd'],
};
export const Dracula = new Theme('Dracula', 'dark', {
    hljs: {
        display: 'block',
        overflowX: 'auto',
        padding: '0.5em',
        background: draculaColors.Background,
        color: draculaColors.Foreground,
    },
    'hljs-keyword': {
        color: draculaColors.AccentBlue,
        fontWeight: 'bold',
    },
    'hljs-selector-tag': {
        color: draculaColors.AccentBlue,
        fontWeight: 'bold',
    },
    'hljs-literal': {
        color: draculaColors.AccentBlue,
        fontWeight: 'bold',
    },
    'hljs-section': {
        color: draculaColors.AccentBlue,
        fontWeight: 'bold',
    },
    'hljs-link': {
        color: draculaColors.AccentBlue,
    },
    'hljs-function .hljs-keyword': {
        color: draculaColors.AccentPurple,
    },
    'hljs-subst': {
        color: draculaColors.Foreground,
    },
    'hljs-string': {
        color: draculaColors.AccentYellow,
    },
    'hljs-title': {
        color: draculaColors.AccentYellow,
        fontWeight: 'bold',
    },
    'hljs-name': {
        color: draculaColors.AccentYellow,
        fontWeight: 'bold',
    },
    'hljs-type': {
        color: draculaColors.AccentYellow,
        fontWeight: 'bold',
    },
    'hljs-attribute': {
        color: draculaColors.AccentYellow,
    },
    'hljs-symbol': {
        color: draculaColors.AccentYellow,
    },
    'hljs-bullet': {
        color: draculaColors.AccentYellow,
    },
    'hljs-addition': {
        color: draculaColors.AccentGreen,
    },
    'hljs-variable': {
        color: draculaColors.AccentYellow,
    },
    'hljs-template-tag': {
        color: draculaColors.AccentYellow,
    },
    'hljs-template-variable': {
        color: draculaColors.AccentYellow,
    },
    'hljs-comment': {
        color: draculaColors.Comment,
    },
    'hljs-quote': {
        color: draculaColors.Comment,
    },
    'hljs-deletion': {
        color: draculaColors.AccentRed,
    },
    'hljs-meta': {
        color: draculaColors.Comment,
    },
    'hljs-doctag': {
        fontWeight: 'bold',
    },
    'hljs-strong': {
        fontWeight: 'bold',
    },
    'hljs-emphasis': {
        fontStyle: 'italic',
    },
}, draculaColors);
//# sourceMappingURL=dracula.js.map

Hry