Extra theme colours for instance software tag

merge-requests/30/head
Bob Mottram 2025-01-21 10:22:45 +00:00
parent b8a707a51e
commit 3026daebfc
18 changed files with 3699 additions and 298 deletions

View File

@ -139,6 +139,8 @@
--line-spacing-newswire: 120%; --line-spacing-newswire: 120%;
--newswire-item-moderated-color: white; --newswire-item-moderated-color: white;
--newswire-date-moderated-color: white; --newswire-date-moderated-color: white;
--instance-software-fg-color: #bbb;
--instance-software-bg-color: #444;
--column-left-width: 10vw; --column-left-width: 10vw;
--column-center-width: 80vw; --column-center-width: 80vw;
--column-right-width: 10vw; --column-right-width: 10vw;
@ -354,8 +356,8 @@ details {
} }
.instanceSoftware { .instanceSoftware {
background-color: var(--column-left-header-background); background-color: var(--instance-software-bg-color);
color: var(--main-link-color-hover); color: var(--instance-software-fg-color);
font-size: 75%; font-size: 75%;
} }

View File

@ -281,5 +281,7 @@
"button-event-background-color": "green", "button-event-background-color": "green",
"hashtag-background-color": "black", "hashtag-background-color": "black",
"diff-add": "#FFFFFF", "diff-add": "#FFFFFF",
"diff-remove": "#aaa" "diff-remove": "#aaa",
"instance-software-fg-color": "#bbb",
"instance-software-bg-color": "#444"
} }

File diff suppressed because one or more lines are too long

View File

@ -280,5 +280,7 @@
"hashtag-vertical-spacing4": "150px", "hashtag-vertical-spacing4": "150px",
"hashtag-size1": "30px", "hashtag-size1": "30px",
"hashtag-size2": "40px", "hashtag-size2": "40px",
"hashtag-margin": "2%" "hashtag-margin": "2%",
"instance-software-fg-color": "#bbb",
"instance-software-bg-color": "#444"
} }

View File

@ -265,5 +265,7 @@
"header-font": "Arial, Helvetica, sans-serif", "header-font": "Arial, Helvetica, sans-serif",
"diff-add": "#FFFFFF", "diff-add": "#FFFFFF",
"diff-remove": "#aaa", "diff-remove": "#aaa",
"reply-icon-direction": "-1" "reply-icon-direction": "-1",
"instance-software-fg-color": "#bbb",
"instance-software-bg-color": "#444"
} }

File diff suppressed because one or more lines are too long

View File

