Reduced brightness

This commit is contained in:
billz
2019-10-20 21:58:53 +01:00
parent 093080cb49
commit 214c590b18
2 changed files with 45 additions and 45 deletions

View File

@@ -6,8 +6,8 @@ theme = getCookie('theme');
if (theme == 'terminal.css') {
var bgColor1 = '#000';
var bgColor2 = '#000';
var borderColor = 'rgba(51, 255, 0, 1)';
var labelColor = 'rgba(51, 255, 0, 1)';
var borderColor = 'rgba(46, 230, 0, 1)';
var labelColor = 'rgba(46, 230, 0, 1)';
} else {
var bgColor1 = '#d4edda';
var bgColor2 = '#eaecf4';