Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. HtmlDumper.php

HtmlDumper::$themes

Type: themes

File

vendor/symfony/var-dumper/Dumper/HtmlDumper.php, line 27

Class

HtmlDumper
HtmlDumper dumps variables as HTML.

Namespace

Symfony\Component\VarDumper\Dumper

Code

protected static $themes = [
    'dark' => [
        'default' => 'background-color:#18171B; color:#FF8400; line-height:1.2em; font:12px Menlo, Monaco, Consolas, monospace; word-wrap: break-word; white-space: pre-wrap; position:relative; z-index:99999; word-break: break-all',
        'num' => 'font-weight:bold; color:#1299DA',
        'const' => 'font-weight:bold',
        'virtual' => 'font-style:italic',
        'str' => 'font-weight:bold; color:#56DB3A',
        'note' => 'color:#1299DA',
        'ref' => 'color:#A0A0A0',
        'public' => 'color:#FFFFFF',
        'protected' => 'color:#FFFFFF',
        'private' => 'color:#FFFFFF',
        'meta' => 'color:#B729D9',
        'key' => 'color:#56DB3A',
        'index' => 'color:#1299DA',
        'ellipsis' => 'color:#FF8400',
        'ns' => 'user-select:none;',
    ],
    'light' => [
        'default' => 'background:none; color:#CC7832; line-height:1.2em; font:12px Menlo, Monaco, Consolas, monospace; word-wrap: break-word; white-space: pre-wrap; position:relative; z-index:99999; word-break: break-all',
        'num' => 'font-weight:bold; color:#1299DA',
        'const' => 'font-weight:bold',
        'virtual' => 'font-style:italic',
        'str' => 'font-weight:bold; color:#629755;',
        'note' => 'color:#6897BB',
        'ref' => 'color:#6E6E6E',
        'public' => 'color:#262626',
        'protected' => 'color:#262626',
        'private' => 'color:#262626',
        'meta' => 'color:#B729D9',
        'key' => 'color:#789339',
        'index' => 'color:#1299DA',
        'ellipsis' => 'color:#CC7832',
        'ns' => 'user-select:none;',
    ],
];

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal