Search background color

main2
Bob Mottram 2019-09-18 12:32:21 +01:00
parent 9881a8b333
commit a4a72ddd88
1 changed files with 8 additions and 0 deletions

8
theme
View File

@ -198,6 +198,8 @@ if [[ "$themeName" == 'light'* ]]; then
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|--text-entry-foreground:.*|--text-entry-foreground: #111;|g" "$filename"
sed -i "s|--text-entry-background:.*|--text-entry-background: #999;|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
@ -211,6 +213,8 @@ if [[ "$themeName" == 'light'* ]]; then
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|--text-entry-foreground:.*|--text-entry-foreground: #111;|g" "$filename"
sed -i "s|--text-entry-background:.*|--text-entry-background: #999;|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
@ -224,6 +228,8 @@ if [[ "$themeName" == 'light'* ]]; then
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|--text-entry-foreground:.*|--text-entry-foreground: #111;|g" "$filename"
sed -i "s|--text-entry-background:.*|--text-entry-background: #999;|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
@ -237,6 +243,8 @@ if [[ "$themeName" == 'light'* ]]; then
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|--text-entry-foreground:.*|--text-entry-foreground: #111;|g" "$filename"
sed -i "s|--text-entry-background:.*|--text-entry-background: #999;|g" "$filename"
sed -i "s|background-color: #554;|background-color: white;|g" "$filename"
sed -i "s|color: #FFFFFE;|color: black;|g" "$filename"
fi