50 lines
1.9 KiB
PHP
50 lines
1.9 KiB
PHP
<?php
|
|
/**
|
|
* Layout
|
|
*
|
|
* @package Fallen
|
|
* @author Frans Allen
|
|
* @link https://www.fransallen.com
|
|
*/
|
|
|
|
/*
|
|
* General
|
|
*/
|
|
|
|
$GLOBALS['cfg']['NaviWidth'] = '250';
|
|
$GLOBALS['cfg']['FontFamily'] = '"Roboto", Helvetica, Arial, sans-serif';
|
|
$GLOBALS['cfg']['FontFamilyLight'] = '"Roboto", "Segoe UI Light", "Segoe UI"; font-weight: 300';
|
|
$GLOBALS['cfg']['FontFamilyFixed'] = 'Consolas, Monospace, "Lucida Grande"';
|
|
|
|
/*
|
|
* Color Scheme
|
|
* No color scheme for this version
|
|
*/
|
|
|
|
$GLOBALS['cfg']['BrowsePointerColor'] = '#4285f4';
|
|
$GLOBALS['cfg']['BrowseMarkerColor'] = '#000';
|
|
$GLOBALS['cfg']['BrowseWarningColor'] = '#ea4335';
|
|
$GLOBALS['cfg']['BrowseSuccessColor'] = '#01a31c';
|
|
$GLOBALS['cfg']['BrowseGrayColor'] = '#ccc';
|
|
$GLOBALS['cfg']['BrowseMarkerBackground'] = '#eee';
|
|
$GLOBALS['cfg']['BorderColor'] = '#ddd';
|
|
$GLOBALS['cfg']['ButtonColor'] = '#fff';
|
|
$GLOBALS['cfg']['ButtonBackground'] = '#4285f4';
|
|
$GLOBALS['cfg']['ButtonHover'] = '#2171f5';
|
|
$GLOBALS['cfg']['BgOne'] = '#f7f7f7';
|
|
$GLOBALS['cfg']['BgTwo'] = '#fff';
|
|
$GLOBALS['cfg']['BlueHeader'] = '#4285f4';
|
|
$GLOBALS['cfg']['NaviColor'] = '#eee';
|
|
$GLOBALS['cfg']['NaviBackground'] = '#4285f4';
|
|
$GLOBALS['cfg']['NaviBackgroundLight'] = '#2171f5';
|
|
$GLOBALS['cfg']['NaviPointerColor'] = '#333';
|
|
$GLOBALS['cfg']['NaviPointerBackground'] = '#4285f4';
|
|
$GLOBALS['cfg']['NaviDatabaseNameColor'] = '#333';
|
|
$GLOBALS['cfg']['NaviHoverBackground'] = '#2171f5';
|
|
$GLOBALS['cfg']['MainColor'] = '#444';
|
|
$GLOBALS['cfg']['MainBackground'] = '#fff';
|
|
$GLOBALS['cfg']['ThBackground'] = '#f7f7f7';
|
|
$GLOBALS['cfg']['ThDisabledBackground'] = '#f3f3f3';
|
|
$GLOBALS['cfg']['ThColor'] = '#666';
|
|
$GLOBALS['cfg']['ThPointerColor'] = '#000';
|