diff --git a/epicyon-options.css b/epicyon-options.css index 7c4f6d38..7e67587f 100644 --- a/epicyon-options.css +++ b/epicyon-options.css @@ -3,7 +3,7 @@ :root { --main-bg-color: #282c37; --link-bg-color: #282c37; - --main-fg-color: #dddddd; + --options-fg-color: #dddddd; --main-link-color: #999; --main-visited-color: #888; --border-color: #505050; @@ -60,7 +60,7 @@ body, html { background-repeat: no-repeat; background-position: center; background-color: var(--main-bg-color); - color: var(--main-fg-color); + color: var(--options-fg-color); height: 100%; font-family: Arial, Helvetica, sans-serif; @@ -69,7 +69,7 @@ body, html { } a, u { - color: var(--main-fg-color); + color: var(--options-fg-color); } a:visited{ diff --git a/theme/debian/options_background.jpg b/theme/debian/options_background.jpg new file mode 100644 index 00000000..8cdcf153 Binary files /dev/null and b/theme/debian/options_background.jpg differ diff --git a/theme/debian/theme.json b/theme/debian/theme.json index 3d19d099..02573a46 100644 --- a/theme/debian/theme.json +++ b/theme/debian/theme.json @@ -35,6 +35,7 @@ "main-header-color-roles": "#ebebf0", "main-fg-color": "#2d2c37", "login-fg-color": "white", + "options-fg-color": "white", "column-left-fg-color": "#2d2c37", "border-color": "#c0cdd9", "border-width": "1px", diff --git a/theme/hacker/theme.json b/theme/hacker/theme.json index 2895700c..4e1237c4 100644 --- a/theme/hacker/theme.json +++ b/theme/hacker/theme.json @@ -17,6 +17,7 @@ "main-header-color-roles": "#1f192d", "main-fg-color": "#00ff00", "login-fg-color": "#00ff00", + "options-fg-color": "#00ff00", "column-left-fg-color": "#00ff00", "border-color": "#035103", "main-link-color": "#2fff2f", diff --git a/theme/henge/theme.json b/theme/henge/theme.json index ed5af399..1ecd74cb 100644 --- a/theme/henge/theme.json +++ b/theme/henge/theme.json @@ -26,6 +26,7 @@ "main-visited-color": "#e1c4bc", "main-fg-color": "white", "login-fg-color": "white", + "options-fg-color": "white", "column-left-fg-color": "white", "main-bg-color-dm": "#343335", "border-color": "#222", diff --git a/theme/indymediaclassic/theme.json b/theme/indymediaclassic/theme.json index 13ae55de..a5c208ff 100644 --- a/theme/indymediaclassic/theme.json +++ b/theme/indymediaclassic/theme.json @@ -41,6 +41,7 @@ "main-visited-color": "#ffb900", "main-fg-color": "white", "login-fg-color": "white", + "options-fg-color": "white", "column-left-fg-color": "white", "main-bg-color-dm": "#0b0a0a", "border-color": "#003366", diff --git a/theme/indymediamodern/theme.json b/theme/indymediamodern/theme.json index 7f0f5ed5..a272447d 100644 --- a/theme/indymediamodern/theme.json +++ b/theme/indymediamodern/theme.json @@ -97,6 +97,7 @@ "main-header-color-roles": "#ebebf0", "main-fg-color": "black", "login-fg-color": "black", + "options-fg-color": "black", "column-left-fg-color": "#25408f", "border-color": "#c0cdd9", "main-link-color": "#25408f", diff --git a/theme/lcd/theme.json b/theme/lcd/theme.json index b7909103..d2faebea 100644 --- a/theme/lcd/theme.json +++ b/theme/lcd/theme.json @@ -22,6 +22,7 @@ "main-header-color-roles": "#9fb42b", "main-fg-color": "#33390d", "login-fg-color": "#33390d", + "options-fg-color": "#33390d", "border-color": "#33390d", "border-width": "5px", "border-width-header": "5px", diff --git a/theme/light/theme.json b/theme/light/theme.json index 0de99b6c..1b26c7ae 100644 --- a/theme/light/theme.json +++ b/theme/light/theme.json @@ -32,6 +32,7 @@ "main-header-color-roles": "#ebebf0", "main-fg-color": "#2d2c37", "login-fg-color": "#2d2c37", + "options-fg-color": "#2d2c37", "column-left-fg-color": "#2d2c37", "border-color": "#c0cdd9", "main-link-color": "#2a2c37", diff --git a/theme/night/theme.json b/theme/night/theme.json index 1029e5c7..6490f71e 100644 --- a/theme/night/theme.json +++ b/theme/night/theme.json @@ -30,6 +30,7 @@ "main-link-color-hover": "#d09338", "main-fg-color": "#0481f5", "login-fg-color": "#0481f5", + "options-fg-color": "#0481f5", "column-left-fg-color": "#0481f5", "main-bg-color-dm": "#0b0a0a", "border-color": "#606984", diff --git a/theme/purple/theme.json b/theme/purple/theme.json index d14f23f5..5686cb31 100644 --- a/theme/purple/theme.json +++ b/theme/purple/theme.json @@ -23,6 +23,7 @@ "main-header-color-roles": "#1f192d", "main-fg-color": "#f98bb0", "login-fg-color": "#f98bb0", + "options-fg-color": "#f98bb0", "column-left-fg-color": "#f98bb0", "border-color": "#3f2145", "main-link-color": "#ff42a0", diff --git a/theme/rc3/theme.json b/theme/rc3/theme.json index 6bf72ef7..734d40ea 100644 --- a/theme/rc3/theme.json +++ b/theme/rc3/theme.json @@ -51,6 +51,7 @@ "main-link-color-hover": "#46eed5", "main-fg-color": "white", "login-fg-color": "white", + "options-fg-color": "white", "title-color": "white", "column-left-fg-color": "#05b9ec", "main-bg-color-dm": "#0b0a0a", diff --git a/theme/solidaric/theme.json b/theme/solidaric/theme.json index 3a2fe819..d2a5894a 100644 --- a/theme/solidaric/theme.json +++ b/theme/solidaric/theme.json @@ -40,6 +40,7 @@ "main-header-color-roles": "#ebebf0", "main-fg-color": "#2d2c37", "login-fg-color": "#2d2c37", + "options-fg-color": "#2d2c37", "column-left-fg-color": "#2d2c37", "border-color": "#c0cdd9", "main-link-color": "#2a2c37", diff --git a/theme/starlight/theme.json b/theme/starlight/theme.json index 59cc2ef1..b025f557 100644 --- a/theme/starlight/theme.json +++ b/theme/starlight/theme.json @@ -28,6 +28,7 @@ "main-visited-color": "#e1c4bc", "main-fg-color": "#ffc4bc", "login-fg-color": "#ffc4bc", + "options-fg-color": "#ffc4bc", "column-left-fg-color": "#ffc4bc", "main-bg-color-dm": "#0b0a0a", "border-color": "#69282c",