Very Modest Theme

1178 views 1 replies Created 2024-09-06 23:34

This theme is designed to be simple and unobtrusive, with a focus on readability and ease of use. It aims to provide a stylish clean and distraction-free interface.

Achieve full minimalism with the following settings:

Setting Value
logo โ€˜โ€™
logo_small โ€˜โ€™
categories_topics โ€˜0โ€™
suggested_topics โ€˜0โ€™
top_menu latest|new|unread|categories|hot
post_menu reply|like|edit|bookmark|delete|admin|read|flag
post_menu_hidden_items โ€˜โ€™
enable_badges โ€˜falseโ€™
base_font open_sans
heading_font roboto_mono
prioritize_username_in_ux โ€˜falseโ€™
enable_user_directory โ€˜falseโ€™
show_pinned_excerpt_mobile โ€˜falseโ€™
show_pinned_excerpt_desktop โ€˜falseโ€™
display_name_on_posts โ€˜trueโ€™
email_accent_bg_color โ€œ#3d3846โ€
email_link_color โ€œ#000000โ€
external_system_avatars_url https://api.dicebear.com/6.x/shapes/svg?seed={username}
enable_powered_by_discourse โ€˜falseโ€™
tagging_enabled โ€˜falseโ€™
chat_separate_sidebar_mode always
presence_enabled โ€˜falseโ€™

Acknowledgement:

Bonus

Hereโ€™s an elegant font combo which can be added as a theme component:

@import url(https://fonts.bunny.net/css?family=space-grotesk:300,400,500,600,700|victor-mono:700|work-sans:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i);

:root {
    --font-family: 'Work Sans', sans-serif;
    --heading-font-family: 'Space Grotesk', sans-serif;
    --base-font-size-smallest: 14px;
    --base-font-size-smaller: 15px;
    --base-font-size: 17px;
    --base-font-size-larger: 19px;
    --base-font-size-largest: 21px;
    letter-spacing: .02em;
}

#site-text-logo {
    font-family: 'Victor Mono', monospace;
    font-weight: 700;
    letter-spacing: .15em;
}