forked from indymedia/epicyon
Extra background colors
parent
aefe7894c4
commit
dc726e2c78
11
theme
11
theme
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue