date color in light theme

main2
Bob Mottram 2019-09-18 12:24:50 +01:00
parent c7b5ee6883
commit b7ea51227a
23 changed files with 4 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

4
theme
View File

@ -194,6 +194,7 @@ if [[ "$themeName" == 'light'* ]]; then
sed -i "s|--border-color:.*|--border-color: #c0cdd9;|g" "$filename"
sed -i "s|--main-link-color:.*|--main-link-color: #2a2c37;|g" "$filename"
sed -i "s|--main-visited-color:.*|--main-visited-color: #232c37;|g" "$filename"
sed -i "s|--time-color:.*|--time-color: #555;|g" "$filename"
sed -i "s|background-color: #554;|background-color: white;|g" "$filename"
sed -i "s|color: #FFFFFE;|color: black;|g" "$filename"
cp epicyon-login.css login.css
@ -206,6 +207,7 @@ if [[ "$themeName" == 'light'* ]]; then
sed -i "s|--border-color:.*|--border-color: #c0cdd9;|g" "$filename"
sed -i "s|--main-link-color:.*|--main-link-color: #2a2c37;|g" "$filename"
sed -i "s|--main-visited-color:.*|--main-visited-color: #232c37;|g" "$filename"
sed -i "s|--time-color:.*|--time-color: #555;|g" "$filename"
sed -i "s|background-color: #554;|background-color: white;|g" "$filename"
sed -i "s|color: #FFFFFE;|color: black;|g" "$filename"
cp epicyon-follow.css follow.css
@ -218,6 +220,7 @@ if [[ "$themeName" == 'light'* ]]; then
sed -i "s|--border-color:.*|--border-color: #c0cdd9;|g" "$filename"
sed -i "s|--main-link-color:.*|--main-link-color: #2a2c37;|g" "$filename"
sed -i "s|--main-visited-color:.*|--main-visited-color: #232c37;|g" "$filename"
sed -i "s|--time-color:.*|--time-color: #555;|g" "$filename"
sed -i "s|background-color: #554;|background-color: white;|g" "$filename"
sed -i "s|color: #FFFFFE;|color: black;|g" "$filename"
cp epicyon-suspended.css suspended.css
@ -230,6 +233,7 @@ if [[ "$themeName" == 'light'* ]]; then
sed -i "s|--border-color:.*|--border-color: #c0cdd9;|g" "$filename"
sed -i "s|--main-link-color:.*|--main-link-color: #2a2c37;|g" "$filename"
sed -i "s|--main-visited-color:.*|--main-visited-color: #232c37;|g" "$filename"
sed -i "s|--time-color:.*|--time-color: #555;|g" "$filename"
sed -i "s|background-color: #554;|background-color: white;|g" "$filename"
sed -i "s|color: #FFFFFE;|color: black;|g" "$filename"
fi