Extra background colors

main2
Bob Mottram 2019-09-11 21:20:28 +01:00
parent aefe7894c4
commit dc726e2c78
1 changed files with 10 additions and 1 deletions

11
theme
View File

@ -95,7 +95,7 @@ if [[ "$themeName" == 'hack'* || "$themeName" == 'hax'* ]]; then
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|--button-selected:.*|--button-selected: #060200;|g" "$filename"
sed -i "s|--button-selected:.*|--button-selected: #063200;|g" "$filename"
sed -i "s|--button-background:.*|--button-background: #062200;|g" "$filename"
sed -i "s|--button-text:.*|--button-text: green;|g" "$filename"
sed -i "s|font-family:.*|font-family: Courier;|g" "$filename"
@ -111,6 +111,9 @@ 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|--button-selected:.*|--button-selected: #063200;|g" "$filename"
sed -i "s|--button-background:.*|--button-background: #062200;|g" "$filename"
sed -i "s|--button-text:.*|--button-text: 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"
@ -124,6 +127,9 @@ 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|--button-selected:.*|--button-selected: #063200;|g" "$filename"
sed -i "s|--button-background:.*|--button-background: #062200;|g" "$filename"
sed -i "s|--button-text:.*|--button-text: 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"
@ -137,6 +143,9 @@ 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|--button-selected:.*|--button-selected: #063200;|g" "$filename"
sed -i "s|--button-background:.*|--button-background: #062200;|g" "$filename"
sed -i "s|--button-text:.*|--button-text: 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"