diff --git a/tests.py b/tests.py index e5e0286c9..750fbbfa9 100644 --- a/tests.py +++ b/tests.py @@ -7355,6 +7355,35 @@ def _test_diff_content() -> None: assert html_str == expected +def _test_missing_theme_colors(base_dir: str) -> None: + print('test_missing_colors') + + theme_filename = base_dir + '/theme/default/theme.json' + assert os.path.isfile(theme_filename) + default_theme_json = load_json(theme_filename) + assert default_theme_json + + themes = get_themes_list(base_dir) + for theme_name in themes: + if theme_name == 'default': + continue + theme_filename = \ + base_dir + '/theme/' + theme_name.lower() + '/theme.json' + if not os.path.isfile(theme_filename): + continue + theme_json = load_json(theme_filename) + if not theme_json: + continue + updated = False + for property, value in default_theme_json.items(): + if not theme_json.get(property): + theme_json[property] = value + updated = True + if updated: + save_json(theme_json, theme_filename) + print(theme_name + ' updated') + + def _test_color_contrast_value(base_dir: str) -> None: print('test_color_contrast_value') minimum_color_contrast = 4.5 @@ -7371,7 +7400,8 @@ def _test_color_contrast_value(base_dir: str) -> None: assert contrast < 6 themes = get_themes_list(base_dir) for theme_name in themes: - theme_filename = base_dir + '/theme/' + theme_name + '/theme.json' + theme_filename = \ + base_dir + '/theme/' + theme_name.lower() + '/theme.json' if not os.path.isfile(theme_filename): continue theme_json = load_json(theme_filename) @@ -7655,6 +7685,7 @@ def run_all_tests(): _test_checkbox_names() _test_thread_functions() _test_functions() + _test_missing_theme_colors(base_dir) _test_reply_language(base_dir) _test_emoji_in_actor_name(base_dir) _test_uninvert() diff --git a/theme/blue/theme.json b/theme/blue/theme.json index 287a6ee54..62d859d60 100644 --- a/theme/blue/theme.json +++ b/theme/blue/theme.json @@ -1,62 +1 @@ -{ - "lines-color": "grey", - "place-color": "lightblue", - "event-public-color": "#282c37", - "event-color": "grey", - "event-background": "darkblue", - "event-background-private": "darkblue", - "event-foreground": "white", - "cw-color": "#dddddd", - "day-number": "#ccc", - "calendar-bg-color": "#002365", - "font-size-links": "25px", - "font-size-newswire": "25px", - "block-reason-color": "lightgreen", - "verified-site-color": "lightgreen", - "code-color": "white", - "pwa-theme-color": "apple-mobile-web-app-status-bar-style", - "pwa-theme-background-color": "black", - "newswire-publish-icon": "True", - "full-width-timeline-buttons": "False", - "icons-as-buttons": "False", - "rss-icon-at-top": "True", - "publish-button-at-top": "False", - "banner-height": "20vh", - "banner-height-mobile": "10vh", - "newswire-date-color": "blue", - "font-page-dash-tiny": "16px", - "font-page-dash-mobile": "32px", - "font-size-header": "22px", - "font-size-header-mobile": "32px", - "font-size-pageslist": "45px", - "font-size": "45px", - "font-size2": "45px", - "font-size3": "45px", - "font-size4": "35px", - "font-size5": "29px", - "gallery-font-size": "35px", - "gallery-font-size-mobile": "55px", - "pageslist-color": "#dddddd", - "pageslist-selected-color": "white", - "main-fg-color": "#dddddd", - "main-bg-color": "#002365", - "login-bg-color": "#002365", - "welcome-bg-color": "#002365", - "options-bg-color": "#002365", - "post-bg-color": "#002365", - "timeline-posts-background-color": "#002365", - "header-bg-color": "#002365", - "column-left-color": "#002365", - "text-entry-background": "#002365", - "link-bg-color": "#002365", - "main-bg-color-reply": "#002365", - "main-bg-color-report": "#002365", - "day-number2": "#eee", - "hashtag-vertical-spacing3": "100px", - "hashtag-vertical-spacing4": "150px", - "time-vertical-align": "-10px", - "header-font": "'Domestic_Manners'", - "*font-family": "'Domestic_Manners'", - "*src": "url('./fonts/Domestic_Manners.woff2') format('woff2')", - "reply-icon-direction": "-1" -} +{"lines-color": "grey", "place-color": "lightblue", "event-public-color": "#282c37", "event-color": "grey", "event-background": "darkblue", "event-background-private": "darkblue", "event-foreground": "white", "cw-color": "#dddddd", "day-number": "#ccc", "calendar-bg-color": "#002365", "font-size-links": "25px", "font-size-newswire": "25px", "block-reason-color": "lightgreen", "verified-site-color": "lightgreen", "code-color": "white", "pwa-theme-color": "apple-mobile-web-app-status-bar-style", "pwa-theme-background-color": "black", "newswire-publish-icon": "True", "full-width-timeline-buttons": "False", "icons-as-buttons": "False", "rss-icon-at-top": "True", "publish-button-at-top": "False", "banner-height": "20vh", "banner-height-mobile": "10vh", "newswire-date-color": "blue", "font-page-dash-tiny": "16px", "font-page-dash-mobile": "32px", "font-size-header": "22px", "font-size-header-mobile": "32px", "font-size-pageslist": "45px", "font-size": "45px", "font-size2": "45px", "font-size3": "45px", "font-size4": "35px", "font-size5": "29px", "gallery-font-size": "35px", "gallery-font-size-mobile": "55px", "pageslist-color": "#dddddd", "pageslist-selected-color": "white", "main-fg-color": "#dddddd", "main-bg-color": "#002365", "login-bg-color": "#002365", "welcome-bg-color": "#002365", "options-bg-color": "#002365", "post-bg-color": "#002365", "timeline-posts-background-color": "#002365", "header-bg-color": "#002365", "column-left-color": "#002365", "text-entry-background": "#002365", "link-bg-color": "#002365", "main-bg-color-reply": "#002365", "main-bg-color-report": "#002365", "day-number2": "#eee", "hashtag-vertical-spacing3": "100px", "hashtag-vertical-spacing4": "150px", "time-vertical-align": "-10px", "header-font": "'Domestic_Manners'", "*font-family": "'Domestic_Manners'", "*src": "url('./fonts/Domestic_Manners.woff2') format('woff2')", "reply-icon-direction": "-1", "search-banner-height": "30vh", "search-banner-height-mobile": "15vh", "likes-names-margin": "2%", "likes-names-size1": "30px", "likes-names-size2": "40px", "liker-names-margin": "2%", "liker-names-vertical-spacing1": "50px", "liker-names-vertical-spacing2": "100px", "avatar-rounding": "10%", "timeline-icon-width": "50px", "timeline-icon-width-mobile": "100px", "timeline-icon-width-tiny": "50px", "cw-style": "normal", "cw-weight": "bold", "column-right-fg-color-voted-on": "red", "font-size-header-tiny": "16px", "font-size-button-tiny": "13px", "font-size-publish-button": "18px", "font-size-newswire-tiny": "16px", "font-size-dropdown-header": "40px", "font-size-dropdown-header-tiny": "20px", "font-size-mobile": "50px", "font-size-tiny": "25px", "font-size-likes-mobile": "64px", "font-size-likes-tiny": "16px", "likes-margin-left-tiny": "10px", "likes-margin-right-tiny": "10px", "likes-margin-top-tiny": "-10px", "likes-margin-left-mobile": "20px", "likes-margin-right-mobile": "0px", "likes-margin-top-mobile": "0px", "font-size-pgp-key": "16px", "font-size-pgp-key2": "18px", "font-size-tox": "16px", "font-size-tox2": "18px", "font-size-emoji-reaction": "16px", "font-size-emoji-reaction-mobile": "24px", "font-size-emoji-reaction-tiny": "12px", "follow-text-size1": "24px", "follow-text-size2": "40px", "follow-text-entry-width": "90%", "time-color": "#aaa", "time-vertical-align-mobile": "1.5%", "time-vertical-align-tiny": "0.75%", "publish-button-text": "#FFFFFF", "button-margin": "5px", "button-left-margin": "none", "button-text": "#FFFFFF", "button-selected-text": "#FFFFFF", "publish-button-background": "#999", "button-background": "#999", "button-background-hover": "#777", "button-text-hover": "white", "button-selected": "#666", "button-fg-highlighted": "#FFFFFF", "button-deny": "darkred", "button-width-chars": "10ch", "button-height": "10px", "button-height-padding-mobile": "20px", "button-height-padding-tiny": "10px", "button-height-padding": "10px", "image-corners": "10%", "gallery-border": "#ccc", "gallery-hover": "#777", "gallery-font-size-tiny": "17.5px", "icons-side": "right", "quote-right-margin": "0.1em", "quote-font-weight": "normal", "quote-font-size": "120%", "quote-font-size-mobile": "120%", "quote-font-size-tiny": "60%", "line-spacing": "180%", "line-spacing-newswire": "120%", "column-left-width": "10vw", "column-center-width": "80vw", "column-right-width": "10vw", "column-left-mobile-margin": "2%", "column-left-tiny-margin": "1%", "column-left-top-margin": "0", "column-right-top-margin": "0", "column-left-header-style": "uppercase", "column-left-header-background": "#555", "column-left-header-color": "#fff", "column-left-header-size": "20px", "column-left-header-size-mobile": "50px", "column-left-header-size-tiny": "25px", "column-left-border-width": "0", "column-left-icons-margin": "0", "column-right-border-width": "0", "column-left-border-color": "black", "column-left-icon-size": "2.1vw", "column-left-icon-size-mobile": "10%", "column-left-icon-size-tiny": "5%", "column-left-image-width-mobile": "40vw", "column-left-image-width-tiny": "20vw", "column-right-image-width-mobile": "100vw", "column-right-image-width-tiny": "50vw", "column-right-icon-size": "2.1vw", "column-right-icon-size-mobile": "10%", "column-right-icon-size-tiny": "5%", "newswire-voted-background-color": "black", "login-button-fg-color": "black", "button-event-corner-radius": "60px", "button-event-fg-color": "white", "hashtag-fg-color": "white", "tab-border-width": "0px", "tab-border-color": "grey", "icon-brightness-change": "150%", "container-button-padding": "20px", "header-button-padding": "20px", "container-padding": "2%", "container-padding-bottom": "1%", "container-padding-bottom-mobile": "0%", "container-padding-bottom-tiny": "0%", "vertical-between-posts": "10px", "vertical-between-posts-header": "10px", "containericons-horizontal-spacing": "1%", "containericons-horizontal-spacing-mobile": "3%", "containericons-horizontal-spacing-tiny": "1.5%", "containericons-horizontal-offset": "-1%", "containericons-vertical-align": "0.5%", "containericons-vertical-align-mobile": "1%", "containericons-vertical-align-tiny": "0.5%", "likes-count-offset": "5px", "publish-button-vertical-offset": "10px", "publish-button-bottom-offset": "10px", "banner-height-tiny": "10vh", "post-separator-background": "transparent", "post-separator-width": "95%", "separator-width-left": "95%", "separator-width-right": "95%", "post-separator-height": "1px", "header-vertical-offset": "0", "profile-background-height": "25vw", "profile-text-align": "left", "verticals-width": "0", "italic-font-style": "italic", "button-bottom-margin": "10px", "rendering": "normal", "voteresult-color": "#dddddd", "voteresult-border-color": "#aaaaaa", "voteresult-height": "32px", "voteresult-height-mobile": "32px", "voteresult-height-tiny": "16px", "voteresult-width": "80%", "voteresult-width-mobile": "80%", "voteresult-width-tiny": "40%", "vcard-icon-size": "32px", "vcard-icon-size-mobile": "80px", "vcard-icon-size-tiny": "80px", "today-foreground": "black", "today-circle": "grey", "title-text": "white", "title-background": "grey", "calendar-horizontal-padding": "0", "calendar-cell-size": "1.5vw", "calendar-cell-size-mobile": "1.5vw", "calendar-cell-size-tiny": "1.5vw", "font-size-calendar": "20px", "font-size-calendar-mobile": "30px", "font-size-calendar-tiny": "15px", "font-size-calendar-header": "3rem", "font-size-calendar-day": "1rem", "font-size-calendar-cell": "2rem", "font-size-calendar-cell-mobile": "4rem", "font-size-calendar-cell-tiny": "2rem", "calendar-header-font": "'Montserrat'", "calendar-header-font-style": "italic", "ical-icon-size": "32px", "ical-icon-size-mobile": "80px", "ical-icon-size-tiny": "80px", "hashtag-vertical-spacing1": "50px", "hashtag-vertical-spacing2": "100px", "hashtag-size1": "30px", "hashtag-size2": "40px", "hashtag-margin": "2%", "text-entry-foreground": "#ccc", "dropdown-fg-color": "#dddddd", "dropdown-bg-color": "#111", "dropdown-bg-color-hover": "#333", "dropdown-fg-color-hover": "#dddddd", "main-bg-color-dm": "#222", "main-header-color-roles": "#282237", "column-left-fg-color": "#dddddd", "column-right-fg-color": "yellow", "main-link-color": "#999", "main-link-color-hover": "#bbb", "main-visited-color": "#888", "border-color": "#505050", "border-width": "2px", "border-width-header": "2px", "font-color-header": "#ccc", "font-size-button-mobile": "34px", "font-size-newswire-mobile": "38px", "font-size-likes": "20px", "button-highlighted": "green", "button-selected-highlighted": "darkgreen", "button-approve": "darkgreen", "gallery-text-color": "#ccc", "button-corner-radius": "15px", "timeline-border-radius": "30px", "title-color": "#999", "focus-color": "white", "newswire-item-moderated-color": "white", "newswire-date-moderated-color": "white", "login-button-color": "#2965", "button-event-background-color": "green", "hashtag-background-color": "black", "post-separator-margin-top": "0", "post-separator-margin-bottom": "0", "diff-add": "#FFFFFF", "diff-remove": "#aaa"} \ No newline at end of file diff --git a/theme/debian/theme.json b/theme/debian/theme.json index e23444e19..642a5b470 100644 --- a/theme/debian/theme.json +++ b/theme/debian/theme.json @@ -1,112 +1 @@ -{ - "block-reason-color": "lightgreen", - "verified-site-color": "lightgreen", - "code-color": "blue", - "diff-add": "#111", - "diff-remove": "#333", - "pwa-theme-color": "apple-mobile-web-app-status-bar-style", - "pwa-theme-background-color": "black", - "dropdown-fg-color": "#222", - "dropdown-bg-color": "white", - "dropdown-bg-color-hover": "lightgrey", - "dropdown-fg-color-hover": "#222", - "today-circle": "#03a494", - "options-main-link-color-hover": "white", - "main-link-color-hover": "blue", - "font-size-newswire-mobile": "32px", - "newswire-date-color": "#00a594", - "column-right-fg-color": "black", - "button-highlighted": "#2b5c6d", - "button-selected-highlighted": "#2b5c6d", - "button-approve": "#2b5c6d", - "login-button-color": "#2b5c6d", - "welcome-button-color": "#2b5c6d", - "button-event-background-color": "#2b5c6d", - "post-separator-margin-top": "10px", - "post-separator-margin-bottom": "10px", - "vertical-between-posts": "10px", - "time-vertical-align": "0%", - "button-corner-radius": "5px", - "timeline-border-radius": "5px", - "newswire-publish-icon": "True", - "full-width-timeline-buttons": "False", - "icons-as-buttons": "False", - "rss-icon-at-top": "True", - "publish-button-at-top": "False", - "newswire-item-moderated-color": "grey", - "newswire-date-moderated-color": "grey", - "search-banner-height": "25vh", - "search-banner-height-mobile": "15vh", - "banner-height": "20vh", - "banner-height-mobile": "10vh", - "hashtag-background-color": "grey", - "focus-color": "grey", - "font-page-dash-tiny": "16px", - "font-page-dash-mobile": "32px", - "font-size-button-mobile": "26px", - "font-size-pageslist": "32px", - "font-size": "26px", - "font-size2": "20px", - "font-size3": "34px", - "font-size4": "18px", - "font-size5": "16px", - "font-size-likes": "14px", - "font-size-links": "14px", - "font-size-newswire": "14px", - "rgba(0, 0, 0, 0.5)": "rgba(0, 0, 0, 0.0)", - "column-left-color": "#e6ebf0", - "main-bg-color": "#e6ebf0", - "login-bg-color": "#010026", - "welcome-bg-color": "#010026", - "options-bg-color": "#010026", - "post-bg-color": "#e6ebf0", - "timeline-posts-background-color": "#e6ebf0", - "header-bg-color": "#e6ebf0", - "main-bg-color-dm": "#e3dbf0", - "link-bg-color": "#e6ebf0", - "main-bg-color-reply": "white", - "main-bg-color-report": "#e3dbf0", - "main-header-color-roles": "#ebebf0", - "cw-color": "#2d2c37", - "pageslist-color": "#111", - "pageslist-selected-color": "blue", - "main-fg-color": "#2d2c37", - "login-fg-color": "white", - "welcome-fg-color": "white", - "options-fg-color": "lightgrey", - "column-left-fg-color": "#2d2c37", - "border-color": "#c0cdd9", - "border-width": "1px", - "border-width-header": "1px", - "main-link-color": "darkblue", - "options-main-link-color": "lightgrey", - "title-color": "#2a2c37", - "main-visited-color": "#232c37", - "options-main-visited-color": "#ccc", - "text-entry-foreground": "#111", - "text-entry-background": "white", - "font-color-header": "black", - "dropdown-fg-color": "#222", - "dropdown-fg-color-hover": "#222", - "dropdown-bg-color": "white", - "dropdown-bg-color-hover": "lightgrey", - "color: #FFFFFE;": "color: black;", - "calendar-bg-color": "#e6ebf0", - "lines-color": "darkblue", - "day-number": "black", - "day-number2": "#282c37", - "place-color": "black", - "event-color": "#282c37", - "today-foreground": "white", - "event-background-private": "grey", - "event-background": "lightgrey", - "event-foreground": "white", - "title-text": "white", - "title-background": "#2b5c6d", - "gallery-text-color": "black", - "header-font": "'NimbusSanL'", - "*font-family": "'NimbusSanL'", - "*src": "url('./fonts/NimbusSanL.otf') format('opentype')", - "**src": "url('./fonts/NimbusSanL-italic.otf') format('opentype')", - "reply-icon-direction": "-1" -} +{"block-reason-color": "lightgreen", "verified-site-color": "lightgreen", "code-color": "blue", "diff-add": "#111", "diff-remove": "#333", "pwa-theme-color": "apple-mobile-web-app-status-bar-style", "pwa-theme-background-color": "black", "dropdown-fg-color": "#222", "dropdown-bg-color": "white", "dropdown-bg-color-hover": "lightgrey", "dropdown-fg-color-hover": "#222", "today-circle": "#03a494", "options-main-link-color-hover": "white", "main-link-color-hover": "blue", "font-size-newswire-mobile": "32px", "newswire-date-color": "#00a594", "column-right-fg-color": "black", "button-highlighted": "#2b5c6d", "button-selected-highlighted": "#2b5c6d", "button-approve": "#2b5c6d", "login-button-color": "#2b5c6d", "welcome-button-color": "#2b5c6d", "button-event-background-color": "#2b5c6d", "post-separator-margin-top": "10px", "post-separator-margin-bottom": "10px", "vertical-between-posts": "10px", "time-vertical-align": "0%", "button-corner-radius": "5px", "timeline-border-radius": "5px", "newswire-publish-icon": "True", "full-width-timeline-buttons": "False", "icons-as-buttons": "False", "rss-icon-at-top": "True", "publish-button-at-top": "False", "newswire-item-moderated-color": "grey", "newswire-date-moderated-color": "grey", "search-banner-height": "25vh", "search-banner-height-mobile": "15vh", "banner-height": "20vh", "banner-height-mobile": "10vh", "hashtag-background-color": "grey", "focus-color": "grey", "font-page-dash-tiny": "16px", "font-page-dash-mobile": "32px", "font-size-button-mobile": "26px", "font-size-pageslist": "32px", "font-size": "26px", "font-size2": "20px", "font-size3": "34px", "font-size4": "18px", "font-size5": "16px", "font-size-likes": "14px", "font-size-links": "14px", "font-size-newswire": "14px", "rgba(0, 0, 0, 0.5)": "rgba(0, 0, 0, 0.0)", "column-left-color": "#e6ebf0", "main-bg-color": "#e6ebf0", "login-bg-color": "#010026", "welcome-bg-color": "#010026", "options-bg-color": "#010026", "post-bg-color": "#e6ebf0", "timeline-posts-background-color": "#e6ebf0", "header-bg-color": "#e6ebf0", "main-bg-color-dm": "#e3dbf0", "link-bg-color": "#e6ebf0", "main-bg-color-reply": "white", "main-bg-color-report": "#e3dbf0", "main-header-color-roles": "#ebebf0", "cw-color": "#2d2c37", "pageslist-color": "#111", "pageslist-selected-color": "blue", "main-fg-color": "#2d2c37", "login-fg-color": "white", "welcome-fg-color": "white", "options-fg-color": "lightgrey", "column-left-fg-color": "#2d2c37", "border-color": "#c0cdd9", "border-width": "1px", "border-width-header": "1px", "main-link-color": "darkblue", "options-main-link-color": "lightgrey", "title-color": "#2a2c37", "main-visited-color": "#232c37", "options-main-visited-color": "#ccc", "text-entry-foreground": "#111", "text-entry-background": "white", "font-color-header": "black", "color: #FFFFFE;": "color: black;", "calendar-bg-color": "#e6ebf0", "lines-color": "darkblue", "day-number": "black", "day-number2": "#282c37", "place-color": "black", "event-color": "#282c37", "today-foreground": "white", "event-background-private": "grey", "event-background": "lightgrey", "event-foreground": "white", "title-text": "white", "title-background": "#2b5c6d", "gallery-text-color": "black", "header-font": "'NimbusSanL'", "*font-family": "'NimbusSanL'", "*src": "url('./fonts/NimbusSanL.otf') format('opentype')", "**src": "url('./fonts/NimbusSanL-italic.otf') format('opentype')", "reply-icon-direction": "-1", "likes-names-margin": "2%", "likes-names-size1": "30px", "likes-names-size2": "40px", "liker-names-margin": "2%", "liker-names-vertical-spacing1": "50px", "liker-names-vertical-spacing2": "100px", "avatar-rounding": "10%", "timeline-icon-width": "50px", "timeline-icon-width-mobile": "100px", "timeline-icon-width-tiny": "50px", "cw-style": "normal", "cw-weight": "bold", "column-right-fg-color-voted-on": "red", "font-size-header": "18px", "font-size-header-mobile": "32px", "font-size-header-tiny": "16px", "font-size-button-tiny": "13px", "font-size-publish-button": "18px", "font-size-newswire-tiny": "16px", "font-size-dropdown-header": "40px", "font-size-dropdown-header-tiny": "20px", "font-size-mobile": "50px", "font-size-tiny": "25px", "font-size-likes-mobile": "64px", "font-size-likes-tiny": "16px", "likes-margin-left-tiny": "10px", "likes-margin-right-tiny": "10px", "likes-margin-top-tiny": "-10px", "likes-margin-left-mobile": "20px", "likes-margin-right-mobile": "0px", "likes-margin-top-mobile": "0px", "font-size-pgp-key": "16px", "font-size-pgp-key2": "18px", "font-size-tox": "16px", "font-size-tox2": "18px", "font-size-emoji-reaction": "16px", "font-size-emoji-reaction-mobile": "24px", "font-size-emoji-reaction-tiny": "12px", "follow-text-size1": "24px", "follow-text-size2": "40px", "follow-text-entry-width": "90%", "time-color": "#aaa", "time-vertical-align-mobile": "1.5%", "time-vertical-align-tiny": "0.75%", "publish-button-text": "#FFFFFF", "button-margin": "5px", "button-left-margin": "none", "button-text": "#FFFFFF", "button-selected-text": "#FFFFFF", "publish-button-background": "#999", "button-background": "#999", "button-background-hover": "#777", "button-text-hover": "white", "button-selected": "#666", "button-fg-highlighted": "#FFFFFF", "button-deny": "darkred", "button-width-chars": "10ch", "button-height": "10px", "button-height-padding-mobile": "20px", "button-height-padding-tiny": "10px", "button-height-padding": "10px", "image-corners": "10%", "gallery-border": "#ccc", "gallery-hover": "#777", "gallery-font-size": "22px", "gallery-font-size-mobile": "35px", "gallery-font-size-tiny": "17.5px", "icons-side": "right", "quote-right-margin": "0.1em", "quote-font-weight": "normal", "quote-font-size": "120%", "quote-font-size-mobile": "120%", "quote-font-size-tiny": "60%", "line-spacing": "180%", "line-spacing-newswire": "120%", "column-left-width": "10vw", "column-center-width": "80vw", "column-right-width": "10vw", "column-left-mobile-margin": "2%", "column-left-tiny-margin": "1%", "column-left-top-margin": "0", "column-right-top-margin": "0", "column-left-header-style": "uppercase", "column-left-header-background": "#555", "column-left-header-color": "#fff", "column-left-header-size": "20px", "column-left-header-size-mobile": "50px", "column-left-header-size-tiny": "25px", "column-left-border-width": "0", "column-left-icons-margin": "0", "column-right-border-width": "0", "column-left-border-color": "black", "column-left-icon-size": "2.1vw", "column-left-icon-size-mobile": "10%", "column-left-icon-size-tiny": "5%", "column-left-image-width-mobile": "40vw", "column-left-image-width-tiny": "20vw", "column-right-image-width-mobile": "100vw", "column-right-image-width-tiny": "50vw", "column-right-icon-size": "2.1vw", "column-right-icon-size-mobile": "10%", "column-right-icon-size-tiny": "5%", "newswire-voted-background-color": "black", "login-button-fg-color": "black", "button-event-corner-radius": "60px", "button-event-fg-color": "white", "hashtag-fg-color": "white", "tab-border-width": "0px", "tab-border-color": "grey", "icon-brightness-change": "150%", "container-button-padding": "20px", "header-button-padding": "20px", "container-padding": "2%", "container-padding-bottom": "1%", "container-padding-bottom-mobile": "0%", "container-padding-bottom-tiny": "0%", "vertical-between-posts-header": "10px", "containericons-horizontal-spacing": "1%", "containericons-horizontal-spacing-mobile": "3%", "containericons-horizontal-spacing-tiny": "1.5%", "containericons-horizontal-offset": "-1%", "containericons-vertical-align": "0.5%", "containericons-vertical-align-mobile": "1%", "containericons-vertical-align-tiny": "0.5%", "likes-count-offset": "5px", "publish-button-vertical-offset": "10px", "publish-button-bottom-offset": "10px", "banner-height-tiny": "10vh", "post-separator-background": "transparent", "post-separator-width": "95%", "separator-width-left": "95%", "separator-width-right": "95%", "post-separator-height": "1px", "header-vertical-offset": "0", "profile-background-height": "25vw", "profile-text-align": "left", "verticals-width": "0", "italic-font-style": "italic", "button-bottom-margin": "10px", "rendering": "normal", "voteresult-color": "#dddddd", "voteresult-border-color": "#aaaaaa", "voteresult-height": "32px", "voteresult-height-mobile": "32px", "voteresult-height-tiny": "16px", "voteresult-width": "80%", "voteresult-width-mobile": "80%", "voteresult-width-tiny": "40%", "vcard-icon-size": "32px", "vcard-icon-size-mobile": "80px", "vcard-icon-size-tiny": "80px", "event-public-color": "#282c37", "calendar-horizontal-padding": "0", "calendar-cell-size": "1.5vw", "calendar-cell-size-mobile": "1.5vw", "calendar-cell-size-tiny": "1.5vw", "font-size-calendar": "20px", "font-size-calendar-mobile": "30px", "font-size-calendar-tiny": "15px", "font-size-calendar-header": "3rem", "font-size-calendar-day": "1rem", "font-size-calendar-cell": "2rem", "font-size-calendar-cell-mobile": "4rem", "font-size-calendar-cell-tiny": "2rem", "calendar-header-font": "'Montserrat'", "calendar-header-font-style": "italic", "ical-icon-size": "32px", "ical-icon-size-mobile": "80px", "ical-icon-size-tiny": "80px", "hashtag-vertical-spacing1": "50px", "hashtag-vertical-spacing2": "100px", "hashtag-vertical-spacing3": "100px", "hashtag-vertical-spacing4": "150px", "hashtag-size1": "30px", "hashtag-size2": "40px", "hashtag-margin": "2%"} \ No newline at end of file diff --git a/theme/hacker/theme.json b/theme/hacker/theme.json index a18e479f7..6e6f14817 100644 --- a/theme/hacker/theme.json +++ b/theme/hacker/theme.json @@ -1,111 +1 @@ -{ - "block-reason-color": "lightgreen", - "verified-site-color": "lightgreen", - "code-color": "lightblue", - "pwa-theme-color": "apple-mobile-web-app-status-bar-style", - "pwa-theme-background-color": "black", - "dropdown-fg-color": "#9ad791", - "dropdown-bg-color": "#222", - "dropdown-bg-color-hover": "#444", - "dropdown-fg-color-hover": "#9ad791", - "column-left-header-background": "#035103", - "font-page-dash-tiny": "16px", - "font-page-dash-mobile": "32px", - "font-size-header": "12px", - "font-size-header-mobile": "20px", - "font-size-button-mobile": "20px", - "font-size-links": "16px", - "font-size-publish-button": "12px", - "font-size-newswire": "16px", - "font-size-newswire-mobile": "36px", - "font-size-dropdown-header": "26px", - "font-size-mobile": "40px", - "font-size-pageslist": "32px", - "font-size": "26px", - "font-size2": "16px", - "font-size3": "36px", - "font-size4": "16px", - "font-size5": "16px", - "font-size-likes": "12px", - "font-size-likes-mobile": "26px", - "font-size-pgp-key": "10px", - "font-size-pgp-key2": "10px", - "font-size-tox": "10px", - "font-size-tox2": "10px", - "gallery-font-size": "12px", - "gallery-font-size-mobile": "36px", - "quote-font-size": "26px", - "quote-font-size-mobile": "36px", - "dropdown-fg-color": "#dddddd", - "dropdown-bg-color": "#111", - "dropdown-bg-color-hover": "#035103", - "dropdown-fg-color-hover": "#dddddd", - "newswire-publish-icon": "True", - "full-width-timeline-buttons": "False", - "icons-as-buttons": "False", - "rss-icon-at-top": "True", - "publish-button-at-top": "False", - "focus-color": "green", - "main-bg-color": "black", - "login-bg-color": "black", - "welcome-bg-color": "black", - "options-bg-color": "black", - "post-bg-color": "black", - "timeline-posts-background-color": "black", - "header-bg-color": "black", - "column-left-color": "black", - "link-bg-color": "black", - "main-bg-color-dm": "#0b0a0a", - "main-bg-color-reply": "#030202", - "main-bg-color-report": "#050202", - "main-header-color-roles": "#1f192d", - "cw-color": "#9ad791", - "pageslist-color": "#dddddd", - "pageslist-selected-color": "white", - "main-fg-color": "#9ad791", - "login-fg-color": "#9ad791", - "welcome-fg-color": "#9ad791", - "options-fg-color": "#9ad791", - "column-left-fg-color": "#9ad791", - "border-color": "#035103", - "main-link-color": "#9ad791", - "main-link-color-hover": "#afff2f", - "options-main-link-color": "#2fff2f", - "options-main-link-color-hover": "#afff2f", - "title-color": "#2fff2f", - "main-visited-color": "#3c8234", - "options-main-visited-color": "#3c8234", - "button-selected": "#063200", - "button-background-hover": "#a62200", - "button-text-hover": "#9ad791", - "publish-button-background": "#062200", - "button-background": "#062200", - "button-small-background": "#062200", - "button-text": "#9ad791", - "button-selected-text": "#9ad791", - "publish-button-text": "#9ad791", - "button-small-text": "#9ad791", - "button-corner-radius": "4px", - "timeline-border-radius": "4px", - "header-font": "'Bedstead'", - "*font-family": "'Bedstead'", - "*src": "url('./fonts/MarginaliaRegular.woff2') format('woff2')", - "color: #FFFFFE;": "color: green;", - "calendar-bg-color": "black", - "lines-color": "green", - "day-number": "green", - "day-number2": "darkgreen", - "today-foreground": "white", - "today-circle": "red", - "event-background": "lightgreen", - "event-background-private": "darkgreen", - "event-foreground": "black", - "title-text": "black", - "title-background": "darkgreen", - "gallery-text-color": "green", - "time-color": "#9ad791", - "place-color": "#9ad791", - "event-color": "#9ad791", - "image-corners": "0%", - "reply-icon-direction": "-1" -} +{"block-reason-color": "lightgreen", "verified-site-color": "lightgreen", "code-color": "lightblue", "pwa-theme-color": "apple-mobile-web-app-status-bar-style", "pwa-theme-background-color": "black", "dropdown-fg-color": "#dddddd", "dropdown-bg-color": "#111", "dropdown-bg-color-hover": "#035103", "dropdown-fg-color-hover": "#dddddd", "column-left-header-background": "#035103", "font-page-dash-tiny": "16px", "font-page-dash-mobile": "32px", "font-size-header": "12px", "font-size-header-mobile": "20px", "font-size-button-mobile": "20px", "font-size-links": "16px", "font-size-publish-button": "12px", "font-size-newswire": "16px", "font-size-newswire-mobile": "36px", "font-size-dropdown-header": "26px", "font-size-mobile": "40px", "font-size-pageslist": "32px", "font-size": "26px", "font-size2": "16px", "font-size3": "36px", "font-size4": "16px", "font-size5": "16px", "font-size-likes": "12px", "font-size-likes-mobile": "26px", "font-size-pgp-key": "10px", "font-size-pgp-key2": "10px", "font-size-tox": "10px", "font-size-tox2": "10px", "gallery-font-size": "12px", "gallery-font-size-mobile": "36px", "quote-font-size": "26px", "quote-font-size-mobile": "36px", "newswire-publish-icon": "True", "full-width-timeline-buttons": "False", "icons-as-buttons": "False", "rss-icon-at-top": "True", "publish-button-at-top": "False", "focus-color": "green", "main-bg-color": "black", "login-bg-color": "black", "welcome-bg-color": "black", "options-bg-color": "black", "post-bg-color": "black", "timeline-posts-background-color": "black", "header-bg-color": "black", "column-left-color": "black", "link-bg-color": "black", "main-bg-color-dm": "#0b0a0a", "main-bg-color-reply": "#030202", "main-bg-color-report": "#050202", "main-header-color-roles": "#1f192d", "cw-color": "#9ad791", "pageslist-color": "#dddddd", "pageslist-selected-color": "white", "main-fg-color": "#9ad791", "login-fg-color": "#9ad791", "welcome-fg-color": "#9ad791", "options-fg-color": "#9ad791", "column-left-fg-color": "#9ad791", "border-color": "#035103", "main-link-color": "#9ad791", "main-link-color-hover": "#afff2f", "options-main-link-color": "#2fff2f", "options-main-link-color-hover": "#afff2f", "title-color": "#2fff2f", "main-visited-color": "#3c8234", "options-main-visited-color": "#3c8234", "button-selected": "#063200", "button-background-hover": "#a62200", "button-text-hover": "#9ad791", "publish-button-background": "#062200", "button-background": "#062200", "button-small-background": "#062200", "button-text": "#9ad791", "button-selected-text": "#9ad791", "publish-button-text": "#9ad791", "button-small-text": "#9ad791", "button-corner-radius": "4px", "timeline-border-radius": "4px", "header-font": "'Bedstead'", "*font-family": "'Bedstead'", "*src": "url('./fonts/MarginaliaRegular.woff2') format('woff2')", "color: #FFFFFE;": "color: green;", "calendar-bg-color": "black", "lines-color": "green", "day-number": "green", "day-number2": "darkgreen", "today-foreground": "white", "today-circle": "red", "event-background": "lightgreen", "event-background-private": "darkgreen", "event-foreground": "black", "title-text": "black", "title-background": "darkgreen", "gallery-text-color": "green", "time-color": "#9ad791", "place-color": "#9ad791", "event-color": "#9ad791", "image-corners": "0%", "reply-icon-direction": "-1", "search-banner-height": "30vh", "search-banner-height-mobile": "15vh", "likes-names-margin": "2%", "likes-names-size1": "30px", "likes-names-size2": "40px", "liker-names-margin": "2%", "liker-names-vertical-spacing1": "50px", "liker-names-vertical-spacing2": "100px", "avatar-rounding": "10%", "timeline-icon-width": "50px", "timeline-icon-width-mobile": "100px", "timeline-icon-width-tiny": "50px", "cw-style": "normal", "cw-weight": "bold", "column-right-fg-color-voted-on": "red", "font-size-header-tiny": "16px", "font-size-button-tiny": "13px", "font-size-newswire-tiny": "16px", "font-size-dropdown-header-tiny": "20px", "font-size-tiny": "25px", "font-size-likes-tiny": "16px", "likes-margin-left-tiny": "10px", "likes-margin-right-tiny": "10px", "likes-margin-top-tiny": "-10px", "likes-margin-left-mobile": "20px", "likes-margin-right-mobile": "0px", "likes-margin-top-mobile": "0px", "font-size-emoji-reaction": "16px", "font-size-emoji-reaction-mobile": "24px", "font-size-emoji-reaction-tiny": "12px", "follow-text-size1": "24px", "follow-text-size2": "40px", "follow-text-entry-width": "90%", "time-vertical-align": "0%", "time-vertical-align-mobile": "1.5%", "time-vertical-align-tiny": "0.75%", "button-margin": "5px", "button-left-margin": "none", "button-fg-highlighted": "#FFFFFF", "button-deny": "darkred", "button-width-chars": "10ch", "button-height": "10px", "button-height-padding-mobile": "20px", "button-height-padding-tiny": "10px", "button-height-padding": "10px", "gallery-border": "#ccc", "gallery-hover": "#777", "gallery-font-size-tiny": "17.5px", "icons-side": "right", "quote-right-margin": "0.1em", "quote-font-weight": "normal", "quote-font-size-tiny": "60%", "line-spacing": "180%", "line-spacing-newswire": "120%", "column-left-width": "10vw", "column-center-width": "80vw", "column-right-width": "10vw", "column-left-mobile-margin": "2%", "column-left-tiny-margin": "1%", "column-left-top-margin": "0", "column-right-top-margin": "0", "column-left-header-style": "uppercase", "column-left-header-color": "#fff", "column-left-header-size": "20px", "column-left-header-size-mobile": "50px", "column-left-header-size-tiny": "25px", "column-left-border-width": "0", "column-left-icons-margin": "0", "column-right-border-width": "0", "column-left-border-color": "black", "column-left-icon-size": "2.1vw", "column-left-icon-size-mobile": "10%", "column-left-icon-size-tiny": "5%", "column-left-image-width-mobile": "40vw", "column-left-image-width-tiny": "20vw", "column-right-image-width-mobile": "100vw", "column-right-image-width-tiny": "50vw", "column-right-icon-size": "2.1vw", "column-right-icon-size-mobile": "10%", "column-right-icon-size-tiny": "5%", "newswire-voted-background-color": "black", "login-button-fg-color": "black", "button-event-corner-radius": "60px", "button-event-fg-color": "white", "hashtag-fg-color": "white", "tab-border-width": "0px", "tab-border-color": "grey", "icon-brightness-change": "150%", "container-button-padding": "20px", "header-button-padding": "20px", "container-padding": "2%", "container-padding-bottom": "1%", "container-padding-bottom-mobile": "0%", "container-padding-bottom-tiny": "0%", "vertical-between-posts": "10px", "vertical-between-posts-header": "10px", "containericons-horizontal-spacing": "1%", "containericons-horizontal-spacing-mobile": "3%", "containericons-horizontal-spacing-tiny": "1.5%", "containericons-horizontal-offset": "-1%", "containericons-vertical-align": "0.5%", "containericons-vertical-align-mobile": "1%", "containericons-vertical-align-tiny": "0.5%", "likes-count-offset": "5px", "publish-button-vertical-offset": "10px", "publish-button-bottom-offset": "10px", "banner-height-mobile": "10vh", "banner-height-tiny": "10vh", "post-separator-background": "transparent", "post-separator-width": "95%", "separator-width-left": "95%", "separator-width-right": "95%", "post-separator-height": "1px", "header-vertical-offset": "0", "profile-background-height": "25vw", "profile-text-align": "left", "verticals-width": "0", "italic-font-style": "italic", "button-bottom-margin": "10px", "rendering": "normal", "voteresult-color": "#dddddd", "voteresult-border-color": "#aaaaaa", "voteresult-height": "32px", "voteresult-height-mobile": "32px", "voteresult-height-tiny": "16px", "voteresult-width": "80%", "voteresult-width-mobile": "80%", "voteresult-width-tiny": "40%", "vcard-icon-size": "32px", "vcard-icon-size-mobile": "80px", "vcard-icon-size-tiny": "80px", "event-public-color": "#282c37", "calendar-horizontal-padding": "0", "calendar-cell-size": "1.5vw", "calendar-cell-size-mobile": "1.5vw", "calendar-cell-size-tiny": "1.5vw", "font-size-calendar": "20px", "font-size-calendar-mobile": "30px", "font-size-calendar-tiny": "15px", "font-size-calendar-header": "3rem", "font-size-calendar-day": "1rem", "font-size-calendar-cell": "2rem", "font-size-calendar-cell-mobile": "4rem", "font-size-calendar-cell-tiny": "2rem", "calendar-header-font": "'Montserrat'", "calendar-header-font-style": "italic", "ical-icon-size": "32px", "ical-icon-size-mobile": "80px", "ical-icon-size-tiny": "80px", "hashtag-vertical-spacing1": "50px", "hashtag-vertical-spacing2": "100px", "hashtag-vertical-spacing3": "100px", "hashtag-vertical-spacing4": "150px", "hashtag-size1": "30px", "hashtag-size2": "40px", "hashtag-margin": "2%", "text-entry-foreground": "#ccc", "text-entry-background": "#111", "column-right-fg-color": "yellow", "border-width": "2px", "border-width-header": "2px", "font-color-header": "#ccc", "button-highlighted": "green", "button-selected-highlighted": "darkgreen", "button-approve": "darkgreen", "newswire-item-moderated-color": "white", "newswire-date-moderated-color": "white", "newswire-date-color": "white", "login-button-color": "#2965", "button-event-background-color": "green", "hashtag-background-color": "black", "banner-height": "15vh", "post-separator-margin-top": "0", "post-separator-margin-bottom": "0", "diff-add": "#FFFFFF", "diff-remove": "#aaa"} \ No newline at end of file diff --git a/theme/henge/theme.json b/theme/henge/theme.json index c14a50a42..2bb2515c2 100644 --- a/theme/henge/theme.json +++ b/theme/henge/theme.json @@ -1,93 +1 @@ -{ - "block-reason-color": "lightgreen", - "verified-site-color": "lightgreen", - "code-color": "lightblue", - "pwa-theme-color": "apple-mobile-web-app-status-bar-style", - "pwa-theme-background-color": "black", - "dropdown-fg-color": "white", - "dropdown-bg-color": "#483335", - "dropdown-bg-color-hover": "#583335", - "dropdown-fg-color-hover": "white", - "post-separator-margin-top": "10px", - "post-separator-margin-bottom": "10px", - "time-color": "grey", - "event-color": "white", - "login-bg-color": "#362e31", - "welcome-bg-color": "#ccc", - "login-fg-color": "white", - "welcome-fg-color": "black", - "options-bg-color": "#383335", - "newswire-publish-icon": "True", - "full-width-timeline-buttons": "False", - "icons-as-buttons": "False", - "rss-icon-at-top": "True", - "publish-button-at-top": "False", - "banner-height": "25vh", - "column-left-image-width-mobile": "40vw", - "column-right-image-width-mobile": "40vw", - "font-page-dash-tiny": "16px", - "font-page-dash-mobile": "32px", - "font-size-button-mobile": "26px", - "font-size-pageslist": "32px", - "font-size-links": "20px", - "font-size-newswire": "20px", - "font-size": "32px", - "font-size2": "26px", - "font-size3": "40px", - "font-size4": "24px", - "font-size5": "22px", - "main-bg-color": "#383335", - "post-bg-color": "#383335", - "timeline-posts-background-color": "#383335", - "header-bg-color": "#383335", - "column-left-color": "#42383c", - "text-entry-background": "#383335", - "link-bg-color": "#383335", - "main-link-color": "#a4999e", - "main-link-color-hover": "#dbd3d6", - "options-main-link-color": "white", - "options-main-link-color-hover": "#ddd", - "title-color": "white", - "main-visited-color": "#e1c4bc", - "options-main-visited-color": "#e1c4bc", - "cw-color": "white", - "pageslist-color": "white", - "pageslist-selected-color": "yellow", - "main-fg-color": "white", - "options-fg-color": "white", - "column-left-fg-color": "white", - "main-bg-color-dm": "#343335", - "border-color": "#222", - "border-width": "5px", - "border-width-header": "5px", - "main-bg-color-reply": "#383335", - "main-bg-color-report": "#383335", - "hashtag-vertical-spacing3": "100px", - "hashtag-vertical-spacing4": "150px", - "button-background-hover": "#444", - "button-text-hover": "white", - "publish-button-background": "#222", - "button-background": "#222", - "button-selected": "black", - "dropdown-fg-color": "#dddddd", - "dropdown-bg-color": "#444", - "dropdown-bg-color-hover": "#555", - "dropdown-fg-color-hover": "#dddddd", - "calendar-bg-color": "#383335", - "title-text": "#c5d2b9", - "title-background": "#444", - "lines-color": "#c5d2b9", - "day-number": "#c5d2b9", - "day-number2": "#ccc", - "event-background": "#222", - "event-background-private": "#111", - "timeline-border-radius": "20px", - "image-corners": "8%", - "quote-right-margin": "0.1em", - "*font-family": "'Hyperlegible'", - "*src": "url('fonts/Atkinson-Hyperlegible-Regular.woff2') format('woff2')", - "header-font": "'HyperlegibleBold'", - "**font-family": "'HyperlegibleBold'", - "**src": "url('fonts/Atkinson-Hyperlegible-Bold.woff2') format('woff2')", - "reply-icon-direction": "-1" -} +{"block-reason-color": "lightgreen", "verified-site-color": "lightgreen", "code-color": "lightblue", "pwa-theme-color": "apple-mobile-web-app-status-bar-style", "pwa-theme-background-color": "black", "dropdown-fg-color": "#dddddd", "dropdown-bg-color": "#444", "dropdown-bg-color-hover": "#555", "dropdown-fg-color-hover": "#dddddd", "post-separator-margin-top": "10px", "post-separator-margin-bottom": "10px", "time-color": "grey", "event-color": "white", "login-bg-color": "#362e31", "welcome-bg-color": "#ccc", "login-fg-color": "white", "welcome-fg-color": "black", "options-bg-color": "#383335", "newswire-publish-icon": "True", "full-width-timeline-buttons": "False", "icons-as-buttons": "False", "rss-icon-at-top": "True", "publish-button-at-top": "False", "banner-height": "25vh", "column-left-image-width-mobile": "40vw", "column-right-image-width-mobile": "40vw", "font-page-dash-tiny": "16px", "font-page-dash-mobile": "32px", "font-size-button-mobile": "26px", "font-size-pageslist": "32px", "font-size-links": "20px", "font-size-newswire": "20px", "font-size": "32px", "font-size2": "26px", "font-size3": "40px", "font-size4": "24px", "font-size5": "22px", "main-bg-color": "#383335", "post-bg-color": "#383335", "timeline-posts-background-color": "#383335", "header-bg-color": "#383335", "column-left-color": "#42383c", "text-entry-background": "#383335", "link-bg-color": "#383335", "main-link-color": "#a4999e", "main-link-color-hover": "#dbd3d6", "options-main-link-color": "white", "options-main-link-color-hover": "#ddd", "title-color": "white", "main-visited-color": "#e1c4bc", "options-main-visited-color": "#e1c4bc", "cw-color": "white", "pageslist-color": "white", "pageslist-selected-color": "yellow", "main-fg-color": "white", "options-fg-color": "white", "column-left-fg-color": "white", "main-bg-color-dm": "#343335", "border-color": "#222", "border-width": "5px", "border-width-header": "5px", "main-bg-color-reply": "#383335", "main-bg-color-report": "#383335", "hashtag-vertical-spacing3": "100px", "hashtag-vertical-spacing4": "150px", "button-background-hover": "#444", "button-text-hover": "white", "publish-button-background": "#222", "button-background": "#222", "button-selected": "black", "calendar-bg-color": "#383335", "title-text": "#c5d2b9", "title-background": "#444", "lines-color": "#c5d2b9", "day-number": "#c5d2b9", "day-number2": "#ccc", "event-background": "#222", "event-background-private": "#111", "timeline-border-radius": "20px", "image-corners": "8%", "quote-right-margin": "0.1em", "*font-family": "'Hyperlegible'", "*src": "url('fonts/Atkinson-Hyperlegible-Regular.woff2') format('woff2')", "header-font": "'HyperlegibleBold'", "**font-family": "'HyperlegibleBold'", "**src": "url('fonts/Atkinson-Hyperlegible-Bold.woff2') format('woff2')", "reply-icon-direction": "-1", "search-banner-height": "30vh", "search-banner-height-mobile": "15vh", "likes-names-margin": "2%", "likes-names-size1": "30px", "likes-names-size2": "40px", "liker-names-margin": "2%", "liker-names-vertical-spacing1": "50px", "liker-names-vertical-spacing2": "100px", "avatar-rounding": "10%", "timeline-icon-width": "50px", "timeline-icon-width-mobile": "100px", "timeline-icon-width-tiny": "50px", "cw-style": "normal", "cw-weight": "bold", "column-right-fg-color-voted-on": "red", "font-size-header": "18px", "font-size-header-mobile": "32px", "font-size-header-tiny": "16px", "font-size-button-tiny": "13px", "font-size-publish-button": "18px", "font-size-newswire-tiny": "16px", "font-size-dropdown-header": "40px", "font-size-dropdown-header-tiny": "20px", "font-size-mobile": "50px", "font-size-tiny": "25px", "font-size-likes-mobile": "64px", "font-size-likes-tiny": "16px", "likes-margin-left-tiny": "10px", "likes-margin-right-tiny": "10px", "likes-margin-top-tiny": "-10px", "likes-margin-left-mobile": "20px", "likes-margin-right-mobile": "0px", "likes-margin-top-mobile": "0px", "font-size-pgp-key": "16px", "font-size-pgp-key2": "18px", "font-size-tox": "16px", "font-size-tox2": "18px", "font-size-emoji-reaction": "16px", "font-size-emoji-reaction-mobile": "24px", "font-size-emoji-reaction-tiny": "12px", "follow-text-size1": "24px", "follow-text-size2": "40px", "follow-text-entry-width": "90%", "time-vertical-align": "0%", "time-vertical-align-mobile": "1.5%", "time-vertical-align-tiny": "0.75%", "publish-button-text": "#FFFFFF", "button-margin": "5px", "button-left-margin": "none", "button-text": "#FFFFFF", "button-selected-text": "#FFFFFF", "button-fg-highlighted": "#FFFFFF", "button-deny": "darkred", "button-width-chars": "10ch", "button-height": "10px", "button-height-padding-mobile": "20px", "button-height-padding-tiny": "10px", "button-height-padding": "10px", "gallery-border": "#ccc", "gallery-hover": "#777", "gallery-font-size": "22px", "gallery-font-size-mobile": "35px", "gallery-font-size-tiny": "17.5px", "icons-side": "right", "quote-font-weight": "normal", "quote-font-size": "120%", "quote-font-size-mobile": "120%", "quote-font-size-tiny": "60%", "line-spacing": "180%", "line-spacing-newswire": "120%", "column-left-width": "10vw", "column-center-width": "80vw", "column-right-width": "10vw", "column-left-mobile-margin": "2%", "column-left-tiny-margin": "1%", "column-left-top-margin": "0", "column-right-top-margin": "0", "column-left-header-style": "uppercase", "column-left-header-background": "#555", "column-left-header-color": "#fff", "column-left-header-size": "20px", "column-left-header-size-mobile": "50px", "column-left-header-size-tiny": "25px", "column-left-border-width": "0", "column-left-icons-margin": "0", "column-right-border-width": "0", "column-left-border-color": "black", "column-left-icon-size": "2.1vw", "column-left-icon-size-mobile": "10%", "column-left-icon-size-tiny": "5%", "column-left-image-width-tiny": "20vw", "column-right-image-width-tiny": "50vw", "column-right-icon-size": "2.1vw", "column-right-icon-size-mobile": "10%", "column-right-icon-size-tiny": "5%", "newswire-voted-background-color": "black", "login-button-fg-color": "black", "button-event-corner-radius": "60px", "button-event-fg-color": "white", "hashtag-fg-color": "white", "tab-border-width": "0px", "tab-border-color": "grey", "icon-brightness-change": "150%", "container-button-padding": "20px", "header-button-padding": "20px", "container-padding": "2%", "container-padding-bottom": "1%", "container-padding-bottom-mobile": "0%", "container-padding-bottom-tiny": "0%", "vertical-between-posts": "10px", "vertical-between-posts-header": "10px", "containericons-horizontal-spacing": "1%", "containericons-horizontal-spacing-mobile": "3%", "containericons-horizontal-spacing-tiny": "1.5%", "containericons-horizontal-offset": "-1%", "containericons-vertical-align": "0.5%", "containericons-vertical-align-mobile": "1%", "containericons-vertical-align-tiny": "0.5%", "likes-count-offset": "5px", "publish-button-vertical-offset": "10px", "publish-button-bottom-offset": "10px", "banner-height-mobile": "10vh", "banner-height-tiny": "10vh", "post-separator-background": "transparent", "post-separator-width": "95%", "separator-width-left": "95%", "separator-width-right": "95%", "post-separator-height": "1px", "header-vertical-offset": "0", "profile-background-height": "25vw", "profile-text-align": "left", "verticals-width": "0", "italic-font-style": "italic", "button-bottom-margin": "10px", "rendering": "normal", "voteresult-color": "#dddddd", "voteresult-border-color": "#aaaaaa", "voteresult-height": "32px", "voteresult-height-mobile": "32px", "voteresult-height-tiny": "16px", "voteresult-width": "80%", "voteresult-width-mobile": "80%", "voteresult-width-tiny": "40%", "vcard-icon-size": "32px", "vcard-icon-size-mobile": "80px", "vcard-icon-size-tiny": "80px", "place-color": "lightblue", "event-public-color": "#282c37", "today-foreground": "black", "today-circle": "grey", "event-foreground": "white", "calendar-horizontal-padding": "0", "calendar-cell-size": "1.5vw", "calendar-cell-size-mobile": "1.5vw", "calendar-cell-size-tiny": "1.5vw", "font-size-calendar": "20px", "font-size-calendar-mobile": "30px", "font-size-calendar-tiny": "15px", "font-size-calendar-header": "3rem", "font-size-calendar-day": "1rem", "font-size-calendar-cell": "2rem", "font-size-calendar-cell-mobile": "4rem", "font-size-calendar-cell-tiny": "2rem", "calendar-header-font": "'Montserrat'", "calendar-header-font-style": "italic", "ical-icon-size": "32px", "ical-icon-size-mobile": "80px", "ical-icon-size-tiny": "80px", "hashtag-vertical-spacing1": "50px", "hashtag-vertical-spacing2": "100px", "hashtag-size1": "30px", "hashtag-size2": "40px", "hashtag-margin": "2%", "text-entry-foreground": "#ccc", "main-header-color-roles": "#282237", "column-right-fg-color": "yellow", "font-color-header": "#ccc", "font-size-newswire-mobile": "38px", "font-size-likes": "20px", "button-highlighted": "green", "button-selected-highlighted": "darkgreen", "button-approve": "darkgreen", "gallery-text-color": "#ccc", "button-corner-radius": "15px", "focus-color": "white", "newswire-item-moderated-color": "white", "newswire-date-moderated-color": "white", "newswire-date-color": "white", "login-button-color": "#2965", "button-event-background-color": "green", "hashtag-background-color": "black", "diff-add": "#FFFFFF", "diff-remove": "#aaa"} \ No newline at end of file diff --git a/theme/indymediaclassic/theme.json b/theme/indymediaclassic/theme.json index 4fc35b72c..f17a976ce 100644 --- a/theme/indymediaclassic/theme.json +++ b/theme/indymediaclassic/theme.json @@ -1,105 +1 @@ -{ - "block-reason-color": "lightgreen", - "verified-site-color": "lightgreen", - "code-color": "lightblue", - "pwa-theme-color": "apple-mobile-web-app-status-bar-style", - "pwa-theme-background-color": "black", - "dropdown-fg-color": "white", - "dropdown-bg-color": "#222", - "dropdown-bg-color-hover": "#444", - "dropdown-fg-color-hover": "white", - "newswire-publish-icon": "True", - "full-width-timeline-buttons": "True", - "icons-as-buttons": "False", - "rss-icon-at-top": "False", - "publish-button-at-top": "False", - "container-button-padding": "0px", - "hashtag-background-color": "darkred", - "font-size-newswire": "18px", - "font-size-publish-button": "18px", - "font-size-newswire-mobile": "40px", - "line-spacing-newswire": "100%", - "newswire-item-moderated-color": "white", - "newswire-date-moderated-color": "white", - "newswire-date-color": "white", - "newswire-voted-background-color": "black", - "column-left-image-width-mobile": "40vw", - "column-right-fg-color": "#ff9900", - "column-right-fg-color-voted-on": "red", - "button-corner-radius": "5px", - "timeline-border-radius": "5px", - "focus-color": "blue", - "font-page-dash-tiny": "16px", - "font-page-dash-mobile": "32px", - "font-size-button-mobile": "26px", - "font-size-pageslist": "32px", - "font-size": "32px", - "font-size2": "26px", - "font-size3": "40px", - "font-size4": "24px", - "font-size5": "22px", - "main-bg-color": "black", - "login-bg-color": "black", - "login-logo-width": "30vw", - "welcome-bg-color": "black", - "options-bg-color": "black", - "post-bg-color": "black", - "timeline-posts-background-color": "black", - "header-bg-color": "black", - "column-left-header-color": "#fff", - "column-left-header-background": "#555", - "column-left-header-size": "20px", - "column-left-color": "#003366", - "text-entry-background": "#0f0d10", - "link-bg-color": "black", - "main-link-color": "#ff9900", - "main-link-color-hover": "#d09338", - "options-main-link-color": "#ff9900", - "options-main-link-color-hover": "#d09338", - "main-visited-color": "#ffb900", - "options-main-visited-color": "#ffb900", - "cw-color": "white", - "pageslist-color": "white", - "pageslist-selected-color": "yellow", - "main-fg-color": "white", - "login-fg-color": "white", - "welcome-fg-color": "white", - "options-fg-color": "white", - "column-left-fg-color": "white", - "main-bg-color-dm": "#0b0a0a", - "border-color": "#003366", - "border-width": "0", - "border-width-header": "0", - "main-bg-color-reply": "#0f0d10", - "main-bg-color-report": "#0f0d10", - "hashtag-vertical-spacing3": "100px", - "hashtag-vertical-spacing4": "150px", - "button-background-hover": "darkblue", - "button-text-hover": "white", - "publish-button-background": "#ff9900", - "publish-button-text": "#003366", - "button-background": "#003366", - "button-selected": "blue", - "calendar-bg-color": "#0f0d10", - "event-background": "#555", - "event-background-private": "#999", - "border-color": "#003366", - "lines-color": "#ff9900", - "day-number": "lightblue", - "day-number2": "white", - "time-color": "#003366", - "place-color": "#003366", - "event-color": "#003366", - "title-text": "white", - "title-background": "#003366", - "quote-right-margin": "0.1em", - "column-left-width": "10vw", - "column-center-width": "70vw", - "column-right-width": "20vw", - "column-right-icon-size": "11%", - "login-button-color": "red", - "welcome-button-color": "red", - "login-button-fg-color": "white", - "welcome-button-fg-color": "white", - "reply-icon-direction": "-1" -} +{"block-reason-color": "lightgreen", "verified-site-color": "lightgreen", "code-color": "lightblue", "pwa-theme-color": "apple-mobile-web-app-status-bar-style", "pwa-theme-background-color": "black", "dropdown-fg-color": "white", "dropdown-bg-color": "#222", "dropdown-bg-color-hover": "#444", "dropdown-fg-color-hover": "white", "newswire-publish-icon": "True", "full-width-timeline-buttons": "True", "icons-as-buttons": "False", "rss-icon-at-top": "False", "publish-button-at-top": "False", "container-button-padding": "0px", "hashtag-background-color": "darkred", "font-size-newswire": "18px", "font-size-publish-button": "18px", "font-size-newswire-mobile": "40px", "line-spacing-newswire": "100%", "newswire-item-moderated-color": "white", "newswire-date-moderated-color": "white", "newswire-date-color": "white", "newswire-voted-background-color": "black", "column-left-image-width-mobile": "40vw", "column-right-fg-color": "#ff9900", "column-right-fg-color-voted-on": "red", "button-corner-radius": "5px", "timeline-border-radius": "5px", "focus-color": "blue", "font-page-dash-tiny": "16px", "font-page-dash-mobile": "32px", "font-size-button-mobile": "26px", "font-size-pageslist": "32px", "font-size": "32px", "font-size2": "26px", "font-size3": "40px", "font-size4": "24px", "font-size5": "22px", "main-bg-color": "black", "login-bg-color": "black", "login-logo-width": "30vw", "welcome-bg-color": "black", "options-bg-color": "black", "post-bg-color": "black", "timeline-posts-background-color": "black", "header-bg-color": "black", "column-left-header-color": "#fff", "column-left-header-background": "#555", "column-left-header-size": "20px", "column-left-color": "#003366", "text-entry-background": "#0f0d10", "link-bg-color": "black", "main-link-color": "#ff9900", "main-link-color-hover": "#d09338", "options-main-link-color": "#ff9900", "options-main-link-color-hover": "#d09338", "main-visited-color": "#ffb900", "options-main-visited-color": "#ffb900", "cw-color": "white", "pageslist-color": "white", "pageslist-selected-color": "yellow", "main-fg-color": "white", "login-fg-color": "white", "welcome-fg-color": "white", "options-fg-color": "white", "column-left-fg-color": "white", "main-bg-color-dm": "#0b0a0a", "border-color": "#003366", "border-width": "0", "border-width-header": "0", "main-bg-color-reply": "#0f0d10", "main-bg-color-report": "#0f0d10", "hashtag-vertical-spacing3": "100px", "hashtag-vertical-spacing4": "150px", "button-background-hover": "darkblue", "button-text-hover": "white", "publish-button-background": "#ff9900", "publish-button-text": "#003366", "button-background": "#003366", "button-selected": "blue", "calendar-bg-color": "#0f0d10", "event-background": "#555", "event-background-private": "#999", "lines-color": "#ff9900", "day-number": "lightblue", "day-number2": "white", "time-color": "#003366", "place-color": "#003366", "event-color": "#003366", "title-text": "white", "title-background": "#003366", "quote-right-margin": "0.1em", "column-left-width": "10vw", "column-center-width": "70vw", "column-right-width": "20vw", "column-right-icon-size": "11%", "login-button-color": "red", "welcome-button-color": "red", "login-button-fg-color": "white", "welcome-button-fg-color": "white", "reply-icon-direction": "-1", "search-banner-height": "30vh", "search-banner-height-mobile": "15vh", "likes-names-margin": "2%", "likes-names-size1": "30px", "likes-names-size2": "40px", "liker-names-margin": "2%", "liker-names-vertical-spacing1": "50px", "liker-names-vertical-spacing2": "100px", "avatar-rounding": "10%", "timeline-icon-width": "50px", "timeline-icon-width-mobile": "100px", "timeline-icon-width-tiny": "50px", "cw-style": "normal", "cw-weight": "bold", "font-size-header": "18px", "font-size-header-mobile": "32px", "font-size-header-tiny": "16px", "font-size-button-tiny": "13px", "font-size-newswire-tiny": "16px", "font-size-dropdown-header": "40px", "font-size-dropdown-header-tiny": "20px", "font-size-mobile": "50px", "font-size-tiny": "25px", "font-size-likes-mobile": "64px", "font-size-likes-tiny": "16px", "likes-margin-left-tiny": "10px", "likes-margin-right-tiny": "10px", "likes-margin-top-tiny": "-10px", "likes-margin-left-mobile": "20px", "likes-margin-right-mobile": "0px", "likes-margin-top-mobile": "0px", "font-size-pgp-key": "16px", "font-size-pgp-key2": "18px", "font-size-tox": "16px", "font-size-tox2": "18px", "font-size-emoji-reaction": "16px", "font-size-emoji-reaction-mobile": "24px", "font-size-emoji-reaction-tiny": "12px", "follow-text-size1": "24px", "follow-text-size2": "40px", "follow-text-entry-width": "90%", "time-vertical-align": "0%", "time-vertical-align-mobile": "1.5%", "time-vertical-align-tiny": "0.75%", "button-margin": "5px", "button-left-margin": "none", "button-text": "#FFFFFF", "button-selected-text": "#FFFFFF", "button-fg-highlighted": "#FFFFFF", "button-deny": "darkred", "button-width-chars": "10ch", "button-height": "10px", "button-height-padding-mobile": "20px", "button-height-padding-tiny": "10px", "button-height-padding": "10px", "image-corners": "10%", "gallery-border": "#ccc", "gallery-hover": "#777", "gallery-font-size": "22px", "gallery-font-size-mobile": "35px", "gallery-font-size-tiny": "17.5px", "icons-side": "right", "quote-font-weight": "normal", "quote-font-size": "120%", "quote-font-size-mobile": "120%", "quote-font-size-tiny": "60%", "line-spacing": "180%", "column-left-mobile-margin": "2%", "column-left-tiny-margin": "1%", "column-left-top-margin": "0", "column-right-top-margin": "0", "column-left-header-style": "uppercase", "column-left-header-size-mobile": "50px", "column-left-header-size-tiny": "25px", "column-left-border-width": "0", "column-left-icons-margin": "0", "column-right-border-width": "0", "column-left-border-color": "black", "column-left-icon-size": "2.1vw", "column-left-icon-size-mobile": "10%", "column-left-icon-size-tiny": "5%", "column-left-image-width-tiny": "20vw", "column-right-image-width-mobile": "100vw", "column-right-image-width-tiny": "50vw", "column-right-icon-size-mobile": "10%", "column-right-icon-size-tiny": "5%", "button-event-corner-radius": "60px", "button-event-fg-color": "white", "hashtag-fg-color": "white", "tab-border-width": "0px", "tab-border-color": "grey", "icon-brightness-change": "150%", "header-button-padding": "20px", "container-padding": "2%", "container-padding-bottom": "1%", "container-padding-bottom-mobile": "0%", "container-padding-bottom-tiny": "0%", "vertical-between-posts": "10px", "vertical-between-posts-header": "10px", "containericons-horizontal-spacing": "1%", "containericons-horizontal-spacing-mobile": "3%", "containericons-horizontal-spacing-tiny": "1.5%", "containericons-horizontal-offset": "-1%", "containericons-vertical-align": "0.5%", "containericons-vertical-align-mobile": "1%", "containericons-vertical-align-tiny": "0.5%", "likes-count-offset": "5px", "publish-button-vertical-offset": "10px", "publish-button-bottom-offset": "10px", "banner-height-mobile": "10vh", "banner-height-tiny": "10vh", "post-separator-background": "transparent", "post-separator-width": "95%", "separator-width-left": "95%", "separator-width-right": "95%", "post-separator-height": "1px", "header-vertical-offset": "0", "profile-background-height": "25vw", "profile-text-align": "left", "verticals-width": "0", "italic-font-style": "italic", "button-bottom-margin": "10px", "rendering": "normal", "voteresult-color": "#dddddd", "voteresult-border-color": "#aaaaaa", "voteresult-height": "32px", "voteresult-height-mobile": "32px", "voteresult-height-tiny": "16px", "voteresult-width": "80%", "voteresult-width-mobile": "80%", "voteresult-width-tiny": "40%", "vcard-icon-size": "32px", "vcard-icon-size-mobile": "80px", "vcard-icon-size-tiny": "80px", "event-public-color": "#282c37", "today-foreground": "black", "today-circle": "grey", "event-foreground": "white", "calendar-horizontal-padding": "0", "calendar-cell-size": "1.5vw", "calendar-cell-size-mobile": "1.5vw", "calendar-cell-size-tiny": "1.5vw", "font-size-calendar": "20px", "font-size-calendar-mobile": "30px", "font-size-calendar-tiny": "15px", "font-size-calendar-header": "3rem", "font-size-calendar-day": "1rem", "font-size-calendar-cell": "2rem", "font-size-calendar-cell-mobile": "4rem", "font-size-calendar-cell-tiny": "2rem", "calendar-header-font": "'Montserrat'", "calendar-header-font-style": "italic", "ical-icon-size": "32px", "ical-icon-size-mobile": "80px", "ical-icon-size-tiny": "80px", "hashtag-vertical-spacing1": "50px", "hashtag-vertical-spacing2": "100px", "hashtag-size1": "30px", "hashtag-size2": "40px", "hashtag-margin": "2%", "text-entry-foreground": "#ccc", "main-header-color-roles": "#282237", "font-color-header": "#ccc", "font-size-links": "18px", "font-size-likes": "20px", "button-highlighted": "green", "button-selected-highlighted": "darkgreen", "button-approve": "darkgreen", "gallery-text-color": "#ccc", "title-color": "#999", "button-event-background-color": "green", "banner-height": "15vh", "post-separator-margin-top": "0", "post-separator-margin-bottom": "0", "header-font": "Arial, Helvetica, sans-serif", "diff-add": "#FFFFFF", "diff-remove": "#aaa"} \ No newline at end of file diff --git a/theme/indymediamodern/theme.json b/theme/indymediamodern/theme.json index f64529017..fc014b885 100644 --- a/theme/indymediamodern/theme.json +++ b/theme/indymediamodern/theme.json @@ -1,162 +1 @@ -{ - "block-reason-color": "lightgreen", - "verified-site-color": "lightgreen", - "code-color": "blue", - "diff-add": "#111", - "diff-remove": "#333", - "pwa-theme-color": "apple-mobile-web-app-status-bar-style", - "pwa-theme-background-color": "black", - "dropdown-fg-color": "black", - "dropdown-bg-color": "#dedede", - "dropdown-bg-color-hover": "#ccc", - "dropdown-fg-color-hover": "black", - "timeline-icon-width": "30px", - "timeline-icon-width-mobile": "60px", - "button-bottom-margin": "0", - "header-vertical-offset": "10px", - "header-bg-color": "#efefef", - "verticals-width": "10px", - "newswire-publish-icon": "False", - "line-spacing-newswire": "180%", - "full-width-timeline-buttons": "False", - "icons-as-buttons": "True", - "rss-icon-at-top": "False", - "publish-button-at-top": "True", - "follow-text-size1": "14px", - "follow-text-size2": "30px", - "hashtag-size1": "20px", - "hashtag-size2": "30px", - "font-page-dash-tiny": "16px", - "font-page-dash-mobile": "32px", - "font-size-calendar-header": "2rem", - "font-size-calendar-cell": "2rem", - "time-vertical-align": "1.1%", - "publish-button-vertical-offset": "15px", - "vertical-between-posts": "0", - "vertical-between-posts-header": "0 0", - "header-button-padding": "0 0", - "containericons-horizontal-spacing": "0%", - "font-size-header": "14px", - "font-size-pageslist": "32px", - "font-size": "22px", - "font-size2": "16px", - "font-size3": "30px", - "font-size4": "14px", - "font-size5": "12px", - "font-size-likes": "10px", - "font-size-links": "12px", - "font-size-newswire": "12px", - "font-size-newswire-mobile": "30px", - "font-size-dropdown-header": "30px", - "post-separator-background": "#efefef", - "post-separator-margin-top": "1%", - "post-separator-margin-bottom": "1%", - "post-separator-width": "100%", - "separator-width-left": "98%", - "separator-width-right": "99%", - "post-separator-height": "0px", - "column-left-top-margin": "10px", - "column-left-border-width": "0px", - "column-right-border-width": "0px", - "column-left-mobile-margin": "2%", - "column-left-border-color": "black", - "column-left-header-color": "black", - "column-left-header-background": "#efefef", - "column-left-header-style": "none", - "search-banner-height": "15vh", - "search-banner-height-mobile": "10vh", - "container-button-padding": "0px", - "container-button-margin": "0px", - "column-left-icon-size": "15%", - "column-right-icon-size": "9.5%", - "button-margin": "2px", - "button-height-padding": "5px", - "icon-brightness-change": "70%", - "border-width": "0px", - "border-width-header": "0px", - "tab-border-width": "0px", - "tab-border-color": "transparent", - "button-corner-radius": "0px", - "login-button-color": "#25408f", - "welcome-button-color": "#25408f", - "login-button-fg-color": "white", - "welcome-button-fg-color": "white", - "column-left-width": "10vw", - "column-center-width": "75vw", - "column-right-width": "15vw", - "column-right-fg-color": "#25408f", - "column-right-fg-color-voted-on": "red", - "newswire-item-moderated-color": "red", - "newswire-date-moderated-color": "red", - "newswire-date-color": "grey", - "timeline-border-radius": "0px", - "button-background": "#dedede", - "button-background-hover": "white", - "button-text-hover": "black", - "button-selected": "white", - "button-selected-text": "black", - "button-text": "black", - "hashtag-fg-color": "white", - "publish-button-background": "#25408f", - "publish-button-text": "white", - "hashtag-background-color": "#b2b2b2", - "focus-color": "grey", - "font-size-button-mobile": "26px", - "font-size-publish-button": "14px", - "rgba(0, 0, 0, 0.5)": "rgba(0, 0, 0, 0.0)", - "column-left-color": "#efefef", - "main-bg-color": "#efefef", - "login-bg-color": "#efefef", - "welcome-bg-color": "#efefef", - "options-bg-color": "#efefef", - "post-bg-color": "white", - "timeline-posts-background-color": "white", - "main-bg-color-dm": "white", - "link-bg-color": "transparent", - "main-bg-color-reply": "white", - "main-bg-color-report": "white", - "main-header-color-roles": "#ebebf0", - "cw-color": "black", - "pageslist-color": "black", - "pageslist-selected-color": "blue", - "main-fg-color": "black", - "login-fg-color": "black", - "welcome-fg-color": "black", - "options-fg-color": "black", - "column-left-fg-color": "#25408f", - "border-color": "#c0cdd9", - "main-link-color": "#25408f", - "main-link-color-hover": "#10408f", - "options-main-link-color": "#25408f", - "options-main-link-color-hover": "#10408f", - "title-color": "#2a2c37", - "main-visited-color": "#25408f", - "options-main-visited-color": "#25408f", - "text-entry-foreground": "#111", - "text-entry-background": "white", - "font-color-header": "black", - "dropdown-fg-color": "#222", - "dropdown-fg-color-hover": "#222", - "dropdown-bg-color": "#e6ebf0", - "dropdown-bg-color-hover": "lightblue", - "color: #FFFFFE;": "color: black;", - "calendar-bg-color": "#e6ebf0", - "lines-color": "darkblue", - "day-number": "black", - "day-number2": "#282c37", - "place-color": "black", - "event-color": "#282c37", - "today-foreground": "white", - "today-circle": "red", - "event-background": "lightblue", - "event-background-private": "#ccc", - "event-foreground": "white", - "title-text": "#282c37", - "title-background": "#ccc", - "gallery-text-color": "black", - "header-font": "'NimbusSanL'", - "*font-family": "'NimbusSanL'", - "*src": "url('./fonts/NimbusSanL.otf') format('opentype')", - "**src": "url('./fonts/NimbusSanL-italic.otf') format('opentype')", - "reply-icon-direction": "-1" -} +{"block-reason-color": "lightgreen", "verified-site-color": "lightgreen", "code-color": "blue", "diff-add": "#111", "diff-remove": "#333", "pwa-theme-color": "apple-mobile-web-app-status-bar-style", "pwa-theme-background-color": "black", "dropdown-fg-color": "#222", "dropdown-bg-color": "#e6ebf0", "dropdown-bg-color-hover": "lightblue", "dropdown-fg-color-hover": "#222", "timeline-icon-width": "30px", "timeline-icon-width-mobile": "60px", "button-bottom-margin": "0", "header-vertical-offset": "10px", "header-bg-color": "#efefef", "verticals-width": "10px", "newswire-publish-icon": "False", "line-spacing-newswire": "180%", "full-width-timeline-buttons": "False", "icons-as-buttons": "True", "rss-icon-at-top": "False", "publish-button-at-top": "True", "follow-text-size1": "14px", "follow-text-size2": "30px", "hashtag-size1": "20px", "hashtag-size2": "30px", "font-page-dash-tiny": "16px", "font-page-dash-mobile": "32px", "font-size-calendar-header": "2rem", "font-size-calendar-cell": "2rem", "time-vertical-align": "1.1%", "publish-button-vertical-offset": "15px", "vertical-between-posts": "0", "vertical-between-posts-header": "0 0", "header-button-padding": "0 0", "containericons-horizontal-spacing": "0%", "font-size-header": "14px", "font-size-pageslist": "32px", "font-size": "22px", "font-size2": "16px", "font-size3": "30px", "font-size4": "14px", "font-size5": "12px", "font-size-likes": "10px", "font-size-links": "12px", "font-size-newswire": "12px", "font-size-newswire-mobile": "30px", "font-size-dropdown-header": "30px", "post-separator-background": "#efefef", "post-separator-margin-top": "1%", "post-separator-margin-bottom": "1%", "post-separator-width": "100%", "separator-width-left": "98%", "separator-width-right": "99%", "post-separator-height": "0px", "column-left-top-margin": "10px", "column-left-border-width": "0px", "column-right-border-width": "0px", "column-left-mobile-margin": "2%", "column-left-border-color": "black", "column-left-header-color": "black", "column-left-header-background": "#efefef", "column-left-header-style": "none", "search-banner-height": "15vh", "search-banner-height-mobile": "10vh", "container-button-padding": "0px", "container-button-margin": "0px", "column-left-icon-size": "15%", "column-right-icon-size": "9.5%", "button-margin": "2px", "button-height-padding": "5px", "icon-brightness-change": "70%", "border-width": "0px", "border-width-header": "0px", "tab-border-width": "0px", "tab-border-color": "transparent", "button-corner-radius": "0px", "login-button-color": "#25408f", "welcome-button-color": "#25408f", "login-button-fg-color": "white", "welcome-button-fg-color": "white", "column-left-width": "10vw", "column-center-width": "75vw", "column-right-width": "15vw", "column-right-fg-color": "#25408f", "column-right-fg-color-voted-on": "red", "newswire-item-moderated-color": "red", "newswire-date-moderated-color": "red", "newswire-date-color": "grey", "timeline-border-radius": "0px", "button-background": "#dedede", "button-background-hover": "white", "button-text-hover": "black", "button-selected": "white", "button-selected-text": "black", "button-text": "black", "hashtag-fg-color": "white", "publish-button-background": "#25408f", "publish-button-text": "white", "hashtag-background-color": "#b2b2b2", "focus-color": "grey", "font-size-button-mobile": "26px", "font-size-publish-button": "14px", "rgba(0, 0, 0, 0.5)": "rgba(0, 0, 0, 0.0)", "column-left-color": "#efefef", "main-bg-color": "#efefef", "login-bg-color": "#efefef", "welcome-bg-color": "#efefef", "options-bg-color": "#efefef", "post-bg-color": "white", "timeline-posts-background-color": "white", "main-bg-color-dm": "white", "link-bg-color": "transparent", "main-bg-color-reply": "white", "main-bg-color-report": "white", "main-header-color-roles": "#ebebf0", "cw-color": "black", "pageslist-color": "black", "pageslist-selected-color": "blue", "main-fg-color": "black", "login-fg-color": "black", "welcome-fg-color": "black", "options-fg-color": "black", "column-left-fg-color": "#25408f", "border-color": "#c0cdd9", "main-link-color": "#25408f", "main-link-color-hover": "#10408f", "options-main-link-color": "#25408f", "options-main-link-color-hover": "#10408f", "title-color": "#2a2c37", "main-visited-color": "#25408f", "options-main-visited-color": "#25408f", "text-entry-foreground": "#111", "text-entry-background": "white", "font-color-header": "black", "color: #FFFFFE;": "color: black;", "calendar-bg-color": "#e6ebf0", "lines-color": "darkblue", "day-number": "black", "day-number2": "#282c37", "place-color": "black", "event-color": "#282c37", "today-foreground": "white", "today-circle": "red", "event-background": "lightblue", "event-background-private": "#ccc", "event-foreground": "white", "title-text": "#282c37", "title-background": "#ccc", "gallery-text-color": "black", "header-font": "'NimbusSanL'", "*font-family": "'NimbusSanL'", "*src": "url('./fonts/NimbusSanL.otf') format('opentype')", "**src": "url('./fonts/NimbusSanL-italic.otf') format('opentype')", "reply-icon-direction": "-1", "likes-names-margin": "2%", "likes-names-size1": "30px", "likes-names-size2": "40px", "liker-names-margin": "2%", "liker-names-vertical-spacing1": "50px", "liker-names-vertical-spacing2": "100px", "avatar-rounding": "10%", "timeline-icon-width-tiny": "50px", "cw-style": "normal", "cw-weight": "bold", "font-size-header-mobile": "32px", "font-size-header-tiny": "16px", "font-size-button-tiny": "13px", "font-size-newswire-tiny": "16px", "font-size-dropdown-header-tiny": "20px", "font-size-mobile": "50px", "font-size-tiny": "25px", "font-size-likes-mobile": "64px", "font-size-likes-tiny": "16px", "likes-margin-left-tiny": "10px", "likes-margin-right-tiny": "10px", "likes-margin-top-tiny": "-10px", "likes-margin-left-mobile": "20px", "likes-margin-right-mobile": "0px", "likes-margin-top-mobile": "0px", "font-size-pgp-key": "16px", "font-size-pgp-key2": "18px", "font-size-tox": "16px", "font-size-tox2": "18px", "font-size-emoji-reaction": "16px", "font-size-emoji-reaction-mobile": "24px", "font-size-emoji-reaction-tiny": "12px", "follow-text-entry-width": "90%", "time-color": "#aaa", "time-vertical-align-mobile": "1.5%", "time-vertical-align-tiny": "0.75%", "button-left-margin": "none", "button-fg-highlighted": "#FFFFFF", "button-deny": "darkred", "button-width-chars": "10ch", "button-height": "10px", "button-height-padding-mobile": "20px", "button-height-padding-tiny": "10px", "image-corners": "10%", "gallery-border": "#ccc", "gallery-hover": "#777", "gallery-font-size": "22px", "gallery-font-size-mobile": "35px", "gallery-font-size-tiny": "17.5px", "icons-side": "right", "quote-right-margin": "0.1em", "quote-font-weight": "normal", "quote-font-size": "120%", "quote-font-size-mobile": "120%", "quote-font-size-tiny": "60%", "line-spacing": "180%", "column-left-tiny-margin": "1%", "column-right-top-margin": "0", "column-left-header-size": "20px", "column-left-header-size-mobile": "50px", "column-left-header-size-tiny": "25px", "column-left-icons-margin": "0", "column-left-icon-size-mobile": "10%", "column-left-icon-size-tiny": "5%", "column-left-image-width-mobile": "40vw", "column-left-image-width-tiny": "20vw", "column-right-image-width-mobile": "100vw", "column-right-image-width-tiny": "50vw", "column-right-icon-size-mobile": "10%", "column-right-icon-size-tiny": "5%", "newswire-voted-background-color": "black", "button-event-corner-radius": "60px", "button-event-fg-color": "white", "container-padding": "2%", "container-padding-bottom": "1%", "container-padding-bottom-mobile": "0%", "container-padding-bottom-tiny": "0%", "containericons-horizontal-spacing-mobile": "3%", "containericons-horizontal-spacing-tiny": "1.5%", "containericons-horizontal-offset": "-1%", "containericons-vertical-align": "0.5%", "containericons-vertical-align-mobile": "1%", "containericons-vertical-align-tiny": "0.5%", "likes-count-offset": "5px", "publish-button-bottom-offset": "10px", "banner-height-mobile": "10vh", "banner-height-tiny": "10vh", "profile-background-height": "25vw", "profile-text-align": "left", "italic-font-style": "italic", "rendering": "normal", "voteresult-color": "#dddddd", "voteresult-border-color": "#aaaaaa", "voteresult-height": "32px", "voteresult-height-mobile": "32px", "voteresult-height-tiny": "16px", "voteresult-width": "80%", "voteresult-width-mobile": "80%", "voteresult-width-tiny": "40%", "vcard-icon-size": "32px", "vcard-icon-size-mobile": "80px", "vcard-icon-size-tiny": "80px", "event-public-color": "#282c37", "calendar-horizontal-padding": "0", "calendar-cell-size": "1.5vw", "calendar-cell-size-mobile": "1.5vw", "calendar-cell-size-tiny": "1.5vw", "font-size-calendar": "20px", "font-size-calendar-mobile": "30px", "font-size-calendar-tiny": "15px", "font-size-calendar-day": "1rem", "font-size-calendar-cell-mobile": "4rem", "font-size-calendar-cell-tiny": "2rem", "calendar-header-font": "'Montserrat'", "calendar-header-font-style": "italic", "ical-icon-size": "32px", "ical-icon-size-mobile": "80px", "ical-icon-size-tiny": "80px", "hashtag-vertical-spacing1": "50px", "hashtag-vertical-spacing2": "100px", "hashtag-vertical-spacing3": "100px", "hashtag-vertical-spacing4": "150px", "hashtag-margin": "2%", "button-highlighted": "green", "button-selected-highlighted": "darkgreen", "button-approve": "darkgreen", "button-event-background-color": "green", "banner-height": "15vh"} \ No newline at end of file diff --git a/theme/lcd/theme.json b/theme/lcd/theme.json index 0dfcde225..201cb5d99 100644 --- a/theme/lcd/theme.json +++ b/theme/lcd/theme.json @@ -1,102 +1 @@ -{ - "block-reason-color": "lightgreen", - "verified-site-color": "white", - "code-color": "blue", - "pwa-theme-color": "apple-mobile-web-app-status-bar-style", - "pwa-theme-background-color": "black", - "dropdown-fg-color": "#33390d", - "dropdown-bg-color": "#9fb42b", - "dropdown-bg-color-hover": "#33390d", - "dropdown-fg-color-hover": "#9fb42b", - "newswire-publish-icon": "True", - "full-width-timeline-buttons": "False", - "icons-as-buttons": "False", - "rss-icon-at-top": "True", - "publish-button-at-top": "False", - "newswire-date-color": "#cfb42b", - "column-left-header-background": "#9fb42b", - "column-left-header-color": "#33390d", - "main-bg-color": "#9fb42b", - "login-bg-color": "#9fb42b", - "welcome-bg-color": "#9fb42b", - "options-bg-color": "#9fb42b", - "post-bg-color": "#9fb42b", - "timeline-posts-background-color": "#9fb42b", - "header-bg-color": "#9fb42b", - "column-left-color": "#33390d", - "column-left-fg-color": "#9fb42b", - "link-bg-color": "#33390d", - "text-entry-foreground": "#33390d", - "text-entry-background": "#9fb42b", - "main-bg-color-reply": "#9fb42b", - "main-bg-color-report": "#9fb42b", - "main-bg-color-dm": "#5fb42b", - "main-header-color-roles": "#9fb42b", - "cw-color": "#33390d", - "pageslist-color": "#111", - "pageslist-selected-color": "#333", - "main-fg-color": "#33390d", - "login-fg-color": "#33390d", - "welcome-fg-color": "#33390d", - "options-fg-color": "#33390d", - "border-color": "#33390d", - "border-width": "5px", - "border-width-header": "5px", - "main-link-color": "#9fb42b", - "main-link-color-hover": "#cfb42b", - "options-main-link-color": "#9fb42b", - "options-main-link-color-hover": "#cfb42b", - "title-color": "#9fb42b", - "main-visited-color": "#9fb42b", - "options-main-visited-color": "#9fb42b", - "button-selected": "black", - "button-highlighted": "green", - "button-background-hover": "#a3390d", - "button-text-hover": "#33390d", - "publish-button-background": "#33390d", - "button-background": "#33390d", - "button-small-background": "#33390d", - "button-text": "#9fb42b", - "button-selected-text": "#9fb42b", - "publish-button-text": "#9fb42b", - "button-small-text": "#9fb42b", - "color: #FFFFFE;": "color: #9fb42b;", - "calendar-bg-color": "#eee", - "day-number": "#3f2145", - "day-number2": "#9fb42b", - "today-foreground": "white", - "today-circle": "red", - "event-background": "yellow", - "event-background-private": "#ccc", - "event-foreground": "white", - "title-text": "white", - "gallery-text-color": "#33390d", - "font-page-dash-tiny": "16px", - "font-page-dash-mobile": "32px", - "font-size-header": "22px", - "font-size-header-mobile": "32px", - "font-size-pageslist": "45px", - "font-size": "45px", - "font-size2": "45px", - "font-size3": "45px", - "font-size4": "35px", - "font-size5": "29px", - "gallery-font-size": "35px", - "gallery-font-size-mobile": "55px", - "button-corner-radius": "1px", - "timeline-border-radius": "1px", - "dropdown-bg-color": "#33390d", - "dropdown-bg-color-hover": "#7fb42b", - "dropdown-fg-color-hover": "black", - "dropdown-fg-color": "#9fb42b", - "font-color-header": "#9fb42b", - "lines-color": "#33390d", - "title-background": "#33390d", - "time-color": "#33390d", - "place-color": "#33390d", - "event-color": "#33390d", - "header-font": "'LcdSolid'", - "*font-family": "'LcdSolid'", - "*src": "url('./fonts/LcdSolid.woff2') format('woff2')", - "reply-icon-direction": "-1" -} +{"block-reason-color": "lightgreen", "verified-site-color": "white", "code-color": "blue", "pwa-theme-color": "apple-mobile-web-app-status-bar-style", "pwa-theme-background-color": "black", "dropdown-fg-color": "#9fb42b", "dropdown-bg-color": "#33390d", "dropdown-bg-color-hover": "#7fb42b", "dropdown-fg-color-hover": "black", "newswire-publish-icon": "True", "full-width-timeline-buttons": "False", "icons-as-buttons": "False", "rss-icon-at-top": "True", "publish-button-at-top": "False", "newswire-date-color": "#cfb42b", "column-left-header-background": "#9fb42b", "column-left-header-color": "#33390d", "main-bg-color": "#9fb42b", "login-bg-color": "#9fb42b", "welcome-bg-color": "#9fb42b", "options-bg-color": "#9fb42b", "post-bg-color": "#9fb42b", "timeline-posts-background-color": "#9fb42b", "header-bg-color": "#9fb42b", "column-left-color": "#33390d", "column-left-fg-color": "#9fb42b", "link-bg-color": "#33390d", "text-entry-foreground": "#33390d", "text-entry-background": "#9fb42b", "main-bg-color-reply": "#9fb42b", "main-bg-color-report": "#9fb42b", "main-bg-color-dm": "#5fb42b", "main-header-color-roles": "#9fb42b", "cw-color": "#33390d", "pageslist-color": "#111", "pageslist-selected-color": "#333", "main-fg-color": "#33390d", "login-fg-color": "#33390d", "welcome-fg-color": "#33390d", "options-fg-color": "#33390d", "border-color": "#33390d", "border-width": "5px", "border-width-header": "5px", "main-link-color": "#9fb42b", "main-link-color-hover": "#cfb42b", "options-main-link-color": "#9fb42b", "options-main-link-color-hover": "#cfb42b", "title-color": "#9fb42b", "main-visited-color": "#9fb42b", "options-main-visited-color": "#9fb42b", "button-selected": "black", "button-highlighted": "green", "button-background-hover": "#a3390d", "button-text-hover": "#33390d", "publish-button-background": "#33390d", "button-background": "#33390d", "button-small-background": "#33390d", "button-text": "#9fb42b", "button-selected-text": "#9fb42b", "publish-button-text": "#9fb42b", "button-small-text": "#9fb42b", "color: #FFFFFE;": "color: #9fb42b;", "calendar-bg-color": "#eee", "day-number": "#3f2145", "day-number2": "#9fb42b", "today-foreground": "white", "today-circle": "red", "event-background": "yellow", "event-background-private": "#ccc", "event-foreground": "white", "title-text": "white", "gallery-text-color": "#33390d", "font-page-dash-tiny": "16px", "font-page-dash-mobile": "32px", "font-size-header": "22px", "font-size-header-mobile": "32px", "font-size-pageslist": "45px", "font-size": "45px", "font-size2": "45px", "font-size3": "45px", "font-size4": "35px", "font-size5": "29px", "gallery-font-size": "35px", "gallery-font-size-mobile": "55px", "button-corner-radius": "1px", "timeline-border-radius": "1px", "font-color-header": "#9fb42b", "lines-color": "#33390d", "title-background": "#33390d", "time-color": "#33390d", "place-color": "#33390d", "event-color": "#33390d", "header-font": "'LcdSolid'", "*font-family": "'LcdSolid'", "*src": "url('./fonts/LcdSolid.woff2') format('woff2')", "reply-icon-direction": "-1", "search-banner-height": "30vh", "search-banner-height-mobile": "15vh", "likes-names-margin": "2%", "likes-names-size1": "30px", "likes-names-size2": "40px", "liker-names-margin": "2%", "liker-names-vertical-spacing1": "50px", "liker-names-vertical-spacing2": "100px", "avatar-rounding": "10%", "timeline-icon-width": "50px", "timeline-icon-width-mobile": "100px", "timeline-icon-width-tiny": "50px", "cw-style": "normal", "cw-weight": "bold", "column-right-fg-color-voted-on": "red", "font-size-header-tiny": "16px", "font-size-button-tiny": "13px", "font-size-publish-button": "18px", "font-size-newswire-tiny": "16px", "font-size-dropdown-header": "40px", "font-size-dropdown-header-tiny": "20px", "font-size-mobile": "50px", "font-size-tiny": "25px", "font-size-likes-mobile": "64px", "font-size-likes-tiny": "16px", "likes-margin-left-tiny": "10px", "likes-margin-right-tiny": "10px", "likes-margin-top-tiny": "-10px", "likes-margin-left-mobile": "20px", "likes-margin-right-mobile": "0px", "likes-margin-top-mobile": "0px", "font-size-pgp-key": "16px", "font-size-pgp-key2": "18px", "font-size-tox": "16px", "font-size-tox2": "18px", "font-size-emoji-reaction": "16px", "font-size-emoji-reaction-mobile": "24px", "font-size-emoji-reaction-tiny": "12px", "follow-text-size1": "24px", "follow-text-size2": "40px", "follow-text-entry-width": "90%", "time-vertical-align": "0%", "time-vertical-align-mobile": "1.5%", "time-vertical-align-tiny": "0.75%", "button-margin": "5px", "button-left-margin": "none", "button-fg-highlighted": "#FFFFFF", "button-deny": "darkred", "button-width-chars": "10ch", "button-height": "10px", "button-height-padding-mobile": "20px", "button-height-padding-tiny": "10px", "button-height-padding": "10px", "image-corners": "10%", "gallery-border": "#ccc", "gallery-hover": "#777", "gallery-font-size-tiny": "17.5px", "icons-side": "right", "quote-right-margin": "0.1em", "quote-font-weight": "normal", "quote-font-size": "120%", "quote-font-size-mobile": "120%", "quote-font-size-tiny": "60%", "line-spacing": "180%", "line-spacing-newswire": "120%", "column-left-width": "10vw", "column-center-width": "80vw", "column-right-width": "10vw", "column-left-mobile-margin": "2%", "column-left-tiny-margin": "1%", "column-left-top-margin": "0", "column-right-top-margin": "0", "column-left-header-style": "uppercase", "column-left-header-size": "20px", "column-left-header-size-mobile": "50px", "column-left-header-size-tiny": "25px", "column-left-border-width": "0", "column-left-icons-margin": "0", "column-right-border-width": "0", "column-left-border-color": "black", "column-left-icon-size": "2.1vw", "column-left-icon-size-mobile": "10%", "column-left-icon-size-tiny": "5%", "column-left-image-width-mobile": "40vw", "column-left-image-width-tiny": "20vw", "column-right-image-width-mobile": "100vw", "column-right-image-width-tiny": "50vw", "column-right-icon-size": "2.1vw", "column-right-icon-size-mobile": "10%", "column-right-icon-size-tiny": "5%", "newswire-voted-background-color": "black", "login-button-fg-color": "black", "button-event-corner-radius": "60px", "button-event-fg-color": "white", "hashtag-fg-color": "white", "tab-border-width": "0px", "tab-border-color": "grey", "icon-brightness-change": "150%", "container-button-padding": "20px", "header-button-padding": "20px", "container-padding": "2%", "container-padding-bottom": "1%", "container-padding-bottom-mobile": "0%", "container-padding-bottom-tiny": "0%", "vertical-between-posts": "10px", "vertical-between-posts-header": "10px", "containericons-horizontal-spacing": "1%", "containericons-horizontal-spacing-mobile": "3%", "containericons-horizontal-spacing-tiny": "1.5%", "containericons-horizontal-offset": "-1%", "containericons-vertical-align": "0.5%", "containericons-vertical-align-mobile": "1%", "containericons-vertical-align-tiny": "0.5%", "likes-count-offset": "5px", "publish-button-vertical-offset": "10px", "publish-button-bottom-offset": "10px", "banner-height-mobile": "10vh", "banner-height-tiny": "10vh", "post-separator-background": "transparent", "post-separator-width": "95%", "separator-width-left": "95%", "separator-width-right": "95%", "post-separator-height": "1px", "header-vertical-offset": "0", "profile-background-height": "25vw", "profile-text-align": "left", "verticals-width": "0", "italic-font-style": "italic", "button-bottom-margin": "10px", "rendering": "normal", "voteresult-color": "#dddddd", "voteresult-border-color": "#aaaaaa", "voteresult-height": "32px", "voteresult-height-mobile": "32px", "voteresult-height-tiny": "16px", "voteresult-width": "80%", "voteresult-width-mobile": "80%", "voteresult-width-tiny": "40%", "vcard-icon-size": "32px", "vcard-icon-size-mobile": "80px", "vcard-icon-size-tiny": "80px", "event-public-color": "#282c37", "calendar-horizontal-padding": "0", "calendar-cell-size": "1.5vw", "calendar-cell-size-mobile": "1.5vw", "calendar-cell-size-tiny": "1.5vw", "font-size-calendar": "20px", "font-size-calendar-mobile": "30px", "font-size-calendar-tiny": "15px", "font-size-calendar-header": "3rem", "font-size-calendar-day": "1rem", "font-size-calendar-cell": "2rem", "font-size-calendar-cell-mobile": "4rem", "font-size-calendar-cell-tiny": "2rem", "calendar-header-font": "'Montserrat'", "calendar-header-font-style": "italic", "ical-icon-size": "32px", "ical-icon-size-mobile": "80px", "ical-icon-size-tiny": "80px", "hashtag-vertical-spacing1": "50px", "hashtag-vertical-spacing2": "100px", "hashtag-vertical-spacing3": "100px", "hashtag-vertical-spacing4": "150px", "hashtag-size1": "30px", "hashtag-size2": "40px", "hashtag-margin": "2%", "column-right-fg-color": "yellow", "font-size-button-mobile": "34px", "font-size-links": "18px", "font-size-newswire": "18px", "font-size-newswire-mobile": "38px", "font-size-likes": "20px", "button-selected-highlighted": "darkgreen", "button-approve": "darkgreen", "focus-color": "white", "newswire-item-moderated-color": "white", "newswire-date-moderated-color": "white", "login-button-color": "#2965", "button-event-background-color": "green", "hashtag-background-color": "black", "banner-height": "15vh", "post-separator-margin-top": "0", "post-separator-margin-bottom": "0", "diff-add": "#FFFFFF", "diff-remove": "#aaa"} \ No newline at end of file diff --git a/theme/light/theme.json b/theme/light/theme.json index 53fb3408f..77e75217e 100644 --- a/theme/light/theme.json +++ b/theme/light/theme.json @@ -1,102 +1 @@ -{ - "block-reason-color": "green", - "verified-site-color": "green", - "diff-add": "#111", - "diff-remove": "#333", - "code-color": "blue", - "pwa-theme-color": "apple-mobile-web-app-status-bar-style", - "pwa-theme-background-color": "white", - "dropdown-fg-color": "#2d2c37", - "dropdown-bg-color": "#d6dbf0", - "dropdown-bg-color-hover": "#b6bbf0", - "dropdown-fg-color-hover": "#2d2c37", - "avatar-rounding": "50%", - "icon-brightness-change": "80%", - "button-selected": "#999", - "button-background": "#bbbbbb", - "button-background-hover": "#999", - "column-left-header-background": "#bbbbbb", - "newswire-publish-icon": "True", - "full-width-timeline-buttons": "False", - "icons-as-buttons": "False", - "rss-icon-at-top": "True", - "publish-button-at-top": "False", - "newswire-item-moderated-color": "grey", - "newswire-date-moderated-color": "grey", - "newswire-date-color": "#0562bd", - "search-banner-height": "25vh", - "search-banner-height-mobile": "15vh", - "banner-height": "20vh", - "banner-height-mobile": "10vh", - "hashtag-background-color": "lightblue", - "focus-color": "grey", - "font-page-dash-tiny": "16px", - "font-page-dash-mobile": "32px", - "font-size-button-mobile": "26px", - "font-size-pageslist": "32px", - "font-size-links": "18px", - "font-size-newswire": "18px", - "font-size-newswire-mobile": "38px", - "font-size": "28px", - "font-size2": "24px", - "font-size3": "24px", - "font-size4": "24px", - "font-size5": "22px", - "rgba(0, 0, 0, 0.5)": "rgba(0, 0, 0, 0.0)", - "column-left-color": "#e6ebf0", - "main-bg-color": "#e6ebf0", - "login-bg-color": "#e6ebf0", - "welcome-bg-color": "#e6ebf0", - "options-bg-color": "#e6ebf0", - "post-bg-color": "#e6ebf0", - "timeline-posts-background-color": "#e6ebf0", - "header-bg-color": "#e6ebf0", - "main-bg-color-dm": "#dbe2ea", - "link-bg-color": "#eef4fa", - "main-bg-color-reply": "#eaeced", - "main-bg-color-report": "#dbe2ea", - "main-header-color-roles": "#ebebf0", - "cw-color": "#777", - "pageslist-color": "#111", - "pageslist-selected-color": "blue", - "main-fg-color": "#2d2c37", - "login-fg-color": "#2d2c37", - "welcome-fg-color": "#2d2c37", - "options-fg-color": "#2d2c37", - "column-left-fg-color": "#2d2c37", - "border-color": "#c0cdd9", - "main-link-color": "#2a2c37", - "main-link-color-hover": "#777", - "options-main-link-color": "#2a2c37", - "options-main-link-color-hover": "#aa2c37", - "title-color": "#2a2c37", - "main-visited-color": "#232c37", - "options-main-visited-color": "#232c37", - "text-entry-foreground": "#111", - "text-entry-background": "white", - "font-color-header": "black", - "dropdown-fg-color": "#222", - "dropdown-fg-color-hover": "#222", - "dropdown-bg-color": "white", - "dropdown-bg-color-hover": "lightgrey", - "color: #FFFFFE;": "color: black;", - "calendar-bg-color": "#e6ebf0", - "lines-color": "darkblue", - "day-number": "black", - "day-number2": "#282c37", - "place-color": "black", - "event-color": "#282c37", - "today-foreground": "white", - "today-circle": "red", - "event-background": "lightblue", - "event-background-private": "#ccc", - "event-foreground": "white", - "title-text": "#282c37", - "title-background": "#ccc", - "gallery-text-color": "black", - "header-font": "'Atkinson'", - "*font-family": "'Atkinson'", - "*src": "url('./fonts/Atkinson-Hyperlegible-Regular.woff2') format('woff2')", - "**src": "url('./fonts/Atkinson-Hyperlegible-Italic.woff2') format('woff2')", - "reply-icon-direction": "-1" -} +{"block-reason-color": "green", "verified-site-color": "green", "diff-add": "#111", "diff-remove": "#333", "code-color": "blue", "pwa-theme-color": "apple-mobile-web-app-status-bar-style", "pwa-theme-background-color": "white", "dropdown-fg-color": "#222", "dropdown-bg-color": "white", "dropdown-bg-color-hover": "lightgrey", "dropdown-fg-color-hover": "#222", "avatar-rounding": "50%", "icon-brightness-change": "80%", "button-selected": "#999", "button-background": "#bbbbbb", "button-background-hover": "#999", "column-left-header-background": "#bbbbbb", "newswire-publish-icon": "True", "full-width-timeline-buttons": "False", "icons-as-buttons": "False", "rss-icon-at-top": "True", "publish-button-at-top": "False", "newswire-item-moderated-color": "grey", "newswire-date-moderated-color": "grey", "newswire-date-color": "#0562bd", "search-banner-height": "25vh", "search-banner-height-mobile": "15vh", "banner-height": "20vh", "banner-height-mobile": "10vh", "hashtag-background-color": "lightblue", "focus-color": "grey", "font-page-dash-tiny": "16px", "font-page-dash-mobile": "32px", "font-size-button-mobile": "26px", "font-size-pageslist": "32px", "font-size-links": "18px", "font-size-newswire": "18px", "font-size-newswire-mobile": "38px", "font-size": "28px", "font-size2": "24px", "font-size3": "24px", "font-size4": "24px", "font-size5": "22px", "rgba(0, 0, 0, 0.5)": "rgba(0, 0, 0, 0.0)", "column-left-color": "#e6ebf0", "main-bg-color": "#e6ebf0", "login-bg-color": "#e6ebf0", "welcome-bg-color": "#e6ebf0", "options-bg-color": "#e6ebf0", "post-bg-color": "#e6ebf0", "timeline-posts-background-color": "#e6ebf0", "header-bg-color": "#e6ebf0", "main-bg-color-dm": "#dbe2ea", "link-bg-color": "#eef4fa", "main-bg-color-reply": "#eaeced", "main-bg-color-report": "#dbe2ea", "main-header-color-roles": "#ebebf0", "cw-color": "#777", "pageslist-color": "#111", "pageslist-selected-color": "blue", "main-fg-color": "#2d2c37", "login-fg-color": "#2d2c37", "welcome-fg-color": "#2d2c37", "options-fg-color": "#2d2c37", "column-left-fg-color": "#2d2c37", "border-color": "#c0cdd9", "main-link-color": "#2a2c37", "main-link-color-hover": "#777", "options-main-link-color": "#2a2c37", "options-main-link-color-hover": "#aa2c37", "title-color": "#2a2c37", "main-visited-color": "#232c37", "options-main-visited-color": "#232c37", "text-entry-foreground": "#111", "text-entry-background": "white", "font-color-header": "black", "color: #FFFFFE;": "color: black;", "calendar-bg-color": "#e6ebf0", "lines-color": "darkblue", "day-number": "black", "day-number2": "#282c37", "place-color": "black", "event-color": "#282c37", "today-foreground": "white", "today-circle": "red", "event-background": "lightblue", "event-background-private": "#ccc", "event-foreground": "white", "title-text": "#282c37", "title-background": "#ccc", "gallery-text-color": "black", "header-font": "'Atkinson'", "*font-family": "'Atkinson'", "*src": "url('./fonts/Atkinson-Hyperlegible-Regular.woff2') format('woff2')", "**src": "url('./fonts/Atkinson-Hyperlegible-Italic.woff2') format('woff2')", "reply-icon-direction": "-1", "likes-names-margin": "2%", "likes-names-size1": "30px", "likes-names-size2": "40px", "liker-names-margin": "2%", "liker-names-vertical-spacing1": "50px", "liker-names-vertical-spacing2": "100px", "timeline-icon-width": "50px", "timeline-icon-width-mobile": "100px", "timeline-icon-width-tiny": "50px", "cw-style": "normal", "cw-weight": "bold", "column-right-fg-color-voted-on": "red", "font-size-header": "18px", "font-size-header-mobile": "32px", "font-size-header-tiny": "16px", "font-size-button-tiny": "13px", "font-size-publish-button": "18px", "font-size-newswire-tiny": "16px", "font-size-dropdown-header": "40px", "font-size-dropdown-header-tiny": "20px", "font-size-mobile": "50px", "font-size-tiny": "25px", "font-size-likes-mobile": "64px", "font-size-likes-tiny": "16px", "likes-margin-left-tiny": "10px", "likes-margin-right-tiny": "10px", "likes-margin-top-tiny": "-10px", "likes-margin-left-mobile": "20px", "likes-margin-right-mobile": "0px", "likes-margin-top-mobile": "0px", "font-size-pgp-key": "16px", "font-size-pgp-key2": "18px", "font-size-tox": "16px", "font-size-tox2": "18px", "font-size-emoji-reaction": "16px", "font-size-emoji-reaction-mobile": "24px", "font-size-emoji-reaction-tiny": "12px", "follow-text-size1": "24px", "follow-text-size2": "40px", "follow-text-entry-width": "90%", "time-color": "#aaa", "time-vertical-align": "0%", "time-vertical-align-mobile": "1.5%", "time-vertical-align-tiny": "0.75%", "publish-button-text": "#FFFFFF", "button-margin": "5px", "button-left-margin": "none", "button-text": "#FFFFFF", "button-selected-text": "#FFFFFF", "publish-button-background": "#999", "button-text-hover": "white", "button-fg-highlighted": "#FFFFFF", "button-deny": "darkred", "button-width-chars": "10ch", "button-height": "10px", "button-height-padding-mobile": "20px", "button-height-padding-tiny": "10px", "button-height-padding": "10px", "image-corners": "10%", "gallery-border": "#ccc", "gallery-hover": "#777", "gallery-font-size": "22px", "gallery-font-size-mobile": "35px", "gallery-font-size-tiny": "17.5px", "icons-side": "right", "quote-right-margin": "0.1em", "quote-font-weight": "normal", "quote-font-size": "120%", "quote-font-size-mobile": "120%", "quote-font-size-tiny": "60%", "line-spacing": "180%", "line-spacing-newswire": "120%", "column-left-width": "10vw", "column-center-width": "80vw", "column-right-width": "10vw", "column-left-mobile-margin": "2%", "column-left-tiny-margin": "1%", "column-left-top-margin": "0", "column-right-top-margin": "0", "column-left-header-style": "uppercase", "column-left-header-color": "#fff", "column-left-header-size": "20px", "column-left-header-size-mobile": "50px", "column-left-header-size-tiny": "25px", "column-left-border-width": "0", "column-left-icons-margin": "0", "column-right-border-width": "0", "column-left-border-color": "black", "column-left-icon-size": "2.1vw", "column-left-icon-size-mobile": "10%", "column-left-icon-size-tiny": "5%", "column-left-image-width-mobile": "40vw", "column-left-image-width-tiny": "20vw", "column-right-image-width-mobile": "100vw", "column-right-image-width-tiny": "50vw", "column-right-icon-size": "2.1vw", "column-right-icon-size-mobile": "10%", "column-right-icon-size-tiny": "5%", "newswire-voted-background-color": "black", "login-button-fg-color": "black", "button-event-corner-radius": "60px", "button-event-fg-color": "white", "hashtag-fg-color": "white", "tab-border-width": "0px", "tab-border-color": "grey", "container-button-padding": "20px", "header-button-padding": "20px", "container-padding": "2%", "container-padding-bottom": "1%", "container-padding-bottom-mobile": "0%", "container-padding-bottom-tiny": "0%", "vertical-between-posts": "10px", "vertical-between-posts-header": "10px", "containericons-horizontal-spacing": "1%", "containericons-horizontal-spacing-mobile": "3%", "containericons-horizontal-spacing-tiny": "1.5%", "containericons-horizontal-offset": "-1%", "containericons-vertical-align": "0.5%", "containericons-vertical-align-mobile": "1%", "containericons-vertical-align-tiny": "0.5%", "likes-count-offset": "5px", "publish-button-vertical-offset": "10px", "publish-button-bottom-offset": "10px", "banner-height-tiny": "10vh", "post-separator-background": "transparent", "post-separator-width": "95%", "separator-width-left": "95%", "separator-width-right": "95%", "post-separator-height": "1px", "header-vertical-offset": "0", "profile-background-height": "25vw", "profile-text-align": "left", "verticals-width": "0", "italic-font-style": "italic", "button-bottom-margin": "10px", "rendering": "normal", "voteresult-color": "#dddddd", "voteresult-border-color": "#aaaaaa", "voteresult-height": "32px", "voteresult-height-mobile": "32px", "voteresult-height-tiny": "16px", "voteresult-width": "80%", "voteresult-width-mobile": "80%", "voteresult-width-tiny": "40%", "vcard-icon-size": "32px", "vcard-icon-size-mobile": "80px", "vcard-icon-size-tiny": "80px", "event-public-color": "#282c37", "calendar-horizontal-padding": "0", "calendar-cell-size": "1.5vw", "calendar-cell-size-mobile": "1.5vw", "calendar-cell-size-tiny": "1.5vw", "font-size-calendar": "20px", "font-size-calendar-mobile": "30px", "font-size-calendar-tiny": "15px", "font-size-calendar-header": "3rem", "font-size-calendar-day": "1rem", "font-size-calendar-cell": "2rem", "font-size-calendar-cell-mobile": "4rem", "font-size-calendar-cell-tiny": "2rem", "calendar-header-font": "'Montserrat'", "calendar-header-font-style": "italic", "ical-icon-size": "32px", "ical-icon-size-mobile": "80px", "ical-icon-size-tiny": "80px", "hashtag-vertical-spacing1": "50px", "hashtag-vertical-spacing2": "100px", "hashtag-vertical-spacing3": "100px", "hashtag-vertical-spacing4": "150px", "hashtag-size1": "30px", "hashtag-size2": "40px", "hashtag-margin": "2%", "column-right-fg-color": "yellow", "border-width": "2px", "border-width-header": "2px", "font-size-likes": "20px", "button-highlighted": "green", "button-selected-highlighted": "darkgreen", "button-approve": "darkgreen", "button-corner-radius": "15px", "timeline-border-radius": "30px", "login-button-color": "#2965", "button-event-background-color": "green", "post-separator-margin-top": "0", "post-separator-margin-bottom": "0"} \ No newline at end of file diff --git a/theme/night/theme.json b/theme/night/theme.json index 751b8e0fc..8ebc41507 100644 --- a/theme/night/theme.json +++ b/theme/night/theme.json @@ -1,87 +1 @@ -{ - "block-reason-color": "lightgreen", - "verified-site-color": "lightgreen", - "code-color": "lightblue", - "pwa-theme-color": "apple-mobile-web-app-status-bar-style", - "pwa-theme-background-color": "black", - "dropdown-fg-color": "#0481f5", - "dropdown-bg-color": "#0d0d10", - "dropdown-bg-color-hover": "#0b0b10", - "dropdown-fg-color-hover": "#0481f5", - "avatar-rounding": "50%", - "newswire-publish-icon": "True", - "full-width-timeline-buttons": "False", - "icons-as-buttons": "False", - "rss-icon-at-top": "True", - "publish-button-at-top": "False", - "main-visited-color": "#0481f5", - "options-main-visited-color": "#0481f5", - "post-separator-margin-top": "9%", - "post-separator-margin-bottom": "9%", - "post-separator-width": "80%", - "post-separator-height": "10%", - "column-left-header-background": "#07447c", - "banner-height": "15vh", - "banner-height-mobile": "10vh", - "focus-color": "blue", - "font-page-dash-tiny": "16px", - "font-page-dash-mobile": "32px", - "font-size-button-mobile": "26px", - "font-size-pageslist": "32px", - "font-size": "32px", - "font-size2": "26px", - "font-size3": "40px", - "font-size4": "24px", - "font-size5": "22px", - "main-bg-color": "#0f0d10", - "login-bg-color": "#0f0d10", - "welcome-bg-color": "#0f0d10", - "options-bg-color": "#0f0d10", - "post-bg-color": "#0f0d10", - "timeline-posts-background-color": "#0f0d10", - "header-bg-color": "#0f0d10", - "column-left-color": "#0f0d10", - "text-entry-background": "#0f0d10", - "link-bg-color": "#0f0d10", - "main-link-color": "#6481f5", - "main-link-color-hover": "#d09338", - "options-main-link-color": "#6481f5", - "options-main-link-color-hover": "#d09338", - "cw-color": "#0481f5", - "pageslist-color": "#bbbbbb", - "pageslist-selected-color": "lightblue", - "main-fg-color": "#0481f5", - "login-fg-color": "#0481f5", - "welcome-fg-color": "#0481f5", - "options-fg-color": "#0481f5", - "column-left-fg-color": "#0481f5", - "main-bg-color-dm": "#0b0a0a", - "border-color": "#606984", - "main-bg-color-reply": "#0f0d10", - "main-bg-color-report": "#0f0d10", - "hashtag-vertical-spacing3": "100px", - "hashtag-vertical-spacing4": "150px", - "button-background-hover": "#0481f5", - "button-text-hover": "#0f0d10", - "publish-button-background": "#07447c", - "button-background": "#07447c", - "button-selected": "#0481f5", - "calendar-bg-color": "#0f0d10", - "lines-color": "#0481f5", - "day-number": "#0481f5", - "day-number2": "white", - "time-color": "#0481f5", - "time-vertical-align": "-4px", - "time-vertical-align-mobile": "15px", - "place-color": "#0481f5", - "event-color": "#0481f5", - "event-background": "#00014a", - "event-background-private": "darkpurple", - "quote-right-margin": "0", - "line-spacing": "180%", - "header-font": "'solidaric'", - "*font-family": "'solidaric'", - "*src": "url('./fonts/solidaric.woff2') format('woff2')", - "**src": "url('./fonts/solidaric-italic.woff2') format('woff2')", - "reply-icon-direction": "-1" -} +{"block-reason-color": "lightgreen", "verified-site-color": "lightgreen", "code-color": "lightblue", "pwa-theme-color": "apple-mobile-web-app-status-bar-style", "pwa-theme-background-color": "black", "dropdown-fg-color": "#0481f5", "dropdown-bg-color": "#0d0d10", "dropdown-bg-color-hover": "#0b0b10", "dropdown-fg-color-hover": "#0481f5", "avatar-rounding": "50%", "newswire-publish-icon": "True", "full-width-timeline-buttons": "False", "icons-as-buttons": "False", "rss-icon-at-top": "True", "publish-button-at-top": "False", "main-visited-color": "#0481f5", "options-main-visited-color": "#0481f5", "post-separator-margin-top": "9%", "post-separator-margin-bottom": "9%", "post-separator-width": "80%", "post-separator-height": "10%", "column-left-header-background": "#07447c", "banner-height": "15vh", "banner-height-mobile": "10vh", "focus-color": "blue", "font-page-dash-tiny": "16px", "font-page-dash-mobile": "32px", "font-size-button-mobile": "26px", "font-size-pageslist": "32px", "font-size": "32px", "font-size2": "26px", "font-size3": "40px", "font-size4": "24px", "font-size5": "22px", "main-bg-color": "#0f0d10", "login-bg-color": "#0f0d10", "welcome-bg-color": "#0f0d10", "options-bg-color": "#0f0d10", "post-bg-color": "#0f0d10", "timeline-posts-background-color": "#0f0d10", "header-bg-color": "#0f0d10", "column-left-color": "#0f0d10", "text-entry-background": "#0f0d10", "link-bg-color": "#0f0d10", "main-link-color": "#6481f5", "main-link-color-hover": "#d09338", "options-main-link-color": "#6481f5", "options-main-link-color-hover": "#d09338", "cw-color": "#0481f5", "pageslist-color": "#bbbbbb", "pageslist-selected-color": "lightblue", "main-fg-color": "#0481f5", "login-fg-color": "#0481f5", "welcome-fg-color": "#0481f5", "options-fg-color": "#0481f5", "column-left-fg-color": "#0481f5", "main-bg-color-dm": "#0b0a0a", "border-color": "#606984", "main-bg-color-reply": "#0f0d10", "main-bg-color-report": "#0f0d10", "hashtag-vertical-spacing3": "100px", "hashtag-vertical-spacing4": "150px", "button-background-hover": "#0481f5", "button-text-hover": "#0f0d10", "publish-button-background": "#07447c", "button-background": "#07447c", "button-selected": "#0481f5", "calendar-bg-color": "#0f0d10", "lines-color": "#0481f5", "day-number": "#0481f5", "day-number2": "white", "time-color": "#0481f5", "time-vertical-align": "-4px", "time-vertical-align-mobile": "15px", "place-color": "#0481f5", "event-color": "#0481f5", "event-background": "#00014a", "event-background-private": "darkpurple", "quote-right-margin": "0", "line-spacing": "180%", "header-font": "'solidaric'", "*font-family": "'solidaric'", "*src": "url('./fonts/solidaric.woff2') format('woff2')", "**src": "url('./fonts/solidaric-italic.woff2') format('woff2')", "reply-icon-direction": "-1", "search-banner-height": "30vh", "search-banner-height-mobile": "15vh", "likes-names-margin": "2%", "likes-names-size1": "30px", "likes-names-size2": "40px", "liker-names-margin": "2%", "liker-names-vertical-spacing1": "50px", "liker-names-vertical-spacing2": "100px", "timeline-icon-width": "50px", "timeline-icon-width-mobile": "100px", "timeline-icon-width-tiny": "50px", "cw-style": "normal", "cw-weight": "bold", "column-right-fg-color-voted-on": "red", "font-size-header": "18px", "font-size-header-mobile": "32px", "font-size-header-tiny": "16px", "font-size-button-tiny": "13px", "font-size-publish-button": "18px", "font-size-newswire-tiny": "16px", "font-size-dropdown-header": "40px", "font-size-dropdown-header-tiny": "20px", "font-size-mobile": "50px", "font-size-tiny": "25px", "font-size-likes-mobile": "64px", "font-size-likes-tiny": "16px", "likes-margin-left-tiny": "10px", "likes-margin-right-tiny": "10px", "likes-margin-top-tiny": "-10px", "likes-margin-left-mobile": "20px", "likes-margin-right-mobile": "0px", "likes-margin-top-mobile": "0px", "font-size-pgp-key": "16px", "font-size-pgp-key2": "18px", "font-size-tox": "16px", "font-size-tox2": "18px", "font-size-emoji-reaction": "16px", "font-size-emoji-reaction-mobile": "24px", "font-size-emoji-reaction-tiny": "12px", "follow-text-size1": "24px", "follow-text-size2": "40px", "follow-text-entry-width": "90%", "time-vertical-align-tiny": "0.75%", "publish-button-text": "#FFFFFF", "button-margin": "5px", "button-left-margin": "none", "button-text": "#FFFFFF", "button-selected-text": "#FFFFFF", "button-fg-highlighted": "#FFFFFF", "button-deny": "darkred", "button-width-chars": "10ch", "button-height": "10px", "button-height-padding-mobile": "20px", "button-height-padding-tiny": "10px", "button-height-padding": "10px", "image-corners": "10%", "gallery-border": "#ccc", "gallery-hover": "#777", "gallery-font-size": "22px", "gallery-font-size-mobile": "35px", "gallery-font-size-tiny": "17.5px", "icons-side": "right", "quote-font-weight": "normal", "quote-font-size": "120%", "quote-font-size-mobile": "120%", "quote-font-size-tiny": "60%", "line-spacing-newswire": "120%", "column-left-width": "10vw", "column-center-width": "80vw", "column-right-width": "10vw", "column-left-mobile-margin": "2%", "column-left-tiny-margin": "1%", "column-left-top-margin": "0", "column-right-top-margin": "0", "column-left-header-style": "uppercase", "column-left-header-color": "#fff", "column-left-header-size": "20px", "column-left-header-size-mobile": "50px", "column-left-header-size-tiny": "25px", "column-left-border-width": "0", "column-left-icons-margin": "0", "column-right-border-width": "0", "column-left-border-color": "black", "column-left-icon-size": "2.1vw", "column-left-icon-size-mobile": "10%", "column-left-icon-size-tiny": "5%", "column-left-image-width-mobile": "40vw", "column-left-image-width-tiny": "20vw", "column-right-image-width-mobile": "100vw", "column-right-image-width-tiny": "50vw", "column-right-icon-size": "2.1vw", "column-right-icon-size-mobile": "10%", "column-right-icon-size-tiny": "5%", "newswire-voted-background-color": "black", "login-button-fg-color": "black", "button-event-corner-radius": "60px", "button-event-fg-color": "white", "hashtag-fg-color": "white", "tab-border-width": "0px", "tab-border-color": "grey", "icon-brightness-change": "150%", "container-button-padding": "20px", "header-button-padding": "20px", "container-padding": "2%", "container-padding-bottom": "1%", "container-padding-bottom-mobile": "0%", "container-padding-bottom-tiny": "0%", "vertical-between-posts": "10px", "vertical-between-posts-header": "10px", "containericons-horizontal-spacing": "1%", "containericons-horizontal-spacing-mobile": "3%", "containericons-horizontal-spacing-tiny": "1.5%", "containericons-horizontal-offset": "-1%", "containericons-vertical-align": "0.5%", "containericons-vertical-align-mobile": "1%", "containericons-vertical-align-tiny": "0.5%", "likes-count-offset": "5px", "publish-button-vertical-offset": "10px", "publish-button-bottom-offset": "10px", "banner-height-tiny": "10vh", "post-separator-background": "transparent", "separator-width-left": "95%", "separator-width-right": "95%", "header-vertical-offset": "0", "profile-background-height": "25vw", "profile-text-align": "left", "verticals-width": "0", "italic-font-style": "italic", "button-bottom-margin": "10px", "rendering": "normal", "voteresult-color": "#dddddd", "voteresult-border-color": "#aaaaaa", "voteresult-height": "32px", "voteresult-height-mobile": "32px", "voteresult-height-tiny": "16px", "voteresult-width": "80%", "voteresult-width-mobile": "80%", "voteresult-width-tiny": "40%", "vcard-icon-size": "32px", "vcard-icon-size-mobile": "80px", "vcard-icon-size-tiny": "80px", "event-public-color": "#282c37", "today-foreground": "black", "today-circle": "grey", "event-foreground": "white", "title-text": "white", "title-background": "grey", "calendar-horizontal-padding": "0", "calendar-cell-size": "1.5vw", "calendar-cell-size-mobile": "1.5vw", "calendar-cell-size-tiny": "1.5vw", "font-size-calendar": "20px", "font-size-calendar-mobile": "30px", "font-size-calendar-tiny": "15px", "font-size-calendar-header": "3rem", "font-size-calendar-day": "1rem", "font-size-calendar-cell": "2rem", "font-size-calendar-cell-mobile": "4rem", "font-size-calendar-cell-tiny": "2rem", "calendar-header-font": "'Montserrat'", "calendar-header-font-style": "italic", "ical-icon-size": "32px", "ical-icon-size-mobile": "80px", "ical-icon-size-tiny": "80px", "hashtag-vertical-spacing1": "50px", "hashtag-vertical-spacing2": "100px", "hashtag-size1": "30px", "hashtag-size2": "40px", "hashtag-margin": "2%", "text-entry-foreground": "#ccc", "main-header-color-roles": "#282237", "column-right-fg-color": "yellow", "border-width": "2px", "border-width-header": "2px", "font-color-header": "#ccc", "font-size-links": "18px", "font-size-newswire": "18px", "font-size-newswire-mobile": "38px", "font-size-likes": "20px", "button-highlighted": "green", "button-selected-highlighted": "darkgreen", "button-approve": "darkgreen", "gallery-text-color": "#ccc", "button-corner-radius": "15px", "timeline-border-radius": "30px", "title-color": "#999", "newswire-item-moderated-color": "white", "newswire-date-moderated-color": "white", "newswire-date-color": "white", "login-button-color": "#2965", "button-event-background-color": "green", "hashtag-background-color": "black", "diff-add": "#FFFFFF", "diff-remove": "#aaa"} \ No newline at end of file diff --git a/theme/pixel/theme.json b/theme/pixel/theme.json index 2d4575e63..4515ea540 100644 --- a/theme/pixel/theme.json +++ b/theme/pixel/theme.json @@ -1,100 +1 @@ -{ - "block-reason-color": "lightgreen", - "verified-site-color": "lightgreen", - "code-color": "blue", - "diff-add": "#111", - "diff-remove": "#333", - "pwa-theme-color": "apple-mobile-web-app-status-bar-style", - "pwa-theme-background-color": "black", - "dropdown-fg-color": "black", - "dropdown-bg-color": "#aba0d4", - "dropdown-bg-color-hover": "#cba0d4", - "dropdown-fg-color-hover": "black", - "title-color": "#111", - "font-size-header": "18px", - "font-size-header-mobile": "34px", - "font-color-header": "#ccc", - "font-page-dash-tiny": "16px", - "font-page-dash-mobile": "32px", - "font-size-button-mobile": "34px", - "font-size-links": "18px", - "font-size-publish-button": "18px", - "font-size-newswire": "18px", - "font-size-newswire-mobile": "38px", - "font-size-dropdown-header": "34px", - "font-size-mobile": "34px", - "font-size-pageslist": "34px", - "font-size": "34px", - "font-size2": "34px", - "font-size3": "38px", - "font-size4": "26px", - "font-size5": "24px", - "font-size-likes": "30px", - "font-size-likes-mobile": "42px", - "font-size-pgp-key": "16px", - "font-size-pgp-key2": "18px", - "font-size-tox": "16px", - "font-size-tox2": "18px", - "timeline-border-radius": "0", - "button-corner-radius": "0", - "rendering": "crisp-edges", - "button-background": "#5152a3", - "button-background-hover": "#7152a3", - "button-small-background": "#7152a3", - "button-selected": "#7152a3", - "button-highlighted": "#12435f", - "button-fg-highlighted": "white", - "button-selected-highlighted": "#12435f", - "button-approve": "#12435f", - "border-color": "#7152a3", - "login-fg-color": "black", - "welcome-fg-color": "black", - "cw-color": "black", - "main-link-color": "#333", - "options-main-link-color": "#333", - "main-visited-color": "#333", - "main-link-color-hover": "purple", - "options-main-link-color-hover": "purple", - "main-bg-color": "#9ba0d4", - "dropdown-bg-color": "#8ba0d4", - "dropdown-bg-color-hover": "#7ba0d4", - "login-bg-color": "#9ba0d4", - "welcome-bg-color": "#9ba0d4", - "text-entry-background": "#8ba0d4", - "timeline-posts-background-color": "#9ba0d4", - "header-bg-color": "#9ba0d4", - "link-bg-color": "#8ba0d4", - "options-link-bg-color": "#9ba0d4", - "calendar-bg-color": "#9ba0d4", - "main-bg-color-reply": "#9ba0d4", - "main-bg-color-report": "#9ba0d4", - "post-bg-color": "#9ba0d4", - "timeline-posts-background-color": "#9ba0d4", - "options-bg-color": "#9ba0d4", - "column-left-color": "#9ba0d4", - "column-left-header-background": "#5152a3", - "column-left-header-color": "white", - "column-left-fg-color": "black", - "pageslist-color": "black", - "pageslist-selected-color": "purple", - "main-fg-color": "black", - "dropdown-fg-color": "black", - "dropdown-fg-color-hover": "#222", - "text-entry-foreground": "black", - "options-fg-color": "black", - "post-separator-margin-top": "10px", - "post-separator-margin-bottom": "10px", - "newswire-publish-icon": "True", - "newswire-date-color": "#5152a3", - "full-width-timeline-buttons": "False", - "icons-as-buttons": "False", - "rss-icon-at-top": "True", - "publish-button-at-top": "False", - "banner-height": "20vh", - "banner-height-mobile": "10vh", - "search-banner-height-mobile": "15vh", - "header-font": "'rainyhearts'", - "*font-family": "'rainyhearts'", - "*src": "url('./fonts/rainyhearts.ttf') format('truetype')", - "reply-icon-direction": "-1" -} +{"block-reason-color": "lightgreen", "verified-site-color": "lightgreen", "code-color": "blue", "diff-add": "#111", "diff-remove": "#333", "pwa-theme-color": "apple-mobile-web-app-status-bar-style", "pwa-theme-background-color": "black", "dropdown-fg-color": "black", "dropdown-bg-color": "#8ba0d4", "dropdown-bg-color-hover": "#7ba0d4", "dropdown-fg-color-hover": "#222", "title-color": "#111", "font-size-header": "18px", "font-size-header-mobile": "34px", "font-color-header": "#ccc", "font-page-dash-tiny": "16px", "font-page-dash-mobile": "32px", "font-size-button-mobile": "34px", "font-size-links": "18px", "font-size-publish-button": "18px", "font-size-newswire": "18px", "font-size-newswire-mobile": "38px", "font-size-dropdown-header": "34px", "font-size-mobile": "34px", "font-size-pageslist": "34px", "font-size": "34px", "font-size2": "34px", "font-size3": "38px", "font-size4": "26px", "font-size5": "24px", "font-size-likes": "30px", "font-size-likes-mobile": "42px", "font-size-pgp-key": "16px", "font-size-pgp-key2": "18px", "font-size-tox": "16px", "font-size-tox2": "18px", "timeline-border-radius": "0", "button-corner-radius": "0", "rendering": "crisp-edges", "button-background": "#5152a3", "button-background-hover": "#7152a3", "button-small-background": "#7152a3", "button-selected": "#7152a3", "button-highlighted": "#12435f", "button-fg-highlighted": "white", "button-selected-highlighted": "#12435f", "button-approve": "#12435f", "border-color": "#7152a3", "login-fg-color": "black", "welcome-fg-color": "black", "cw-color": "black", "main-link-color": "#333", "options-main-link-color": "#333", "main-visited-color": "#333", "main-link-color-hover": "purple", "options-main-link-color-hover": "purple", "main-bg-color": "#9ba0d4", "login-bg-color": "#9ba0d4", "welcome-bg-color": "#9ba0d4", "text-entry-background": "#8ba0d4", "timeline-posts-background-color": "#9ba0d4", "header-bg-color": "#9ba0d4", "link-bg-color": "#8ba0d4", "options-link-bg-color": "#9ba0d4", "calendar-bg-color": "#9ba0d4", "main-bg-color-reply": "#9ba0d4", "main-bg-color-report": "#9ba0d4", "post-bg-color": "#9ba0d4", "options-bg-color": "#9ba0d4", "column-left-color": "#9ba0d4", "column-left-header-background": "#5152a3", "column-left-header-color": "white", "column-left-fg-color": "black", "pageslist-color": "black", "pageslist-selected-color": "purple", "main-fg-color": "black", "text-entry-foreground": "black", "options-fg-color": "black", "post-separator-margin-top": "10px", "post-separator-margin-bottom": "10px", "newswire-publish-icon": "True", "newswire-date-color": "#5152a3", "full-width-timeline-buttons": "False", "icons-as-buttons": "False", "rss-icon-at-top": "True", "publish-button-at-top": "False", "banner-height": "20vh", "banner-height-mobile": "10vh", "search-banner-height-mobile": "15vh", "header-font": "'rainyhearts'", "*font-family": "'rainyhearts'", "*src": "url('./fonts/rainyhearts.ttf') format('truetype')", "reply-icon-direction": "-1", "search-banner-height": "30vh", "likes-names-margin": "2%", "likes-names-size1": "30px", "likes-names-size2": "40px", "liker-names-margin": "2%", "liker-names-vertical-spacing1": "50px", "liker-names-vertical-spacing2": "100px", "avatar-rounding": "10%", "timeline-icon-width": "50px", "timeline-icon-width-mobile": "100px", "timeline-icon-width-tiny": "50px", "cw-style": "normal", "cw-weight": "bold", "column-right-fg-color-voted-on": "red", "font-size-header-tiny": "16px", "font-size-button-tiny": "13px", "font-size-newswire-tiny": "16px", "font-size-dropdown-header-tiny": "20px", "font-size-tiny": "25px", "font-size-likes-tiny": "16px", "likes-margin-left-tiny": "10px", "likes-margin-right-tiny": "10px", "likes-margin-top-tiny": "-10px", "likes-margin-left-mobile": "20px", "likes-margin-right-mobile": "0px", "likes-margin-top-mobile": "0px", "font-size-emoji-reaction": "16px", "font-size-emoji-reaction-mobile": "24px", "font-size-emoji-reaction-tiny": "12px", "follow-text-size1": "24px", "follow-text-size2": "40px", "follow-text-entry-width": "90%", "time-color": "#aaa", "time-vertical-align": "0%", "time-vertical-align-mobile": "1.5%", "time-vertical-align-tiny": "0.75%", "publish-button-text": "#FFFFFF", "button-margin": "5px", "button-left-margin": "none", "button-text": "#FFFFFF", "button-selected-text": "#FFFFFF", "publish-button-background": "#999", "button-text-hover": "white", "button-deny": "darkred", "button-width-chars": "10ch", "button-height": "10px", "button-height-padding-mobile": "20px", "button-height-padding-tiny": "10px", "button-height-padding": "10px", "image-corners": "10%", "gallery-border": "#ccc", "gallery-hover": "#777", "gallery-font-size": "22px", "gallery-font-size-mobile": "35px", "gallery-font-size-tiny": "17.5px", "icons-side": "right", "quote-right-margin": "0.1em", "quote-font-weight": "normal", "quote-font-size": "120%", "quote-font-size-mobile": "120%", "quote-font-size-tiny": "60%", "line-spacing": "180%", "line-spacing-newswire": "120%", "column-left-width": "10vw", "column-center-width": "80vw", "column-right-width": "10vw", "column-left-mobile-margin": "2%", "column-left-tiny-margin": "1%", "column-left-top-margin": "0", "column-right-top-margin": "0", "column-left-header-style": "uppercase", "column-left-header-size": "20px", "column-left-header-size-mobile": "50px", "column-left-header-size-tiny": "25px", "column-left-border-width": "0", "column-left-icons-margin": "0", "column-right-border-width": "0", "column-left-border-color": "black", "column-left-icon-size": "2.1vw", "column-left-icon-size-mobile": "10%", "column-left-icon-size-tiny": "5%", "column-left-image-width-mobile": "40vw", "column-left-image-width-tiny": "20vw", "column-right-image-width-mobile": "100vw", "column-right-image-width-tiny": "50vw", "column-right-icon-size": "2.1vw", "column-right-icon-size-mobile": "10%", "column-right-icon-size-tiny": "5%", "newswire-voted-background-color": "black", "login-button-fg-color": "black", "button-event-corner-radius": "60px", "button-event-fg-color": "white", "hashtag-fg-color": "white", "tab-border-width": "0px", "tab-border-color": "grey", "icon-brightness-change": "150%", "container-button-padding": "20px", "header-button-padding": "20px", "container-padding": "2%", "container-padding-bottom": "1%", "container-padding-bottom-mobile": "0%", "container-padding-bottom-tiny": "0%", "vertical-between-posts": "10px", "vertical-between-posts-header": "10px", "containericons-horizontal-spacing": "1%", "containericons-horizontal-spacing-mobile": "3%", "containericons-horizontal-spacing-tiny": "1.5%", "containericons-horizontal-offset": "-1%", "containericons-vertical-align": "0.5%", "containericons-vertical-align-mobile": "1%", "containericons-vertical-align-tiny": "0.5%", "likes-count-offset": "5px", "publish-button-vertical-offset": "10px", "publish-button-bottom-offset": "10px", "banner-height-tiny": "10vh", "post-separator-background": "transparent", "post-separator-width": "95%", "separator-width-left": "95%", "separator-width-right": "95%", "post-separator-height": "1px", "header-vertical-offset": "0", "profile-background-height": "25vw", "profile-text-align": "left", "verticals-width": "0", "italic-font-style": "italic", "button-bottom-margin": "10px", "voteresult-color": "#dddddd", "voteresult-border-color": "#aaaaaa", "voteresult-height": "32px", "voteresult-height-mobile": "32px", "voteresult-height-tiny": "16px", "voteresult-width": "80%", "voteresult-width-mobile": "80%", "voteresult-width-tiny": "40%", "vcard-icon-size": "32px", "vcard-icon-size-mobile": "80px", "vcard-icon-size-tiny": "80px", "lines-color": "grey", "place-color": "lightblue", "event-color": "grey", "event-public-color": "#282c37", "today-foreground": "black", "today-circle": "grey", "event-background": "black", "event-background-private": "#222", "event-foreground": "white", "title-text": "white", "title-background": "grey", "calendar-horizontal-padding": "0", "calendar-cell-size": "1.5vw", "calendar-cell-size-mobile": "1.5vw", "calendar-cell-size-tiny": "1.5vw", "font-size-calendar": "20px", "font-size-calendar-mobile": "30px", "font-size-calendar-tiny": "15px", "font-size-calendar-header": "3rem", "font-size-calendar-day": "1rem", "font-size-calendar-cell": "2rem", "font-size-calendar-cell-mobile": "4rem", "font-size-calendar-cell-tiny": "2rem", "calendar-header-font": "'Montserrat'", "calendar-header-font-style": "italic", "ical-icon-size": "32px", "ical-icon-size-mobile": "80px", "ical-icon-size-tiny": "80px", "hashtag-vertical-spacing1": "50px", "hashtag-vertical-spacing2": "100px", "hashtag-vertical-spacing3": "100px", "hashtag-vertical-spacing4": "150px", "hashtag-size1": "30px", "hashtag-size2": "40px", "hashtag-margin": "2%", "main-bg-color-dm": "#222", "main-header-color-roles": "#282237", "day-number": "#dddddd", "day-number2": "#bbbbbb", "column-right-fg-color": "yellow", "border-width": "2px", "border-width-header": "2px", "gallery-text-color": "#ccc", "focus-color": "white", "newswire-item-moderated-color": "white", "newswire-date-moderated-color": "white", "login-button-color": "#2965", "button-event-background-color": "green", "hashtag-background-color": "black"} \ No newline at end of file diff --git a/theme/purple/theme.json b/theme/purple/theme.json index e26a3d869..9d361ad82 100644 --- a/theme/purple/theme.json +++ b/theme/purple/theme.json @@ -1,96 +1 @@ -{ - "block-reason-color": "lightgreen", - "verified-site-color": "lightgreen", - "code-color": "lightblue", - "pwa-theme-color": "apple-mobile-web-app-status-bar-style", - "pwa-theme-background-color": "black", - "dropdown-fg-color": "#f98bb0", - "dropdown-bg-color": "#2f152d", - "dropdown-bg-color-hover": "#3f152d", - "dropdown-fg-color-hover": "#f98bb0", - "column-left-top-margin": "0.4cm", - "column-right-top-margin": "0.8cm", - "time-vertical-align": "0%", - "time-vertical-align-mobile": "1.5%", - "post-separator-margin-top": "10px", - "post-separator-margin-bottom": "10px", - "column-left-header-background": "#35244d", - "newswire-publish-icon": "True", - "full-width-timeline-buttons": "False", - "icons-as-buttons": "False", - "rss-icon-at-top": "True", - "publish-button-at-top": "False", - "search-banner-height": "25vh", - "search-banner-height-mobile": "10vh", - "font-page-dash-tiny": "16px", - "font-page-dash-mobile": "32px", - "font-size-button-mobile": "26px", - "font-size-pageslist": "32px", - "font-size-links": "18px", - "font-size-newswire": "18px", - "font-size-newswire-mobile": "38px", - "font-size": "32px", - "font-size2": "26px", - "font-size3": "40px", - "font-size4": "24px", - "font-size5": "22px", - "main-bg-color": "#1f152d", - "login-bg-color": "#1f152d", - "welcome-bg-color": "#1f152d", - "options-bg-color": "#1f152d", - "post-bg-color": "#1f152d", - "timeline-posts-background-color": "#1f152d", - "header-bg-color": "#1f152d", - "column-left-color": "#1f152d", - "link-bg-color": "#1f152d", - "main-bg-color-reply": "#1a142d", - "main-bg-color-report": "#12152d", - "main-header-color-roles": "#1f192d", - "cw-color": "#f98bb0", - "pageslist-color": "#dddddd", - "pageslist-selected-color": "white", - "main-fg-color": "#f98bb0", - "login-fg-color": "#f98bb0", - "welcome-fg-color": "#f98bb0", - "options-fg-color": "#f98bb0", - "column-left-fg-color": "#f98bb0", - "border-color": "#3f2145", - "main-link-color": "#ff42a0", - "main-link-color-hover": "white", - "options-main-link-color": "#ff42a0", - "options-main-link-color-hover": "white", - "title-color": "white", - "main-visited-color": "#f93bb0", - "options-main-visited-color": "#f93bb0", - "button-selected": "#c042a0", - "button-background-hover": "#af42a0", - "button-text-hover": "#f98bb0", - "publish-button-background": "#ff42a0", - "button-background": "#ff42a0", - "button-small-background": "#ff42a0", - "button-text": "white", - "button-selected-text": "white", - "publish-button-text": "white", - "button-small-text": "white", - "color: #FFFFFE;": "color: #1f152d;", - "calendar-bg-color": "#1f152d", - "lines-color": "#ff42a0", - "day-number": "#f98bb0", - "day-number2": "lightgrey", - "today-foreground": "white", - "today-circle": "red", - "event-background": "#333", - "event-background-private": "#111", - "event-foreground": "white", - "title-text": "white", - "title-background": "#ff42a0", - "gallery-text-color": "#ccc", - "time-color": "#f98bb0", - "place-color": "#f98bb0", - "event-color": "#f98bb0", - "header-font": "'Atkinson'", - "*font-family": "'Atkinson'", - "*src": "url('./fonts/Hubot-Sans-Regular.woff2') format('woff2')", - "**src": "url('./fonts/Hubot-Sans-RegularItalic.woff2') format('woff2')", - "reply-icon-direction": "-1" -} +{"block-reason-color": "lightgreen", "verified-site-color": "lightgreen", "code-color": "lightblue", "pwa-theme-color": "apple-mobile-web-app-status-bar-style", "pwa-theme-background-color": "black", "dropdown-fg-color": "#f98bb0", "dropdown-bg-color": "#2f152d", "dropdown-bg-color-hover": "#3f152d", "dropdown-fg-color-hover": "#f98bb0", "column-left-top-margin": "0.4cm", "column-right-top-margin": "0.8cm", "time-vertical-align": "0%", "time-vertical-align-mobile": "1.5%", "post-separator-margin-top": "10px", "post-separator-margin-bottom": "10px", "column-left-header-background": "#35244d", "newswire-publish-icon": "True", "full-width-timeline-buttons": "False", "icons-as-buttons": "False", "rss-icon-at-top": "True", "publish-button-at-top": "False", "search-banner-height": "25vh", "search-banner-height-mobile": "10vh", "font-page-dash-tiny": "16px", "font-page-dash-mobile": "32px", "font-size-button-mobile": "26px", "font-size-pageslist": "32px", "font-size-links": "18px", "font-size-newswire": "18px", "font-size-newswire-mobile": "38px", "font-size": "32px", "font-size2": "26px", "font-size3": "40px", "font-size4": "24px", "font-size5": "22px", "main-bg-color": "#1f152d", "login-bg-color": "#1f152d", "welcome-bg-color": "#1f152d", "options-bg-color": "#1f152d", "post-bg-color": "#1f152d", "timeline-posts-background-color": "#1f152d", "header-bg-color": "#1f152d", "column-left-color": "#1f152d", "link-bg-color": "#1f152d", "main-bg-color-reply": "#1a142d", "main-bg-color-report": "#12152d", "main-header-color-roles": "#1f192d", "cw-color": "#f98bb0", "pageslist-color": "#dddddd", "pageslist-selected-color": "white", "main-fg-color": "#f98bb0", "login-fg-color": "#f98bb0", "welcome-fg-color": "#f98bb0", "options-fg-color": "#f98bb0", "column-left-fg-color": "#f98bb0", "border-color": "#3f2145", "main-link-color": "#ff42a0", "main-link-color-hover": "white", "options-main-link-color": "#ff42a0", "options-main-link-color-hover": "white", "title-color": "white", "main-visited-color": "#f93bb0", "options-main-visited-color": "#f93bb0", "button-selected": "#c042a0", "button-background-hover": "#af42a0", "button-text-hover": "#f98bb0", "publish-button-background": "#ff42a0", "button-background": "#ff42a0", "button-small-background": "#ff42a0", "button-text": "white", "button-selected-text": "white", "publish-button-text": "white", "button-small-text": "white", "color: #FFFFFE;": "color: #1f152d;", "calendar-bg-color": "#1f152d", "lines-color": "#ff42a0", "day-number": "#f98bb0", "day-number2": "lightgrey", "today-foreground": "white", "today-circle": "red", "event-background": "#333", "event-background-private": "#111", "event-foreground": "white", "title-text": "white", "title-background": "#ff42a0", "gallery-text-color": "#ccc", "time-color": "#f98bb0", "place-color": "#f98bb0", "event-color": "#f98bb0", "header-font": "'Atkinson'", "*font-family": "'Atkinson'", "*src": "url('./fonts/Hubot-Sans-Regular.woff2') format('woff2')", "**src": "url('./fonts/Hubot-Sans-RegularItalic.woff2') format('woff2')", "reply-icon-direction": "-1", "likes-names-margin": "2%", "likes-names-size1": "30px", "likes-names-size2": "40px", "liker-names-margin": "2%", "liker-names-vertical-spacing1": "50px", "liker-names-vertical-spacing2": "100px", "avatar-rounding": "10%", "timeline-icon-width": "50px", "timeline-icon-width-mobile": "100px", "timeline-icon-width-tiny": "50px", "cw-style": "normal", "cw-weight": "bold", "column-right-fg-color-voted-on": "red", "font-size-header": "18px", "font-size-header-mobile": "32px", "font-size-header-tiny": "16px", "font-size-button-tiny": "13px", "font-size-publish-button": "18px", "font-size-newswire-tiny": "16px", "font-size-dropdown-header": "40px", "font-size-dropdown-header-tiny": "20px", "font-size-mobile": "50px", "font-size-tiny": "25px", "font-size-likes-mobile": "64px", "font-size-likes-tiny": "16px", "likes-margin-left-tiny": "10px", "likes-margin-right-tiny": "10px", "likes-margin-top-tiny": "-10px", "likes-margin-left-mobile": "20px", "likes-margin-right-mobile": "0px", "likes-margin-top-mobile": "0px", "font-size-pgp-key": "16px", "font-size-pgp-key2": "18px", "font-size-tox": "16px", "font-size-tox2": "18px", "font-size-emoji-reaction": "16px", "font-size-emoji-reaction-mobile": "24px", "font-size-emoji-reaction-tiny": "12px", "follow-text-size1": "24px", "follow-text-size2": "40px", "follow-text-entry-width": "90%", "time-vertical-align-tiny": "0.75%", "button-margin": "5px", "button-left-margin": "none", "button-fg-highlighted": "#FFFFFF", "button-deny": "darkred", "button-width-chars": "10ch", "button-height": "10px", "button-height-padding-mobile": "20px", "button-height-padding-tiny": "10px", "button-height-padding": "10px", "image-corners": "10%", "gallery-border": "#ccc", "gallery-hover": "#777", "gallery-font-size": "22px", "gallery-font-size-mobile": "35px", "gallery-font-size-tiny": "17.5px", "icons-side": "right", "quote-right-margin": "0.1em", "quote-font-weight": "normal", "quote-font-size": "120%", "quote-font-size-mobile": "120%", "quote-font-size-tiny": "60%", "line-spacing": "180%", "line-spacing-newswire": "120%", "column-left-width": "10vw", "column-center-width": "80vw", "column-right-width": "10vw", "column-left-mobile-margin": "2%", "column-left-tiny-margin": "1%", "column-left-header-style": "uppercase", "column-left-header-color": "#fff", "column-left-header-size": "20px", "column-left-header-size-mobile": "50px", "column-left-header-size-tiny": "25px", "column-left-border-width": "0", "column-left-icons-margin": "0", "column-right-border-width": "0", "column-left-border-color": "black", "column-left-icon-size": "2.1vw", "column-left-icon-size-mobile": "10%", "column-left-icon-size-tiny": "5%", "column-left-image-width-mobile": "40vw", "column-left-image-width-tiny": "20vw", "column-right-image-width-mobile": "100vw", "column-right-image-width-tiny": "50vw", "column-right-icon-size": "2.1vw", "column-right-icon-size-mobile": "10%", "column-right-icon-size-tiny": "5%", "newswire-voted-background-color": "black", "login-button-fg-color": "black", "button-event-corner-radius": "60px", "button-event-fg-color": "white", "hashtag-fg-color": "white", "tab-border-width": "0px", "tab-border-color": "grey", "icon-brightness-change": "150%", "container-button-padding": "20px", "header-button-padding": "20px", "container-padding": "2%", "container-padding-bottom": "1%", "container-padding-bottom-mobile": "0%", "container-padding-bottom-tiny": "0%", "vertical-between-posts": "10px", "vertical-between-posts-header": "10px", "containericons-horizontal-spacing": "1%", "containericons-horizontal-spacing-mobile": "3%", "containericons-horizontal-spacing-tiny": "1.5%", "containericons-horizontal-offset": "-1%", "containericons-vertical-align": "0.5%", "containericons-vertical-align-mobile": "1%", "containericons-vertical-align-tiny": "0.5%", "likes-count-offset": "5px", "publish-button-vertical-offset": "10px", "publish-button-bottom-offset": "10px", "banner-height-mobile": "10vh", "banner-height-tiny": "10vh", "post-separator-background": "transparent", "post-separator-width": "95%", "separator-width-left": "95%", "separator-width-right": "95%", "post-separator-height": "1px", "header-vertical-offset": "0", "profile-background-height": "25vw", "profile-text-align": "left", "verticals-width": "0", "italic-font-style": "italic", "button-bottom-margin": "10px", "rendering": "normal", "voteresult-color": "#dddddd", "voteresult-border-color": "#aaaaaa", "voteresult-height": "32px", "voteresult-height-mobile": "32px", "voteresult-height-tiny": "16px", "voteresult-width": "80%", "voteresult-width-mobile": "80%", "voteresult-width-tiny": "40%", "vcard-icon-size": "32px", "vcard-icon-size-mobile": "80px", "vcard-icon-size-tiny": "80px", "event-public-color": "#282c37", "calendar-horizontal-padding": "0", "calendar-cell-size": "1.5vw", "calendar-cell-size-mobile": "1.5vw", "calendar-cell-size-tiny": "1.5vw", "font-size-calendar": "20px", "font-size-calendar-mobile": "30px", "font-size-calendar-tiny": "15px", "font-size-calendar-header": "3rem", "font-size-calendar-day": "1rem", "font-size-calendar-cell": "2rem", "font-size-calendar-cell-mobile": "4rem", "font-size-calendar-cell-tiny": "2rem", "calendar-header-font": "'Montserrat'", "calendar-header-font-style": "italic", "ical-icon-size": "32px", "ical-icon-size-mobile": "80px", "ical-icon-size-tiny": "80px", "hashtag-vertical-spacing1": "50px", "hashtag-vertical-spacing2": "100px", "hashtag-vertical-spacing3": "100px", "hashtag-vertical-spacing4": "150px", "hashtag-size1": "30px", "hashtag-size2": "40px", "hashtag-margin": "2%", "text-entry-foreground": "#ccc", "text-entry-background": "#111", "main-bg-color-dm": "#222", "column-right-fg-color": "yellow", "border-width": "2px", "border-width-header": "2px", "font-color-header": "#ccc", "font-size-likes": "20px", "button-highlighted": "green", "button-selected-highlighted": "darkgreen", "button-approve": "darkgreen", "button-corner-radius": "15px", "timeline-border-radius": "30px", "focus-color": "white", "newswire-item-moderated-color": "white", "newswire-date-moderated-color": "white", "newswire-date-color": "white", "login-button-color": "#2965", "button-event-background-color": "green", "hashtag-background-color": "black", "banner-height": "15vh", "diff-add": "#FFFFFF", "diff-remove": "#aaa"} \ No newline at end of file diff --git a/theme/rc3/theme.json b/theme/rc3/theme.json index 89b5ad644..c06db3374 100644 --- a/theme/rc3/theme.json +++ b/theme/rc3/theme.json @@ -1,112 +1 @@ -{ - "block-reason-color": "lightgreen", - "verified-site-color": "lightgreen", - "code-color": "lightblue", - "pwa-theme-color": "apple-mobile-web-app-status-bar-style", - "pwa-theme-background-color": "black", - "dropdown-fg-color": "white", - "dropdown-bg-color": "#002a3a", - "dropdown-bg-color-hover": "#025d84", - "dropdown-fg-color-hover": "white", - "post-separator-margin-top": "10px", - "post-separator-margin-bottom": "10px", - "calendar-header-font-style": "normal", - "italic-font-style": "normal", - "calendar-header-font": "'Orbitron'", - "header-font": "'Orbitron'", - "search-banner-height": "50vh", - "button-approve": "#160afe", - "button-deny": "#fd294f", - "button-highlighted": "#0481f5", - "button-selected-highlighted": "#0481f5", - "button-fg-highlighted": "white", - "login-button-color": "#6800e7", - "welcome-button-color": "#6800e7", - "login-button-fg-color": "white", - "welcome-button-fg-color": "white", - "verticals-width": "16px", - "tab-border-color": "#6800e7", - "timeline-border-radius": "0", - "button-corner-radius": "0", - "newswire-publish-icon": "True", - "full-width-timeline-buttons": "False", - "icons-as-buttons": "False", - "rss-icon-at-top": "True", - "publish-button-at-top": "False", - "main-visited-color": "#46eed5", - "options-main-visited-color": "#46eed5", - "post-separator-width": "80%", - "post-separator-height": "10%", - "column-left-header-background": "#6800e7", - "banner-height": "15vh", - "banner-height-mobile": "10vh", - "focus-color": "blue", - "font-page-dash-tiny": "16px", - "font-page-dash-mobile": "32px", - "font-size-header": "14px", - "font-size-header-mobile": "24px", - "font-size-button-mobile": "24px", - "font-size-links": "12px", - "font-size-newswire": "12px", - "font-size-pageslist": "32px", - "font-size": "22px", - "font-size2": "16px", - "font-size3": "30px", - "font-size4": "14px", - "font-size5": "12px", - "font-size-likes": "10px", - "main-bg-color": "#100e23", - "login-bg-color": "#100e23", - "welcome-bg-color": "#100e23", - "options-bg-color": "#100e23", - "post-bg-color": "#100e23", - "timeline-posts-background-color": "#100e23", - "header-bg-color": "#100e23", - "column-left-color": "#0f0d10", - "text-entry-background": "#0f0d10", - "link-bg-color": "#0f0d10", - "main-link-color": "#05b9ec", - "main-link-color-hover": "#46eed5", - "options-main-link-color": "#05b9ec", - "options-main-link-color-hover": "#46eed5", - "cw-color": "white", - "pageslist-color": "white", - "pageslist-selected-color": "#dddddd", - "main-fg-color": "white", - "login-fg-color": "white", - "welcome-fg-color": "white", - "options-fg-color": "white", - "title-color": "white", - "column-left-fg-color": "#05b9ec", - "main-bg-color-dm": "#0b0a0a", - "border-color": "#6800e7", - "border-width": "0px", - "border-width-header": "0px", - "main-bg-color-reply": "#0f0d10", - "main-bg-color-report": "#0f0d10", - "hashtag-vertical-spacing3": "100px", - "hashtag-vertical-spacing4": "150px", - "button-background-hover": "#0481f5", - "button-text-hover": "white", - "publish-button-background": "#07447c", - "button-background": "#6800e7", - "button-selected": "#b239ff", - "calendar-bg-color": "#100e23", - "lines-color": "#b239ff", - "day-number": "white", - "day-number2": "white", - "time-color": "#0481f5", - "time-vertical-align": "10px", - "time-vertical-align-mobile": "25px", - "place-color": "#0481f5", - "event-color": "#0481f5", - "event-background": "#00014a", - "event-background-private": "darkpurple", - "quote-right-margin": "0", - "line-spacing": "180%", - "*font-family": "'Montserrat-Regular'", - "*src": "url('./fonts/Montserrat-Regular.ttf') format('truetype')", - "**font-family": "'Orbitron'", - "**src": "url('./fonts/Orbitron.ttf') format('truetype')", - "reply-icon-direction": "-1" -} +{"block-reason-color": "lightgreen", "verified-site-color": "lightgreen", "code-color": "lightblue", "pwa-theme-color": "apple-mobile-web-app-status-bar-style", "pwa-theme-background-color": "black", "dropdown-fg-color": "white", "dropdown-bg-color": "#002a3a", "dropdown-bg-color-hover": "#025d84", "dropdown-fg-color-hover": "white", "post-separator-margin-top": "10px", "post-separator-margin-bottom": "10px", "calendar-header-font-style": "normal", "italic-font-style": "normal", "calendar-header-font": "'Orbitron'", "header-font": "'Orbitron'", "search-banner-height": "50vh", "button-approve": "#160afe", "button-deny": "#fd294f", "button-highlighted": "#0481f5", "button-selected-highlighted": "#0481f5", "button-fg-highlighted": "white", "login-button-color": "#6800e7", "welcome-button-color": "#6800e7", "login-button-fg-color": "white", "welcome-button-fg-color": "white", "verticals-width": "16px", "tab-border-color": "#6800e7", "timeline-border-radius": "0", "button-corner-radius": "0", "newswire-publish-icon": "True", "full-width-timeline-buttons": "False", "icons-as-buttons": "False", "rss-icon-at-top": "True", "publish-button-at-top": "False", "main-visited-color": "#46eed5", "options-main-visited-color": "#46eed5", "post-separator-width": "80%", "post-separator-height": "10%", "column-left-header-background": "#6800e7", "banner-height": "15vh", "banner-height-mobile": "10vh", "focus-color": "blue", "font-page-dash-tiny": "16px", "font-page-dash-mobile": "32px", "font-size-header": "14px", "font-size-header-mobile": "24px", "font-size-button-mobile": "24px", "font-size-links": "12px", "font-size-newswire": "12px", "font-size-pageslist": "32px", "font-size": "22px", "font-size2": "16px", "font-size3": "30px", "font-size4": "14px", "font-size5": "12px", "font-size-likes": "10px", "main-bg-color": "#100e23", "login-bg-color": "#100e23", "welcome-bg-color": "#100e23", "options-bg-color": "#100e23", "post-bg-color": "#100e23", "timeline-posts-background-color": "#100e23", "header-bg-color": "#100e23", "column-left-color": "#0f0d10", "text-entry-background": "#0f0d10", "link-bg-color": "#0f0d10", "main-link-color": "#05b9ec", "main-link-color-hover": "#46eed5", "options-main-link-color": "#05b9ec", "options-main-link-color-hover": "#46eed5", "cw-color": "white", "pageslist-color": "white", "pageslist-selected-color": "#dddddd", "main-fg-color": "white", "login-fg-color": "white", "welcome-fg-color": "white", "options-fg-color": "white", "title-color": "white", "column-left-fg-color": "#05b9ec", "main-bg-color-dm": "#0b0a0a", "border-color": "#6800e7", "border-width": "0px", "border-width-header": "0px", "main-bg-color-reply": "#0f0d10", "main-bg-color-report": "#0f0d10", "hashtag-vertical-spacing3": "100px", "hashtag-vertical-spacing4": "150px", "button-background-hover": "#0481f5", "button-text-hover": "white", "publish-button-background": "#07447c", "button-background": "#6800e7", "button-selected": "#b239ff", "calendar-bg-color": "#100e23", "lines-color": "#b239ff", "day-number": "white", "day-number2": "white", "time-color": "#0481f5", "time-vertical-align": "10px", "time-vertical-align-mobile": "25px", "place-color": "#0481f5", "event-color": "#0481f5", "event-background": "#00014a", "event-background-private": "darkpurple", "quote-right-margin": "0", "line-spacing": "180%", "*font-family": "'Montserrat-Regular'", "*src": "url('./fonts/Montserrat-Regular.ttf') format('truetype')", "**font-family": "'Orbitron'", "**src": "url('./fonts/Orbitron.ttf') format('truetype')", "reply-icon-direction": "-1", "search-banner-height-mobile": "15vh", "likes-names-margin": "2%", "likes-names-size1": "30px", "likes-names-size2": "40px", "liker-names-margin": "2%", "liker-names-vertical-spacing1": "50px", "liker-names-vertical-spacing2": "100px", "avatar-rounding": "10%", "timeline-icon-width": "50px", "timeline-icon-width-mobile": "100px", "timeline-icon-width-tiny": "50px", "cw-style": "normal", "cw-weight": "bold", "column-right-fg-color-voted-on": "red", "font-size-header-tiny": "16px", "font-size-button-tiny": "13px", "font-size-publish-button": "18px", "font-size-newswire-tiny": "16px", "font-size-dropdown-header": "40px", "font-size-dropdown-header-tiny": "20px", "font-size-mobile": "50px", "font-size-tiny": "25px", "font-size-likes-mobile": "64px", "font-size-likes-tiny": "16px", "likes-margin-left-tiny": "10px", "likes-margin-right-tiny": "10px", "likes-margin-top-tiny": "-10px", "likes-margin-left-mobile": "20px", "likes-margin-right-mobile": "0px", "likes-margin-top-mobile": "0px", "font-size-pgp-key": "16px", "font-size-pgp-key2": "18px", "font-size-tox": "16px", "font-size-tox2": "18px", "font-size-emoji-reaction": "16px", "font-size-emoji-reaction-mobile": "24px", "font-size-emoji-reaction-tiny": "12px", "follow-text-size1": "24px", "follow-text-size2": "40px", "follow-text-entry-width": "90%", "time-vertical-align-tiny": "0.75%", "publish-button-text": "#FFFFFF", "button-margin": "5px", "button-left-margin": "none", "button-text": "#FFFFFF", "button-selected-text": "#FFFFFF", "button-width-chars": "10ch", "button-height": "10px", "button-height-padding-mobile": "20px", "button-height-padding-tiny": "10px", "button-height-padding": "10px", "image-corners": "10%", "gallery-border": "#ccc", "gallery-hover": "#777", "gallery-font-size": "22px", "gallery-font-size-mobile": "35px", "gallery-font-size-tiny": "17.5px", "icons-side": "right", "quote-font-weight": "normal", "quote-font-size": "120%", "quote-font-size-mobile": "120%", "quote-font-size-tiny": "60%", "line-spacing-newswire": "120%", "column-left-width": "10vw", "column-center-width": "80vw", "column-right-width": "10vw", "column-left-mobile-margin": "2%", "column-left-tiny-margin": "1%", "column-left-top-margin": "0", "column-right-top-margin": "0", "column-left-header-style": "uppercase", "column-left-header-color": "#fff", "column-left-header-size": "20px", "column-left-header-size-mobile": "50px", "column-left-header-size-tiny": "25px", "column-left-border-width": "0", "column-left-icons-margin": "0", "column-right-border-width": "0", "column-left-border-color": "black", "column-left-icon-size": "2.1vw", "column-left-icon-size-mobile": "10%", "column-left-icon-size-tiny": "5%", "column-left-image-width-mobile": "40vw", "column-left-image-width-tiny": "20vw", "column-right-image-width-mobile": "100vw", "column-right-image-width-tiny": "50vw", "column-right-icon-size": "2.1vw", "column-right-icon-size-mobile": "10%", "column-right-icon-size-tiny": "5%", "newswire-voted-background-color": "black", "button-event-corner-radius": "60px", "button-event-fg-color": "white", "hashtag-fg-color": "white", "tab-border-width": "0px", "icon-brightness-change": "150%", "container-button-padding": "20px", "header-button-padding": "20px", "container-padding": "2%", "container-padding-bottom": "1%", "container-padding-bottom-mobile": "0%", "container-padding-bottom-tiny": "0%", "vertical-between-posts": "10px", "vertical-between-posts-header": "10px", "containericons-horizontal-spacing": "1%", "containericons-horizontal-spacing-mobile": "3%", "containericons-horizontal-spacing-tiny": "1.5%", "containericons-horizontal-offset": "-1%", "containericons-vertical-align": "0.5%", "containericons-vertical-align-mobile": "1%", "containericons-vertical-align-tiny": "0.5%", "likes-count-offset": "5px", "publish-button-vertical-offset": "10px", "publish-button-bottom-offset": "10px", "banner-height-tiny": "10vh", "post-separator-background": "transparent", "separator-width-left": "95%", "separator-width-right": "95%", "header-vertical-offset": "0", "profile-background-height": "25vw", "profile-text-align": "left", "button-bottom-margin": "10px", "rendering": "normal", "voteresult-color": "#dddddd", "voteresult-border-color": "#aaaaaa", "voteresult-height": "32px", "voteresult-height-mobile": "32px", "voteresult-height-tiny": "16px", "voteresult-width": "80%", "voteresult-width-mobile": "80%", "voteresult-width-tiny": "40%", "vcard-icon-size": "32px", "vcard-icon-size-mobile": "80px", "vcard-icon-size-tiny": "80px", "event-public-color": "#282c37", "today-foreground": "black", "today-circle": "grey", "event-foreground": "white", "title-text": "white", "title-background": "grey", "calendar-horizontal-padding": "0", "calendar-cell-size": "1.5vw", "calendar-cell-size-mobile": "1.5vw", "calendar-cell-size-tiny": "1.5vw", "font-size-calendar": "20px", "font-size-calendar-mobile": "30px", "font-size-calendar-tiny": "15px", "font-size-calendar-header": "3rem", "font-size-calendar-day": "1rem", "font-size-calendar-cell": "2rem", "font-size-calendar-cell-mobile": "4rem", "font-size-calendar-cell-tiny": "2rem", "ical-icon-size": "32px", "ical-icon-size-mobile": "80px", "ical-icon-size-tiny": "80px", "hashtag-vertical-spacing1": "50px", "hashtag-vertical-spacing2": "100px", "hashtag-size1": "30px", "hashtag-size2": "40px", "hashtag-margin": "2%", "text-entry-foreground": "#ccc", "main-header-color-roles": "#282237", "column-right-fg-color": "yellow", "font-color-header": "#ccc", "font-size-newswire-mobile": "38px", "gallery-text-color": "#ccc", "newswire-item-moderated-color": "white", "newswire-date-moderated-color": "white", "newswire-date-color": "white", "button-event-background-color": "green", "hashtag-background-color": "black", "diff-add": "#FFFFFF", "diff-remove": "#aaa"} \ No newline at end of file diff --git a/theme/solidaric/theme.json b/theme/solidaric/theme.json index c23a88d46..ce73a321b 100644 --- a/theme/solidaric/theme.json +++ b/theme/solidaric/theme.json @@ -1,106 +1 @@ -{ - "block-reason-color": "lightgreen", - "verified-site-color": "lightgreen", - "code-color": "blue", - "pwa-theme-color": "apple-mobile-web-app-status-bar-style", - "pwa-theme-background-color": "white", - "dropdown-fg-color": "#2d2c37", - "dropdown-bg-color": "#ddd", - "dropdown-bg-color-hover": "#ccc", - "dropdown-fg-color-hover": "#2d2c37", - "button-fg-highlighted": "#eeeeee", - "button-selected-text": "#eeeeee", - "button-text": "#eeeeee", - "publish-button-text": "#eeeeee", - "column-left-header-color": "#eeeeee", - "newswire-publish-icon": "True", - "full-width-timeline-buttons": "False", - "icons-as-buttons": "False", - "rss-icon-at-top": "True", - "publish-button-at-top": "False", - "font-size-pgp-key2": "18px", - "button-corner-radius": "5px", - "column-left-icons-margin": "15px", - "post-separator-width": "96.5%", - "post-separator-height": "40px", - "border-width-header": "0", - "border-width": "0", - "banner-height": "35vh", - "banner-height-mobile": "15vh", - "search-banner-height-mobile": "15vh", - "time-vertical-align": "-4px", - "time-vertical-align-mobile": "15px", - "hashtag-background-color": "lightred", - "button-highlighted": "darkred", - "button-selected-highlighted": "darkred", - "newswire-date-color": "grey", - "focus-color": "grey", - "font-page-dash-tiny": "16px", - "font-page-dash-mobile": "32px", - "font-size-button-mobile": "26px", - "font-size-pageslist": "32px", - "font-size": "32px", - "font-size2": "26px", - "font-size3": "40px", - "font-size4": "24px", - "font-size5": "22px", - "rgba(0, 0, 0, 0.5)": "rgba(0, 0, 0, 0.0)", - "main-bg-color": "#eeeeee", - "login-bg-color": "#eeeeee", - "welcome-bg-color": "#eeeeee", - "options-bg-color": "#eeeeee", - "post-bg-color": "#eeeeee", - "timeline-posts-background-color": "#eeeeee", - "header-bg-color": "#ddd", - "column-left-color": "#eeeeee", - "main-bg-color-dm": "#eeeeee", - "link-bg-color": "transparent", - "main-bg-color-reply": "#eeeeee", - "main-bg-color-report": "#eeeeee", - "main-header-color-roles": "#ebebf0", - "cw-color": "#2d2c37", - "pageslist-color": "#111", - "pageslist-selected-color": "#444", - "main-fg-color": "#2d2c37", - "login-fg-color": "#2d2c37", - "welcome-fg-color": "#2d2c37", - "options-fg-color": "#2d2c37", - "column-left-fg-color": "#2d2c37", - "border-color": "#c0cdd9", - "main-link-color": "#2a2c37", - "main-link-color-hover": "#aa2c37", - "options-main-link-color": "#2a2c37", - "options-main-link-color-hover": "#aa2c37", - "title-color": "#2a2c37", - "main-visited-color": "#232c37", - "options-main-visited-color": "#232c37", - "text-entry-foreground": "#111", - "text-entry-background": "#eeeeee", - "font-color-header": "#2d2c37", - "dropdown-fg-color": "#222", - "dropdown-fg-color-hover": "#222", - "dropdown-bg-color": "#eeeeee", - "dropdown-bg-color-hover": "lightgrey", - "color: #FFFFFE;": "color: #2d2c37;", - "calendar-bg-color": "#eeeeee", - "lines-color": "#2d2c37", - "day-number": "#2d2c37", - "day-number2": "#282c37", - "place-color": "#2d2c37", - "event-color": "#282c37", - "today-foreground": "#eeeeee", - "today-circle": "red", - "event-background": "lightblue", - "event-background-private": "lightgrey", - "event-foreground": "#eeeeee", - "title-text": "#282c37", - "title-background": "#ccc", - "gallery-text-color": "#2d2c37", - "quote-right-margin": "0", - "line-spacing": "180%", - "header-font": "'solidaric'", - "*font-family": "'solidaric'", - "*src": "url('./fonts/solidaric.woff2') format('woff2')", - "**src": "url('./fonts/solidaric-italic.woff2') format('woff2')", - "reply-icon-direction": "-1" -} +{"block-reason-color": "lightgreen", "verified-site-color": "lightgreen", "code-color": "blue", "pwa-theme-color": "apple-mobile-web-app-status-bar-style", "pwa-theme-background-color": "white", "dropdown-fg-color": "#222", "dropdown-bg-color": "#eeeeee", "dropdown-bg-color-hover": "lightgrey", "dropdown-fg-color-hover": "#222", "button-fg-highlighted": "#eeeeee", "button-selected-text": "#eeeeee", "button-text": "#eeeeee", "publish-button-text": "#eeeeee", "column-left-header-color": "#eeeeee", "newswire-publish-icon": "True", "full-width-timeline-buttons": "False", "icons-as-buttons": "False", "rss-icon-at-top": "True", "publish-button-at-top": "False", "font-size-pgp-key2": "18px", "button-corner-radius": "5px", "column-left-icons-margin": "15px", "post-separator-width": "96.5%", "post-separator-height": "40px", "border-width-header": "0", "border-width": "0", "banner-height": "35vh", "banner-height-mobile": "15vh", "search-banner-height-mobile": "15vh", "time-vertical-align": "-4px", "time-vertical-align-mobile": "15px", "hashtag-background-color": "lightred", "button-highlighted": "darkred", "button-selected-highlighted": "darkred", "newswire-date-color": "grey", "focus-color": "grey", "font-page-dash-tiny": "16px", "font-page-dash-mobile": "32px", "font-size-button-mobile": "26px", "font-size-pageslist": "32px", "font-size": "32px", "font-size2": "26px", "font-size3": "40px", "font-size4": "24px", "font-size5": "22px", "rgba(0, 0, 0, 0.5)": "rgba(0, 0, 0, 0.0)", "main-bg-color": "#eeeeee", "login-bg-color": "#eeeeee", "welcome-bg-color": "#eeeeee", "options-bg-color": "#eeeeee", "post-bg-color": "#eeeeee", "timeline-posts-background-color": "#eeeeee", "header-bg-color": "#ddd", "column-left-color": "#eeeeee", "main-bg-color-dm": "#eeeeee", "link-bg-color": "transparent", "main-bg-color-reply": "#eeeeee", "main-bg-color-report": "#eeeeee", "main-header-color-roles": "#ebebf0", "cw-color": "#2d2c37", "pageslist-color": "#111", "pageslist-selected-color": "#444", "main-fg-color": "#2d2c37", "login-fg-color": "#2d2c37", "welcome-fg-color": "#2d2c37", "options-fg-color": "#2d2c37", "column-left-fg-color": "#2d2c37", "border-color": "#c0cdd9", "main-link-color": "#2a2c37", "main-link-color-hover": "#aa2c37", "options-main-link-color": "#2a2c37", "options-main-link-color-hover": "#aa2c37", "title-color": "#2a2c37", "main-visited-color": "#232c37", "options-main-visited-color": "#232c37", "text-entry-foreground": "#111", "text-entry-background": "#eeeeee", "font-color-header": "#2d2c37", "color: #FFFFFE;": "color: #2d2c37;", "calendar-bg-color": "#eeeeee", "lines-color": "#2d2c37", "day-number": "#2d2c37", "day-number2": "#282c37", "place-color": "#2d2c37", "event-color": "#282c37", "today-foreground": "#eeeeee", "today-circle": "red", "event-background": "lightblue", "event-background-private": "lightgrey", "event-foreground": "#eeeeee", "title-text": "#282c37", "title-background": "#ccc", "gallery-text-color": "#2d2c37", "quote-right-margin": "0", "line-spacing": "180%", "header-font": "'solidaric'", "*font-family": "'solidaric'", "*src": "url('./fonts/solidaric.woff2') format('woff2')", "**src": "url('./fonts/solidaric-italic.woff2') format('woff2')", "reply-icon-direction": "-1", "search-banner-height": "30vh", "likes-names-margin": "2%", "likes-names-size1": "30px", "likes-names-size2": "40px", "liker-names-margin": "2%", "liker-names-vertical-spacing1": "50px", "liker-names-vertical-spacing2": "100px", "avatar-rounding": "10%", "timeline-icon-width": "50px", "timeline-icon-width-mobile": "100px", "timeline-icon-width-tiny": "50px", "cw-style": "normal", "cw-weight": "bold", "column-right-fg-color-voted-on": "red", "font-size-header": "18px", "font-size-header-mobile": "32px", "font-size-header-tiny": "16px", "font-size-button-tiny": "13px", "font-size-publish-button": "18px", "font-size-newswire-tiny": "16px", "font-size-dropdown-header": "40px", "font-size-dropdown-header-tiny": "20px", "font-size-mobile": "50px", "font-size-tiny": "25px", "font-size-likes-mobile": "64px", "font-size-likes-tiny": "16px", "likes-margin-left-tiny": "10px", "likes-margin-right-tiny": "10px", "likes-margin-top-tiny": "-10px", "likes-margin-left-mobile": "20px", "likes-margin-right-mobile": "0px", "likes-margin-top-mobile": "0px", "font-size-pgp-key": "16px", "font-size-tox": "16px", "font-size-tox2": "18px", "font-size-emoji-reaction": "16px", "font-size-emoji-reaction-mobile": "24px", "font-size-emoji-reaction-tiny": "12px", "follow-text-size1": "24px", "follow-text-size2": "40px", "follow-text-entry-width": "90%", "time-color": "#aaa", "time-vertical-align-tiny": "0.75%", "button-margin": "5px", "button-left-margin": "none", "publish-button-background": "#999", "button-background": "#999", "button-background-hover": "#777", "button-text-hover": "white", "button-selected": "#666", "button-deny": "darkred", "button-width-chars": "10ch", "button-height": "10px", "button-height-padding-mobile": "20px", "button-height-padding-tiny": "10px", "button-height-padding": "10px", "image-corners": "10%", "gallery-border": "#ccc", "gallery-hover": "#777", "gallery-font-size": "22px", "gallery-font-size-mobile": "35px", "gallery-font-size-tiny": "17.5px", "icons-side": "right", "quote-font-weight": "normal", "quote-font-size": "120%", "quote-font-size-mobile": "120%", "quote-font-size-tiny": "60%", "line-spacing-newswire": "120%", "column-left-width": "10vw", "column-center-width": "80vw", "column-right-width": "10vw", "column-left-mobile-margin": "2%", "column-left-tiny-margin": "1%", "column-left-top-margin": "0", "column-right-top-margin": "0", "column-left-header-style": "uppercase", "column-left-header-background": "#555", "column-left-header-size": "20px", "column-left-header-size-mobile": "50px", "column-left-header-size-tiny": "25px", "column-left-border-width": "0", "column-right-border-width": "0", "column-left-border-color": "black", "column-left-icon-size": "2.1vw", "column-left-icon-size-mobile": "10%", "column-left-icon-size-tiny": "5%", "column-left-image-width-mobile": "40vw", "column-left-image-width-tiny": "20vw", "column-right-image-width-mobile": "100vw", "column-right-image-width-tiny": "50vw", "column-right-icon-size": "2.1vw", "column-right-icon-size-mobile": "10%", "column-right-icon-size-tiny": "5%", "newswire-voted-background-color": "black", "login-button-fg-color": "black", "button-event-corner-radius": "60px", "button-event-fg-color": "white", "hashtag-fg-color": "white", "tab-border-width": "0px", "tab-border-color": "grey", "icon-brightness-change": "150%", "container-button-padding": "20px", "header-button-padding": "20px", "container-padding": "2%", "container-padding-bottom": "1%", "container-padding-bottom-mobile": "0%", "container-padding-bottom-tiny": "0%", "vertical-between-posts": "10px", "vertical-between-posts-header": "10px", "containericons-horizontal-spacing": "1%", "containericons-horizontal-spacing-mobile": "3%", "containericons-horizontal-spacing-tiny": "1.5%", "containericons-horizontal-offset": "-1%", "containericons-vertical-align": "0.5%", "containericons-vertical-align-mobile": "1%", "containericons-vertical-align-tiny": "0.5%", "likes-count-offset": "5px", "publish-button-vertical-offset": "10px", "publish-button-bottom-offset": "10px", "banner-height-tiny": "10vh", "post-separator-background": "transparent", "separator-width-left": "95%", "separator-width-right": "95%", "header-vertical-offset": "0", "profile-background-height": "25vw", "profile-text-align": "left", "verticals-width": "0", "italic-font-style": "italic", "button-bottom-margin": "10px", "rendering": "normal", "voteresult-color": "#dddddd", "voteresult-border-color": "#aaaaaa", "voteresult-height": "32px", "voteresult-height-mobile": "32px", "voteresult-height-tiny": "16px", "voteresult-width": "80%", "voteresult-width-mobile": "80%", "voteresult-width-tiny": "40%", "vcard-icon-size": "32px", "vcard-icon-size-mobile": "80px", "vcard-icon-size-tiny": "80px", "event-public-color": "#282c37", "calendar-horizontal-padding": "0", "calendar-cell-size": "1.5vw", "calendar-cell-size-mobile": "1.5vw", "calendar-cell-size-tiny": "1.5vw", "font-size-calendar": "20px", "font-size-calendar-mobile": "30px", "font-size-calendar-tiny": "15px", "font-size-calendar-header": "3rem", "font-size-calendar-day": "1rem", "font-size-calendar-cell": "2rem", "font-size-calendar-cell-mobile": "4rem", "font-size-calendar-cell-tiny": "2rem", "calendar-header-font": "'Montserrat'", "calendar-header-font-style": "italic", "ical-icon-size": "32px", "ical-icon-size-mobile": "80px", "ical-icon-size-tiny": "80px", "hashtag-vertical-spacing1": "50px", "hashtag-vertical-spacing2": "100px", "hashtag-vertical-spacing3": "100px", "hashtag-vertical-spacing4": "150px", "hashtag-size1": "30px", "hashtag-size2": "40px", "hashtag-margin": "2%", "column-right-fg-color": "yellow", "font-size-links": "18px", "font-size-newswire": "18px", "font-size-newswire-mobile": "38px", "font-size-likes": "20px", "button-approve": "darkgreen", "timeline-border-radius": "30px", "newswire-item-moderated-color": "white", "newswire-date-moderated-color": "white", "login-button-color": "#2965", "button-event-background-color": "green", "post-separator-margin-top": "0", "post-separator-margin-bottom": "0", "diff-add": "#FFFFFF", "diff-remove": "#aaa"} \ No newline at end of file diff --git a/theme/starlight/theme.json b/theme/starlight/theme.json index 371b9345c..de4ac0e69 100644 --- a/theme/starlight/theme.json +++ b/theme/starlight/theme.json @@ -1,93 +1 @@ -{ - "block-reason-color": "lightgreen", - "verified-site-color": "lightgreen", - "code-color": "lightblue", - "pwa-theme-color": "apple-mobile-web-app-status-bar-style", - "pwa-theme-background-color": "black", - "dropdown-fg-color": "#ffc4bc", - "dropdown-bg-color": "#1f0d10", - "dropdown-bg-color-hover": "#222", - "dropdown-fg-color-hover": "#ffc4bc", - "post-separator-margin-top": "10px", - "post-separator-margin-bottom": "10px", - "newswire-publish-icon": "True", - "full-width-timeline-buttons": "False", - "icons-as-buttons": "False", - "rss-icon-at-top": "True", - "publish-button-at-top": "False", - "search-banner-height-mobile": "15vh", - "column-left-header-background": "#69282c", - "column-left-image-width-mobile": "40vw", - "line-spacing-newswire": "120%", - "focus-color": "darkred", - "font-page-dash-tiny": "16px", - "font-page-dash-mobile": "32px", - "font-size-button-mobile": "26px", - "font-size-pageslist": "32px", - "font-size": "32px", - "font-size2": "26px", - "font-size3": "40px", - "font-size4": "24px", - "font-size5": "22px", - "main-bg-color": "#0f0d10", - "login-bg-color": "#0f0d10", - "welcome-bg-color": "#0f0d10", - "options-bg-color": "#0f0d10", - "post-bg-color": "#0f0d10", - "timeline-posts-background-color": "#0f0d10", - "header-bg-color": "#0f0d10", - "column-left-color": "#0f0d10", - "text-entry-background": "#0f0d10", - "link-bg-color": "#0f0d10", - "main-link-color": "#ffc4bc", - "main-link-color-hover": "white", - "options-main-link-color": "#ffc4bc", - "options-main-link-color-hover": "white", - "title-color": "#ffc4bc", - "main-visited-color": "#e1c4bc", - "options-main-visited-color": "#e1c4bc", - "cw-color": "#ffc4bc", - "pageslist-color": "#dddddd", - "pageslist-selected-color": "red", - "main-fg-color": "#ffc4bc", - "login-fg-color": "#ffc4bc", - "welcome-fg-color": "#ffc4bc", - "options-fg-color": "#ffc4bc", - "column-left-fg-color": "#ffc4bc", - "main-bg-color-dm": "#0b0a0a", - "border-color": "#69282c", - "border-width": "3px", - "border-width-header": "3px", - "main-bg-color-reply": "#0f0d10", - "main-bg-color-report": "#0f0d10", - "hashtag-vertical-spacing3": "100px", - "hashtag-vertical-spacing4": "150px", - "button-background-hover": "#a9282c", - "button-text-hover": "#ffc4bc", - "publish-button-background": "#69282c", - "button-background": "#69282c", - "button-small-background": "darkblue", - "button-selected": "#a34046", - "button-highlighted": "#12435f", - "button-fg-highlighted": "white", - "button-selected-highlighted": "#12435f", - "button-approve": "#12435f", - "calendar-bg-color": "#0f0d10", - "title-text": "#ffc4bc", - "title-background": "#69282c", - "lines-color": "#ffc4bc", - "day-number": "#ffc4bc", - "day-number2": "#aaa", - "event-background": "#12435f", - "event-background-private": "darkblue", - "timeline-border-radius": "20px", - "time-color": "#ffc4bc", - "place-color": "#ffc4bc", - "event-color": "#ffc4bc", - "image-corners": "2%", - "quote-right-margin": "0.1em", - "header-font": "'bgrove'", - "*font-family": "'bgrove'", - "*src": "url('fonts/bgrove.woff2') format('woff2')", - "reply-icon-direction": "-1" -} +{"block-reason-color": "lightgreen", "verified-site-color": "lightgreen", "code-color": "lightblue", "pwa-theme-color": "apple-mobile-web-app-status-bar-style", "pwa-theme-background-color": "black", "dropdown-fg-color": "#ffc4bc", "dropdown-bg-color": "#1f0d10", "dropdown-bg-color-hover": "#222", "dropdown-fg-color-hover": "#ffc4bc", "post-separator-margin-top": "10px", "post-separator-margin-bottom": "10px", "newswire-publish-icon": "True", "full-width-timeline-buttons": "False", "icons-as-buttons": "False", "rss-icon-at-top": "True", "publish-button-at-top": "False", "search-banner-height-mobile": "15vh", "column-left-header-background": "#69282c", "column-left-image-width-mobile": "40vw", "line-spacing-newswire": "120%", "focus-color": "darkred", "font-page-dash-tiny": "16px", "font-page-dash-mobile": "32px", "font-size-button-mobile": "26px", "font-size-pageslist": "32px", "font-size": "32px", "font-size2": "26px", "font-size3": "40px", "font-size4": "24px", "font-size5": "22px", "main-bg-color": "#0f0d10", "login-bg-color": "#0f0d10", "welcome-bg-color": "#0f0d10", "options-bg-color": "#0f0d10", "post-bg-color": "#0f0d10", "timeline-posts-background-color": "#0f0d10", "header-bg-color": "#0f0d10", "column-left-color": "#0f0d10", "text-entry-background": "#0f0d10", "link-bg-color": "#0f0d10", "main-link-color": "#ffc4bc", "main-link-color-hover": "white", "options-main-link-color": "#ffc4bc", "options-main-link-color-hover": "white", "title-color": "#ffc4bc", "main-visited-color": "#e1c4bc", "options-main-visited-color": "#e1c4bc", "cw-color": "#ffc4bc", "pageslist-color": "#dddddd", "pageslist-selected-color": "red", "main-fg-color": "#ffc4bc", "login-fg-color": "#ffc4bc", "welcome-fg-color": "#ffc4bc", "options-fg-color": "#ffc4bc", "column-left-fg-color": "#ffc4bc", "main-bg-color-dm": "#0b0a0a", "border-color": "#69282c", "border-width": "3px", "border-width-header": "3px", "main-bg-color-reply": "#0f0d10", "main-bg-color-report": "#0f0d10", "hashtag-vertical-spacing3": "100px", "hashtag-vertical-spacing4": "150px", "button-background-hover": "#a9282c", "button-text-hover": "#ffc4bc", "publish-button-background": "#69282c", "button-background": "#69282c", "button-small-background": "darkblue", "button-selected": "#a34046", "button-highlighted": "#12435f", "button-fg-highlighted": "white", "button-selected-highlighted": "#12435f", "button-approve": "#12435f", "calendar-bg-color": "#0f0d10", "title-text": "#ffc4bc", "title-background": "#69282c", "lines-color": "#ffc4bc", "day-number": "#ffc4bc", "day-number2": "#aaa", "event-background": "#12435f", "event-background-private": "darkblue", "timeline-border-radius": "20px", "time-color": "#ffc4bc", "place-color": "#ffc4bc", "event-color": "#ffc4bc", "image-corners": "2%", "quote-right-margin": "0.1em", "header-font": "'bgrove'", "*font-family": "'bgrove'", "*src": "url('fonts/bgrove.woff2') format('woff2')", "reply-icon-direction": "-1", "search-banner-height": "30vh", "likes-names-margin": "2%", "likes-names-size1": "30px", "likes-names-size2": "40px", "liker-names-margin": "2%", "liker-names-vertical-spacing1": "50px", "liker-names-vertical-spacing2": "100px", "avatar-rounding": "10%", "timeline-icon-width": "50px", "timeline-icon-width-mobile": "100px", "timeline-icon-width-tiny": "50px", "cw-style": "normal", "cw-weight": "bold", "column-right-fg-color-voted-on": "red", "font-size-header": "18px", "font-size-header-mobile": "32px", "font-size-header-tiny": "16px", "font-size-button-tiny": "13px", "font-size-publish-button": "18px", "font-size-newswire-tiny": "16px", "font-size-dropdown-header": "40px", "font-size-dropdown-header-tiny": "20px", "font-size-mobile": "50px", "font-size-tiny": "25px", "font-size-likes-mobile": "64px", "font-size-likes-tiny": "16px", "likes-margin-left-tiny": "10px", "likes-margin-right-tiny": "10px", "likes-margin-top-tiny": "-10px", "likes-margin-left-mobile": "20px", "likes-margin-right-mobile": "0px", "likes-margin-top-mobile": "0px", "font-size-pgp-key": "16px", "font-size-pgp-key2": "18px", "font-size-tox": "16px", "font-size-tox2": "18px", "font-size-emoji-reaction": "16px", "font-size-emoji-reaction-mobile": "24px", "font-size-emoji-reaction-tiny": "12px", "follow-text-size1": "24px", "follow-text-size2": "40px", "follow-text-entry-width": "90%", "time-vertical-align": "0%", "time-vertical-align-mobile": "1.5%", "time-vertical-align-tiny": "0.75%", "publish-button-text": "#FFFFFF", "button-margin": "5px", "button-left-margin": "none", "button-text": "#FFFFFF", "button-selected-text": "#FFFFFF", "button-deny": "darkred", "button-width-chars": "10ch", "button-height": "10px", "button-height-padding-mobile": "20px", "button-height-padding-tiny": "10px", "button-height-padding": "10px", "gallery-border": "#ccc", "gallery-hover": "#777", "gallery-font-size": "22px", "gallery-font-size-mobile": "35px", "gallery-font-size-tiny": "17.5px", "icons-side": "right", "quote-font-weight": "normal", "quote-font-size": "120%", "quote-font-size-mobile": "120%", "quote-font-size-tiny": "60%", "line-spacing": "180%", "column-left-width": "10vw", "column-center-width": "80vw", "column-right-width": "10vw", "column-left-mobile-margin": "2%", "column-left-tiny-margin": "1%", "column-left-top-margin": "0", "column-right-top-margin": "0", "column-left-header-style": "uppercase", "column-left-header-color": "#fff", "column-left-header-size": "20px", "column-left-header-size-mobile": "50px", "column-left-header-size-tiny": "25px", "column-left-border-width": "0", "column-left-icons-margin": "0", "column-right-border-width": "0", "column-left-border-color": "black", "column-left-icon-size": "2.1vw", "column-left-icon-size-mobile": "10%", "column-left-icon-size-tiny": "5%", "column-left-image-width-tiny": "20vw", "column-right-image-width-mobile": "100vw", "column-right-image-width-tiny": "50vw", "column-right-icon-size": "2.1vw", "column-right-icon-size-mobile": "10%", "column-right-icon-size-tiny": "5%", "newswire-voted-background-color": "black", "login-button-fg-color": "black", "button-event-corner-radius": "60px", "button-event-fg-color": "white", "hashtag-fg-color": "white", "tab-border-width": "0px", "tab-border-color": "grey", "icon-brightness-change": "150%", "container-button-padding": "20px", "header-button-padding": "20px", "container-padding": "2%", "container-padding-bottom": "1%", "container-padding-bottom-mobile": "0%", "container-padding-bottom-tiny": "0%", "vertical-between-posts": "10px", "vertical-between-posts-header": "10px", "containericons-horizontal-spacing": "1%", "containericons-horizontal-spacing-mobile": "3%", "containericons-horizontal-spacing-tiny": "1.5%", "containericons-horizontal-offset": "-1%", "containericons-vertical-align": "0.5%", "containericons-vertical-align-mobile": "1%", "containericons-vertical-align-tiny": "0.5%", "likes-count-offset": "5px", "publish-button-vertical-offset": "10px", "publish-button-bottom-offset": "10px", "banner-height-mobile": "10vh", "banner-height-tiny": "10vh", "post-separator-background": "transparent", "post-separator-width": "95%", "separator-width-left": "95%", "separator-width-right": "95%", "post-separator-height": "1px", "header-vertical-offset": "0", "profile-background-height": "25vw", "profile-text-align": "left", "verticals-width": "0", "italic-font-style": "italic", "button-bottom-margin": "10px", "rendering": "normal", "voteresult-color": "#dddddd", "voteresult-border-color": "#aaaaaa", "voteresult-height": "32px", "voteresult-height-mobile": "32px", "voteresult-height-tiny": "16px", "voteresult-width": "80%", "voteresult-width-mobile": "80%", "voteresult-width-tiny": "40%", "vcard-icon-size": "32px", "vcard-icon-size-mobile": "80px", "vcard-icon-size-tiny": "80px", "event-public-color": "#282c37", "today-foreground": "black", "today-circle": "grey", "event-foreground": "white", "calendar-horizontal-padding": "0", "calendar-cell-size": "1.5vw", "calendar-cell-size-mobile": "1.5vw", "calendar-cell-size-tiny": "1.5vw", "font-size-calendar": "20px", "font-size-calendar-mobile": "30px", "font-size-calendar-tiny": "15px", "font-size-calendar-header": "3rem", "font-size-calendar-day": "1rem", "font-size-calendar-cell": "2rem", "font-size-calendar-cell-mobile": "4rem", "font-size-calendar-cell-tiny": "2rem", "calendar-header-font": "'Montserrat'", "calendar-header-font-style": "italic", "ical-icon-size": "32px", "ical-icon-size-mobile": "80px", "ical-icon-size-tiny": "80px", "hashtag-vertical-spacing1": "50px", "hashtag-vertical-spacing2": "100px", "hashtag-size1": "30px", "hashtag-size2": "40px", "hashtag-margin": "2%", "text-entry-foreground": "#ccc", "main-header-color-roles": "#282237", "column-right-fg-color": "yellow", "font-color-header": "#ccc", "font-size-links": "18px", "font-size-newswire": "18px", "font-size-newswire-mobile": "38px", "font-size-likes": "20px", "gallery-text-color": "#ccc", "button-corner-radius": "15px", "newswire-item-moderated-color": "white", "newswire-date-moderated-color": "white", "newswire-date-color": "white", "login-button-color": "#2965", "button-event-background-color": "green", "hashtag-background-color": "black", "banner-height": "15vh", "diff-add": "#FFFFFF", "diff-remove": "#aaa"} \ No newline at end of file diff --git a/theme/zen/theme.json b/theme/zen/theme.json index 7ef8bcf18..e51f7d0a4 100644 --- a/theme/zen/theme.json +++ b/theme/zen/theme.json @@ -1,94 +1 @@ -{ - "block-reason-color": "lightgreen", - "verified-site-color": "lightgreen", - "code-color": "blue", - "font-size-header": "18px", - "font-size-header-mobile": "32px", - "font-size-header-tiny": "16px", - "font-size-button-tiny": "13px", - "font-size-publish-button": "18px", - "font-size-newswire-tiny": "16px", - "font-size-dropdown-header": "40px", - "font-size-dropdown-header-tiny": "20px", - "font-size-mobile": "50px", - "font-size-tiny": "25px", - "font-size-pageslist": "32px", - "font-size-likes-mobile": "64px", - "font-size-likes-tiny": "16px", - "font-size-pgp-key": "16px", - "font-size-pgp-key2": "18px", - "font-size-tox": "16px", - "font-size-tox2": "18px", - "font-size-emoji-reaction": "16px", - "font-size-emoji-reaction-mobile": "24px", - "font-size-emoji-reaction-tiny": "12px", - "likes-margin-left-mobile": "20px", - "likes-margin-right-mobile": "0px", - "likes-margin-top-mobile": "0px", - "pwa-theme-color": "apple-mobile-web-app-status-bar-style", - "pwa-theme-background-color": "black", - "dropdown-fg-color": "#d5c7b7", - "dropdown-bg-color": "#4c4e41", - "dropdown-bg-color-hover": "#3c4e41", - "dropdown-fg-color-hover": "#d5c7b7", - "avatar-rounding": "50%", - "dropdown-bg-color-hover": "#463b35", - "cw-color": "#d5c7b7", - "pageslist-color": "#dddddd", - "pageslist-selected-color": "yellow", - "main-fg-color": "#d5c7b7", - "column-left-fg-color": "#d5c7b7", - "button-text": "#d5c7b7", - "button-selected-text": "#d5c7b7", - "login-bg-color": "#212e3f", - "welcome-bg-color": "#212e3f", - "lines-color": "#b6a188", - "day-number": "black", - "day-number2": "#bbb", - "column-left-header-background": "#8b674e", - "column-left-header-color": "#d5c7b7", - "post-separator-margin-top": "10px", - "post-separator-margin-bottom": "10px", - "newswire-publish-icon": "True", - "full-width-timeline-buttons": "False", - "icons-as-buttons": "False", - "rss-icon-at-top": "True", - "publish-button-at-top": "False", - "banner-height": "25vh", - "banner-height-mobile": "10vh", - "newswire-date-color": "#ffd974", - "main-bg-color": "#5c4e41", - "calendar-bg-color": "#5c4e41", - "options-bg-color": "#5c4e41", - "post-bg-color": "#5c4e41", - "timeline-posts-background-color": "#5c4e41", - "header-bg-color": "#5c4e41", - "column-left-color": "#5c4e41", - "text-entry-background": "#5c4e41", - "link-bg-color": "#5c4e41", - "main-bg-color-reply": "#5c4e41", - "main-bg-color-report": "#5c4e41", - "border-color": "#463b35", - "border-width": "7px", - "border-width-header": "7px", - "main-link-color": "#d5c7b7", - "main-link-color-hover": "white", - "options-main-link-color": "#d5c7b7", - "options-main-link-color-hover": "white", - "title-color": "#d5c7b7", - "main-visited-color": "#d5c7b7", - "options-main-visited-color": "#d5c7b7", - "button-background-hover": "#5f3b00", - "publish-button-background": "#463b35", - "button-background": "#463b35", - "button-selected": "#26201d", - "main-bg-color-dm": "#5c4a40", - "main-header-color-roles": "#5c4e41", - "dropdown-bg-color": "#504e41", - "header-font": "'Barlow-Regular'", - "*font-family": "'Barlow-Regular'", - "*src": "url('fonts/Barlow-Regular.woff2') format('woff2')", - "reply-icon-direction": "-1", - "font-page-dash-tiny": "16px", - "font-page-dash-mobile": "32px" -} +{"block-reason-color": "lightgreen", "verified-site-color": "lightgreen", "code-color": "blue", "font-size-header": "18px", "font-size-header-mobile": "32px", "font-size-header-tiny": "16px", "font-size-button-tiny": "13px", "font-size-publish-button": "18px", "font-size-newswire-tiny": "16px", "font-size-dropdown-header": "40px", "font-size-dropdown-header-tiny": "20px", "font-size-mobile": "50px", "font-size-tiny": "25px", "font-size-pageslist": "32px", "font-size-likes-mobile": "64px", "font-size-likes-tiny": "16px", "font-size-pgp-key": "16px", "font-size-pgp-key2": "18px", "font-size-tox": "16px", "font-size-tox2": "18px", "font-size-emoji-reaction": "16px", "font-size-emoji-reaction-mobile": "24px", "font-size-emoji-reaction-tiny": "12px", "likes-margin-left-mobile": "20px", "likes-margin-right-mobile": "0px", "likes-margin-top-mobile": "0px", "pwa-theme-color": "apple-mobile-web-app-status-bar-style", "pwa-theme-background-color": "black", "dropdown-fg-color": "#d5c7b7", "dropdown-bg-color": "#504e41", "dropdown-bg-color-hover": "#463b35", "dropdown-fg-color-hover": "#d5c7b7", "avatar-rounding": "50%", "cw-color": "#d5c7b7", "pageslist-color": "#dddddd", "pageslist-selected-color": "yellow", "main-fg-color": "#d5c7b7", "column-left-fg-color": "#d5c7b7", "button-text": "#d5c7b7", "button-selected-text": "#d5c7b7", "login-bg-color": "#212e3f", "welcome-bg-color": "#212e3f", "lines-color": "#b6a188", "day-number": "black", "day-number2": "#bbb", "column-left-header-background": "#8b674e", "column-left-header-color": "#d5c7b7", "post-separator-margin-top": "10px", "post-separator-margin-bottom": "10px", "newswire-publish-icon": "True", "full-width-timeline-buttons": "False", "icons-as-buttons": "False", "rss-icon-at-top": "True", "publish-button-at-top": "False", "banner-height": "25vh", "banner-height-mobile": "10vh", "newswire-date-color": "#ffd974", "main-bg-color": "#5c4e41", "calendar-bg-color": "#5c4e41", "options-bg-color": "#5c4e41", "post-bg-color": "#5c4e41", "timeline-posts-background-color": "#5c4e41", "header-bg-color": "#5c4e41", "column-left-color": "#5c4e41", "text-entry-background": "#5c4e41", "link-bg-color": "#5c4e41", "main-bg-color-reply": "#5c4e41", "main-bg-color-report": "#5c4e41", "border-color": "#463b35", "border-width": "7px", "border-width-header": "7px", "main-link-color": "#d5c7b7", "main-link-color-hover": "white", "options-main-link-color": "#d5c7b7", "options-main-link-color-hover": "white", "title-color": "#d5c7b7", "main-visited-color": "#d5c7b7", "options-main-visited-color": "#d5c7b7", "button-background-hover": "#5f3b00", "publish-button-background": "#463b35", "button-background": "#463b35", "button-selected": "#26201d", "main-bg-color-dm": "#5c4a40", "main-header-color-roles": "#5c4e41", "header-font": "'Barlow-Regular'", "*font-family": "'Barlow-Regular'", "*src": "url('fonts/Barlow-Regular.woff2') format('woff2')", "reply-icon-direction": "-1", "font-page-dash-tiny": "16px", "font-page-dash-mobile": "32px", "search-banner-height": "30vh", "search-banner-height-mobile": "15vh", "likes-names-margin": "2%", "likes-names-size1": "30px", "likes-names-size2": "40px", "liker-names-margin": "2%", "liker-names-vertical-spacing1": "50px", "liker-names-vertical-spacing2": "100px", "timeline-icon-width": "50px", "timeline-icon-width-mobile": "100px", "timeline-icon-width-tiny": "50px", "cw-style": "normal", "cw-weight": "bold", "column-right-fg-color-voted-on": "red", "likes-margin-left-tiny": "10px", "likes-margin-right-tiny": "10px", "likes-margin-top-tiny": "-10px", "follow-text-size1": "24px", "follow-text-size2": "40px", "follow-text-entry-width": "90%", "time-color": "#aaa", "time-vertical-align": "0%", "time-vertical-align-mobile": "1.5%", "time-vertical-align-tiny": "0.75%", "publish-button-text": "#FFFFFF", "button-margin": "5px", "button-left-margin": "none", "button-text-hover": "white", "button-fg-highlighted": "#FFFFFF", "button-deny": "darkred", "button-width-chars": "10ch", "button-height": "10px", "button-height-padding-mobile": "20px", "button-height-padding-tiny": "10px", "button-height-padding": "10px", "image-corners": "10%", "gallery-border": "#ccc", "gallery-hover": "#777", "gallery-font-size": "22px", "gallery-font-size-mobile": "35px", "gallery-font-size-tiny": "17.5px", "icons-side": "right", "quote-right-margin": "0.1em", "quote-font-weight": "normal", "quote-font-size": "120%", "quote-font-size-mobile": "120%", "quote-font-size-tiny": "60%", "line-spacing": "180%", "line-spacing-newswire": "120%", "column-left-width": "10vw", "column-center-width": "80vw", "column-right-width": "10vw", "column-left-mobile-margin": "2%", "column-left-tiny-margin": "1%", "column-left-top-margin": "0", "column-right-top-margin": "0", "column-left-header-style": "uppercase", "column-left-header-size": "20px", "column-left-header-size-mobile": "50px", "column-left-header-size-tiny": "25px", "column-left-border-width": "0", "column-left-icons-margin": "0", "column-right-border-width": "0", "column-left-border-color": "black", "column-left-icon-size": "2.1vw", "column-left-icon-size-mobile": "10%", "column-left-icon-size-tiny": "5%", "column-left-image-width-mobile": "40vw", "column-left-image-width-tiny": "20vw", "column-right-image-width-mobile": "100vw", "column-right-image-width-tiny": "50vw", "column-right-icon-size": "2.1vw", "column-right-icon-size-mobile": "10%", "column-right-icon-size-tiny": "5%", "newswire-voted-background-color": "black", "login-button-fg-color": "black", "button-event-corner-radius": "60px", "button-event-fg-color": "white", "hashtag-fg-color": "white", "tab-border-width": "0px", "tab-border-color": "grey", "icon-brightness-change": "150%", "container-button-padding": "20px", "header-button-padding": "20px", "container-padding": "2%", "container-padding-bottom": "1%", "container-padding-bottom-mobile": "0%", "container-padding-bottom-tiny": "0%", "vertical-between-posts": "10px", "vertical-between-posts-header": "10px", "containericons-horizontal-spacing": "1%", "containericons-horizontal-spacing-mobile": "3%", "containericons-horizontal-spacing-tiny": "1.5%", "containericons-horizontal-offset": "-1%", "containericons-vertical-align": "0.5%", "containericons-vertical-align-mobile": "1%", "containericons-vertical-align-tiny": "0.5%", "likes-count-offset": "5px", "publish-button-vertical-offset": "10px", "publish-button-bottom-offset": "10px", "banner-height-tiny": "10vh", "post-separator-background": "transparent", "post-separator-width": "95%", "separator-width-left": "95%", "separator-width-right": "95%", "post-separator-height": "1px", "header-vertical-offset": "0", "profile-background-height": "25vw", "profile-text-align": "left", "verticals-width": "0", "italic-font-style": "italic", "button-bottom-margin": "10px", "rendering": "normal", "voteresult-color": "#dddddd", "voteresult-border-color": "#aaaaaa", "voteresult-height": "32px", "voteresult-height-mobile": "32px", "voteresult-height-tiny": "16px", "voteresult-width": "80%", "voteresult-width-mobile": "80%", "voteresult-width-tiny": "40%", "vcard-icon-size": "32px", "vcard-icon-size-mobile": "80px", "vcard-icon-size-tiny": "80px", "place-color": "lightblue", "event-color": "grey", "event-public-color": "#282c37", "today-foreground": "black", "today-circle": "grey", "event-background": "black", "event-background-private": "#222", "event-foreground": "white", "title-text": "white", "title-background": "grey", "calendar-horizontal-padding": "0", "calendar-cell-size": "1.5vw", "calendar-cell-size-mobile": "1.5vw", "calendar-cell-size-tiny": "1.5vw", "font-size-calendar": "20px", "font-size-calendar-mobile": "30px", "font-size-calendar-tiny": "15px", "font-size-calendar-header": "3rem", "font-size-calendar-day": "1rem", "font-size-calendar-cell": "2rem", "font-size-calendar-cell-mobile": "4rem", "font-size-calendar-cell-tiny": "2rem", "calendar-header-font": "'Montserrat'", "calendar-header-font-style": "italic", "ical-icon-size": "32px", "ical-icon-size-mobile": "80px", "ical-icon-size-tiny": "80px", "hashtag-vertical-spacing1": "50px", "hashtag-vertical-spacing2": "100px", "hashtag-vertical-spacing3": "100px", "hashtag-vertical-spacing4": "150px", "hashtag-size1": "30px", "hashtag-size2": "40px", "hashtag-margin": "2%", "text-entry-foreground": "#ccc", "column-right-fg-color": "yellow", "font-color-header": "#ccc", "font-size-button-mobile": "34px", "font-size-links": "18px", "font-size-newswire": "18px", "font-size-newswire-mobile": "38px", "font-size": "30px", "font-size2": "24px", "font-size3": "38px", "font-size4": "22px", "font-size5": "20px", "font-size-likes": "20px", "button-highlighted": "green", "button-selected-highlighted": "darkgreen", "button-approve": "darkgreen", "gallery-text-color": "#ccc", "button-corner-radius": "15px", "timeline-border-radius": "30px", "focus-color": "white", "newswire-item-moderated-color": "white", "newswire-date-moderated-color": "white", "login-button-color": "#2965", "button-event-background-color": "green", "hashtag-background-color": "black", "diff-add": "#FFFFFF", "diff-remove": "#aaa"} \ No newline at end of file