@ -1,282 +1,284 @@
{ {
"block-reason-color": "lightgreen", "block-reason-color": "lightgreen",
"verified-site-color": "lightgreen", "verified-site-color": "lightgreen",
"code-color": "lightblue", "code-color": "lightblue",
"pwa-theme-color": "apple-mobile-web-app-status-bar-style", "pwa-theme-color": "apple-mobile-web-app-status-bar-style",
"pwa-theme-background-color": "black", "pwa-theme-background-color": "black",
"dropdown-fg-color": "#dddddd", "dropdown-fg-color": "#dddddd",
"dropdown-bg-color": "#444", "dropdown-bg-color": "#444",
"dropdown-bg-color-hover": "#555", "dropdown-bg-color-hover": "#555",
"dropdown-fg-color-hover": "#dddddd", "dropdown-fg-color-hover": "#dddddd",
"post-separator-margin-top": "10px", "post-separator-margin-top": "10px",
"post-separator-margin-bottom": "10px", "post-separator-margin-bottom": "10px",
"time-color": "grey", "time-color": "grey",
"event-color": "white", "event-color": "white",
"login-bg-color": "#362e31", "login-bg-color": "#362e31",
"welcome-bg-color": "#ccc", "welcome-bg-color": "#ccc",
"login-fg-color": "white", "login-fg-color": "white",
"welcome-fg-color": "black", "welcome-fg-color": "black",
"options-bg-color": "#383335", "options-bg-color": "#383335",
"newswire-publish-icon": "True", "newswire-publish-icon": "True",
"full-width-timeline-buttons": "False", "full-width-timeline-buttons": "False",
"icons-as-buttons": "False", "icons-as-buttons": "False",
"rss-icon-at-top": "True", "rss-icon-at-top": "True",
"publish-button-at-top": "False", "publish-button-at-top": "False",
"banner-height": "25vh", "banner-height": "25vh",
"column-left-image-width-mobile": "40vw", "column-left-image-width-mobile": "40vw",
"column-right-image-width-mobile": "40vw", "column-right-image-width-mobile": "40vw",
"font-page-dash-tiny": "16px", "font-page-dash-tiny": "16px",
"font-page-dash-mobile": "32px", "font-page-dash-mobile": "32px",
"font-size-button-mobile": "26px", "font-size-button-mobile": "26px",
"font-size-pageslist": "32px", "font-size-pageslist": "32px",
"font-size-links": "20px", "font-size-links": "20px",
"font-size-newswire": "20px", "font-size-newswire": "20px",
"font-size": "32px", "font-size": "32px",
"font-size2": "26px", "font-size2": "26px",
"font-size3": "40px", "font-size3": "40px",
"font-size4": "24px", "font-size4": "24px",
"font-size5": "22px", "font-size5": "22px",
"main-bg-color": "#383335", "main-bg-color": "#383335",
"post-bg-color": "#383335", "post-bg-color": "#383335",
"timeline-posts-background-color": "#383335", "timeline-posts-background-color": "#383335",
"header-bg-color": "#383335", "header-bg-color": "#383335",
"column-left-color": "#42383c", "column-left-color": "#42383c",
"text-entry-background": "#383335", "text-entry-background": "#383335",
"link-bg-color": "#383335", "link-bg-color": "#383335",
"main-link-color": "#a4999e", "main-link-color": "#a4999e",
"main-link-color-hover": "#dbd3d6", "main-link-color-hover": "#dbd3d6",
"options-main-link-color": "white", "options-main-link-color": "white",
"options-main-link-color-hover": "#ddd", "options-main-link-color-hover": "#ddd",
"title-color": "white", "title-color": "white",
"main-visited-color": "#e1c4bc", "main-visited-color": "#e1c4bc",
"options-main-visited-color": "#e1c4bc", "options-main-visited-color": "#e1c4bc",
"cw-color": "white", "cw-color": "white",
"pageslist-color": "white", "pageslist-color": "white",
"pageslist-selected-color": "yellow", "pageslist-selected-color": "yellow",
"main-fg-color": "white", "main-fg-color": "white",
"options-fg-color": "white", "options-fg-color": "white",
"column-left-fg-color": "white", "column-left-fg-color": "white",
"main-bg-color-dm": "#343335", "main-bg-color-dm": "#343335",
"border-color": "#222", "border-color": "#222",
"border-width": "5px", "border-width": "5px",
"border-width-header": "5px", "border-width-header": "5px",
"main-bg-color-reply": "#383335", "main-bg-color-reply": "#383335",
"main-bg-color-report": "#383335", "main-bg-color-report": "#383335",
"hashtag-vertical-spacing3": "100px", "hashtag-vertical-spacing3": "100px",
"hashtag-vertical-spacing4": "150px", "hashtag-vertical-spacing4": "150px",
"button-background-hover": "#444", "button-background-hover": "#444",
"button-text-hover": "white", "button-text-hover": "white",
"publish-button-background": "#222", "publish-button-background": "#222",
"button-background": "#222", "button-background": "#222",
"button-selected": "black", "button-selected": "black",
"calendar-bg-color": "#383335", "calendar-bg-color": "#383335",
"title-text": "#c5d2b9", "title-text": "#c5d2b9",
"title-background": "#444", "title-background": "#444",
"lines-color": "#c5d2b9", "lines-color": "#c5d2b9",
"day-number": "#c5d2b9", "day-number": "#c5d2b9",
"day-number2": "#ccc", "day-number2": "#ccc",
"event-background": "#222", "event-background": "#222",
"event-background-private": "#111", "event-background-private": "#111",
"timeline-border-radius": "20px", "timeline-border-radius": "20px",
"image-corners": "8%", "image-corners": "8%",
"quote-right-margin": "0.1em", "quote-right-margin": "0.1em",
"*font-family": "'Hyperlegible'", "*font-family": "'Hyperlegible'",
"*src": "url('fonts/Atkinson-Hyperlegible-Regular.woff2') format('woff2')", "*src": "url('fonts/Atkinson-Hyperlegible-Regular.woff2') format('woff2')",
"header-font": "'HyperlegibleBold'", "header-font": "'HyperlegibleBold'",
"**font-family": "'HyperlegibleBold'", "**font-family": "'HyperlegibleBold'",
"**src": "url('fonts/Atkinson-Hyperlegible-Bold.woff2') format('woff2')", "**src": "url('fonts/Atkinson-Hyperlegible-Bold.woff2') format('woff2')",
"reply-icon-direction": "-1", "reply-icon-direction": "-1",
"search-banner-height": "30vh", "search-banner-height": "30vh",
"search-banner-height-mobile": "15vh", "search-banner-height-mobile": "15vh",
"likes-names-margin": "2%", "likes-names-margin": "2%",
"likes-names-size1": "30px", "likes-names-size1": "30px",
"likes-names-size2": "40px", "likes-names-size2": "40px",
"liker-names-margin": "2%", "liker-names-margin": "2%",
"liker-names-vertical-spacing1": "50px", "liker-names-vertical-spacing1": "50px",
"liker-names-vertical-spacing2": "100px", "liker-names-vertical-spacing2": "100px",
"avatar-rounding": "10%", "avatar-rounding": "10%",
"timeline-icon-width": "50px", "timeline-icon-width": "50px",
"timeline-icon-width-mobile": "100px", "timeline-icon-width-mobile": "100px",
"timeline-icon-width-tiny": "50px", "timeline-icon-width-tiny": "50px",
"cw-style": "normal", "cw-style": "normal",
"cw-weight": "bold", "cw-weight": "bold",
"column-right-fg-color-voted-on": "red", "column-right-fg-color-voted-on": "red",
"font-size-header": "18px", "font-size-header": "18px",
"font-size-header-mobile": "32px", "font-size-header-mobile": "32px",
"font-size-header-tiny": "16px", "font-size-header-tiny": "16px",
"font-size-button-tiny": "13px", "font-size-button-tiny": "13px",
"font-size-publish-button": "18px", "font-size-publish-button": "18px",
"font-size-newswire-tiny": "16px", "font-size-newswire-tiny": "16px",
"font-size-dropdown-header": "40px", "font-size-dropdown-header": "40px",
"font-size-dropdown-header-tiny": "20px", "font-size-dropdown-header-tiny": "20px",
"font-size-mobile": "50px", "font-size-mobile": "50px",
"font-size-tiny": "25px", "font-size-tiny": "25px",
"font-size-likes-mobile": "64px", "font-size-likes-mobile": "64px",
"font-size-likes-tiny": "16px", "font-size-likes-tiny": "16px",
"likes-margin-left-tiny": "10px", "likes-margin-left-tiny": "10px",
"likes-margin-right-tiny": "10px", "likes-margin-right-tiny": "10px",
"likes-margin-top-tiny": "-10px", "likes-margin-top-tiny": "-10px",
"likes-margin-left-mobile": "20px", "likes-margin-left-mobile": "20px",
"likes-margin-right-mobile": "0px", "likes-margin-right-mobile": "0px",
"likes-margin-top-mobile": "0px", "likes-margin-top-mobile": "0px",
"font-size-pgp-key": "16px", "font-size-pgp-key": "16px",
"font-size-pgp-key2": "18px", "font-size-pgp-key2": "18px",
"font-size-tox": "16px", "font-size-tox": "16px",
"font-size-tox2": "18px", "font-size-tox2": "18px",
"font-size-emoji-reaction": "16px", "font-size-emoji-reaction": "16px",
"font-size-emoji-reaction-mobile": "24px", "font-size-emoji-reaction-mobile": "24px",
"font-size-emoji-reaction-tiny": "12px", "font-size-emoji-reaction-tiny": "12px",
"follow-text-size1": "24px", "follow-text-size1": "24px",
"follow-text-size2": "40px", "follow-text-size2": "40px",
"follow-text-entry-width": "90%", "follow-text-entry-width": "90%",
"time-vertical-align": "0%", "time-vertical-align": "0%",
"time-vertical-align-mobile": "1.5%", "time-vertical-align-mobile": "1.5%",
"time-vertical-align-tiny": "0.75%", "time-vertical-align-tiny": "0.75%",
"publish-button-text": "#FFFFFF", "publish-button-text": "#FFFFFF",
"button-margin": "5px", "button-margin": "5px",
"button-left-margin": "none", "button-left-margin": "none",
"button-text": "#FFFFFF", "button-text": "#FFFFFF",
"button-selected-text": "#FFFFFF", "button-selected-text": "#FFFFFF",
"button-fg-highlighted": "#FFFFFF", "button-fg-highlighted": "#FFFFFF",
"button-deny": "darkred", "button-deny": "darkred",
"button-width-chars": "10ch", "button-width-chars": "10ch",
"button-height": "10px", "button-height": "10px",
"button-height-padding-mobile": "20px", "button-height-padding-mobile": "20px",
"button-height-padding-tiny": "10px", "button-height-padding-tiny": "10px",
"button-height-padding": "10px", "button-height-padding": "10px",
"gallery-border": "#ccc", "gallery-border": "#ccc",
"gallery-hover": "#777", "gallery-hover": "#777",
"gallery-font-size": "22px", "gallery-font-size": "22px",
"gallery-font-size-mobile": "35px", "gallery-font-size-mobile": "35px",
"gallery-font-size-tiny": "17.5px", "gallery-font-size-tiny": "17.5px",
"icons-side": "right", "icons-side": "right",
"quote-font-weight": "normal", "quote-font-weight": "normal",
"quote-font-size": "120%", "quote-font-size": "120%",
"quote-font-size-mobile": "120%", "quote-font-size-mobile": "120%",
"quote-font-size-tiny": "60%", "quote-font-size-tiny": "60%",
"line-spacing": "180%", "line-spacing": "180%",
"line-spacing-newswire": "120%", "line-spacing-newswire": "120%",
"column-left-width": "10vw", "column-left-width": "10vw",
"column-center-width": "80vw", "column-center-width": "80vw",
"column-right-width": "10vw", "column-right-width": "10vw",
"column-left-mobile-margin": "2%", "column-left-mobile-margin": "2%",
"column-left-tiny-margin": "1%", "column-left-tiny-margin": "1%",
"column-left-top-margin": "0", "column-left-top-margin": "0",
"column-right-top-margin": "0", "column-right-top-margin": "0",
"column-left-header-style": "uppercase", "column-left-header-style": "uppercase",
"column-left-header-background": "#555", "column-left-header-background": "#555",
"column-left-header-color": "#fff", "column-left-header-color": "#fff",
"column-left-header-size": "20px", "column-left-header-size": "20px",
"column-left-header-size-mobile": "50px", "column-left-header-size-mobile": "50px",
"column-left-header-size-tiny": "25px", "column-left-header-size-tiny": "25px",
"column-left-border-width": "0", "column-left-border-width": "0",
"column-left-icons-margin": "0", "column-left-icons-margin": "0",
"column-right-border-width": "0", "column-right-border-width": "0",
"column-left-border-color": "black", "column-left-border-color": "black",
"column-left-icon-size": "2.1vw", "column-left-icon-size": "2.1vw",
"column-left-icon-size-mobile": "10%", "column-left-icon-size-mobile": "10%",
"column-left-icon-size-tiny": "5%", "column-left-icon-size-tiny": "5%",
"column-left-image-width-tiny": "20vw", "column-left-image-width-tiny": "20vw",
"column-right-image-width-tiny": "50vw", "column-right-image-width-tiny": "50vw",
"column-right-icon-size": "2.1vw", "column-right-icon-size": "2.1vw",
"column-right-icon-size-mobile": "10%", "column-right-icon-size-mobile": "10%",
"column-right-icon-size-tiny": "5%", "column-right-icon-size-tiny": "5%",
"newswire-voted-background-color": "black", "newswire-voted-background-color": "black",
"login-button-fg-color": "black", "login-button-fg-color": "black",
"button-event-corner-radius": "60px", "button-event-corner-radius": "60px",
"button-event-fg-color": "white", "button-event-fg-color": "white",
"hashtag-fg-color": "white", "hashtag-fg-color": "white",
"tab-border-width": "0px", "tab-border-width": "0px",
"tab-border-color": "grey", "tab-border-color": "grey",
"icon-brightness-change": "150%", "icon-brightness-change": "150%",
"container-button-padding": "20px", "container-button-padding": "20px",
"header-button-padding": "20px", "header-button-padding": "20px",
"container-padding": "2%", "container-padding": "2%",
"container-padding-bottom": "1%", "container-padding-bottom": "1%",
"container-padding-bottom-mobile": "0%", "container-padding-bottom-mobile": "0%",
"container-padding-bottom-tiny": "0%", "container-padding-bottom-tiny": "0%",
"vertical-between-posts": "10px", "vertical-between-posts": "10px",
"vertical-between-posts-header": "10px", "vertical-between-posts-header": "10px",
"containericons-horizontal-spacing": "1%", "containericons-horizontal-spacing": "1%",
"containericons-horizontal-spacing-mobile": "3%", "containericons-horizontal-spacing-mobile": "3%",
"containericons-horizontal-spacing-tiny": "1.5%", "containericons-horizontal-spacing-tiny": "1.5%",
"containericons-horizontal-offset": "-1%", "containericons-horizontal-offset": "-1%",
"containericons-vertical-align": "0.5%", "containericons-vertical-align": "0.5%",
"containericons-vertical-align-mobile": "1%", "containericons-vertical-align-mobile": "1%",
"containericons-vertical-align-tiny": "0.5%", "containericons-vertical-align-tiny": "0.5%",
"likes-count-offset": "5px", "likes-count-offset": "5px",
"publish-button-vertical-offset": "10px", "publish-button-vertical-offset": "10px",
"publish-button-bottom-offset": "10px", "publish-button-bottom-offset": "10px",
"banner-height-mobile": "10vh", "banner-height-mobile": "10vh",
"banner-height-tiny": "10vh", "banner-height-tiny": "10vh",
"post-separator-background": "transparent", "post-separator-background": "transparent",
"post-separator-width": "95%", "post-separator-width": "95%",
"separator-width-left": "95%", "separator-width-left": "95%",
"separator-width-right": "95%", "separator-width-right": "95%",
"post-separator-height": "1px", "post-separator-height": "1px",
"header-vertical-offset": "0", "header-vertical-offset": "0",
"profile-background-height": "25vw", "profile-background-height": "25vw",
"profile-text-align": "left", "profile-text-align": "left",
"verticals-width": "0", "verticals-width": "0",
"italic-font-style": "italic", "italic-font-style": "italic",
"button-bottom-margin": "10px", "button-bottom-margin": "10px",
"rendering": "normal", "rendering": "normal",
"voteresult-color": "#dddddd", "voteresult-color": "#dddddd",
"voteresult-border-color": "#aaaaaa", "voteresult-border-color": "#aaaaaa",
"voteresult-height": "32px", "voteresult-height": "32px",
"voteresult-height-mobile": "32px", "voteresult-height-mobile": "32px",
"voteresult-height-tiny": "16px", "voteresult-height-tiny": "16px",
"voteresult-width": "80%", "voteresult-width": "80%",
"voteresult-width-mobile": "80%", "voteresult-width-mobile": "80%",
"voteresult-width-tiny": "40%", "voteresult-width-tiny": "40%",
"vcard-icon-size": "32px", "vcard-icon-size": "32px",
"vcard-icon-size-mobile": "80px", "vcard-icon-size-mobile": "80px",
"vcard-icon-size-tiny": "80px", "vcard-icon-size-tiny": "80px",
"place-color": "lightblue", "place-color": "lightblue",
"event-public-color": "#282c37", "event-public-color": "#282c37",
"today-foreground": "black", "today-foreground": "black",
"today-circle": "grey", "today-circle": "grey",
"event-foreground": "white", "event-foreground": "white",
"calendar-horizontal-padding": "0", "calendar-horizontal-padding": "0",
"calendar-cell-size": "1.5vw", "calendar-cell-size": "1.5vw",
"calendar-cell-size-mobile": "1.5vw", "calendar-cell-size-mobile": "1.5vw",
"calendar-cell-size-tiny": "1.5vw", "calendar-cell-size-tiny": "1.5vw",
"font-size-calendar": "20px", "font-size-calendar": "20px",
"font-size-calendar-mobile": "30px", "font-size-calendar-mobile": "30px",
"font-size-calendar-tiny": "15px", "font-size-calendar-tiny": "15px",
"font-size-calendar-header": "3rem", "font-size-calendar-header": "3rem",
"font-size-calendar-day": "1rem", "font-size-calendar-day": "1rem",
"font-size-calendar-cell": "2rem", "font-size-calendar-cell": "2rem",
"font-size-calendar-cell-mobile": "4rem", "font-size-calendar-cell-mobile": "4rem",
"font-size-calendar-cell-tiny": "2rem", "font-size-calendar-cell-tiny": "2rem",
"calendar-header-font": "'Montserrat'", "calendar-header-font": "'Montserrat'",
"calendar-header-font-style": "italic", "calendar-header-font-style": "italic",
"ical-icon-size": "32px", "ical-icon-size": "32px",
"ical-icon-size-mobile": "80px", "ical-icon-size-mobile": "80px",
"ical-icon-size-tiny": "80px", "ical-icon-size-tiny": "80px",
"hashtag-vertical-spacing1": "50px", "hashtag-vertical-spacing1": "50px",
"hashtag-vertical-spacing2": "100px", "hashtag-vertical-spacing2": "100px",
"hashtag-size1": "30px", "hashtag-size1": "30px",
"hashtag-size2": "40px", "hashtag-size2": "40px",
"hashtag-margin": "2%", "hashtag-margin": "2%",
"text-entry-foreground": "#ccc", "text-entry-foreground": "#ccc",
"main-header-color-roles": "#282237", "main-header-color-roles": "#282237",
"column-right-fg-color": "yellow", "column-right-fg-color": "yellow",
"font-color-header": "#ccc", "font-color-header": "#ccc",
"font-size-newswire-mobile": "38px", "font-size-newswire-mobile": "38px",
"font-size-likes": "20px", "font-size-likes": "20px",
"button-highlighted": "green", "button-highlighted": "green",
"button-selected-highlighted": "darkgreen", "button-selected-highlighted": "darkgreen",
"button-approve": "darkgreen", "button-approve": "darkgreen",
"gallery-text-color": "#ccc", "gallery-text-color": "#ccc",
"button-corner-radius": "15px", "button-corner-radius": "15px",
"focus-color": "white", "focus-color": "white",
"newswire-item-moderated-color": "white", "newswire-item-moderated-color": "white",
"newswire-date-moderated-color": "white", "newswire-date-moderated-color": "white",
"newswire-date-color": "white", "newswire-date-color": "white",
"login-button-color": "#2965", "login-button-color": "#2965",
"button-event-background-color": "green", "button-event-background-color": "green",
"hashtag-background-color": "black", "hashtag-background-color": "black",
"diff-add": "#FFFFFF", "diff-add": "#FFFFFF",
"diff-remove": "#aaa" "diff-remove": "#aaa",
"instance-software-fg-color": "#bbb",
"instance-software-bg-color": "#444"
} }

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -280,5 +280,7 @@
"button-event-background-color": "green", "button-event-background-color": "green",
"hashtag-background-color": "black", "hashtag-background-color": "black",
"diff-add": "#FFFFFF", "diff-add": "#FFFFFF",
"diff-remove": "#aaa" "diff-remove": "#aaa",
"instance-software-fg-color": "#bbb",
"instance-software-bg-color": "#444"
} }

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long