Skip to content
This repository was archived by the owner on Aug 27, 2022. It is now read-only.

Commit ae8f0be

Browse files
committed
Adapt dark UI style from Markus Rothgaenger
adjusted colors in more places Change-Id: Id57fbb5555e5f3cefa4a1846fbef4f60ba570127
1 parent a73f3cc commit ae8f0be

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

config/config.inc.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -316,21 +316,21 @@
316316
$config['ui']['result_buttons'] = true;
317317
$config['ui']['font_size'] = '16px';
318318
$config['colors']['countdown'] = '#ffffff';
319-
$config['colors']['background_countdown'] = '#214852';
319+
$config['colors']['background_countdown'] = '#2e2e2e';
320320
$config['colors']['cheese'] = '#ffffff';
321321
$config['background']['defaults'] = null;
322322
$config['background']['admin'] = null;
323323
$config['background']['chroma'] = null;
324324
$config['ui']['decore_lines'] = true;
325325
$config['ui']['rounded_corners'] = false;
326-
$config['colors']['primary'] = '#0a6071';
327-
$config['colors']['secondary'] = '#214852';
326+
$config['colors']['primary'] = '#2e2e2e';
327+
$config['colors']['secondary'] = '#212121';
328328
$config['colors']['highlight'] = '#C0C0C0';
329-
$config['colors']['font'] = '#79bad9';
329+
$config['colors']['font'] = '#c9c9c9';
330330
$config['colors']['button_font'] = '#ffffff';
331331
$config['colors']['start_font'] = '#ffffff';
332-
$config['colors']['panel'] = '#2d4157';
333-
$config['colors']['hover_panel'] = '#446781';
332+
$config['colors']['panel'] = '#212121';
333+
$config['colors']['hover_panel'] = '#2e2e2e';
334334
$config['colors']['border'] = '#eeeeee';
335335
$config['colors']['box'] = '#f8f9fc';
336336
$config['colors']['gallery_button'] = '#ffffff';

0 commit comments

Comments
 (0)