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

Commit

Permalink
Adapt dark UI style from Markus Rothgaenger
Browse files Browse the repository at this point in the history
adjusted colors in more places

Change-Id: Id57fbb5555e5f3cefa4a1846fbef4f60ba570127
  • Loading branch information
andi34 committed Jun 9, 2022
1 parent a73f3cc commit ae8f0be
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions config/config.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -316,21 +316,21 @@
$config['ui']['result_buttons'] = true;
$config['ui']['font_size'] = '16px';
$config['colors']['countdown'] = '#ffffff';
$config['colors']['background_countdown'] = '#214852';
$config['colors']['background_countdown'] = '#2e2e2e';
$config['colors']['cheese'] = '#ffffff';
$config['background']['defaults'] = null;
$config['background']['admin'] = null;
$config['background']['chroma'] = null;
$config['ui']['decore_lines'] = true;
$config['ui']['rounded_corners'] = false;
$config['colors']['primary'] = '#0a6071';
$config['colors']['secondary'] = '#214852';
$config['colors']['primary'] = '#2e2e2e';
$config['colors']['secondary'] = '#212121';
$config['colors']['highlight'] = '#C0C0C0';
$config['colors']['font'] = '#79bad9';
$config['colors']['font'] = '#c9c9c9';
$config['colors']['button_font'] = '#ffffff';
$config['colors']['start_font'] = '#ffffff';
$config['colors']['panel'] = '#2d4157';
$config['colors']['hover_panel'] = '#446781';
$config['colors']['panel'] = '#212121';
$config['colors']['hover_panel'] = '#2e2e2e';
$config['colors']['border'] = '#eeeeee';
$config['colors']['box'] = '#f8f9fc';
$config['colors']['gallery_button'] = '#ffffff';
Expand Down

0 comments on commit ae8f0be

Please sign in to comment.