diff --git a/epicyon-profile.css b/epicyon-profile.css index f7d8b335..d1136ea7 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -17,6 +17,7 @@ --font-size: 30px; --text-entry-foreground: #ccc; --text-entry-background: #111; + --time-color: #aaa; } body, html { @@ -446,7 +447,7 @@ a:link { .time-right { float: right; - color: #aaa; + color: var(--time-color); margin: 4px 20px; } @@ -812,7 +813,7 @@ input[type=checkbox] } .time-right { float: right; - color: #aaa; + color: var(--time-color); margin: 4px 20px; } input[type=text], select, textarea { @@ -977,7 +978,7 @@ input[type=checkbox] } .time-right { float: right; - color: #aaa; + color: var(--time-color); margin: 25px 20px; } input[type=text], select, textarea { diff --git a/theme b/theme index 681d5bd9..d8fe4782 100755 --- a/theme +++ b/theme @@ -94,6 +94,7 @@ if [[ "$themeName" == 'hack'* || "$themeName" == 'hax'* ]]; then sed -i "s|--border-color:.*|--border-color: darkgreen;|g" "$filename" sed -i "s|--main-link-color:.*|--main-link-color: #266020;|g" "$filename" sed -i "s|--main-visited-color:.*|--main-visited-color: #3c8234;|g" "$filename" + sed -i "s|--time-color:.*|--time-color: green;|g" "$filename" sed -i "s|font-family:.*|font-family: Courier;|g" "$filename" sed -i "s|background-color: #554;|background-color: #062200;|g" "$filename" sed -i "s|color: #FFFFFE;|color: green;|g" "$filename"