Compare commits

...

2 Commits

Author SHA1 Message Date
ratmaxxing 2690453803 oops i forgortor i18n 2024-02-25 13:22:00 -08:00
ratmaxxing 335334ba27 first commit
the previous git repo got fucked up and i decided to nuke and start over
2024-02-25 12:42:40 -08:00
43 changed files with 3604 additions and 3246 deletions

View File

@ -56,12 +56,13 @@
min-width: 0;
box-sizing: content-box;
overflow: hidden;
overflow: scroll;
transition: min-height 200ms 100ms;
padding-bottom: var(--_padding);
height: calc(var(--post-line-height) * 1em);
min-height: calc(var(--post-line-height) * 1em);
max-height: calc(var(--post-line-height) * 10em);
resize: none;
&.scrollable-form {

View File

@ -9,19 +9,20 @@ import {
import {
faSignInAlt,
faSignOutAlt,
faHome,
faTransgender,
faComments,
faUserPlus,
faBullhorn,
faSearch,
faTachometerAlt,
faCog,
faGlobe,
faBed,
faBolt,
faUsers,
faTrain,
faCommentMedical,
faBookmark,
faInfoCircle,
faBath,
faUserTie
} from '@fortawesome/free-solid-svg-icons'
import { mapState } from 'vuex'
@ -29,19 +30,20 @@ import { mapState } from 'vuex'
library.add(
faSignInAlt,
faSignOutAlt,
faHome,
faTransgender,
faComments,
faUserPlus,
faBullhorn,
faSearch,
faTachometerAlt,
faCog,
faGlobe,
faBed,
faBolt,
faUsers,
faTrain,
faCommentMedical,
faBookmark,
faInfoCircle,
faBath,
faUserTie
)

View File

@ -90,9 +90,6 @@
text-align: center;
&.router-link-active {
font-size: 1.2em;
margin-top: 0.05em;
.svg-inline--fa {
font-weight: bolder;
color: $fallback--text;

View File

@ -39,7 +39,7 @@
<FAIcon
fixed-width
class="fa-scale-110 fa-old-padding"
icon="home"
icon="transgender"
:title="$t('nav.home_timeline')"
/>
</router-link>
@ -51,7 +51,7 @@
<FAIcon
fixed-width
class="fa-scale-110 fa-old-padding"
icon="users"
icon="train"
:title="$t('nav.public_tl')"
/>
</router-link>
@ -63,7 +63,7 @@
<FAIcon
fixed-width
class="fa-scale-110 fa-old-padding"
icon="circle"
icon="bath"
:title="$t('nav.bubble_timeline')"
/>
</router-link>
@ -75,7 +75,7 @@
<FAIcon
fixed-width
class="fa-scale-110 fa-old-padding"
icon="globe"
icon="bed"
:title="$t('nav.twkn')"
/>
</router-link>

View File

@ -31,17 +31,15 @@
:class="[userClass, { highlighted: userStyle }, '-type--' + notification.type]"
:style="[ userStyle ]"
>
<a
class="avatar-container"
:href="$router.resolve(userProfileLink).href"
@click.stop.prevent.capture="toggleUserExpanded"
<router-link
:to="userProfileLink"
>
<UserAvatar
:compact="true"
:better-shadow="betterShadow"
:user="notification.from_profile"
/>
</a>
</router-link>
<div class="notification-right">
<UserCard
v-if="userExpanded"

View File

@ -36,7 +36,7 @@ label.Select {
color: $fallback--text;
color: var(--inputText, --text, $fallback--text);
margin: 0;
padding: 0 2em 0 .2em;
padding: 0 1.2em 0 .2em;
font-family: sans-serif;
font-family: var(--interfaceFont, sans-serif);
font-size: 1em;

View File

@ -34,6 +34,18 @@
.basic-user-card {
padding-left: 0;
display: inline-block;
}
.basic-user-card-expanded-content {
position: absolute;
margin: 0 .7em;
}
.basic-user-card-collapsed-content {
display: none;
}
.user-card .background-image {
mask: none;
-webkit-mask: none;
}
}

View File

@ -122,9 +122,8 @@
v-if="!noHeading"
class="left-side"
>
<a
:href="$router.resolve(userProfileLink).href"
@click.stop.prevent.capture="toggleUserExpanded"
<router-link
:to="userProfileLink"
>
<UserAvatar
class="post-avatar"
@ -133,7 +132,7 @@
:better-shadow="betterShadow"
:user="status.user"
/>
</a>
</router-link>
</div>
<div class="right-side">
<UserCard

View File

@ -54,7 +54,7 @@
}
img {
width: 100%;
width: inherit;
height: 100%;
object-fit: contain;

View File

@ -1,22 +1,22 @@
import { mapState } from 'vuex'
import { library } from '@fortawesome/fontawesome-svg-core'
import {
faUsers,
faGlobe,
faTrain,
faBed,
faBookmark,
faEnvelope,
faHome,
faCircle
faTransgender,
faBath,
} from '@fortawesome/free-solid-svg-icons'
import { federatedTimelineVisible, publicTimelineVisible, bubbleTimelineVisible } from '../../lib/timeline_visibility'
library.add(
faUsers,
faGlobe,
faTrain,
faBed,
faBookmark,
faEnvelope,
faHome,
faCircle
faTransgender,
faBath,
)
const TimelineMenuContent = {

View File

@ -8,7 +8,7 @@
<FAIcon
fixed-width
class="fa-scale-110 fa-old-padding "
icon="home"
icon="transgender"
/>
<span
:title="$t('nav.home_timeline_description')"
@ -24,7 +24,7 @@
<FAIcon
fixed-width
class="fa-scale-110 fa-old-padding "
icon="users"
icon="train"
/>
<span
:title="$t('nav.public_timeline_description')"
@ -40,7 +40,7 @@
<FAIcon
fixed-width
class="fa-scale-110 fa-old-padding "
icon="circle"
icon="bathtub"
/>
<span
:title="$t('nav.bubble_timeline_description')"
@ -56,7 +56,7 @@
<FAIcon
fixed-width
class="fa-scale-110 fa-old-padding "
icon="globe"
icon="bed"
/>
<span
:title="$t('nav.twkn_timeline_description')"

View File

@ -1,21 +1,22 @@
import { mapState } from 'vuex'
import { library } from '@fortawesome/fontawesome-svg-core'
import {
faUsers,
faGlobe,
faTrain,
faBed,
faBookmark,
faEnvelope,
faHome
faTransgender,
faBath
} from '@fortawesome/free-solid-svg-icons'
import { faCircle } from '@fortawesome/free-regular-svg-icons'
import { federatedTimelineVisible, publicTimelineVisible, bubbleTimelineVisible } from '../../lib/timeline_visibility'
library.add(
faUsers,
faGlobe,
faTrain,
faBed,
faBookmark,
faEnvelope,
faHome,
faCircle
faTransgender,
faBath
)
const TimelineMenuContent = {

View File

@ -8,7 +8,7 @@
<FAIcon
fixed-width
class="fa-scale-110 fa-old-padding "
icon="home"
icon="transgender"
/>
<span
:title="$t('nav.home_timeline_description')"
@ -24,7 +24,7 @@
<FAIcon
fixed-width
class="fa-scale-110 fa-old-padding "
:icon="['far', 'circle']"
icon="bathtub"
/>
<span
:title="$t('nav.bubble_timeline_description')"
@ -40,7 +40,7 @@
<FAIcon
fixed-width
class="fa-scale-110 fa-old-padding "
icon="users"
icon="train"
/>
<span
:title="$t('nav.public_timeline_description')"
@ -56,7 +56,7 @@
<FAIcon
fixed-width
class="fa-scale-110 fa-old-padding "
icon="globe"
icon="bed"
/>
<span
:title="$t('nav.twkn_timeline_description')"

View File

@ -11,7 +11,7 @@
<FAIcon
fixed-width
class="fa-scale-110 fa-old-padding"
icon="home"
icon="transgender"
:title="$t('nav.home_timeline_description')"
/>
</router-link>
@ -23,7 +23,7 @@
<FAIcon
fixed-width
class="fa-scale-110 fa-old-padding"
icon="users"
icon="train"
:title="$t('nav.public_timeline_description')"
/>
</router-link>
@ -35,7 +35,7 @@
<FAIcon
fixed-width
class="fa-scale-110 fa-old-padding"
:icon="['far', 'circle']"
icon="bathtub"
:title="$t('nav.bubble_timeline_description')"
/>
</router-link>
@ -47,7 +47,7 @@
<FAIcon
fixed-width
class="fa-scale-110 fa-old-padding"
icon="globe"
icon="bed"
:title="$t('nav.twkn_timeline_description')"
/>
</router-link>

View File

@ -1,11 +1,11 @@
{
"about": {
"bubble_instances": "Local Bubble Instances",
"bubble_instances_description": "Instances chosen by the admins to represent the local area of this instance",
"bubble_instances": "Local Bubblebath Instances",
"bubble_instances_description": "Instances chosen by the jannies to represent the local area of this instance",
"mrf": {
"federation": "Federation",
"keyword": {
"ftl_removal": "Removal from \"The Whole Known Network\" Timeline",
"ftl_removal": "Removal from the \"Bederated\" Timeline",
"is_replaced_by": "→",
"keyword_policies": "Keyword policies",
"reject": "Reject",
@ -16,16 +16,16 @@
"simple": {
"accept": "Accept",
"accept_desc": "This instance only accepts messages from the following instances:",
"ftl_removal": "Removal from \"Known Network\" Timeline",
"ftl_removal_desc": "This instance removes these instances from \"Known Network\" timeline:",
"ftl_removal": "Removal from \"Bederated\" Timeline",
"ftl_removal_desc": "This instance removes these instances from \"Bederated\" timeline:",
"instance": "Instance",
"media_nsfw": "Media force-set as sensitive",
"media_nsfw_desc": "This instance forces media to be set sensitive in posts on the following instances:",
"media_nsfw_desc": "This instance forces media to be set sensitive in gorts on the following instances:",
"media_removal": "Media Removal",
"media_removal_desc": "This instance removes media from posts on the following instances:",
"media_removal_desc": "This instance removes media from gorts on the following instances:",
"not_applicable": "N/A",
"quarantine": "Quarantine",
"quarantine_desc": "This instance will not send posts to the following instances:",
"quarantine_desc": "This instance will not send gorts to the following instances:",
"reason": "Reason",
"reject": "Reject",
"reject_desc": "This instance will not accept messages from the following instances:",
@ -45,9 +45,9 @@
"inactive_message": "This announcement is inactive",
"mark_as_read_action": "Mark as read",
"page_header": "Announcements",
"post_action": "Post",
"post_action": "Gort",
"post_error": "Error: {error}",
"post_form_header": "Post announcement",
"post_form_header": "Gort announcement",
"post_placeholder": "Announcement content",
"published_time_display": "Published at {time}",
"start_time_display": "Starts at {time}",
@ -60,7 +60,7 @@
"delete": "Delete",
"delete_confirm": "Do you really want to delete this message?",
"empty_chat_list_placeholder": "You don't have any chats yet. Start a new chat!",
"empty_message_error": "Cannot post empty message",
"empty_message_error": "Cannot gort empty message",
"error_loading_chat": "Something went wrong when loading the chat.",
"error_sending_message": "Something went wrong when sending the message.",
"message_user": "Message {nickname}",
@ -90,7 +90,7 @@
"recent": "Recently used"
},
"errors": {
"storage_unavailable": "Pleroma could not access browser storage. Your login or your local settings won't be saved and you might encounter unexpected issues. Try enabling cookies."
"storage_unavailable": "worm.pink could not access browser storage. Your login or your local settings won't be saved and you might encounter unexpected issues. Try enabling cookies."
},
"exporter": {
"export": "Export",
@ -133,12 +133,12 @@
"peek": "Peek",
"retry": "Try again",
"role": {
"admin": "Admin",
"moderator": "Moderator"
"admin": "asdjqpwfqv",
"moderator": "Federal Agent"
},
"scope_in_timeline": {
"direct": "Direct",
"local": "Local - only your instance can see this post",
"local": "Local - only your instance can see this gort",
"private": "Followers-only",
"public": "Public",
"unlisted": "Unlisted"
@ -160,7 +160,7 @@
"success": "Imported successfully."
},
"interactions": {
"favs_repeats": "Repeats and favorites",
"favs_repeats": "Regorts and franks",
"follows": "New follows",
"load_older": "Load older interactions",
"moves": "User migrates"
@ -235,13 +235,13 @@
},
"lists": {
"create": "Create",
"delete": "Delete list",
"delete": "Delete Harassment",
"following_only": "Limit to Following",
"lists": "Lists",
"new": "New List",
"lists": "Harassment Panel",
"new": "New Harassment",
"save": "Save changes",
"search": "Search users",
"title": "List title"
"title": "Harassment title"
},
"login": {
"authentication_code": "Authentication code",
@ -260,7 +260,7 @@
"logout_confirm_cancel_button": "Cancel",
"logout_confirm_title": "Log out",
"password": "Password",
"placeholder": "myusername",
"placeholder": "e.g. wormhead",
"recovery_code": "Recovery code",
"register": "Register",
"username": "Username"
@ -274,27 +274,27 @@
"moderation": {
"moderation": "Moderation",
"reports": {
"add_note": "Add note",
"close": "Close",
"add_note": "Add mald",
"close": "Dilate",
"delete_note": "Delete",
"delete_note_accept": "Yes, delete it",
"delete_note_cancel": "No, keep it",
"delete_note_confirm": "Are you sure you want to delete this note?",
"delete_note_confirm": "Are you sure you want to delete this mald?",
"delete_note_title": "Confirm deletion",
"no_content": "No description given",
"no_reports": "No reports to show",
"note_placeholder": "Leave a note",
"notes": "{ count } note | { count } notes",
"no_reports": "No copes to show",
"note_placeholder": "Leave a mald",
"notes": "{ count } mald | { count } malds",
"reopen": "Reopen",
"report": "Report on",
"reports": "Reports",
"resolve": "Resolve",
"report": "Cope on",
"reports": "Copes",
"resolve": "Seethe",
"show_closed": "Show closed",
"statuses": "{ count } post| { count } posts",
"tag_policy_notice": "Enable the TagPolicy MRF to set post restrictions",
"tags": "Set post restrictions"
"statuses": "{ count } gort| { count } gorts",
"tag_policy_notice": "Enable the TagPolicy MRF to set gort restrictions",
"tags": "Set gort restrictions"
},
"statuses": "Posts",
"statuses": "Gorts",
"users": "Users"
},
"nav": {
@ -302,33 +302,33 @@
"administration": "Administration",
"announcements": "Announcements",
"back": "Back",
"bookmarks": "Bookmarks",
"bubble_timeline": "Bubble timeline",
"bubble_timeline_description": "Posts from instances close to yours, as recommended by the admins",
"bookmarks": "Compost Bin",
"bubble_timeline": "Bubblebath timeline",
"bubble_timeline_description": "Gorts from instances close to yours, as recommended by the jannies",
"chats": "Chats",
"dms": "Direct messages",
"dms": "Threats & Gaslighting",
"friend_requests": "Follow requests",
"home_timeline": "Home timeline",
"home_timeline_description": "Posts from people you follow",
"home_timeline": "Homo timeline",
"home_timeline_description": "Gorts from people you follow",
"interactions": "Interactions",
"lists": "Lists",
"lists": "Harassment Panel",
"mentions": "Mentions",
"moderation": "Moderation",
"preferences": "Preferences",
"public_timeline_description": "Public posts from this instance",
"public_tl": "Public timeline",
"public_timeline_description": "Public gorts from this instance",
"public_tl": "Locomotive timeline",
"search": "Search",
"timeline": "Timeline",
"timelines": "Timelines",
"twkn": "Known Network",
"twkn_timeline_description": "Posts from the entire network",
"twkn": "Bederated timeline",
"twkn_timeline_description": "Gorts from the entire network",
"user_search": "User Search",
"who_to_follow": "Who to follow"
},
"notifications": {
"broken_favorite": "Unknown post, searching for it…",
"broken_favorite": "Unknown gort, searching for it…",
"error": "Error fetching notifications: {0}",
"favorited_you": "favorited your post",
"favorited_you": "franked your gort",
"follow_request": "wants to follow you",
"followed_you": "followed you",
"load_older": "Load older notifications",
@ -338,16 +338,16 @@
"poll_ended": "poll has ended",
"reacted_with": "reacted with {0}",
"read": "Read!",
"repeated_you": "repeated your post"
"repeated_you": "regorted your gort"
},
"password_reset": {
"check_email": "Check your email for a link to reset your password.",
"forgot_password": "Forgot password?",
"instruction": "Enter your email address or username. We will send you a link to reset your password.",
"password_reset": "Password reset",
"password_reset_disabled": "Password reset is disabled. Please contact your instance administrator.",
"password_reset_disabled": "Password reset is disabled. Please contact staff.",
"password_reset_required": "You must reset your password to log in.",
"password_reset_required_but_mailer_is_disabled": "You must reset your password, but password reset is disabled. Please contact your instance administrator.",
"password_reset_required_but_mailer_is_disabled": "You must reset your password, but password reset is disabled. Please contact staff.",
"placeholder": "Your email or username",
"return_home": "Return to the home page",
"too_many_requests": "You have reached the limit of attempts, try again later."
@ -369,7 +369,7 @@
"votes_count": "{count} vote | {count} votes"
},
"post_status": {
"account_not_locked_warning": "Your account is not {0}. Anyone can follow you to view your follower-only posts.",
"account_not_locked_warning": "Your account is not {0}. Anyone can follow you to view your follower-only gorts.",
"account_not_locked_warning_link": "locked",
"attachments_sensitive": "Mark attachments as sensitive",
"content_type": {
@ -379,57 +379,56 @@
"text/plain": "Plain text",
"text/x.misskeymarkdown": "MFM"
},
"content_warning": "Content Warning (optional)",
"toggle_content_warning": "Toggle content warning",
"default": "Just arrived at Luna Nova Academy",
"direct_warning_to_all": "This post will be visible to all the mentioned users.",
"direct_warning_to_first_only": "This post will only be visible to the mentioned users at the beginning of the message.",
"edit_remote_warning": "Changes made to the post may not be visible on some instances!",
"content_warning": "Subject (optional)",
"default": "Just visited wormdelicious.com",
"direct_warning_to_all": "This gort will be visible to all the mentioned users.",
"direct_warning_to_first_only": "This gort will only be visible to the mentioned users at the beginning of the message.",
"edit_remote_warning": "Changes made to the gort may not be visible on some instances!",
"edit_status": "Edit Status",
"edit_unsupported_warning": "Polls and mentions will not be changed by editing.",
"empty_status_error": "Can't send a post with no content and no files",
"empty_status_error": "Can't send a gort with no content and no files",
"media_description": "Media description",
"media_description_error": "Failed to update media, try again",
"media_not_sensitive_warning": "You have a Content Warning, but the attachments are not marked as sensitive!",
"new_status": "New post",
"post": "Post",
"posting": "Posting",
"media_not_sensitive_warning": "You have a subject, but the attachments are not marked as sensitive!",
"new_status": "New gort",
"post": "Gort",
"posting": "Gorting",
"preview": "Preview",
"preview_empty": "Empty",
"scope": {
"direct": "Direct - post to mentioned users only",
"local": "Local - do not federate this post",
"private": "Followers-only - post to followers only",
"public": "Public - post to public timelines",
"unlisted": "Unlisted - do not post to public timelines"
"direct": "Direct - gort to mentioned users only",
"local": "Local - do not federate this gort",
"private": "Followers-only - gort to followers only",
"public": "Public - gort to public timelines",
"unlisted": "Unlisted - do not gort to public timelines"
},
"scope_notice": {
"local": "This post will not be visible on other instances",
"private": "This post will be visible to your followers only",
"public": "This post will be visible to everyone",
"unlisted": "This post will not be visible in Public Timeline and The Whole Known Network"
"local": "This gort will not be visible on other instances",
"private": "This gort will be visible to your followers only",
"public": "This gort will be visible to everyone",
"unlisted": "This gort will not be visible in Locomotive Timeline and The Whole Known Network"
}
},
"registration": {
"awaiting_email_confirmation": "Your account has been registered and an email has been sent to your address. Please check the email to complete registration.",
"awaiting_email_confirmation_title": "Awaiting email confirmation",
"bio": "Bio",
"bio_placeholder": "e.g.\nHi! Welcome to my bio.\nI love watching anime and playing games. I hope we can be friends!",
"bio_placeholder": "e.g.\nHi! Welcome to my bio.\nI love vermicomposting. I hope we can be friends!",
"captcha": "CAPTCHA",
"email": "Email",
"email_language": "In which language do you want to receive emails from the server?",
"fullname": "Display name",
"fullname_placeholder": "e.g. Atsuko Kagari",
"fullname_placeholder": "e.g. worm preacher",
"new_captcha": "Click the image to get a new captcha",
"password_confirm": "Password confirmation",
"reason": "Reason to register",
"reason_placeholder": "This instance approves registrations manually.\nLet the administration know why you want to register.",
"reason_placeholder": "This instance approves registrations manually.\nLet the jannies know why you want to register.",
"register": "Register",
"registration": "Registration",
"request_sent": "Your registration request has been sent for approval. You will receive an email when your account is approved.",
"request_sent": "Your registration request has been sent for approval.",
"request_sent_title": "Registration request sent",
"token": "Invite token",
"username_placeholder": "e.g. akko",
"username_placeholder": "e.g. worm",
"validations": {
"email_required": "cannot be left blank",
"fullname_required": "cannot be left blank",
@ -459,7 +458,7 @@
"account_alias": "Account aliases",
"account_alias_table_head": "Alias",
"account_backup": "Account backup",
"account_backup_description": "This allows you to download an archive of your account information and your posts, but they cannot yet be imported into a Pleroma account.",
"account_backup_description": "This allows you to download an archive of your account information and your gorts, but they cannot yet be imported into a worm.pink account.",
"account_backup_table_head": "Backup",
"account_privacy": "Privacy",
"add_alias_error": "Error adding alias: {error}",
@ -468,11 +467,11 @@
"added_alias": "Alias is added.",
"added_backup": "Added a new backup.",
"allow_following_move": "Allow auto-follow when following account moves",
"always_show_post_button": "Always show floating New Post button",
"always_show_post_button": "Always show floating New Gort button",
"app_name": "App name",
"attachmentRadius": "Attachments",
"attachments": "Attachments",
"autohide_floating_post_button": "Automatically hide New Post button (mobile)",
"autohide_floating_post_button": "Automatically hide New Gort button (mobile)",
"avatar": "Avatar",
"avatarAltRadius": "Avatars (notifications)",
"avatarRadius": "Avatars",
@ -489,8 +488,8 @@
"bot": "This is a bot account",
"btnRadius": "Buttons",
"cBlue": "Blue (Reply, follow)",
"cGreen": "Green (Retweet)",
"cOrange": "Orange (Favorite)",
"cGreen": "Green (Regort)",
"cOrange": "Orange (Frank)",
"cRed": "Red (Cancel)",
"change_email": "Change email",
"change_email_error": "There was an issue changing your email.",
@ -500,16 +499,16 @@
"changed_password": "Password changed successfully!",
"chatMessageRadius": "Chat message",
"checkboxRadius": "Checkboxes",
"collapse_subject": "Collapse posts with content warnings",
"collapse_subject": "Collapse gorts with a subject",
"columns": "Columns",
"composing": "Composing",
"confirm_dialogs": "Require confirmation for:",
"confirm_dialogs_approve_follow": "Accepting a follow request",
"confirm_dialogs_block": "Blocking someone",
"confirm_dialogs_delete": "Deleting a post",
"confirm_dialogs_delete": "Deleting a gort",
"confirm_dialogs_deny_follow": "Rejecting a follow request",
"confirm_dialogs_mute": "Muting someone",
"confirm_dialogs_repeat": "Repeating a post",
"confirm_dialogs_repeat": "Regorting a gort",
"confirm_dialogs_unfollow": "Unfollowing someone",
"confirm_new_password": "Confirm new password",
"confirmation_dialogs": "Confirmation options",
@ -517,8 +516,8 @@
"conversation_display_linear": "Linear-style",
"conversation_display_tree": "Tree-style",
"conversation_other_replies_button": "Show the \"other replies\" button",
"conversation_other_replies_button_below": "Below posts",
"conversation_other_replies_button_inside": "Inside posts",
"conversation_other_replies_button_below": "Below gorts",
"conversation_other_replies_button_inside": "Inside gorts",
"current_avatar": "Your current avatar",
"current_mascot": "Your current mascot",
"current_password": "Current password",
@ -526,7 +525,7 @@
"default_vis": "Default visibility scope",
"delete_account": "Delete account",
"delete_account_description": "Permanently delete your data and deactivate your account.",
"delete_account_error": "There was an issue deleting your account. If this persists please contact your instance administrator.",
"delete_account_error": "There was an issue deleting your account. If this persists please contact staff.",
"delete_account_instructions": "Type your password in the input below to confirm account deletion.",
"disable_sticky_headers": "Don't stick column headers to top of the screen",
"discoverable": "Allow discovery of this account in search results and other services",
@ -537,7 +536,7 @@
"enable_web_push_notifications": "Enable web push notifications",
"enter_current_password_to_confirm": "Enter your current password to confirm your identity",
"expert_mode": "Show advanced",
"expire_posts_enabled": "Delete posts after a set amount of days",
"expire_posts_enabled": "Delete gorts after a set amount of days",
"expire_posts_input_placeholder": "Number of days",
"export_theme": "Save preset",
"file_export_import": {
@ -546,14 +545,14 @@
"backup_settings_theme": "Backup settings and theme to file",
"errors": {
"file_slightly_new": "File minor version is different, some settings might not load",
"file_too_new": "Incompatible major version: {fileMajor}, this PleromaFE (settings ver {feMajor}) is too old to handle it",
"file_too_new": "Incompatible major version: {fileMajor}, this AkkomaFE (settings ver {feMajor}) is too old to handle it",
"file_too_old": "Incompatible major version: {fileMajor}, file version is too old and not supported (min. set. ver. {feMajor})",
"invalid_file": "The selected file is not a supported Pleroma settings backup. No changes were made."
"invalid_file": "The selected file is not a supported Akkoma settings backup. No changes were made."
},
"restore_settings": "Restore settings from file"
},
"filtering": "Filtering",
"filtering_explanation": "All posts containing these words will be muted, one per line",
"filtering_explanation": "All gorts containing these words will be muted, one per line",
"follow_export": "Follow export",
"follow_export_button": "Export your follows to a csv file",
"follow_import": "Follow import",
@ -563,12 +562,12 @@
"fun": "Fun",
"general": "General",
"greentext": "Meme arrows",
"hide_all_muted_posts": "Hide muted posts",
"hide_all_muted_posts": "Hide muted gorts",
"hide_attachments_in_convo": "Hide attachments in conversations",
"hide_attachments_in_tl": "Hide attachments in timeline",
"hide_bot_indication": "Hide bot indication in posts",
"hide_favorites_description": "Don't show list of my favorites (people still get notified)",
"hide_filtered_statuses": "Hide all filtered posts",
"hide_bot_indication": "Hide bot indication in gorts",
"hide_favorites_description": "Don't show list of my franks (people still get notified)",
"hide_filtered_statuses": "Hide all filtered gorts",
"hide_followers_count_description": "Don't show follower count",
"hide_followers_description": "Don't show who's following me",
"hide_follows_count_description": "Don't show follow count",
@ -576,16 +575,16 @@
"hide_isp": "Hide instance-specific panel",
"hide_list_aliases_error_action": "Close",
"hide_media_previews": "Hide media previews",
"hide_muted_posts": "Hide posts of muted users",
"hide_muted_posts": "Hide gorts of muted users",
"hide_muted_threads": "Hide muted threads",
"hide_post_stats": "Hide post statistics (e.g. the number of favorites)",
"hide_post_stats": "Hide gort statistics (e.g. the number of franks)",
"hide_shoutbox": "Hide instance shoutbox",
"hide_site_favicon": "Hide instance favicon in top panel",
"hide_site_name": "Hide instance name in top panel",
"hide_threads_with_blocked_users": "Hide threads mentioning blocked users",
"hide_user_stats": "Hide user statistics (e.g. the number of followers)",
"hide_wallpaper": "Hide instance wallpaper",
"hide_wordfiltered_statuses": "Hide word-filtered posts",
"hide_wordfiltered_statuses": "Hide word-filtered gorts",
"import_blocks_from_a_csv_file": "Import blocks from a csv file",
"import_followers_from_a_csv_file": "Import follows from a csv file",
"import_mutes_from_a_csv_file": "Import mutes from a csv file",
@ -595,7 +594,7 @@
"instance_default_simple": "(default)",
"interface": "Interface",
"interfaceLanguage": "Interface language",
"invalid_theme_imported": "The selected file is not a supported Pleroma theme. No changes to your theme were made.",
"invalid_theme_imported": "The selected file is not a supported Akkoma theme. No changes to your theme were made.",
"limited_availability": "Unavailable in your browser",
"links": "Links",
"list_aliases_error": "Error fetching aliases: {error}",
@ -606,7 +605,7 @@
"loop_video_silent_only": "Loop only videos without sound (i.e. Mastodon's \"gifs\")",
"mascot": "Mastodon FE Mascot",
"max_depth_in_thread": "Maximum number of levels in thread to display by default",
"max_thumbnails": "Maximum amount of thumbnails per post (empty = no limit)",
"max_thumbnails": "Maximum amount of thumbnails per gort (empty = no limit)",
"mention_link_bolden_you": "Highlight mention of you when you are mentioned",
"mention_link_display": "Display mention links",
"mention_link_display_full": "always as full names (e.g. {'@'}foo{'@'}example.org)",
@ -637,14 +636,14 @@
"waiting_a_recovery_codes": "Receiving backup codes…",
"warning_of_generate_new_codes": "When you generate new recovery codes, your old codes wont work anymore."
},
"minimal_scopes_mode": "Minimize post scope selection options",
"minimal_scopes_mode": "Minimize gort scope selection options",
"more_settings": "More settings",
"move_account": "Move account",
"move_account_error": "Error moving account: {error}",
"move_account_notes": "If you want to move this account somewhere else, you must go to your target account and add an alias pointing here.",
"move_account_target": "Target account (e.g. {example})",
"moved_account": "Account is moved.",
"mute_bot_posts": "Mute bot posts",
"mute_bot_posts": "Mute bot gorts",
"mute_export": "Mute export",
"mute_export_button": "Export your mutes to a csv file",
"mute_import": "Mute import",
@ -659,22 +658,22 @@
"new_password": "New password",
"no_blocks": "No blocks",
"no_mutes": "No mutes",
"no_rich_text_description": "Strip rich text formatting from all posts",
"no_rich_text_description": "Strip rich text formatting from all gorts",
"notification_blocks": "Blocking a user stops all notifications as well as unsubscribes them.",
"notification_mutes": "To stop receiving notifications from a specific user, use a mute.",
"notification_setting_block_from_strangers": "Block notifications from users who you do not follow",
"notification_setting_filters": "Filters",
"notification_setting_hide_if_cw": "Hide the contents of push notifications if under a Content Warning",
"notification_setting_hide_if_cw": "Hide the contents of push notifications if under a subject",
"notification_setting_hide_notification_contents": "Hide the sender and contents of push notifications",
"notification_setting_privacy": "Privacy",
"notification_visibility": "Types of notifications to show",
"notification_visibility_emoji_reactions": "Reactions",
"notification_visibility_follows": "Follows",
"notification_visibility_likes": "Favorites",
"notification_visibility_likes": "Franks",
"notification_visibility_mentions": "Mentions",
"notification_visibility_moves": "User Migrates",
"notification_visibility_polls": "Ends of polls you voted in",
"notification_visibility_repeats": "Repeats",
"notification_visibility_repeats": "Regorts",
"notifications": "Notifications",
"nsfw_clickthrough": "Hide sensitive/NSFW media",
"oauth_tokens": "OAuth tokens",
@ -682,9 +681,9 @@
"panelRadius": "Panels",
"pause_on_unfocused": "Pause when tab is not focused",
"play_videos_in_modal": "Play videos in a popup frame",
"post_look_feel": "Posts Look & Feel",
"post_status_content_type": "Default post content type",
"posts": "Posts",
"post_look_feel": "Gorts Look & Feel",
"post_status_content_type": "Default gort content type",
"posts": "Gorts",
"preload_images": "Preload images",
"presets": "Presets",
"profile_background": "Profile background",
@ -701,7 +700,7 @@
"remove_alias": "Remove this alias",
"remove_backup": "Remove",
"render_mfm": "Render Misskey Markdown",
"render_mfm_on_hover": "Pause MFM animations until post hover",
"render_mfm_on_hover": "Pause MFM animations until gort hover",
"replies_in_timeline": "Replies in timeline",
"reply_visibility_all": "Show all replies",
"reply_visibility_following": "Only show replies directed at me or users I'm following",
@ -724,8 +723,8 @@
"search_user_to_mute": "Search whom you want to mute",
"security": "Security",
"security_tab": "Security",
"sensitive_by_default": "Mark posts as sensitive by default",
"sensitive_if_subject": "Automatically mark images as sensitive if a content warning is specified",
"sensitive_by_default": "Mark gorts as sensitive by default",
"sensitive_if_subject": "Automatically mark images as sensitive if a subject is specified",
"set_new_avatar": "Set new avatar",
"set_new_mascot": "Set new mascot",
"set_new_profile_background": "Set new profile background",
@ -746,8 +745,8 @@
"settings_profiles_refresh": "Reload settings profiles",
"settings_profiles_show": "Show all settings profiles",
"settings_profiles_unshow": "Hide all settings profiles",
"show_admin_badge": "Show \"Admin\" badge in my profile",
"show_moderator_badge": "Show \"Moderator\" badge in my profile",
"show_admin_badge": "Show \"asdjqpwfqv\" badge in my profile",
"show_moderator_badge": "Show \"Federal Agent\" badge in my profile",
"show_nav_shortcuts": "Show extra navigation shortcuts in top panel",
"show_panel_nav_shortcuts": "Show timeline navigation shortcuts at the top of the panel",
"show_scrollbars": "Show side column's scrollbars",
@ -755,7 +754,7 @@
"show_wider_shortcuts": "Show wider gap between top panel shortcuts",
"show_yous": "Show (You)s",
"stop_gifs": "Pause animated images until you hover on them",
"streaming": "Automatically show new posts when scrolled to the top",
"streaming": "Automatically show new gorts when scrolled to the top",
"style": {
"advanced_colors": {
"_tab_label": "Advanced",
@ -780,10 +779,10 @@
"panel_header": "Panel header",
"poll": "Poll graph",
"popover": "Tooltips, menus, popovers",
"post": "Posts/User bios",
"post": "Gorts/User bios",
"pressed": "Pressed",
"selectedMenu": "Selected menu item",
"selectedPost": "Selected post",
"selectedPost": "Selected gort",
"tabs": "Tabs",
"toggled": "Toggled",
"top_bar": "Top bar",
@ -817,8 +816,8 @@
"components": {
"input": "Input fields",
"interface": "Interface",
"post": "Post text",
"postCode": "Monospaced text in a post (rich text)"
"post": "Gort text",
"postCode": "Monospaced text in a gort (rich text)"
},
"custom": "Custom",
"family": "Font name",
@ -835,7 +834,7 @@
"fine_print": "Read our {0} to learn nothing useful!",
"header": "Preview",
"header_faint": "This is fine",
"input": "Just arrived at Luna Nova Academy",
"input": "Just visited wormdelicious.com ",
"link": "a nice lil' link",
"mono": "content",
"text": "A bunch of more {0} and {1}"
@ -849,7 +848,7 @@
"component": "Component",
"components": {
"avatar": "User avatar (in profile view)",
"avatarStatus": "User avatar (in post display)",
"avatarStatus": "User avatar (in gort display)",
"button": "Button",
"buttonHover": "Button (hover)",
"buttonPressed": "Button (pressed)",
@ -877,8 +876,8 @@
"clear_all": "Clear all",
"clear_opacity": "Clear opacity",
"help": {
"fe_downgraded": "PleromaFE's version rolled back.",
"fe_upgraded": "PleromaFE's theme engine upgraded after version update.",
"fe_downgraded": "AkkomaFE's version rolled back.",
"fe_upgraded": "AkkomaFE's theme engine upgraded after version update.",
"future_version_imported": "File you imported was made in newer version of FE.",
"migration_napshot_gone": "For whatever reason snapshot was missing, some stuff could look different than you remember.",
"migration_snapshot_ok": "Just to be safe, theme snapshot loaded. You can try loading theme data.",
@ -886,7 +885,7 @@
"snapshot_missing": "No theme snapshot was in the file so it could look different than originally envisioned.",
"snapshot_present": "Theme snapshot is loaded, so all values are overriden. You can load theme's actual data instead.",
"snapshot_source_mismatch": "Versions conflict: most likely FE was rolled back and updated again, if you changed theme using older version of FE you most likely want to use old version, otherwise use new version.",
"upgraded_from_v2": "PleromaFE has been upgraded, theme could look a little bit different than you remember.",
"upgraded_from_v2": "AkkomaFE has been upgraded, theme could look a little bit different than you remember.",
"v2_imported": "File you imported was made for older FE. We try to maximize compatibility but there still could be inconsistencies."
},
"keep_as_is": "Keep as is",
@ -902,8 +901,8 @@
"use_source": "New version"
}
},
"subject_input_always_show": "Always show content warning field",
"subject_line_behavior": "Copy content warning when replying",
"subject_input_always_show": "Always show subject field",
"subject_line_behavior": "Copy subject when replying",
"subject_line_email": "Like email: \"re: warning\"",
"subject_line_mastodon": "Like mastodon: copy as is",
"subject_line_noop": "Do not copy",
@ -915,15 +914,15 @@
"third_column_mode": "When there's enough space, show third column containing",
"third_column_mode_none": "Don't show third column at all",
"third_column_mode_notifications": "Notifications column",
"third_column_mode_postform": "Main post form and navigation",
"third_column_mode_postform": "Main gort form and navigation",
"token": "Token",
"tooltipRadius": "Tooltips/alerts",
"translation_language": "Automatic Translation Language",
"tree_advanced": "Display extra buttons to open and close reply chains in threads",
"tree_fade_ancestors": "Display ancestors of the current post in faint text",
"tree_fade_ancestors": "Display ancestors of the current gort in faint text",
"type_domains_to_mute": "Search domains to mute",
"upload_a_photo": "Upload a photo",
"useStreamingApi": "Receive posts and notifications real-time",
"useStreamingApi": "Receive gorts and notifications real-time",
"useStreamingApiWarning": "It's cool use it. If it breaks refresh I guess?",
"use_contain_fit": "Don't crop the attachment in thumbnails",
"use_one_click_nsfw": "Open NSFW attachments with just one click",
@ -957,14 +956,14 @@
"synchronizing": "Synchronizing setting profile \"{profile}\"..."
},
"status": {
"ancestor_follow": "See {numReplies} other reply under this post | See {numReplies} other replies under this post",
"ancestor_follow": "See {numReplies} other reply under this gort | See {numReplies} other replies under this gort",
"ancestor_follow_with_icon": "{icon} {text}",
"attachment_stop_flash": "Stop Flash player",
"bookmark": "Bookmark",
"bookmark": "Compost",
"collapse_attachments": "Collapse attachments",
"copy_link": "Copy link to post",
"delete": "Delete post",
"delete_confirm": "Do you really want to delete this post?",
"copy_link": "Copy link to gort",
"delete": "Delete gort",
"delete_confirm": "Do you really want to delete this gort?",
"delete_confirm_accept_button": "Yes, delete it",
"delete_confirm_cancel_button": "No, keep it",
"delete_confirm_title": "Confirm deletion",
@ -974,11 +973,11 @@
"edited_at": "Edited {time}",
"expand": "Expand",
"external_source": "External source",
"favorites": "Favorites",
"favorites": "Franks",
"hide_attachment": "Hide attachment",
"hide_content": "Hide content",
"hide_full_subject": "Hide full content warning",
"many_attachments": "Post has {number} attachment | Post has {number} attachments",
"hide_full_subject": "Hide full subject",
"many_attachments": "Gort has {number} attachment | Gort has {number} attachments",
"mentions": "Mentions",
"move_down": "Shift attachment right",
"move_up": "Shift attachment left",
@ -990,29 +989,29 @@
"pinned": "Pinned",
"plus_more": "+{number} more",
"redraft": "Delete & redraft",
"redraft_confirm": "Do you really want to delete and redraft this post? Interactions to the original post will not be preserved.",
"redraft_confirm": "Do you really want to delete and redraft this gort? Interactions to the original gort will not be preserved.",
"redraft_confirm_accept_button": "Yes, delete and redraft",
"redraft_confirm_cancel_button": "No, keep the original",
"redraft_confirm_title": "Confirm delete & redraft",
"remove_attachment": "Remove attachment",
"repeat_confirm": "Do you really want to repeat this post?",
"repeat_confirm_accept_button": "Yes, repeat it",
"repeat_confirm_cancel_button": "No, don't repeat",
"repeat_confirm_title": "Confirm repeat",
"repeats": "Repeats",
"repeat_confirm": "Do you really want to regort this gort?",
"repeat_confirm_accept_button": "Yes, regort it",
"repeat_confirm_cancel_button": "No, don't regort it",
"repeat_confirm_title": "Confirm regort",
"repeats": "Regorts",
"replies_list": "Replies:",
"replies_list_with_others": "View {numReplies} more reply | View {numReplies} more replies",
"reply_to": "Reply to",
"show_all_attachments": "Show all attachments",
"show_all_conversation": "Show full conversation ({numStatus} other post) | Show full conversation ({numStatus} other posts)",
"show_all_conversation": "Show full conversation ({numStatus} other gort) | Show full conversation ({numStatus} other gorts)",
"show_all_conversation_with_icon": "{icon} {text}",
"show_attachment_description": "Preview description (open attachment for full description)",
"show_attachment_in_modal": "Show attachment in a window",
"show_content": "Show content",
"show_full_subject": "Show full content warning",
"show_only_conversation_under_this": "Only show replies to this post",
"status_deleted": "This post was deleted",
"status_unavailable": "Post unavailable",
"show_full_subject": "Show full subject",
"show_only_conversation_under_this": "Only show replies to this gort",
"status_deleted": "This gort was deleted",
"status_unavailable": "Gort unavailable",
"thread_follow": "View {numStatus} more reply | View {numStatus} more replies",
"thread_follow_with_icon": "{icon} {text}",
"thread_hide": "Hide this thread",
@ -1023,7 +1022,7 @@
"thread_show_full_with_icon": "{icon} {text}",
"translate": "Translate",
"translated_from": "Translated from {language}",
"unbookmark": "Unbookmark",
"unbookmark": "Uncompost",
"unmute_conversation": "Unmute conversation",
"unpin": "Unpin from profile",
"you": "(You)"
@ -1055,12 +1054,12 @@
"conversation": "Conversation",
"error": "Error fetching timeline: {0}",
"follow_tag": "Follow hashtag",
"load_older": "Load older posts",
"no_more_statuses": "No more posts",
"no_retweet_hint": "Post is marked as followers-only or direct and cannot be repeated or quoted",
"no_statuses": "No posts",
"load_older": "Load older gorts",
"no_more_statuses": "No more gorts",
"no_retweet_hint": "Gort is marked as followers-only or direct and cannot be regorted or quoted",
"no_statuses": "No gorts",
"reload": "Reload",
"repeated": "repeated",
"repeated": "regorted",
"show_new": "Show new",
"socket_broke": "Realtime connection lost: CloseEvent code {0}",
"socket_reconnected": "Realtime connection established",
@ -1074,12 +1073,12 @@
"tool_tip": {
"accept_follow_request": "Accept follow request",
"add_reaction": "Add Reaction",
"bookmark": "Bookmark",
"favorite": "Favorite",
"bookmark": "Compost",
"favorite": "Frank",
"media_upload": "Upload media",
"quote": "Quote",
"reject_follow_request": "Reject follow request",
"repeat": "Repeat",
"repeat": "Regort",
"reply": "Reply",
"user_settings": "User Settings"
},
@ -1107,16 +1106,16 @@
"delete_user_data_and_deactivate_confirmation": "This will permanently delete the data from this account and deactivate it. Are you absolutely sure?",
"disable_any_subscription": "Disallow following user at all",
"disable_remote_subscription": "Disallow following user from remote instances",
"force_nsfw": "Mark all posts as NSFW",
"force_unlisted": "Force posts to be unlisted",
"grant_admin": "Grant Admin",
"grant_moderator": "Grant Moderator",
"force_nsfw": "Mark all gorts as NSFW",
"force_unlisted": "Force gorts to be unlisted",
"grant_admin": "Grant asdjqpwfqv",
"grant_moderator": "Grant Federal Agent",
"moderation": "Moderation",
"quarantine": "Disallow user posts from federating",
"revoke_admin": "Revoke Admin",
"revoke_moderator": "Revoke Moderator",
"sandbox": "Force posts to be followers-only",
"strip_media": "Remove media from posts"
"quarantine": "Disallow user gorts from federating",
"revoke_admin": "Revoke asdjqpwfqv",
"revoke_moderator": "Revoke Federal Agent",
"sandbox": "Force gorts to be followers-only",
"strip_media": "Remove media from gorts"
},
"approve": "Approve",
"approve_confirm": "Are you sure you want to let this user follow you?",
@ -1140,7 +1139,7 @@
"deny_confirm_title": "Deny follow request",
"domain_muted": "Unblock domain",
"edit_profile": "Edit profile",
"favorites": "Favorites",
"favorites": "Franks",
"follow": "Follow",
"follow_cancel": "Cancel request",
"follow_progress": "Requesting…",
@ -1153,7 +1152,7 @@
"following": "Following!",
"follows_you": "Follows you!",
"hidden": "Hidden",
"hide_repeats": "Hide repeats",
"hide_repeats": "Hide regorts",
"highlight": {
"disabled": "No highlight",
"side": "Side stripe",
@ -1177,10 +1176,10 @@
"remote_follow": "Remote follow",
"remove_follower": "Remove follower",
"replies": "With Replies",
"report": "Report",
"report": "Cope",
"requested_by": "Has requested to follow you",
"show_repeats": "Show repeats",
"statuses": "Posts",
"show_repeats": "Show regorts",
"statuses": "Gorts",
"subscribe": "Subscribe",
"unblock": "Unblock",
"unblock_progress": "Unblocking…",
@ -1202,13 +1201,13 @@
"field_validated": "Link Verified"
},
"user_reporting": {
"add_comment_description": "The report will be sent to your instance moderators. You can provide an explanation of why you are reporting this account below:",
"add_comment_description": "The cope will be sent to your instance vermicomposters. You can provide an explanation of why you are coping this account below:",
"additional_comments": "Additional comments",
"forward_description": "The account is from another server. Send a copy of the report there as well?",
"forward_description": "The account is from another server. Send a copy of the cope there as well?",
"forward_to": "Forward to {0}",
"generic_error": "An error occurred while processing your request.",
"submit": "Submit",
"title": "Reporting {0}"
"title": "Coping {0}"
},
"who_to_follow": {
"more": "More",

View File

@ -1,11 +1,11 @@
{
"about": {
"bubble_instances": "Instancias de burbuja local",
"bubble_instances_description": "Instancias elegidas por los/las adminstradores/as para representar el área local de esta instancia",
"bubble_instances": "Instancias de baño de burbuja local",
"bubble_instances_description": "Instancias elegidas por los administrador para representar el área local de esta instancia",
"mrf": {
"federation": "Federación",
"keyword": {
"ftl_removal": "Eliminar de la línea de tiempo \"Toda La Red Conocida\"",
"ftl_removal": "Eliminar de la línea de tiempo \"Camafederado\"",
"is_replaced_by": "→",
"keyword_policies": "Política de Palabras Clave",
"reject": "Rechazar",
@ -16,23 +16,23 @@
"simple": {
"accept": "Aceptar",
"accept_desc": "Esta instancia solo acepta mensajes de las siguientes instancias:",
"ftl_removal": "Eliminar de la línea de tiempo \"Red Conocida\"",
"ftl_removal_desc": "Esta instancia elimina las siguientes instancias de la línea de tiempo \"Red Conocida\":",
"ftl_removal": "Eliminar de la línea de tiempo \"Camafederado\"",
"ftl_removal_desc": "Esta instancia elimina las siguientes instancias de la línea de tiempo \"Camafederado\":",
"instance": "Instancia",
"media_nsfw": "Forzar contenido multimedia como sensible",
"media_nsfw_desc": "Esta instancia obliga a que los archivos multimedia se establezcan como sensibles en las publicaciones de las siguientes instancias:",
"media_nsfw_desc": "Esta instancia obliga a que los archivos multimedia se establezcan como sensibles en las gorts de las siguientes instancias:",
"media_removal": "Eliminar Multimedia",
"media_removal_desc": "Esta instancia elimina los archivos multimedia de las publicaciones de las siguientes instancias:",
"media_removal_desc": "Esta instancia elimina los archivos multimedia de las gorts de las siguientes instancias:",
"not_applicable": "n/a",
"quarantine": "Cuarentena",
"quarantine_desc": "Esta instancia enviará solo publicaciones públicas a las siguientes instancias:",
"quarantine_desc": "Esta instancia enviará solo gorts públicas a las siguientes instancias:",
"reason": "Motivo",
"reject": "Rechazar",
"reject_desc": "Esta instancia no aceptará mensajes de las siguientes instancias:",
"simple_policies": "Políticas específicas de la instancia"
}
},
"staff": "Equipo"
"staff": "Vermicompósitos"
},
"announcements": {
"all_day_prompt": "Este evento durará todo el día",
@ -45,11 +45,11 @@
"inactive_message": "Este anuncio está inactivo",
"mark_as_read_action": "Marcar como leído",
"page_header": "Anuncios",
"post_action": "Publicar",
"post_action": "Gort",
"post_error": "Error: {error}",
"post_form_header": "Publicar anuncio",
"post_form_header": "Gort anuncio",
"post_placeholder": "Contenido del anuncio",
"published_time_display": "Publicado a las {time}",
"published_time_display": "Gort a las {time}",
"start_time_display": "Comienza a las {time}",
"start_time_prompt": "Hora de inicio: ",
"submit_edit_action": "Enviar",
@ -84,12 +84,13 @@
"keep_open": "Mantener el selector abierto",
"load_all": "Cargando todos los {emojiAmount} emoji",
"load_all_hint": "Cargado el primer emoji {saneAmount}, cargar todos los emoji puede causar problemas de rendimiento.",
"recent": "Recientemente usado",
"search_emoji": "Buscar un emoji",
"stickers": "Pegatinas",
"unicode": "Emojis unicode"
},
"errors": {
"storage_unavailable": "Pleroma no pudo acceder al almacenamiento del navegador. Su inicio de sesión o su configuración local no se guardarán y puede encontrar problemas inesperados. Intente habilitar las cookies."
"storage_unavailable": "worm.pink no pudo acceder al almacenamiento del navegador. Su inicio de sesión o su configuración local no se guardarán y puede encontrar problemas inesperados. Intente habilitar las cookies."
},
"exporter": {
"export": "Exportar",
@ -132,12 +133,12 @@
"peek": "Previsualizar",
"retry": "Inténtalo de nuevo",
"role": {
"admin": "Administrador/a",
"moderator": "Moderador/a"
"admin": "asdjqpwfqv",
"moderator": "Federal Agent"
},
"scope_in_timeline": {
"direct": "Directo",
"local": "Local - sólo tu instancia puede ver esta publicación",
"local": "Local - sólo tu instancia puede ver esta gort",
"private": "Sólo para seguidores",
"public": "Público",
"unlisted": "No listado"
@ -159,7 +160,7 @@
"success": "Importado con éxito."
},
"interactions": {
"favs_repeats": "Favoritos y repetidos",
"favs_repeats": "Franks y regorts",
"follows": "Nuevos seguidores",
"load_older": "Cargar interacciones más antiguas",
"moves": "Usuario migrado"
@ -273,27 +274,27 @@
"moderation": {
"moderation": "Moderación",
"reports": {
"add_note": "Añadir nota",
"close": "Cerrar",
"add_note": "Añadir mald",
"close": "Dilate",
"delete_note": "Eliminar",
"delete_note_accept": "Sí, eliminarlo",
"delete_note_cancel": "No, mantenerlo",
"delete_note_confirm": "¿Estás seguro que quieres eliminar esta nota?",
"delete_note_confirm": "¿Estás seguro que quieres eliminar esta mald?",
"delete_note_title": "Confirma la eliminación",
"no_content": "Sin descripción dada",
"no_reports": "No hay informes que mostrar",
"note_placeholder": "Dejar una nota",
"notes": "{ count } nota | { count } notas",
"no_reports": "No hay copes que mostrar",
"note_placeholder": "Dejar una mald...",
"notes": "{ count } mald | { count } malds",
"reopen": "Reabrir",
"report": "Reportar",
"reports": "Reportes",
"resolve": "Resolver",
"report": "Cope en",
"reports": "Copes",
"resolve": "Seethe",
"show_closed": "Mostrar cerrados",
"statuses": "{ count } publicación | { count } publicaciones",
"tag_policy_notice": "Habilitar TagPolicy MRF para establecer restricciones de publicación",
"tags": "Establecer restricciones de publicación"
"statuses": "{ count } gort | { count } gorts",
"tag_policy_notice": "Habilitar TagPolicy MRF para establecer restricciones de gort",
"tags": "Establecer restricciones de gort"
},
"statuses": "Publicaciones",
"statuses": "Gorts",
"users": "Usuarios"
},
"nav": {
@ -302,32 +303,32 @@
"announcements": "Anuncios",
"back": "Volver",
"bookmarks": "Marcadores",
"bubble_timeline": "Linea temporal burbuja",
"bubble_timeline_description": "Publicaciones de instancias cercanas a la tuya, recomendadas por los/las administradores/as",
"bubble_timeline": "Linea temporal baño de burbuja",
"bubble_timeline_description": "Gorts de instancias cercanas a la tuya, recomendadas por los asdjqpwfqv",
"chats": "Chats",
"dms": "Mensajes directos",
"friend_requests": "Solicitudes de seguimiento",
"home_timeline": "Línea temporal personal",
"home_timeline_description": "Publicaciones de personas que sigues",
"home_timeline": "Línea temporal joto",
"home_timeline_description": "Gorts de personas que sigues",
"interactions": "Interacciones",
"lists": "Listas",
"lists": "Panel de acoso",
"mentions": "Menciones",
"moderation": "Moderación",
"preferences": "Preferencias",
"public_timeline_description": "Publicaciones públicas de esta instancia",
"public_tl": "Línea temporal pública",
"public_timeline_description": "Gorts públicas de esta instancia",
"public_tl": "Línea temporal locomotora",
"search": "Buscar",
"timeline": "Línea Temporal",
"timelines": "Líneas de Tiempo",
"twkn": "Red Conocida",
"twkn_timeline_description": "Publicaciones de la red conocida",
"twkn": "Linea temporal camafederado",
"twkn_timeline_description": "Gorts de la red conocida",
"user_search": "Búsqueda de Usuarios",
"who_to_follow": "A quién seguir"
},
"notifications": {
"broken_favorite": "Publicación desconocida, buscándola…",
"broken_favorite": "Gort desconocida, buscándola…",
"error": "Error obteniendo notificaciones:{0}",
"favorited_you": "le gusta tu publicación",
"favorited_you": "franked tu gort",
"follow_request": "quiere seguirte",
"followed_you": "empezó a seguirte",
"load_older": "Cargar notificaciones antiguas",
@ -337,7 +338,7 @@
"poll_ended": "La encuesta ha terminado",
"reacted_with": "reaccionó con {0}",
"read": "¡Leído!",
"repeated_you": "repitió tu publicación"
"repeated_you": "regorted tu gort"
},
"password_reset": {
"check_email": "Revise su correo electrónico para obtener un enlace para restablecer su contraseña.",
@ -368,7 +369,7 @@
"votes_count": "{count} voto | {count} votos"
},
"post_status": {
"account_not_locked_warning": "Tu cuenta no está {0}. Cualquiera puede seguirte y leer las publicaciones para Solo-Seguidores.",
"account_not_locked_warning": "Tu cuenta no está {0}. Cualquiera puede seguirte y leer las gorts para Solo-Seguidores.",
"account_not_locked_warning_link": "bloqueada",
"attachments_sensitive": "Contenido sensible",
"content_type": {
@ -379,45 +380,45 @@
"text/x.misskeymarkdown": "MFM"
},
"content_warning": "Advertencia de contenido (opcional)",
"default": "Acabo de aterrizar en L.A.",
"direct_warning_to_all": "Esta publicación será visible para todos los usuarios mencionados.",
"direct_warning_to_first_only": "Esta publicación solo será visible para los usuarios mencionados al comienzo del mensaje.",
"edit_remote_warning": "¡Los cambios realizados en la publicación pueden no ser visibles en algunas instancias!",
"edit_status": "Editar estado",
"default": "Acabo de visitar gusano delicioso punto com.",
"direct_warning_to_all": "Esta gort será visible para todos los usuarios mencionados.",
"direct_warning_to_first_only": "Esta gort solo será visible para los usuarios mencionados al comienzo del mensaje.",
"edit_remote_warning": "¡Los cambios realizados en la gort pueden no ser visibles en algunas instancias!",
"edit_status": "Editar gort",
"edit_unsupported_warning": "Las encuestas y menciones no se modificarán al editar.",
"empty_status_error": "No se puede enviar una publicación sin contenido ni archivos adjuntos",
"empty_status_error": "No se puede enviar una gort sin contenido ni archivos adjuntos",
"media_description": "Descripción multimedia",
"media_description_error": "Error al actualizar el archivo, inténtalo de nuevo",
"media_not_sensitive_warning": "¡Tiene una advertencia de contenido, pero los archivos adjuntos no están marcados como contenido sensible!",
"new_status": "Nueva publicación",
"post": "Publicar",
"posting": "Publicando",
"new_status": "Nueva gort",
"post": "Gort",
"posting": "Gortiendo",
"preview": "Vista previa",
"preview_empty": "Vacío",
"scope": {
"direct": "Directo - solo para los usuarios mencionados",
"local": "Local- no federar esta publicación",
"private": "Solo-seguidores - solo tus seguidores leerán la publicación",
"public": "Público - publicaciones visibles en las líneas temporales públicas",
"unlisted": "Sin listar -publicaciones no visibles en las líneas temporales públicas"
"local": "Local- no federar esta gort",
"private": "Solo-seguidores - solo tus seguidores leerán la gort",
"public": "Público - gorts visibles en las líneas temporales públicas",
"unlisted": "Sin listar - gorts no visibles en las líneas temporales públicas"
},
"scope_notice": {
"local": "Esta publicación no será visible en otras instancias",
"private": "Esta publicación solo será visible para tus seguidores",
"public": "Esta publicación será visible para todo el mundo",
"unlisted": "Esta publicación no será visible en la Línea Temporal Pública ni en Toda La Red Conocida"
"local": "Esta gort no será visible en otras instancias",
"private": "Esta gort solo será visible para tus seguidores",
"public": "Esta gort será visible para todo el mundo",
"unlisted": "Esta gort no será visible en la Línea Temporal Locomotora ni en el Linea Temporal Camafederado"
}
},
"registration": {
"awaiting_email_confirmation": "Su cuenta ha sido registrada y se ha enviado un correo electrónico a su dirección. Por favor revise el correo electrónico para completar el registro.",
"awaiting_email_confirmation_title": "En espera de confirmación por correo electrónico",
"bio": "Biografía",
"bio_placeholder": "p. ej.\nHola, soy un ejemplo.\nAquí puedes poner algo representativo tuyo... o no.",
"bio_placeholder": "p. ej.\nHola, bienvenido a mi biografía.\nAmo el vermicompostaje. ¡Espero que podamos ser amigos!",
"captcha": "CAPTCHA",
"email": "Correo electrónico",
"email_language": "¿En qué idioma desea recibir correos electrónicos del servidor?",
"fullname": "Nombre a mostrar",
"fullname_placeholder": "p. ej. Atsuko Kagari",
"fullname_placeholder": "p. ej. predicador de gusanos",
"new_captcha": "Haz click en la imagen para obtener un nuevo captcha",
"password_confirm": "Confirmar contraseña",
"reason": "Razón para registrarse",
@ -427,7 +428,7 @@
"request_sent": "Su solicitud de registro ha sido enviada para su aprobación. Recibirá un correo electrónico cuando se apruebe su cuenta.",
"request_sent_title": "Solicitud de registro enviada",
"token": "Token de invitación",
"username_placeholder": "p. ej. akko",
"username_placeholder": "p. ej. gusano",
"validations": {
"email_required": "no puede estar vacío",
"fullname_required": "no puede estar vacío",
@ -457,7 +458,7 @@
"account_alias": "Alias de cuenta",
"account_alias_table_head": "Alias",
"account_backup": "Copia de seguridad de la cuenta",
"account_backup_description": "Esto le permite descargar un archivo con la información de su cuenta y sus publicaciones, pero aún no se pueden importar a una cuenta de Pleroma.",
"account_backup_description": "Esto le permite descargar un archivo con la información de su cuenta y sus gorts, pero aún no se pueden importar a una cuenta de worm.pink.",
"account_backup_table_head": "Copia de seguridad",
"account_privacy": "Privacidad",
"add_alias_error": "Error añadiendo el alias: {error}",
@ -466,11 +467,11 @@
"added_alias": "El alias ha sido añadido.",
"added_backup": "La copia de seguridad ha sido agregada.",
"allow_following_move": "Permitir el seguimiento automático, cuando la cuenta que sigues se traslada a otra instancia",
"always_show_post_button": "Muestra siempre el botón flotante de Nueva Plubicación",
"always_show_post_button": "Muestra siempre el botón flotante de Nueva Gort",
"app_name": "Nombre de la aplicación",
"attachmentRadius": "Adjuntos",
"attachments": "Adjuntos",
"autohide_floating_post_button": "Ocultar automáticamente el botón 'Nueva Publicación' (para móviles)",
"autohide_floating_post_button": "Ocultar automáticamente el botón 'Nueva Gort' (para móviles)",
"avatar": "Avatar",
"avatarAltRadius": "Avatares (notificaciones)",
"avatarRadius": "Avatares",
@ -487,8 +488,8 @@
"bot": "Esta cuenta es un bot",
"btnRadius": "Botones",
"cBlue": "Azul (Responder, seguir)",
"cGreen": "Verde (Retweet)",
"cOrange": "Naranja (Favorito)",
"cGreen": "Verde (Regort)",
"cOrange": "Naranja (Frank)",
"cRed": "Rojo (Cancelar)",
"change_email": "Modificar el correo electrónico",
"change_email_error": "Ha ocurrido un error al intentar modificar tu correo electrónico.",
@ -498,16 +499,16 @@
"changed_password": "¡Contraseña cambiada correctamente!",
"chatMessageRadius": "Mensaje de chat",
"checkboxRadius": "Casillas de verificación",
"collapse_subject": "Ocultar publicaciones con advertencias de contenido",
"collapse_subject": "Ocultar gorts con advertencias de contenido",
"columns": "Columnas",
"composing": "Redactando",
"confirm_dialogs": "Requiere confirmación de:",
"confirm_dialogs_approve_follow": "Aceptar una solicitud de seguimiento",
"confirm_dialogs_block": "Bloqueando a alguien",
"confirm_dialogs_delete": "Eliminar una publicación",
"confirm_dialogs_delete": "Eliminar una gort",
"confirm_dialogs_deny_follow": "Rechazar una solicitud de seguimiento",
"confirm_dialogs_mute": "Silenciar a alguien",
"confirm_dialogs_repeat": "Repitiendo una publicación",
"confirm_dialogs_repeat": "Regortiendo una gort",
"confirm_dialogs_unfollow": "Dejar de seguir a alguien",
"confirm_new_password": "Confirmar la nueva contraseña",
"confirmation_dialogs": "Opciones de confirmación",
@ -515,8 +516,8 @@
"conversation_display_linear": "Lineal",
"conversation_display_tree": "Ramificado",
"conversation_other_replies_button": "Mostrar el botón \"otras respuestas\"",
"conversation_other_replies_button_below": "Debajo de las publicaciones",
"conversation_other_replies_button_inside": "Dentro de las publicaciones",
"conversation_other_replies_button_below": "Debajo de las gorts",
"conversation_other_replies_button_inside": "Dentro de las gorts",
"current_avatar": "Tu avatar actual",
"current_mascot": "Tu mascota actual",
"current_password": "Contraseña actual",
@ -544,14 +545,14 @@
"backup_settings_theme": "Descargar la copia de seguridad de la configuración y del tema",
"errors": {
"file_slightly_new": "La versión secundaria del archivo es diferente, es posible que algunas configuraciones no se carguen",
"file_too_new": "Versión principal incompatible: {fileMajor}, este \"FrontEnd\" de Pleroma (versión de configuración {feMajor}) es demasiado antiguo para manejarlo",
"file_too_new": "Versión principal incompatible: {fileMajor}, este \"FrontEnd\" de Akkoma (versión de configuración {feMajor}) es demasiado antiguo para manejarlo",
"file_too_old": "Versión principal incompatible: {fileMajor}, la versión del archivo es demasiado antigua y no es compatible (versión mínima {FeMajor})",
"invalid_file": "El archivo seleccionado no es válido como copia de seguridad de Pleroma. No se han realizado cambios."
"invalid_file": "El archivo seleccionado no es válido como copia de seguridad de Akkoma. No se han realizado cambios."
},
"restore_settings": "Restaurar ajustes desde archivo"
},
"filtering": "Filtrado",
"filtering_explanation": "Todos las publicaciones que contengan estas palabras serán silenciadas. Una por línea",
"filtering_explanation": "Todos las gorts que contengan estas palabras serán silenciadas. Una por línea",
"follow_export": "Exportar personas que tú sigues",
"follow_export_button": "Exporta tus seguidores a un fichero csv",
"follow_import": "Importar personas que tú sigues",
@ -561,12 +562,12 @@
"fun": "Divertido",
"general": "General",
"greentext": "Texto verde (meme arrows)",
"hide_all_muted_posts": "Ocultar las publicaciones silenciadas",
"hide_all_muted_posts": "Ocultar las gorts silenciadas",
"hide_attachments_in_convo": "Ocultar adjuntos en las conversaciones",
"hide_attachments_in_tl": "Ocultar adjuntos en la línea temporal",
"hide_bot_indication": "Ocultar indicación de bot en publicaciones",
"hide_favorites_description": "No mostrar la lista de mis favoritos (las personas aún serán notificadas)",
"hide_filtered_statuses": "Ocultar estados filtrados",
"hide_bot_indication": "Ocultar indicación de bot en gorts",
"hide_favorites_description": "No mostrar la lista de mis franks (las personas aún serán notificadas)",
"hide_filtered_statuses": "Ocultar gorts filtrados",
"hide_followers_count_description": "No mostrar el número de cuentas que me siguen",
"hide_followers_description": "No mostrar quién me sigue",
"hide_follows_count_description": "No mostrar el número de cuentas que sigo",
@ -574,16 +575,16 @@
"hide_isp": "Ocultar el panel específico de la instancia",
"hide_list_aliases_error_action": "Cerrar",
"hide_media_previews": "Ocultar la vista previa multimedia",
"hide_muted_posts": "Ocultar las publicaciones de los usuarios silenciados",
"hide_muted_posts": "Ocultar las gorts de los usuarios silenciados",
"hide_muted_threads": "Ocultar conversaciones silenciadas",
"hide_post_stats": "Ocultar las estadísticas de las publicaciones (p.ej. el número de favoritos)",
"hide_post_stats": "Ocultar las estadísticas de las gorts (p.ej. el número de franks)",
"hide_shoutbox": "Ocultar cuadro de diálogo de la instancia",
"hide_site_favicon": "Ocultar \"favicon\" de la instancia en el \"top panel\"",
"hide_site_name": "Ocultar el nombre de la instancia en el \"top panel\"",
"hide_threads_with_blocked_users": "Ocultar conversaciones que mencionen usuarios bloqueados",
"hide_user_stats": "Ocultar las estadísticas del usuario (p.ej. el número de seguidores)",
"hide_wallpaper": "Ocultar el fondo de pantalla de la instancia",
"hide_wordfiltered_statuses": "Ocultar publicaciones filtradas por palabras",
"hide_wordfiltered_statuses": "Ocultar gorts filtradas por palabras",
"import_blocks_from_a_csv_file": "Importar lista de usuarios bloqueados dese un archivo csv",
"import_followers_from_a_csv_file": "Importar personas que tú sigues a partir de un archivo csv",
"import_mutes_from_a_csv_file": "Importar silenciados desde un archivo csv",
@ -593,7 +594,7 @@
"instance_default_simple": "(por defecto)",
"interface": "Interfaz",
"interfaceLanguage": "Idioma",
"invalid_theme_imported": "El archivo importado no es un tema válido de Pleroma. No se han realizado cambios.",
"invalid_theme_imported": "El archivo importado no es un tema válido de Akkoma. No se han realizado cambios.",
"limited_availability": "No disponible en tu navegador",
"links": "Enlaces",
"list_aliases_error": "Error al obtener alias: {error}",
@ -603,7 +604,7 @@
"loop_video_silent_only": "Bucle solo en vídeos sin sonido (p.ej. \"gifs\" de Mastodon)",
"mascot": "Mascota de Mastodon FE",
"max_depth_in_thread": "Número máximo de niveles a mostrar en la conversación por defecto",
"max_thumbnails": "Cantidad máxima de miniaturas por publicación",
"max_thumbnails": "Cantidad máxima de miniaturas por gort",
"mention_link_bolden_you": "Resaltar la mención de ti cuando te mencionen",
"mention_link_display": "Mostrar enlaces de mención",
"mention_link_display_full": "siempre como nombre completo (p. ej. {'@'}foo{'@'}example.org)",
@ -634,14 +635,14 @@
"waiting_a_recovery_codes": "Recibiendo códigos de respaldo…",
"warning_of_generate_new_codes": "Cuando generas nuevos códigos de recuperación, los antiguos dejarán de funcionar."
},
"minimal_scopes_mode": "Minimizar las opciones de publicación",
"minimal_scopes_mode": "Minimizar las opciones de gort",
"more_settings": "Más opciones",
"move_account": "Trasladar la cuenta",
"move_account_error": "Error trasladando la cuenta: {error}",
"move_account_notes": "Si desea trasladar esta cuenta a otro lugar, debe ir a su cuenta de destino y agregar un alias que apunte aquí.",
"move_account_target": "Cuenta de destino (p. ej. {example})",
"moved_account": "La cuenta ha sido trasladada.",
"mute_bot_posts": "Silenciar publicaciones de \"bots\"",
"mute_bot_posts": "Silenciar gorts de \"bots\"",
"mute_export": "Exportar silenciados",
"mute_export_button": "Exportar los silenciados a un archivo csv",
"mute_import": "Importar silenciados",
@ -656,32 +657,32 @@
"new_password": "Nueva contraseña",
"no_blocks": "No hay usuarios bloqueados",
"no_mutes": "No hay usuarios silenciados",
"no_rich_text_description": "Eliminar el formato de texto enriquecido de todas las publicaciones",
"no_rich_text_description": "Eliminar el formato de texto enriquecido de todas las gorts",
"notification_blocks": "El bloqueo de un usuario detiene todas las notificaciones y también las cancela.",
"notification_mutes": "Para dejar de recibir notificaciones de un usuario específico, siléncialo.",
"notification_setting_block_from_strangers": "Bloquea las notificaciones de los usuarios que no sigues",
"notification_setting_filters": "Filtros",
"notification_setting_hide_if_cw": "Ocultar las notificaciones \"push\", si la publicación está marcada como \"contenido sensible\"",
"notification_setting_hide_if_cw": "Ocultar las notificaciones \"push\", si la gort está marcada como \"contenido sensible\"",
"notification_setting_hide_notification_contents": "Ocultar el remitente y el contenido de las notificaciones push",
"notification_setting_privacy": "Privacidad",
"notification_visibility": "Tipos de notificaciones a mostrar",
"notification_visibility_emoji_reactions": "Reacciones",
"notification_visibility_follows": "Nuevos seguidores",
"notification_visibility_likes": "Favoritos",
"notification_visibility_likes": "Franks",
"notification_visibility_mentions": "Menciones",
"notification_visibility_moves": "Usuario Migrado",
"notification_visibility_polls": "Encuestas finalizadas en las que has participado",
"notification_visibility_repeats": "Repeticiones (Repeats)",
"notification_visibility_repeats": "Regorts",
"notifications": "Notificaciones",
"nsfw_clickthrough": "Habilitar la ocultación de la imagen de vista previa del enlace y el adjunto para los estados NSFW por defecto",
"nsfw_clickthrough": "Habilitar la ocultación de la imagen de vista previa del enlace y el adjunto para los gorts NSFW por defecto",
"oauth_tokens": "Tokens de OAuth",
"pad_emoji": "Rellenar con espacios al agregar emojis desde el selector",
"panelRadius": "Paneles",
"pause_on_unfocused": "Parar la transmisión cuando no estés en foco",
"play_videos_in_modal": "Reproducir los vídeos en un marco emergente",
"post_look_feel": "Aspecto de las publicaciones",
"post_status_content_type": "Formato predeterminado de publicación",
"posts": "Publicaciones",
"post_look_feel": "Aspecto de las gorts",
"post_status_content_type": "Formato predeterminado de gort",
"posts": "Gorts",
"preload_images": "Precargar las imágenes",
"presets": "Por defecto",
"profile_background": "Imagen de fondo del perfil",
@ -716,12 +717,12 @@
"save": "Guardar los cambios",
"saving_err": "Error al guardar los ajustes",
"saving_ok": "Ajustes guardados",
"scope_copy": "Copiar la visibilidad de la publicación cuando contestamos (En los mensajes directos (MDs) siempre se copia)",
"scope_copy": "Copiar la visibilidad de la gort cuando contestamos (En los mensajes directos (MDs) siempre se copia)",
"search_user_to_block": "Buscar usuarios a bloquear",
"search_user_to_mute": "Buscar usuarios a silenciar",
"security": "Seguridad",
"security_tab": "Seguridad",
"sensitive_by_default": "Identificar las publicaciones como sensibles de forma predeterminada",
"sensitive_by_default": "Identificar las gorts como sensibles de forma predeterminada",
"sensitive_if_subject": "Marcar automáticamente las imágenes como confidenciales si se especifica una advertencia de contenido",
"set_new_avatar": "Cambiar avatar",
"set_new_mascot": "Fijar nueva mascota",
@ -743,15 +744,15 @@
"settings_profiles_refresh": "Recargar perfiles de configuración",
"settings_profiles_show": "Mostrar todos los perfiles de configuración",
"settings_profiles_unshow": "Ocultar todos los perfiles de configuración",
"show_admin_badge": "Mostrar la insignia de \"Administrador/a\" en mi perfil",
"show_moderator_badge": "Mostrar la insignia de \"Moderador/a\" en mi perfil",
"show_admin_badge": "Mostrar la insignia de \"asdjqpwfqv\" en mi perfil",
"show_moderator_badge": "Mostrar la insignia de \"Federal Agent\" en mi perfil",
"show_nav_shortcuts": "Mostrar accesos directos de navegación adicionales en el panel superior",
"show_panel_nav_shortcuts": "Mostrar accesos directos de navegación de la línea de tiempo en la parte superior del panel",
"show_scrollbars": "Mostrar las barras de desplazamiento de la columna lateral",
"show_wider_shortcuts": "Mostrar una brecha más amplia entre los accesos directos del panel superior",
"show_yous": "Mostrar (Tú)s",
"stop_gifs": "Iniciar GIFs al pasar el ratón",
"streaming": "Habilitar la transmisión automática de nuevas publicaciones cuando se desplaza hacia la parte superior",
"streaming": "Habilitar la transmisión automática de nuevas gorts cuando se desplaza hacia la parte superior",
"style": {
"advanced_colors": {
"_tab_label": "Avanzado",
@ -776,10 +777,10 @@
"panel_header": "Cabecera del panel",
"poll": "Gráfico de la encuesta",
"popover": "Sugerencias, menús, superposiciones",
"post": "Publicaciones/Biografías de Usuarios",
"post": "Gorts/Biografías de Usuarios",
"pressed": "Presionado",
"selectedMenu": "Elemento del menú seleccionado",
"selectedPost": "Publicación seleccionada",
"selectedPost": "Gort seleccionada",
"tabs": "Pestañas",
"toggled": "Intercambiado",
"top_bar": "Barra superior",
@ -813,8 +814,8 @@
"components": {
"input": "Campos de entrada",
"interface": "Interfaz",
"post": "Texto de publicaciones",
"postCode": "Texto monoespaciado en publicación (texto enriquecido)"
"post": "Texto de gorts",
"postCode": "Texto monoespaciado en gort (texto enriquecido)"
},
"custom": "Personalizado",
"family": "Nombre de la fuente",
@ -845,7 +846,7 @@
"component": "Componente",
"components": {
"avatar": "Avatar del usuario (en la vista del perfil)",
"avatarStatus": "Avatar del usuario (en la vista de la publicación)",
"avatarStatus": "Avatar del usuario (en la vista de la gort)",
"button": "Botones",
"buttonHover": "Botón (encima)",
"buttonPressed": "Botón (presionado)",
@ -873,8 +874,8 @@
"clear_all": "Limpiar todo",
"clear_opacity": "Limpiar opacidad",
"help": {
"fe_downgraded": "Versión de PleromaFE revertida.",
"fe_upgraded": "El creador de temas de PleromaFE se actualizó después de la actualización de la versión.",
"fe_downgraded": "Versión de AkkomaFE revertida.",
"fe_upgraded": "El creador de temas de AkkomaFE se actualizó después de la actualización de la versión.",
"future_version_imported": "El archivo que ha importado se creó para una versión más reciente del frontend.",
"migration_napshot_gone": "Por alguna razón, faltaba la instantánea, algunas cosas podrían verse diferentes de lo que recuerdas.",
"migration_snapshot_ok": "Solo para estar seguro, se cargó la instantánea del tema. Puede intentar cargar los datos del tema.",
@ -882,7 +883,7 @@
"snapshot_missing": "No había ninguna instantánea del tema en el archivo, por lo que podría verse diferente de lo previsto originalmente.",
"snapshot_present": "Se ha cargado una instantánea del tema, por lo que todos los valores se sobrescriben. De lo contrario, puede cargar el tema por completo.",
"snapshot_source_mismatch": "Conflicto de versiones: lo más probable es que el frontend se haya revertido y actualizado nuevamente, si cambió el tema con una versión anterior del frontend, lo más probable es que desee usar la versión anterior; de lo contrario, use la nueva versión.",
"upgraded_from_v2": "PleromaFE se ha actualizado, el tema podría verse un poco diferente de lo que recuerdas.",
"upgraded_from_v2": "AkkomaFE se ha actualizado, el tema podría verse un poco diferente de lo que recuerdas.",
"v2_imported": "El archivo que ha importado fue creado para un frontend más antiguo. Intentamos maximizar la compatibilidad, pero aún podría haber inconsistencias."
},
"keep_as_is": "Mantener como está",
@ -915,13 +916,20 @@
"token": "Token",
"tooltipRadius": "Información/alertas",
"translation_language": "Idioma de traducción automática",
"tree_advanced": "Mostrar botones extras para abrir y cerrar la cadena de réplicas en los hilos",
"type_domains_to_mute": "Buscar dominios para silenciar",
"upload_a_photo": "Subir una foto",
"useStreamingApi": "Recibir publicaciones y notificaciones en tiempo real",
"useStreamingApiWarning": "(no recomendado, experimental, puede omitir publicaciones)",
"useStreamingApi": "Recibir gorts y notificaciones en tiempo real",
"useStreamingApiWarning": "(no recomendado, experimental, puede omitir gorts)",
"use_blurhash": "Usar miniaturas borrosas para las imágenes sensibles",
"use_contain_fit": "No recortar los adjuntos en miniaturas",
"use_one_click_nsfw": "Abrir los adjuntos NSFW con un solo click",
"user_accepts_direct_messages_from": "Aceptar mensajes directos de",
"user_accepts_direct_messages_from_everybody": "Todos",
"user_accepts_direct_messages_from_nobody": "Nadie",
"user_accepts_direct_messages_from_people_i_follow": "Personas que sigo",
"user_mutes": "Usuarios",
"user_profiles": "Perfiles de usuario",
"user_settings": "Ajustes del Usuario",
"valid_until": "Válido hasta",
"values": {
@ -934,31 +942,70 @@
"title": "Versión"
},
"virtual_scrolling": "Optimizar la representación de la linea temporal",
"word_filter": "Filtro de palabras"
"word_filter": "Filtro de palabras",
"wordfilter": "Filtro de palabras"
},
"settings_profile": {
"creating": "Creando un nuevo perfil de configuración \"{profile}\"...",
"synchronization_error": "No se pudo sincronizar la configuración: {err}",
"synchronized": "¡Ajustes sincronizados!",
"synchronizing": "Sincronizando los ajustes de perfil \"{profile}\"..."
},
"status": {
"ancestor_follow": "Vea {numReplies} respuesta en esta publicación | Ver otras {numReplies} respuestas en esta publicación",
"ancestor_follow_with_icon": "{icon} {text}",
"attachment_stop_flash": "Parar el reproductor Flash",
"bookmark": "Marcar",
"copy_link": "Copiar el enlace al estado",
"delete": "Eliminar publicación",
"delete_confirm": "¿Realmente quieres borrar la publicación?",
"copy_link": "Copiar el enlace al gort",
"delete": "Eliminar gort",
"delete_confirm": "¿Realmente quieres borrar la gort?",
"collapse_attachments": "Minimizar adjuntos",
"copy_link": "Copiar el enlace al mensaje",
"delete": "Eliminar mensaje",
"delete_confirm": "¿Realmente quieres borrar el mensaje?",
"delete_confirm_accept_button": "Sí, elimínelo",
"delete_confirm_cancel_button": "No, mantenerlo",
"delete_confirm_title": "Confirmar la eliminación",
"edit": "Editar",
"edit_history": "Editar el historial",
"edit_history_modal_title": "Editado {historyCount} vez | Editado {historyCount} veces",
"edited_at": "Editado {time}",
"expand": "Expandir",
"external_source": "Fuente externa",
"favorites": "Favoritos",
"favorites": "Franks",
"hide_attachment": "Ocultar adjuntos",
"hide_content": "Ocultar el contenido",
"hide_full_subject": "Ocultar el tema completo",
"hide_full_subject": "Ocultar la advertencia de contenido",
"many_attachments": "El mensaje tiene {number} adjunto | El mensaje tiene {number} adjuntos",
"mentions": "Menciones",
"move_down": "Desplazar adjunto a la derecha",
"move_up": "Desplazar adjunto a la izquierda",
"mute_conversation": "Silenciar la conversación",
"nsfw": "NSFW (No apropiado para el trabajo)",
"open_gallery": "Abrir la galería",
"override_translation_source_language": "Anular el idioma de origen",
"pin": "Fijar en tu perfil",
"pinned": "Fijado",
"plus_more": "+{number} más",
"repeats": "Regorts",
"redraft": "Eliminar y volver a redactar",
"redraft_confirm": "¿Realmente deseas eliminar y volver a redactar esta publicación? Las interacciones con la publicación original no se conservarán.",
"redraft_confirm_accept_button": "Sí, eliminar y volver a redactar",
"redraft_confirm_cancel_button": "No, conserva el original",
"redraft_confirm_title": "Confirmar eliminación y volver a redactar",
"remove_attachment": "Quitar archivo adjunto",
"repeat_confirm": "¿De verdad quieres repetir esta entrada?",
"repeat_confirm_accept_button": "Si, repítela",
"repeat_confirm_cancel_button": "No, no repitas",
"repeat_confirm_title": "Confirmar repetir",
"repeats": "Repetidos",
"replies_list": "Respuestas:",
"replies_list_with_others": "Ver {numReplies} respuesta | Ver {numReplies} respuestas más",
"reply_to": "Respondiendo a",
"show_content": "Mostrar el contenido",
"show_full_subject": "Mostrar el tema completo",
"status_deleted": "Esta publicación ha sido eliminada",
"status_unavailable": "Estado no disponible",
"status_deleted": "Esta gort ha sido eliminada",
"status_unavailable": "Gort no disponible",
"thread_muted": "Conversación silenciada",
"thread_muted_and_words": ", contiene:",
"unbookmark": "Desmarcar",
@ -993,11 +1040,11 @@
"conversation": "Conversación",
"error": "Error obteniendo la linea de tiempo:{0}",
"load_older": "Cargar actualizaciones anteriores",
"no_more_statuses": "No hay más estados",
"no_retweet_hint": "La publicación está marcada como solo para seguidores o directa y no se puede repetir",
"no_statuses": "Sin estados",
"no_more_statuses": "No hay más gorts",
"no_retweet_hint": "La gort está marcada como solo para seguidores o directa y no se puede regorted",
"no_statuses": "Sin gorts",
"reload": "Recargar",
"repeated": "repetida",
"repeated": "regorted",
"show_new": "Mostrar lo nuevo",
"socket_broke": "Conexión en timpo real perdida: código del motivo {0}",
"socket_reconnected": "Establecida la conexión en tiempo real",
@ -1007,10 +1054,10 @@
"accept_follow_request": "Aceptar la solicitud de seguimiento",
"add_reaction": "Añadir Reacción",
"bookmark": "Marcador",
"favorite": "Favorito",
"favorite": "Frank",
"media_upload": "Subir multimedia",
"reject_follow_request": "Rechazar la solicitud de seguimiento",
"repeat": "Repetir",
"repeat": "Regort",
"reply": "Contestar",
"user_settings": "Ajustes de usuario"
},
@ -1037,16 +1084,16 @@
"delete_user": "Eliminar usuario",
"disable_any_subscription": "No permitir que ningún usuario te siga",
"disable_remote_subscription": "No permitir que usuarios de instancias remotas te siga",
"force_nsfw": "Marcar todas las publicaciones como NSFW (no es seguro/apropiado para el trabajo)",
"force_nsfw": "Marcar todas las gorts como NSFW (no es seguro/apropiado para el trabajo)",
"force_unlisted": "Forzar que se publique en el modo -Sin Listar-",
"grant_admin": "Conceder permisos de Administrador/a",
"grant_moderator": "Conceder permisos de Moderador/a",
"grant_admin": "Conceder permisos de asdjqpwfqv",
"grant_moderator": "Conceder permisos de Federal Agent",
"moderation": "Moderación",
"quarantine": "No permitir publicaciones de usuarios de instancias remotas",
"revoke_admin": "Revocar permisos de Administrador/a",
"revoke_moderator": "Revocar permisos de Moderador/a",
"quarantine": "No permitir gorts de usuarios de instancias remotas",
"revoke_admin": "Revocar permisos de asdjqpwfqv",
"revoke_moderator": "Revocar permisos de Federal Agent",
"sandbox": "Forzar que se publique solo para tus seguidores",
"strip_media": "Eliminar archivos multimedia de las publicaciones"
"strip_media": "Eliminar archivos multimedia de las gorts"
},
"approve": "Aprobar",
"block": "Bloquear",
@ -1055,7 +1102,7 @@
"bot": "Bot",
"deny": "Denegar",
"edit_profile": "Edita el perfil",
"favorites": "Favoritos",
"favorites": "Franks",
"follow": "Seguir",
"follow_progress": "Solicitando…",
"follow_sent": "¡Solicitud enviada!",
@ -1065,7 +1112,7 @@
"following": "¡Siguiendo!",
"follows_you": "¡Te sigue!",
"hidden": "Oculto",
"hide_repeats": "Ocultar repetidos",
"hide_repeats": "Ocultar regorts",
"highlight": {
"disabled": "Sin resaltado",
"side": "Raya lateral",
@ -1082,8 +1129,8 @@
"per_day": "por día",
"remote_follow": "Seguir",
"report": "Reportar",
"show_repeats": "Mostrar repetidos",
"statuses": "Estados",
"show_repeats": "Mostrar regorts",
"statuses": "Gorts",
"subscribe": "Suscribirse",
"unblock": "Desbloquear",
"unblock_progress": "Desbloqueando…",
@ -1097,7 +1144,7 @@
"timeline_title": "Línea temporal del usuario"
},
"user_reporting": {
"add_comment_description": "El informe será enviado a los/las moderadores/as de su instancia. Puedes proporcionar una explicación de por qué estás reportando esta cuenta a continuación:",
"add_comment_description": "El informe será enviado a los/las administrador de su instancia. Puedes proporcionar una explicación de por qué estás reportando esta cuenta a continuación:",
"additional_comments": "Comentarios adicionales",
"forward_description": "La cuenta es de otro servidor. ¿Enviar una copia del informe allí también?",
"forward_to": "Reenviar a {0}",

View File

@ -23,7 +23,7 @@ export const multiChoiceProperties = [
export const defaultState = {
profile: 'default',
profileVersion: 0,
expertLevel: 0, // used to track which settings to show and hide
expertLevel: 1, // used to track which settings to show and hide
colors: {},
theme: undefined,
customTheme: undefined,
@ -47,16 +47,16 @@ export const defaultState = {
hideAttachmentsInConv: false,
maxThumbnails: 16,
hideNsfw: true,
preloadImage: true,
preloadImage: false,
loopVideo: true,
loopVideoSilentOnly: true,
loopVideoSilentOnly: false,
streaming: false,
emojiReactionsOnTimeline: true,
alwaysShowNewPostButton: false,
autohideFloatingPostButton: false,
pauseOnUnfocused: true,
pauseOnUnfocused: false,
stopGifs: false,
displayPageBackgrounds: true,
stopGifs: undefined,
replyVisibility: 'all',
thirdColumnMode: 'notifications',
notificationVisibility: {
@ -75,7 +75,7 @@ export const defaultState = {
highlight: {},
interfaceLanguage: browserLocale,
hideScopeNotice: false,
useStreamingApi: false,
useStreamingApi: true,
sidebarRight: undefined, // instance default
subjectLineBehavior: undefined, // instance default
alwaysShowSubjectInput: undefined, // instance default
@ -118,7 +118,7 @@ export const defaultState = {
translationLanguage: undefined, // instance default,
supportedTranslationLanguages: {}, // instance default
userProfileDefaultTab: 'statuses',
useBlurhash: true,
useBlurhash: false,
}
// caching the instance default properties

View File

@ -20,12 +20,12 @@ const defaultState = {
defaultBanner: '/images/banner.png',
background: '/static/aurora_borealis.jpg',
collapseMessageWithSubject: true,
greentext: false,
mentionLinkDisplay: 'short',
greentext: true,
mentionLinkDisplay: 'full',
mentionLinkShowTooltip: true,
mentionLinkShowAvatar: false,
mentionLinkFadeDomain: true,
mentionLinkShowYous: false,
mentionLinkFadeDomain: false,
mentionLinkShowYous: true,
mentionLinkBoldenYou: true,
hideFilteredStatuses: false,
// bad name: actually hides posts of muted USERS
@ -36,7 +36,7 @@ const defaultState = {
hidePostStats: false,
hideBotIndication: false,
hideSiteFavicon: false,
hideSiteName: false,
hideSiteName: true,
hideUserStats: false,
muteBotStatuses: false,
modalOnRepeat: false,
@ -58,14 +58,15 @@ const defaultState = {
redirectRootNoLogin: '/main/all',
showFeaturesPanel: true,
showInstanceSpecificPanel: false,
showPanelNavShortcuts: false,
showNavShortcuts: true,
showWiderShortcuts: true,
showWiderShortcuts: false,
sidebarRight: false,
subjectLineBehavior: 'email',
theme: 'pleroma-dark',
theme: 'worm',
virtualScrolling: true,
sensitiveByDefault: false,
sensitiveIfSubject: true,
sensitiveIfSubject: false,
renderMisskeyMarkdown: true,
renderMfmOnHover: false,
conversationDisplay: 'linear',

Binary file not shown.

Before

Width:  |  Height:  |  Size: 628 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 895 KiB

View File

@ -1,8 +1,8 @@
{
"alwaysShowSubjectInput": true,
"background": "/static/aurora_borealis.jpg",
"background": "/static/wormpinkwallpaper.png",
"collapseMessageWithSubject": false,
"greentext": false,
"greentext": true,
"hideFilteredStatuses": false,
"hideMutedPosts": false,
"hidePostStats": false,
@ -11,7 +11,7 @@
"loginMethod": "password",
"logo": "/static/logo.svg",
"logoMargin": ".1em",
"logoMask": true,
"logoMask": false,
"logoLeft": false,
"nsfwCensorImage": "",
"postContentType": "text/plain",
@ -21,6 +21,6 @@
"showInstanceSpecificPanel": false,
"sidebarRight": false,
"subjectLineBehavior": "email",
"theme": "ihatebeingalive",
"theme": "worm",
"webPushNotifications": false
}

View File

@ -768,6 +768,7 @@
"monkey_face": "🐵",
"monorail": "🚝",
"moon_cake": "🥮",
"moon_viewing_ceremony": "🎑",
"mortar_board": "🎓",
"mosque": "🕌",
"mosquito": "🦟",
@ -1058,7 +1059,6 @@
"rice": "🍚",
"rice_ball": "🍙",
"rice_cracker": "🍘",
"rice_scene": "🎑",
"right_arrow": "➡️",
"right_arrow_curving_down": "⤵",
"right_arrow_curving_left": "↩",
@ -1408,6 +1408,7 @@
"womens": "🚺",
"woozy_face": "🥴",
"world_map": "🗺",
"worm": "🪱",
"worried": "😟",
"wrench": "🔧",
"writing_hand": "✍️",
@ -1427,5 +1428,265 @@
"zero": "0⃣",
"zipper_mouth": "🤐",
"zombie": "🧟",
"zzz": "💤"
}
"zzz": "💤",
"rainbow_flag": "🏳️‍🌈",
"transgender_flag": "🏳️‍⚧️",
"pirate_flag": "🏴‍☠️",
"flag_ac": "🇦🇨",
"flag_ad": "🇦🇩",
"flag_ae": "🇦🇪",
"flag_af": "🇦🇫",
"flag_ag": "🇦🇬",
"flag_ai": "🇦🇮",
"flag_al": "🇦🇱",
"flag_am": "🇦🇲",
"flag_ao": "🇦🇴",
"flag_aq": "🇦🇶",
"flag_ar": "🇦🇷",
"flag_as": "🇦🇸",
"flag_at": "🇦🇹",
"flag_au": "🇦🇺",
"flag_aw": "🇦🇼",
"flag_ax": "🇦🇽",
"flag_az": "🇦🇿",
"flag_ba": "🇧🇦",
"flag_bb": "🇧🇧",
"flag_bd": "🇧🇩",
"flag_be": "🇧🇪",
"flag_bf": "🇧🇫",
"flag_bg": "🇧🇬",
"flag_bh": "🇧🇭",
"flag_bi": "🇧🇮",
"flag_bj": "🇧🇯",
"flag_bl": "🇧🇱",
"flag_bm": "🇧🇲",
"flag_bn": "🇧🇳",
"flag_bo": "🇧🇴",
"flag_bq": "🇧🇶",
"flag_br": "🇧🇷",
"flag_bs": "🇧🇸",
"flag_bt": "🇧🇹",
"flag_bv": "🇧🇻",
"flag_bw": "🇧🇼",
"flag_by": "🇧🇾",
"flag_bz": "🇧🇿",
"flag_ca": "🇨🇦",
"flag_cc": "🇨🇨",
"flag_cd": "🇨🇩",
"flag_cf": "🇨🇫",
"flag_cg": "🇨🇬",
"flag_ch": "🇨🇭",
"flag_ci": "🇨🇮",
"flag_ck": "🇨🇰",
"flag_cl": "🇨🇱",
"flag_cm": "🇨🇲",
"flag_cn": "🇨🇳",
"flag_co": "🇨🇴",
"flag_cp": "🇨🇵",
"flag_cr": "🇨🇷",
"flag_cu": "🇨🇺",
"flag_cv": "🇨🇻",
"flag_cw": "🇨🇼",
"flag_cx": "🇨🇽",
"flag_cy": "🇨🇾",
"flag_cz": "🇨🇿",
"flag_de": "🇩🇪",
"flag_dg": "🇩🇬",
"flag_dj": "🇩🇯",
"flag_dk": "🇩🇰",
"flag_dm": "🇩🇲",
"flag_do": "🇩🇴",
"flag_dz": "🇩🇿",
"flag_ea": "🇪🇦",
"flag_ec": "🇪🇨",
"flag_ee": "🇪🇪",
"flag_eg": "🇪🇬",
"flag_eh": "🇪🇭",
"flag_er": "🇪🇷",
"flag_es": "🇪🇸",
"flag_et": "🇪🇹",
"flag_eu": "🇪🇺",
"flag_fi": "🇫🇮",
"flag_fj": "🇫🇯",
"flag_fk": "🇫🇰",
"flag_fm": "🇫🇲",
"flag_fo": "🇫🇴",
"flag_fr": "🇫🇷",
"flag_ga": "🇬🇦",
"flag_gb": "🇬🇧",
"flag_gd": "🇬🇩",
"flag_ge": "🇬🇪",
"flag_gf": "🇬🇫",
"flag_gg": "🇬🇬",
"flag_gh": "🇬🇭",
"flag_gi": "🇬🇮",
"flag_gl": "🇬🇱",
"flag_gm": "🇬🇲",
"flag_gn": "🇬🇳",
"flag_gp": "🇬🇵",
"flag_gq": "🇬🇶",
"flag_gr": "🇬🇷",
"flag_gs": "🇬🇸",
"flag_gt": "🇬🇹",
"flag_gu": "🇬🇺",
"flag_gw": "🇬🇼",
"flag_gy": "🇬🇾",
"flag_hk": "🇭🇰",
"flag_hm": "🇭🇲",
"flag_hn": "🇭🇳",
"flag_hr": "🇭🇷",
"flag_ht": "🇭🇹",
"flag_hu": "🇭🇺",
"flag_ic": "🇮🇨",
"flag_id": "🇮🇩",
"flag_ie": "🇮🇪",
"flag_il": "🇮🇱",
"flag_im": "🇮🇲",
"flag_in": "🇮🇳",
"flag_io": "🇮🇴",
"flag_iq": "🇮🇶",
"flag_ir": "🇮🇷",
"flag_is": "🇮🇸",
"flag_it": "🇮🇹",
"flag_je": "🇯🇪",
"flag_jm": "🇯🇲",
"flag_jo": "🇯🇴",
"flag_jp": "🇯🇵",
"flag_ke": "🇰🇪",
"flag_kg": "🇰🇬",
"flag_kh": "🇰🇭",
"flag_ki": "🇰🇮",
"flag_km": "🇰🇲",
"flag_kn": "🇰🇳",
"flag_kp": "🇰🇵",
"flag_kr": "🇰🇷",
"flag_kw": "🇰🇼",
"flag_ky": "🇰🇾",
"flag_kz": "🇰🇿",
"flag_la": "🇱🇦",
"flag_lb": "🇱🇧",
"flag_lc": "🇱🇨",
"flag_li": "🇱🇮",
"flag_lk": "🇱🇰",
"flag_lr": "🇱🇷",
"flag_ls": "🇱🇸",
"flag_lt": "🇱🇹",
"flag_lu": "🇱🇺",
"flag_lv": "🇱🇻",
"flag_ly": "🇱🇾",
"flag_ma": "🇲🇦",
"flag_mc": "🇲🇨",
"flag_md": "🇲🇩",
"flag_me": "🇲🇪",
"flag_mf": "🇲🇫",
"flag_mg": "🇲🇬",
"flag_mh": "🇲🇭",
"flag_mk": "🇲🇰",
"flag_ml": "🇲🇱",
"flag_mm": "🇲🇲",
"flag_mn": "🇲🇳",
"flag_mo": "🇲🇴",
"flag_mp": "🇲🇵",
"flag_mq": "🇲🇶",
"flag_mr": "🇲🇷",
"flag_ms": "🇲🇸",
"flag_mt": "🇲🇹",
"flag_mu": "🇲🇺",
"flag_mv": "🇲🇻",
"flag_mw": "🇲🇼",
"flag_mx": "🇲🇽",
"flag_my": "🇲🇾",
"flag_mz": "🇲🇿",
"flag_na": "🇳🇦",
"flag_nc": "🇳🇨",
"flag_ne": "🇳🇪",
"flag_nf": "🇳🇫",
"flag_ng": "🇳🇬",
"flag_ni": "🇳🇮",
"flag_nl": "🇳🇱",
"flag_no": "🇳🇴",
"flag_np": "🇳🇵",
"flag_nr": "🇳🇷",
"flag_nu": "🇳🇺",
"flag_nz": "🇳🇿",
"flag_om": "🇴🇲",
"flag_pa": "🇵🇦",
"flag_pe": "🇵🇪",
"flag_pf": "🇵🇫",
"flag_pg": "🇵🇬",
"flag_ph": "🇵🇭",
"flag_pk": "🇵🇰",
"flag_pl": "🇵🇱",
"flag_pm": "🇵🇲",
"flag_pn": "🇵🇳",
"flag_pr": "🇵🇷",
"flag_ps": "🇵🇸",
"flag_pt": "🇵🇹",
"flag_pw": "🇵🇼",
"flag_py": "🇵🇾",
"flag_qa": "🇶🇦",
"flag_re": "🇷🇪",
"flag_ro": "🇷🇴",
"flag_rs": "🇷🇸",
"flag_ru": "🇷🇺",
"flag_rw": "🇷🇼",
"flag_sa": "🇸🇦",
"flag_sb": "🇸🇧",
"flag_sc": "🇸🇨",
"flag_sd": "🇸🇩",
"flag_se": "🇸🇪",
"flag_sg": "🇸🇬",
"flag_sh": "🇸🇭",
"flag_si": "🇸🇮",
"flag_sj": "🇸🇯",
"flag_sk": "🇸🇰",
"flag_sl": "🇸🇱",
"flag_sm": "🇸🇲",
"flag_sn": "🇸🇳",
"flag_so": "🇸🇴",
"flag_sr": "🇸🇷",
"flag_ss": "🇸🇸",
"flag_st": "🇸🇹",
"flag_sv": "🇸🇻",
"flag_sx": "🇸🇽",
"flag_sy": "🇸🇾",
"flag_sz": "🇸🇿",
"flag_ta": "🇹🇦",
"flag_tc": "🇹🇨",
"flag_td": "🇹🇩",
"flag_tf": "🇹🇫",
"flag_tg": "🇹🇬",
"flag_th": "🇹🇭",
"flag_tj": "🇹🇯",
"flag_tk": "🇹🇰",
"flag_tl": "🇹🇱",
"flag_tm": "🇹🇲",
"flag_tn": "🇹🇳",
"flag_to": "🇹🇴",
"flag_tr": "🇹🇷",
"flag_tt": "🇹🇹",
"flag_tv": "🇹🇻",
"flag_tw": "🇹🇼",
"flag_tz": "🇹🇿",
"flag_ua": "🇺🇦",
"flag_ug": "🇺🇬",
"flag_um": "🇺🇲",
"flag_us": "🇺🇸",
"flag_uy": "🇺🇾",
"flag_uz": "🇺🇿",
"flag_va": "🇻🇦",
"flag_vc": "🇻🇨",
"flag_ve": "🇻🇪",
"flag_vg": "🇻🇬",
"flag_vi": "🇻🇮",
"flag_vn": "🇻🇳",
"flag_vu": "🇻🇺",
"flag_wf": "🇼🇫",
"flag_ws": "🇼🇸",
"flag_xk": "🇽🇰",
"flag_ye": "🇾🇪",
"flag_yt": "🇾🇹",
"flag_za": "🇿🇦",
"flag_zm": "🇿🇲",
"flag_zw": "🇿🇼"
}

BIN
static/logo-512.png Executable file → Normal file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@ -1,34 +1,86 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 362.83 362.83">
<defs>
<style>
.cls-1 {
fill: #462d7a;
}
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
.cls-2 {
stroke: #2c1e50;
}
.cls-2, .cls-3 {
stroke-miterlimit: 10;
}
.cls-3 {
stroke: #fff;
}
</style>
</defs>
<g id="Layer_9" data-name="Layer 9">
<path class="cls-2" d="M269.3,197.19c-5.77-11.54-85.59,16.83-154.76,27.39-21.09,3.22-38.13,4.31-47.3,4.75-.74,2.91-1.76,7.02-2.87,11.97-1.93,8.6-2.89,12.89-2.6,13.78,3.3,9.95,59.73-.88,99.18-7.64,32.67-5.6,115.14-18.96,114.61-30.77-.03-.69-1.11-4.01-3.27-10.65-1.78-5.47-2.67-8.2-2.98-8.83Z"/>
<svg
width="512"
height="512"
viewBox="0 0 135.46666 135.46667"
version="1.1"
id="svg306"
sodipodi:docname="logosquare.svg"
inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview308"
pagecolor="#505050"
bordercolor="#eeeeee"
borderopacity="1"
inkscape:pageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="0"
inkscape:document-units="mm"
showgrid="false"
showguides="true"
inkscape:zoom="0.23138687"
inkscape:cx="-105.88328"
inkscape:cy="442.98106"
inkscape:window-width="1598"
inkscape:window-height="845"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="layer1"
units="px"
width="512px" />
<defs
id="defs303" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
<image
width="135.46666"
height="135.46666"
preserveAspectRatio="none"
style="image-rendering:optimizeQuality"
xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAIABAMAAAAGVsnJAAAAElBMVEUAb2wAAAAAAAAAAAAAAADs
f6wcEIAIAAAAAXRSTlMAQObYZgAABlpJREFUeNrt3UmO5TgMRVFOuD9OtP+t1CSRSKCACDWkSFrX
86pvHT/KDnUp4/FLAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgJ8uExHRdwHkz/UogMnfS58EkH+uFwFEAgSkZQE4FoF0
DYBXBKRrALwiIG0D4BQBaRsApwhI3wD4RACAvhXgUwPSOAAuEQAAgL5dgEsnAAAAjbsAj04AAAAA
AGC7W9Z3AfzH51sBRIzPtwKIGJ/vBBAyPt8IIGZ8vtGncMz4fB+AoPH5PgBB4/NtBkSixufbAEQN
TwOw0QloAkDYjWTBS5UoApDU+bYBKDI9HvdBkvUB1gegxhKZTIASi6Ti/izN+jO8E0CFhZK5AAWW
yuYCFFgsnQ2Qvlw+HcA/UwAAAAAAPT6FAQCgAMD4WhcAAADDoRPQhwDGxwIAQJfJ0ToA41sB6LJA
ohLA+FQAuiySKgUwvhSALgsliwHYZwqgzWLpcgC3l8vXA/jMBQAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMB7AFZ0l6TJD5f6AVTdJ/pj
+xfu81eAqjuF5ZfLC6DqXnH7DUAB8AGoelyCiFMNyDK0tgjA9H3KOnSPAMzep2z8zrV39FH7JwVk
ox16GFC9UADTvyM70Lfe0WcBmPudLQC99Io6C8A5gHUH0CgAOU3onQoIBNA77+jDAAQCyOn96Y0A
RALI6cPZR5AaAHrc/k0BKwIghw9nuy+UKgB6HICtCBgAVQDkvAJEYisgGECPA7ARASsEIOcBEAkN
QDSAnLdfJLL94QB6WADLRWDFAOQ8AGsRkGoAehyApQgYANUA5LwCVmpAbgOM+V+wfQANC0DcmOD/
7v6g/QuTWPcBjtrljRAkK84/GiZgQb2LjCICOQWwMzmaEwGL6lpkFImAZrwCxsYCiaQaiHu3jBY1
YGkARbrBuA9MGWUiINe/AaYAKnwLxBXA1FLZ/AhEzjWfrne5EQELbP/UYunaACMeIPtbIDIAxQD0
egXM7RfI7QYlsgLmAFK/BSQ0AJM7RhK/BSw2ALNbZhzaY3sRCG7/LIDHvI/tRCC2B5wHcJn58wcY
9wDMoaDNG00/CaBXK2B+36DHO239v4ruAhcALP6VtjrhplcBXAZlFovA4gMwAucm96N0rwCWAOyw
AOb/P3qrB1wDGC4BWJh0tgsBWAIwlwDMrzu4EYCiAHqtAkbYIqXjdQc3XgGrAOYSAJfxBU0BcNut
Ez+bHgQwvB5OmfavAphTOK1IAawfouK2MKNIAJYBzOnhWJEAAOC+Yj9yfCGgAtYBzOnhWI0AbJwk
5XVvViIAw3Hf0saDsfT27wCYYzAtuQD2DlPzfDDZAdgCMMcHY8kBAMBtA/P2DeRWwB6AOT4Yyw3A
5omS5nhfuQGocKRmavsrAFhiAdQ4VDUzACUALDEAALQ5HTCoAmoAWF4AipwsnReA0eaM1KijPIsA
WFIB1DlcPSsAfQD04wAGQE4FtAHQ1wHG4wDjcQB9HWAA8DaAAgAAAAAA8PCfwwB8HyDtO6jHoOj3
ASStAlpMjIzPAyS2vwGAfh/AEgMAQHkABQAAAAAAAAAAngUYALwNoK8DjMcBxuMA+jrAAOBtAAUA
AAAAAOD7AALA2wCp30G1N0+/ASCpFZAPYLkByAdIbn9hAH0DwJIDAEBZAAUAAAAAAAAAAAAAAAAA
AADguwACwNsA6eMh2QDyOICkV0AugOUHIBegQPuLAugbAFYgAACUBFAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAOArAKPA+ggAKi6T02cARn4AKi6VHS8BWHIBVFwuP94CsOQA
AFDuDJHxGoDlBqDAQUqW2v4y/9haXgkCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPDQ9R/o+CVd
pngmGAAAAABJRU5ErkJggg==
"
id="image378"
x="0"
y="0" />
</g>
<g id="Layer_6" data-name="Layer 6">
<path class="cls-1" d="M115.2,131.89c6.26-6.54,20.19-20.63,42.39-26.14,15.79-3.92,28.51-1.28,33.51,0,83.72,21.41,116.03,201.78,77.79,226.32-10.28,6.6-26.86,2.7-36.77-3.3-32.63-19.78-29.3-72.87-44.44-73.73-5.11-.29-7.15,5.8-20.91,24.94-19.63,27.3-31.49,43.44-49.21,50.87-2.53,1.06-26.91,12.07-41.84,1.23-38.55-28-2.96-155.84,39.49-200.18Zm56.31,10.45c-27.39-.52-46.38,38.21-37.98,54.55,10.09,19.62,65.5,18.26,74.77-3.3,7.21-16.78-11.38-50.77-36.79-51.24Z"/>
</g>
<g id="Layer_4" data-name="Layer 4">
<path d="M68.93,86.51c-6.55,27.74,252.45,113.97,267.56,89.66,9.24-14.87-64.9-83.62-163.53-97.57-39.06-5.52-100.95-5.14-104.03,7.91Z"/>
</g>
<g id="Layer_5" data-name="Layer 5">
<path class="cls-3" d="M138.96,93.76c.41-5.25,6.51-5.74,28.85-19.42,26.97-16.51,28.85-22.38,56.86-40.83,30.07-19.81,48.46-31.94,54.82-26.61,9.72,8.15-25.18,43.33-21.31,99.35,.87,12.61,3.12,17.79-.86,23.01-18.25,23.95-120.07-13.68-118.35-35.5Z"/>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

View File

@ -1,18 +1,8 @@
{
"pleroma-dark": "/static/themes/pleroma-dark.json",
"pleroma-light": "/static/themes/pleroma-light.json",
"pleroma-amoled": [ "Pleroma Dark AMOLED", "#000000", "#111111", "#b0b0b1", "#d8a070", "#aa0000", "#0fa00f", "#0095ff", "#d59500"],
"classic-dark": [ "Classic Dark", "#161c20", "#282e32", "#b9b9b9", "#baaa9c", "#d31014", "#0fa00f", "#0095ff", "#ffa500" ],
"bird": [ "Bird", "#f8fafd", "#e6ecf0", "#14171a", "#0084b8", "#e0245e", "#17bf63", "#1b95e0", "#fab81e"],
"ir-black": [ "Ir Black", "#000000", "#242422", "#b5b3aa", "#ff6c60", "#FF6C60", "#A8FF60", "#96CBFE", "#FFFFB6" ],
"monokai": [ "Monokai", "#272822", "#383830", "#f8f8f2", "#f92672", "#F92672", "#a6e22e", "#66d9ef", "#f4bf75" ],
"redmond-xx": "/static/themes/redmond-xx.json",
"redmond-xx-se": "/static/themes/redmond-xx-se.json",
"redmond-xxi": "/static/themes/redmond-xxi.json",
"breezy-dark": "/static/themes/breezy-dark.json",
"breezy-light": "/static/themes/breezy-light.json",
"ihatebeingalive": "/static/themes/ihatebeingalive.json",
"paper": "/static/themes/paper.json",
"thekanata": "/static/themes/thekanata.json"
"worm": "/static/themes/worm.json",
"wodk": "/static/themes/wodk.json",
"wamn": "/static/themes/wamn.json",
"wvwl": "/static/themes/wvwl.json",
"wood": "/static/themes/wood.json",
"wonk": "/static/themes/wonk.json"
}

View File

@ -1,5 +1,34 @@
<h4>Terms of Service</h4>
<p>This is a placeholder, overwrite this by putting a file at <pre>$STATIC_DIR/static/terms-of-service.html</pre><p>
<p>See the <a href="https://docs.akkoma.dev/main/backend/configuration/static_dir/">Static Directory</a> docs for more info.</p>
<h1><center><img src="https://worm.pink/instance/wormpinkbanner.gif"></center></h1>
<h2>about</h2>
<p>a site for wormheads, rodentkin, & gortoids alike, all antifascist.</p>
<p>we mantain that slurs can be reclaimed & federation ≠ endorsement</p>
<hr/>
<center>
<a href="https://worm.pink/"><img src="https://worm.pink/instance/wormpinkbadge.png"></a>
<a href="https://akko.disqordia.space/"><img src="https://worm.pink/instance/disqordiaapproved.png"></a>
<a href="https://accollective.noblogs.org/post/2021/06/18/admin-of-poa-st-anime-graf-mays-revealed-daniel-stevens-of-ontario-canada/"><img src="https://worm.pink/instance/blockedbypoast.png"></a>
<a href="https://fuckgov.org/@joebiden"><img src="https://worm.pink/instance/joebidenapproved.png"></a>
<a href="https://worm.pink/notice/ARB5bVbnawxLoAqFoe"><img src="https://worm.pink/instance/assadapproved.png"></a>
<a href="https://diyhrt.wiki/"><img src="https://worm.pink/instance/poweredbyestrogen.png"></a>
<a href="https://fediverse.party/en/fediverse/"><img src="https://getimiskon.xyz/files/images/join-fediverse.gif"></a>
</center>
<center>
<details>
<summary>sister site badges</summary>
<a href="https://worm.pink/"><img src="https://worm.pink/instance/wormpinksisterinstance.png"></a>
<a href="https://worm.pink/"><img src="https://worm.pink/instance/wormpinksistersite.png"></a>
</details>
</center>
<hr/>
<h2>rules</h2>
<ol><li>no cp</li>
<ul><li>lolicon = cp</li></ul></li>
<li>nsfw content must be CW'd</li>
<li>no hate speech</li></ol>
<h2>guidelines</h2>
<ul><li>add alt text to uploaded images</li>
<li>use <a href="https://tone-indicators-list.carrd.co/#">tone indicators</a> if necessary</li>
<li>study vermicompost practices</li>
<li>be gay, do crimes</li>
<li>spread the good worm</li></ul>
<marquee width="100%" direction="right"><a href="https://worm.pink/static/canary.html">chirp</a></marquee>

View File

@ -1,131 +0,0 @@
{
"_pleroma_theme_version": 2,
"name": "Breezy Dark (beta)",
"source": {
"themeEngineVersion": 3,
"fonts": {},
"shadows": {
"panel": [
{
"x": "1",
"y": "2",
"blur": "6",
"spread": 0,
"color": "#000000",
"alpha": 0.6
}
],
"button": [
{
"x": 0,
"y": "0",
"blur": "0",
"spread": "1",
"color": "--btn,900",
"alpha": "0.15",
"inset": true
},
{
"x": "1",
"y": "1",
"blur": "1",
"spread": 0,
"color": "#000000",
"alpha": "0.3",
"inset": false
}
],
"panelHeader": [
{
"x": 0,
"y": "40",
"blur": "40",
"spread": "-40",
"inset": true,
"color": "--panel,900",
"alpha": "0.1"
}
],
"buttonHover": [
{
"x": 0,
"y": "0",
"blur": 0,
"spread": "1",
"color": "--accent",
"alpha": "1",
"inset": true
},
{
"x": "1",
"y": "1",
"blur": "1",
"spread": 0,
"color": "#000000",
"alpha": "0.3",
"inset": false
}
],
"buttonPressed": [
{
"x": 0,
"y": "0",
"blur": 0,
"spread": "1",
"color": "--btn,900",
"alpha": 0.2,
"inset": true
},
{
"x": "1",
"y": "1",
"blur": 0,
"spread": 0,
"color": "#000000",
"alpha": "0.3",
"inset": false
}
],
"input": [
{
"x": 0,
"y": "0",
"blur": 0,
"spread": "1",
"color": "--input,900",
"alpha": "0.2",
"inset": true
}
]
},
"opacity": {},
"colors": {
"bg": "#31363b",
"text": "#eff0f1",
"link": "#3daee9",
"fg": "#31363b",
"panel": "transparent",
"input": "--bg,-6.47",
"topBarLink": "--topBarText",
"btn": "--bg",
"border": "#4c545b",
"cRed": "#da4453",
"cBlue": "#3daee9",
"cGreen": "#27ae60",
"cOrange": "#f67400",
"btnPressed": "--accent",
"selectedMenu": "--accent",
"selectedMenuPopover": "--accent"
},
"radii": {
"btn": "2",
"input": "2",
"checkbox": "1",
"panel": "2",
"avatar": "2",
"avatarAlt": "2",
"tooltip": "2",
"attachment": "2"
}
}
}

View File

@ -1,131 +0,0 @@
{
"_pleroma_theme_version": 2,
"name": "Breezy Light (beta)",
"source": {
"themeEngineVersion": 3,
"fonts": {},
"shadows": {
"panel": [
{
"x": "1",
"y": "2",
"blur": "6",
"spread": 0,
"color": "#000000",
"alpha": 0.6
}
],
"button": [
{
"x": 0,
"y": "0",
"blur": "0",
"spread": "1",
"color": "--btn,900",
"alpha": "0.3",
"inset": true
},
{
"x": "1",
"y": "1",
"blur": "1",
"spread": 0,
"color": "#000000",
"alpha": "0.3",
"inset": false
}
],
"panelHeader": [
{
"x": 0,
"y": "40",
"blur": "40",
"spread": "-40",
"inset": true,
"color": "--panel,900",
"alpha": "0.1"
}
],
"buttonHover": [
{
"x": 0,
"y": "0",
"blur": 0,
"spread": "1",
"color": "--accent",
"alpha": "1",
"inset": true
},
{
"x": "1",
"y": "1",
"blur": "1",
"spread": 0,
"color": "#000000",
"alpha": "0.3",
"inset": false
}
],
"buttonPressed": [
{
"x": 0,
"y": "0",
"blur": 0,
"spread": "1",
"color": "--btn,900",
"alpha": 0.2,
"inset": true
},
{
"x": "1",
"y": "1",
"blur": 0,
"spread": 0,
"color": "#000000",
"alpha": "0.3",
"inset": false
}
],
"input": [
{
"x": 0,
"y": "0",
"blur": 0,
"spread": "1",
"color": "--input,900",
"alpha": "0.2",
"inset": true
}
]
},
"opacity": {
"input": "1"
},
"colors": {
"bg": "#eff0f1",
"text": "#232627",
"fg": "#475057",
"accent": "#2980b9",
"input": "--bg,-6.47",
"topBarLink": "--topBarText",
"btn": "--bg",
"cRed": "#da4453",
"cBlue": "#2980b9",
"cGreen": "#27ae60",
"cOrange": "#f67400",
"btnPressed": "--accent",
"selectedMenu": "--accent",
"selectedMenuPopover": "--accent"
},
"radii": {
"btn": "2",
"input": "2",
"checkbox": "1",
"panel": "2",
"avatar": "2",
"avatarAlt": "2",
"tooltip": "2",
"attachment": "2"
}
}
}

View File

@ -1,543 +0,0 @@
{
"_pleroma_theme_version": 2,
"name": "ihatebeinga.live",
"theme": {
"themeEngineVersion": 3,
"shadows": {
"panel": [
{
"color": "#000000",
"x": "1",
"y": "2",
"blur": "6",
"spread": 0,
"alpha": 0.6
}
],
"topBar": [
{
"x": 0,
"y": 0,
"blur": 4,
"spread": 0,
"color": "#000000",
"alpha": 0.6
}
],
"popup": [
{
"x": 2,
"y": 2,
"blur": 3,
"spread": 0,
"color": "#000000",
"alpha": 0.5
}
],
"avatar": [
{
"x": 0,
"y": 1,
"blur": 8,
"spread": 0,
"color": "#000000",
"alpha": 0.7
}
],
"avatarStatus": [],
"panelHeader": [
{
"color": "#ffffff",
"x": 0,
"y": "40",
"blur": "40",
"spread": "-40",
"inset": true,
"alpha": "0.1"
}
],
"button": [
{
"color": "#ffffff",
"x": 0,
"y": "0",
"blur": "0",
"spread": "1",
"alpha": "0.15",
"inset": true
},
{
"color": "#000000",
"x": "1",
"y": "1",
"blur": "1",
"spread": 0,
"alpha": "0.3",
"inset": false
}
],
"buttonHover": [
{
"color": "#3daee9",
"x": 0,
"y": "0",
"blur": 0,
"spread": "1",
"alpha": 1,
"inset": true
},
{
"color": "#000000",
"x": "1",
"y": "1",
"blur": "1",
"spread": 0,
"alpha": "0.3",
"inset": false
}
],
"buttonPressed": [
{
"color": "#bebebe",
"x": 0,
"y": 0,
"blur": "0",
"spread": "50",
"alpha": 0.5,
"inset": true
},
{
"color": "#ffffff",
"x": 0,
"y": "0",
"blur": 0,
"spread": "1",
"alpha": 0.2,
"inset": true
},
{
"color": "#000000",
"x": "1",
"y": "1",
"blur": 0,
"spread": 0,
"alpha": "0.3",
"inset": false
}
],
"input": [
{
"color": "#FFFFFF",
"x": 0,
"y": "0",
"blur": 0,
"spread": "1",
"alpha": "0.2",
"inset": true
}
]
},
"colors": {
"underlay": "#000000",
"bg": "#070e1b",
"fg": "#31363b",
"cRed": "#c42d38",
"cGreen": "#22b325",
"cOrange": "#d7d720",
"cBlue": "#ffffff",
"accent": "#3daee9",
"link": "#3daee9",
"text": "#bebebe",
"chatBg": "#070e1b",
"chatMessageIncomingBg": "#070e1b",
"chatMessageOutgoingBg": "#0d1930",
"chatMessageOutgoingBorder": "#0f1d38",
"chatMessageOutgoingLink": "#3daee9",
"chatMessageOutgoingText": "#bebebe",
"border": "#363c41",
"chatMessageIncomingBorder": "#3b4247",
"chatMessageIncomingLink": "#3daee9",
"chatMessageIncomingText": "#bebebe",
"badgeNotification": "#024297",
"badgeNotificationText": "#ffffff",
"alertNeutral": "#bebebe",
"alertNeutralText": "#ffffff",
"alertPopupNeutral": "#bebebe",
"alertPopupNeutralText": "#000000",
"alertSuccess": "#22b325",
"alertSuccessText": "#ffffff",
"alertPopupSuccess": "#22b325",
"alertPopupSuccessText": "#000000",
"alertWarning": "#d7d720",
"alertWarningText": "#ffffff",
"alertPopupWarning": "#d7d720",
"alertPopupWarningText": "#000000",
"alertError": "#ff090f",
"alertErrorText": "#bebebe",
"alertPopupError": "#ff090f",
"alertPopupErrorText": "#ffffff",
"panel": "#0d1a31",
"panelText": "#bebebe",
"alertNeutralPanelText": "#ffffff",
"alertSuccessPanelText": "#ffffff",
"alertWarningPanelText": "#ffffff",
"alertErrorPanelText": "#bebebe",
"fgText": "#bebebe",
"topBar": "#0d1a31",
"topBarText": "#bebebe",
"input": "#1b1d1f",
"inputTopbarText": "#bebebe",
"inputPanelText": "#bebebe",
"inputText": "#bebebe",
"btn": "#1b1d1f",
"btnText": "#bebebe",
"btnTopBarText": "#bebebe",
"btnDisabled": "#0c121c",
"btnDisabledTopBarText": "#393d45",
"btnPanelText": "#bebebe",
"btnDisabledPanelText": "#393d45",
"btnDisabledText": "#393d45",
"btnToggled": "#1b1d1f",
"btnToggledTopBarText": "#bebebe",
"btnToggledPanelText": "#bebebe",
"btnToggledText": "#bebebe",
"btnPressed": "#1b1d1f",
"btnPressedTopBarText": "#bebebe",
"btnPressedTopBar": "#1b1d1f",
"btnPressedPanelText": "#bebebe",
"btnPressedPanel": "#1b1d1f",
"btnPressedText": "#bebebe",
"tabActiveText": "#bebebe",
"tabText": "#bebebe",
"tab": "#1b1d1f",
"fgLink": "#543fe7",
"topBarLink": "#bebebe",
"panelLink": "#38a5ed",
"panelFaint": "#bebebe",
"icon": "#63666d",
"poll": "#1d4f6e",
"pollText": "#bebebe",
"postGreentext": "#22b325",
"postLink": "#3daee9",
"lightText": "#f2f2f2",
"popover": "#070e1b",
"selectedMenuPopover": "#0d1930",
"highlight": "#0d1930",
"highlightText": "#bebebe",
"selectedMenu": "#0d1930",
"selectedMenuText": "#bebebe",
"selectedMenuPopoverIcon": "#666c77",
"highlightLink": "#3daee9",
"selectedMenuLink": "#3daee9",
"selectedMenuPopoverLink": "#3daee9",
"selectedMenuPopoverText": "#bebebe",
"faintLink": "#3daee9",
"highlightFaintLink": "#3daee9",
"selectedMenuFaintLink": "#3daee9",
"selectedMenuPopoverFaintLink": "#3daee9",
"faint": "#bebebe",
"highlightFaintText": "#bebebe",
"selectedMenuFaintText": "#bebebe",
"selectedMenuPopoverFaintText": "#bebebe",
"highlightLightText": "#f2f2f2",
"selectedMenuLightText": "#f2f2f2",
"selectedMenuPopoverLightText": "#f2f2f2",
"selectedMenuIcon": "#666c77",
"selectedPost": "#0d1930",
"selectedPostText": "#bebebe",
"selectedPostIcon": "#666c77",
"selectedPostLink": "#3daee9",
"selectedPostFaintLink": "#3daee9",
"highlightPostLink": "#3daee9",
"selectedPostPostLink": "#3daee9",
"selectedPostLightText": "#f2f2f2",
"selectedPostFaintText": "#bebebe",
"popoverText": "#bebebe",
"popoverIcon": "#63666d",
"popoverLink": "#3daee9",
"postFaintLink": "#3daee9",
"popoverPostFaintLink": "#3daee9",
"popoverFaintLink": "#3daee9",
"popoverFaintText": "#bebebe",
"popoverPostLink": "#3daee9",
"popoverLightText": "#f2f2f2",
"highlightIcon": "#666c77",
"highlightPostFaintLink": "#3daee9",
"profileTint": "#070e1b",
"profileBg": "#03070f",
"wallpaper": "#050a13"
},
"opacity": {
"underlay": 0.15,
"bg": 0.99,
"border": 0.55,
"alert": 0.5,
"alertPopup": 0.95,
"panel": 0.75,
"input": 0.9,
"btn": 0.9,
"faint": 0.5,
"popover": 1,
"profileTint": 0.5
},
"radii": {
"btn": "4",
"input": "4",
"checkbox": "1",
"panel": "9",
"avatar": "3",
"avatarAlt": "4",
"tooltip": "7",
"attachment": "3",
"chatMessage": "9"
},
"fonts": {
"interface": {
"family": "Tiresias PCFont"
},
"input": {
"family": "inherit"
},
"post": {
"family": "inherit"
},
"postCode": {
"family": "monospace"
}
}
},
"source": {
"themeEngineVersion": 3,
"fonts": {
"interface": {
"family": "Tiresias PCFont"
}
},
"shadows": {
"panel": [
{
"x": "1",
"y": "2",
"blur": "6",
"spread": 0,
"color": "#000000",
"alpha": 0.6
}
],
"button": [
{
"x": 0,
"y": "0",
"blur": "0",
"spread": "1",
"color": "#ffffff",
"alpha": "0.15",
"inset": true
},
{
"x": "1",
"y": "1",
"blur": "1",
"spread": 0,
"color": "#000000",
"alpha": "0.3",
"inset": false
}
],
"panelHeader": [
{
"x": 0,
"y": "40",
"blur": "40",
"spread": "-40",
"inset": true,
"color": "#ffffff",
"alpha": "0.1"
}
],
"buttonHover": [
{
"x": 0,
"y": "0",
"blur": 0,
"spread": "1",
"color": "--link",
"alpha": 1,
"inset": true
},
{
"x": "1",
"y": "1",
"blur": "1",
"spread": 0,
"color": "#000000",
"alpha": "0.3",
"inset": false
}
],
"buttonPressed": [
{
"x": 0,
"y": 0,
"blur": "0",
"spread": "50",
"color": "--faint",
"alpha": 0.5,
"inset": true
},
{
"x": 0,
"y": "0",
"blur": 0,
"spread": "1",
"color": "#ffffff",
"alpha": 0.2,
"inset": true
},
{
"x": "1",
"y": "1",
"blur": 0,
"spread": 0,
"color": "#000000",
"alpha": "0.3",
"inset": false
}
],
"input": [
{
"x": 0,
"y": "0",
"blur": 0,
"spread": "1",
"color": "#FFFFFF",
"alpha": "0.2",
"inset": true
}
]
},
"opacity": {
"bg": "0.99",
"border": "0.55",
"panel": "0.75",
"btn": "0.9",
"input": "0.9"
},
"colors": {
"bg": "#070e1b",
"fg": "#31363b",
"text": "#bebebe",
"underlay": "#000000",
"link": "#3daee9",
"accent": "#3daee9",
"faint": "#bebebe",
"faintLink": "#3daee9",
"postFaintLink": "#3daee9",
"cBlue": "#ffffff",
"cRed": "#c42d38",
"cGreen": "#22b325",
"cOrange": "#d7d720",
"highlight": "#0d1930",
"highlightLightText": "#f2f2f2",
"highlightPostLink": "#3daee9",
"highlightFaintText": "#bebebe",
"highlightFaintLink": "#3daee9",
"highlightPostFaintLink": "#3daee9",
"highlightText": "#bebebe",
"highlightLink": "#3daee9",
"highlightIcon": "#666c77",
"popover": "#070e1b",
"popoverLightText": "#f2f2f2",
"popoverPostLink": "#3daee9",
"popoverFaintText": "#bebebe",
"popoverFaintLink": "#3daee9",
"popoverPostFaintLink": "#3daee9",
"popoverText": "#bebebe",
"popoverLink": "#3daee9",
"popoverIcon": "#63666d",
"selectedPost": "#0d1930",
"selectedPostFaintText": "#bebebe",
"selectedPostLightText": "#f2f2f2",
"selectedPostPostLink": "#3daee9",
"selectedPostFaintLink": "#3daee9",
"selectedPostText": "#bebebe",
"selectedPostLink": "#3daee9",
"selectedPostIcon": "#666c77",
"selectedMenu": "#0d1930",
"selectedMenuLightText": "#f2f2f2",
"selectedMenuFaintText": "#bebebe",
"selectedMenuFaintLink": "#3daee9",
"selectedMenuText": "#bebebe",
"selectedMenuLink": "#3daee9",
"selectedMenuIcon": "#666c77",
"selectedMenuPopover": "#0d1930",
"selectedMenuPopoverLightText": "#f2f2f2",
"selectedMenuPopoverFaintText": "#bebebe",
"selectedMenuPopoverFaintLink": "#3daee9",
"selectedMenuPopoverText": "#bebebe",
"selectedMenuPopoverLink": "#3daee9",
"selectedMenuPopoverIcon": "#666c77",
"lightText": "#f2f2f2",
"postLink": "#3daee9",
"border": "#363c41",
"poll": "#1d4f6e",
"pollText": "#bebebe",
"icon": "#63666d",
"fgText": "#bebebe",
"fgLink": "#543fe7",
"panel": "#0d1a31",
"panelText": "#bebebe",
"panelFaint": "#bebebe",
"panelLink": "#38a5ed",
"topBar": "#0d1a31",
"topBarText": "#bebebe",
"topBarLink": "#bebebe",
"tab": "#1b1d1f",
"tabText": "#bebebe",
"tabActiveText": "#bebebe",
"btn": "#1b1d1f",
"btnText": "#bebebe",
"btnPanelText": "#bebebe",
"btnTopBarText": "#bebebe",
"btnPressed": "#1b1d1f",
"btnPressedText": "#bebebe",
"btnPressedPanel": "#1b1d1f",
"btnPressedPanelText": "#bebebe",
"btnPressedTopBar": "#1b1d1f",
"btnPressedTopBarText": "#bebebe",
"btnToggled": "#1b1d1f",
"btnToggledText": "#bebebe",
"btnToggledPanelText": "#bebebe",
"btnToggledTopBarText": "#bebebe",
"btnDisabled": "#0c121c",
"btnDisabledText": "#393d45",
"btnDisabledPanelText": "#393d45",
"btnDisabledTopBarText": "#393d45",
"input": "#1b1d1f",
"inputText": "#bebebe",
"inputPanelText": "#bebebe",
"inputTopbarText": "#bebebe",
"alertError": "#ff090f",
"alertErrorText": "#bebebe",
"alertErrorPanelText": "#bebebe",
"alertWarning": "#d7d720",
"alertWarningText": "#ffffff",
"alertWarningPanelText": "#ffffff",
"alertNeutral": "#bebebe",
"alertNeutralText": "#ffffff",
"alertNeutralPanelText": "#ffffff",
"badgeNotification": "#024297",
"badgeNotificationText": "#ffffff"
},
"radii": {
"btn": "4",
"input": "4",
"checkbox": "1",
"panel": "9",
"avatar": "3",
"avatarAlt": "4",
"tooltip": "7",
"attachment": "3"
}
}
}

View File

@ -1,167 +0,0 @@
{
"_pleroma_theme_version": 2,
"name": "Paper",
"source": {
"themeEngineVersion": 3,
"fonts": {},
"shadows": {
"panel": [
{
"x": "0",
"y": "2",
"blur": "9",
"spread": 0,
"inset": false,
"color": "#668bb2",
"alpha": "0.1"
},
{
"x": "0",
"y": "1",
"blur": "2",
"spread": "-1",
"inset": false,
"color": "#668bb2",
"alpha": "0.1"
}
],
"topBar": [
{
"x": 0,
"y": "3",
"blur": "8",
"spread": 0,
"inset": false,
"color": "#3e618e",
"alpha": "0.1"
},
{
"x": 0,
"y": "1",
"blur": "4",
"spread": 0,
"inset": false,
"color": "#3e618e",
"alpha": "0.1"
}
],
"button": [
{
"x": 0,
"y": "2",
"blur": "5",
"spread": 0,
"color": "#463f78",
"alpha": "0.1",
"inset": false
}
],
"input": [
{
"x": 0,
"y": "1",
"blur": "2",
"spread": 0,
"inset": true,
"color": "#6277b7",
"alpha": "0.1"
}
],
"buttonHover": [
{
"x": 0,
"y": 2,
"blur": 3,
"spread": -2,
"color": "#494949",
"alpha": "0.5"
}
],
"buttonPressed": [
{
"x": 0,
"y": 2,
"blur": 3,
"spread": -3,
"color": "#494949",
"alpha": "0.5"
}
],
"avatarStatus": [
{
"x": "0",
"y": "2",
"blur": "4",
"spread": "0",
"inset": false,
"color": "#3e618e",
"alpha": "0.1"
}
],
"avatar": [
{
"x": 0,
"y": "2",
"blur": "5",
"spread": "0",
"color": "#3e618e",
"alpha": "0.9"
}
],
"popup": [
{
"x": "0",
"y": "3",
"blur": "11",
"spread": 0,
"color": "#668bb2",
"alpha": "0.2"
},
{
"x": "0",
"y": "2",
"blur": "3",
"spread": "-1",
"color": "#668bb2",
"alpha": "0.2"
}
]
},
"opacity": {
"underlay": 0,
"border": "0"
},
"colors": {
"bg": "#ffffff",
"fg": "#f6f6f6",
"text": "#222222",
"underlay": "#f1f2f3",
"wallpaper": "#f1f2f3",
"selectedMenu": "#f1f2f3",
"selectedMenuPopover": "#f1f2f3",
"selectedPost": "#f1f2f3",
"link": "#788ca1",
"accent": "#97a0aa",
"cBlue": "#788ca1",
"cRed": "#eed7ce",
"cGreen": "#788ca1",
"cOrange": "#788ca1",
"postLink": "#788ca1",
"border": "#ffffff",
"icon": "#b6c9c4",
"panel": "#ffffff",
"topBar": "#ffffff",
"topBarText": "#4b4b4b"
},
"radii": {
"btn": "0",
"input": "0",
"checkbox": "0",
"panel": "0",
"avatar": "2",
"avatarAlt": "2",
"tooltip": "0",
"attachment": "0"
}
}
}

View File

@ -1,191 +0,0 @@
{
"_pleroma_theme_version": 2,
"name": "Pleroma Dark",
"source": {
"themeEngineVersion": 3,
"fonts": {},
"shadows": {
"buttonHover": [
{
"x": 0,
"y": 0,
"blur": "1",
"spread": "2",
"color": "#b9b9ba",
"alpha": "0.4",
"inset": true
},
{
"x": 0,
"y": 1,
"blur": 0,
"spread": 0,
"color": "#FFFFFF",
"alpha": 0.2,
"inset": true
},
{
"x": 0,
"y": -1,
"blur": 0,
"spread": 0,
"color": "#000000",
"alpha": 0.2,
"inset": true
}
],
"buttonPressed": [
{
"x": 0,
"y": 0,
"blur": 4,
"spread": 0,
"color": "#000000",
"alpha": 1,
"inset": true
},
{
"x": 0,
"y": 1,
"blur": 0,
"spread": 0,
"color": "#000000",
"alpha": 0.2,
"inset": true
},
{
"x": 0,
"y": -1,
"blur": 0,
"spread": 0,
"color": "#FFFFFF",
"alpha": 0.2,
"inset": true
},
{
"x": 0,
"y": 0,
"blur": "2",
"spread": 0,
"inset": false,
"color": "#000000",
"alpha": 1
}
],
"panelHeader": [
{
"x": 0,
"y": "1",
"blur": "3",
"spread": 0,
"inset": false,
"color": "#000000",
"alpha": "0.4"
},
{
"x": "0",
"y": "1",
"blur": "0",
"spread": 0,
"inset": true,
"color": "#ffffff",
"alpha": "0.2"
}
],
"panel": [
{
"x": "0",
"y": "0",
"blur": "3",
"spread": 0,
"color": "#000000",
"alpha": "0.5"
},
{
"x": "0",
"y": "4",
"blur": "6",
"spread": "3",
"inset": false,
"color": "#000000",
"alpha": "0.3"
}
],
"button": [
{
"x": 0,
"y": 0,
"blur": 2,
"spread": 0,
"color": "#000000",
"alpha": 1
},
{
"x": 0,
"y": 1,
"blur": 0,
"spread": 0,
"color": "#FFFFFF",
"alpha": 0.2,
"inset": true
},
{
"x": 0,
"y": -1,
"blur": 0,
"spread": 0,
"color": "#000000",
"alpha": 0.2,
"inset": true
}
],
"topBar": [
{
"x": 0,
"y": "1",
"blur": 4,
"spread": 0,
"color": "#000000",
"alpha": "0.4"
},
{
"x": 0,
"y": "2",
"blur": "7",
"spread": 0,
"inset": false,
"color": "#000000",
"alpha": "0.3"
}
]
},
"opacity": {
"underlay": "0.6"
},
"colors": {
"bg": "#0f161e",
"fg": "#151e2b",
"text": "#b9b9ba",
"underlay": "#090e14",
"accent": "#e2b188",
"cBlue": "#81beea",
"cRed": "#d31014",
"cGreen": "#5dc94a",
"cOrange": "#ffc459",
"border": "--fg,3",
"topBarText": "--text,-9.75",
"topBarLink": "--topBarText",
"btnToggled": "--accent,-24.2",
"alertErrorText": "--text,21.2",
"badgeNotification": "#e15932",
"badgeNotificationText": "#ffffff"
},
"radii": {
"btn": "3",
"input": "3",
"panel": "3",
"avatar": "3",
"attachment": "3"
}
}
}

View File

@ -1,219 +0,0 @@
{
"_pleroma_theme_version": 2,
"name": "Pleroma Light",
"source": {
"themeEngineVersion": 3,
"fonts": {},
"shadows": {
"button": [
{
"x": 0,
"y": 0,
"blur": 2,
"spread": 0,
"color": "#000000",
"alpha": "0.2"
},
{
"x": 0,
"y": 1,
"blur": 0,
"spread": 0,
"color": "#FFFFFF",
"alpha": "0.5",
"inset": true
},
{
"x": 0,
"y": -1,
"blur": 0,
"spread": 0,
"color": "#000000",
"alpha": 0.2,
"inset": true
}
],
"buttonHover": [
{
"x": 0,
"y": 0,
"blur": "2",
"spread": 0,
"color": "#000000",
"alpha": "0.2"
},
{
"x": 0,
"y": "0",
"blur": "1",
"spread": "2",
"color": "#ffc39f",
"alpha": "1",
"inset": true
},
{
"x": 0,
"y": -1,
"blur": 0,
"spread": 0,
"color": "#000000",
"alpha": 0.2,
"inset": true
}
],
"input": [
{
"x": 0,
"y": 1,
"blur": 0,
"spread": 0,
"color": "#000000",
"alpha": 0.2,
"inset": true
},
{
"x": 0,
"y": -1,
"blur": 0,
"spread": 0,
"color": "#FFFFFF",
"alpha": 0.2,
"inset": true
},
{
"x": 0,
"y": 0,
"blur": "2",
"inset": true,
"spread": 0,
"color": "#000000",
"alpha": "0.15"
}
],
"panel": [
{
"x": "0",
"y": 1,
"blur": "3",
"spread": 0,
"color": "#000000",
"alpha": "0.5"
},
{
"x": "0",
"y": "3",
"blur": "6",
"spread": "1",
"inset": false,
"color": "#000000",
"alpha": "0.2"
}
],
"panelHeader": [
{
"x": 0,
"y": "1",
"blur": 0,
"spread": 0,
"inset": true,
"color": "#ffffff",
"alpha": "0.5"
},
{
"x": 0,
"y": "1",
"blur": "3",
"spread": 0,
"inset": false,
"color": "#000000",
"alpha": "0.3"
}
],
"buttonPressed": [
{
"x": 0,
"y": 0,
"blur": 4,
"spread": 0,
"color": "#000000",
"alpha": "0.2"
},
{
"x": 0,
"y": 1,
"blur": "1",
"spread": "2",
"color": "#000000",
"alpha": "0.3",
"inset": true
},
{
"x": 0,
"y": -1,
"blur": 0,
"spread": 0,
"color": "#FFFFFF",
"alpha": 0.2,
"inset": true
}
],
"popup": [
{
"x": "1",
"y": "2",
"blur": "2",
"spread": 0,
"color": "#000000",
"alpha": "0.2"
},
{
"x": "1",
"y": "3",
"blur": "7",
"spread": "0",
"inset": false,
"color": "#000000",
"alpha": "0.2"
}
],
"avatarStatus": [
{
"x": 0,
"y": "1",
"blur": "4",
"spread": "0",
"inset": false,
"color": "#000000",
"alpha": "0.2"
}
]
},
"opacity": {
"underlay": "0.4"
},
"colors": {
"bg": "#f2f6f9",
"fg": "#d6dfed",
"text": "#304055",
"underlay": "#5d6086",
"accent": "#f55b1b",
"cBlue": "#0095ff",
"cRed": "#d31014",
"cGreen": "#0fa00f",
"cOrange": "#ffa500",
"border": "#d8e6f9",
"topBarText": "#304055",
"topBarLink": "--topBarText",
"btnToggled": "--accent,-24.2",
"input": "#dee3ed",
"badgeNotification": "#e83802"
},
"radii": {
"btn": "3",
"input": "3",
"panel": "3",
"avatar": "3",
"attachment": "3"
}
}
}

View File

@ -1,305 +0,0 @@
{
"_pleroma_theme_version": 2,
"name": "Redmond XX SE",
"source": {
"themeEngineVersion": 3,
"shadows": {
"panel": [
{
"x": "-1",
"y": "-1",
"blur": "0",
"spread": 0,
"color": "#000000",
"alpha": "1",
"inset": true
},
{
"x": "1",
"y": "1",
"blur": "0",
"spread": 0,
"color": "#dfdfdf",
"alpha": "1",
"inset": true
},
{
"x": "-2",
"y": "-2",
"blur": "0",
"spread": 0,
"color": "#848484",
"alpha": "1",
"inset": true
},
{
"x": "2",
"y": "2",
"blur": "0",
"spread": 0,
"color": "#FFFFFF",
"alpha": "1",
"inset": true
},
{
"x": "0",
"y": "0",
"blur": "0",
"spread": "3",
"color": "--bg",
"alpha": "1",
"inset": true
}
],
"panelHeader": [
{
"x": 0,
"y": 0,
"blur": 0,
"spread": "3",
"inset": true,
"color": "#c0c0c0",
"alpha": 1
},
{
"x": "-2200",
"y": 0,
"blur": "200",
"spread": "-2000",
"inset": true,
"color": "#1084d0",
"alpha": 1
}
],
"button": [
{
"x": "-1",
"y": "-1",
"blur": "0",
"spread": 0,
"color": "#000000",
"alpha": "1",
"inset": true
},
{
"x": "1",
"y": "1",
"blur": "0",
"spread": 0,
"color": "#FFFFFF",
"alpha": "1",
"inset": true
},
{
"x": "-2",
"y": "-2",
"blur": "0",
"spread": 0,
"color": "#848484",
"alpha": "1",
"inset": true
},
{
"x": "2",
"y": "2",
"blur": "0",
"spread": 0,
"color": "#dfdfdf",
"alpha": "1",
"inset": true
},
{
"x": "0",
"y": "0",
"blur": "0",
"spread": "3",
"color": "--bg",
"alpha": "1",
"inset": true
}
],
"buttonHover": [
{
"x": "-1",
"y": "-1",
"blur": "0",
"spread": 0,
"color": "#000000",
"alpha": "1",
"inset": true
},
{
"x": "1",
"y": "1",
"blur": "0",
"spread": 0,
"color": "#FFFFFF",
"alpha": "1",
"inset": true
},
{
"x": "-2",
"y": "-2",
"blur": "0",
"spread": 0,
"color": "#848484",
"alpha": "1",
"inset": true
},
{
"x": "2",
"y": "2",
"blur": "0",
"spread": 0,
"color": "#dfdfdf",
"alpha": "1",
"inset": true
},
{
"x": "0",
"y": "0",
"blur": "0",
"spread": "3",
"color": "--bg",
"alpha": "1",
"inset": true
}
],
"buttonPressed": [
{
"x": "1",
"y": "1",
"blur": "0",
"spread": 0,
"color": "#000000",
"alpha": "1",
"inset": true
},
{
"x": "-1",
"y": "-1",
"blur": "0",
"spread": 0,
"color": "#FFFFFF",
"alpha": "1",
"inset": true
},
{
"x": "2",
"y": "2",
"blur": "0",
"spread": 0,
"color": "#848484",
"alpha": "1",
"inset": true
},
{
"x": "-2",
"y": "-2",
"blur": "0",
"spread": 0,
"color": "#dfdfdf",
"alpha": "1",
"inset": true
},
{
"x": "0",
"y": "0",
"blur": "0",
"spread": "3",
"color": "--bg",
"alpha": "1",
"inset": true
}
],
"input": [
{
"x": "-1",
"y": "-1",
"blur": "0",
"spread": 0,
"color": "#FFFFFF",
"alpha": "1",
"inset": true
},
{
"x": "1",
"y": "1",
"blur": "0",
"spread": 0,
"color": "#848484",
"alpha": "1",
"inset": true
},
{
"x": "-2",
"y": "-2",
"blur": "0",
"spread": 0,
"color": "#dfdfdf",
"alpha": "1",
"inset": true
},
{
"x": "2",
"y": "2",
"blur": "0",
"spread": 0,
"color": "#000000",
"alpha": "1",
"inset": true
},
{
"x": "0",
"y": "0",
"blur": "0",
"spread": "3",
"color": "--input",
"alpha": "1",
"inset": true
}
]
},
"fonts": {},
"opacity": {
"input": "1",
"faint": "1"
},
"colors": {
"bg": "#c0c0c0",
"wallpaper": "#008080",
"text": "#000000",
"link": "#0000ff",
"accent": "#000080",
"fg": "#c0c0c0",
"panel": "#000080",
"panelFaint": "#c0c0c0",
"input": "#ffffff",
"topBar": "#000080",
"topBarLink": "#ffffff",
"btn": "#c0c0c0",
"btnToggled": "--btn",
"faint": "#3f3f3f",
"faintLink": "#404080",
"border": "#808080",
"cRed": "#FF0000",
"cBlue": "#008080",
"cGreen": "#008000",
"cOrange": "#808000",
"highlight": "--accent",
"selectedPost": "--bg,-10",
"selectedMenu": "--accent",
"selectedMenuPopover": "--accent"
},
"radii": {
"btn": "0",
"input": "0",
"checkbox": "0",
"panel": "0",
"avatar": "0",
"avatarAlt": "0",
"tooltip": "0",
"attachment": "0"
}
}
}

View File

@ -1,296 +0,0 @@
{
"_pleroma_theme_version": 2,
"name": "Redmond XX",
"source": {
"themeEngineVersion": 3,
"shadows": {
"panel": [
{
"x": "-1",
"y": "-1",
"blur": "0",
"spread": 0,
"color": "#000000",
"alpha": "1",
"inset": true
},
{
"x": "1",
"y": "1",
"blur": "0",
"spread": 0,
"color": "#dfdfdf",
"alpha": "1",
"inset": true
},
{
"x": "-2",
"y": "-2",
"blur": "0",
"spread": 0,
"color": "#848484",
"alpha": "1",
"inset": true
},
{
"x": "2",
"y": "2",
"blur": "0",
"spread": 0,
"color": "#FFFFFF",
"alpha": "1",
"inset": true
},
{
"x": "0",
"y": "0",
"blur": "0",
"spread": "3",
"color": "--bg",
"alpha": "1",
"inset": true
}
],
"panelHeader": [
{
"x": 0,
"y": 0,
"blur": 0,
"spread": "3",
"inset": true,
"color": "#c0c0c0",
"alpha": 1
}
],
"button": [
{
"x": "-1",
"y": "-1",
"blur": "0",
"spread": 0,
"color": "#000000",
"alpha": "1",
"inset": true
},
{
"x": "1",
"y": "1",
"blur": "0",
"spread": 0,
"color": "#FFFFFF",
"alpha": "1",
"inset": true
},
{
"x": "-2",
"y": "-2",
"blur": "0",
"spread": 0,
"color": "#848484",
"alpha": "1",
"inset": true
},
{
"x": "2",
"y": "2",
"blur": "0",
"spread": 0,
"color": "#dfdfdf",
"alpha": "1",
"inset": true
},
{
"x": "0",
"y": "0",
"blur": "0",
"spread": "3",
"color": "--bg",
"alpha": "1",
"inset": true
}
],
"buttonHover": [
{
"x": "-1",
"y": "-1",
"blur": "0",
"spread": 0,
"color": "#000000",
"alpha": "1",
"inset": true
},
{
"x": "1",
"y": "1",
"blur": "0",
"spread": 0,
"color": "#FFFFFF",
"alpha": "1",
"inset": true
},
{
"x": "-2",
"y": "-2",
"blur": "0",
"spread": 0,
"color": "#848484",
"alpha": "1",
"inset": true
},
{
"x": "2",
"y": "2",
"blur": "0",
"spread": 0,
"color": "#dfdfdf",
"alpha": "1",
"inset": true
},
{
"x": "0",
"y": "0",
"blur": "0",
"spread": "3",
"color": "--bg",
"alpha": "1",
"inset": true
}
],
"buttonPressed": [
{
"x": "1",
"y": "1",
"blur": "0",
"spread": 0,
"color": "#000000",
"alpha": "1",
"inset": true
},
{
"x": "-1",
"y": "-1",
"blur": "0",
"spread": 0,
"color": "#FFFFFF",
"alpha": "1",
"inset": true
},
{
"x": "2",
"y": "2",
"blur": "0",
"spread": 0,
"color": "#848484",
"alpha": "1",
"inset": true
},
{
"x": "-2",
"y": "-2",
"blur": "0",
"spread": 0,
"color": "#dfdfdf",
"alpha": "1",
"inset": true
},
{
"x": "0",
"y": "0",
"blur": "0",
"spread": "3",
"color": "--bg",
"alpha": "1",
"inset": true
}
],
"input": [
{
"x": "-1",
"y": "-1",
"blur": "0",
"spread": 0,
"color": "#FFFFFF",
"alpha": "1",
"inset": true
},
{
"x": "1",
"y": "1",
"blur": "0",
"spread": 0,
"color": "#848484",
"alpha": "1",
"inset": true
},
{
"x": "-2",
"y": "-2",
"blur": "0",
"spread": 0,
"color": "#dfdfdf",
"alpha": "1",
"inset": true
},
{
"x": "2",
"y": "2",
"blur": "0",
"spread": 0,
"color": "#000000",
"alpha": "1",
"inset": true
},
{
"x": "0",
"y": "0",
"blur": "0",
"spread": "3",
"color": "--input",
"alpha": "1",
"inset": true
}
]
},
"fonts": {},
"opacity": {
"input": "1",
"faint": "1"
},
"colors": {
"bg": "#c0c0c0",
"wallpaper": "#008080",
"text": "#000000",
"link": "#0000ff",
"accent": "#000080",
"fg": "#c0c0c0",
"panel": "#000080",
"panelFaint": "#c0c0c0",
"input": "#ffffff",
"topBar": "#000080",
"topBarLink": "#ffffff",
"btn": "#c0c0c0",
"btnToggled": "--btn",
"faint": "#3f3f3f",
"faintLink": "#404080",
"border": "#808080",
"cRed": "#FF0000",
"cBlue": "#008080",
"cGreen": "#008000",
"cOrange": "#808000",
"highlight": "--accent",
"selectedPost": "--bg,-10",
"selectedMenu": "--accent",
"selectedMenuPopover": "--accent"
},
"radii": {
"btn": "0",
"input": "0",
"checkbox": "0",
"panel": "0",
"avatar": "0",
"avatarAlt": "0",
"tooltip": "0",
"attachment": "0"
}
}
}

View File

@ -1,278 +0,0 @@
{
"_pleroma_theme_version": 2,
"name": "Redmond XXI",
"source": {
"themeEngineVersion": 3,
"shadows": {
"panel": [
{
"x": "-1",
"y": "-1",
"blur": "0",
"spread": 0,
"color": "#404040",
"alpha": "1",
"inset": true
},
{
"x": "1",
"y": "1",
"blur": "0",
"spread": 0,
"color": "#dfdfdf",
"alpha": "1",
"inset": true
},
{
"x": "-2",
"y": "-2",
"blur": "0",
"spread": 0,
"color": "#848484",
"alpha": "1",
"inset": true
},
{
"x": "2",
"y": "2",
"blur": "0",
"spread": 0,
"color": "#FFFFFF",
"alpha": "1",
"inset": true
},
{
"x": "0",
"y": "0",
"blur": "0",
"spread": "3",
"color": "--bg",
"alpha": "1",
"inset": true
}
],
"panelHeader": [
{
"x": 0,
"y": 0,
"blur": 0,
"spread": "3",
"inset": true,
"color": "#d6d6ce",
"alpha": 1
},
{
"x": "-2200",
"y": 0,
"blur": "200",
"spread": "-2000",
"inset": true,
"color": "#a5cef7",
"alpha": 1
}
],
"button": [
{
"x": "-1",
"y": "-1",
"blur": "0",
"spread": 0,
"color": "#404040",
"alpha": "1",
"inset": true
},
{
"x": "1",
"y": "1",
"blur": "0",
"spread": 0,
"color": "#FFFFFF",
"alpha": "1",
"inset": true
},
{
"x": "-2",
"y": "-2",
"blur": "0",
"spread": 0,
"color": "#848484",
"alpha": "1",
"inset": true
},
{
"x": "0",
"y": "0",
"blur": "0",
"spread": "3",
"color": "--bg",
"alpha": "1",
"inset": true
}
],
"buttonHover": [
{
"x": "-1",
"y": "-1",
"blur": "0",
"spread": 0,
"color": "#404040",
"alpha": "1",
"inset": true
},
{
"x": "1",
"y": "1",
"blur": "0",
"spread": 0,
"color": "#FFFFFF",
"alpha": "1",
"inset": true
},
{
"x": "-2",
"y": "-2",
"blur": "0",
"spread": 0,
"color": "#848484",
"alpha": "1",
"inset": true
},
{
"x": "0",
"y": "0",
"blur": "0",
"spread": "3",
"color": "--bg",
"alpha": "1",
"inset": true
}
],
"buttonPressed": [
{
"x": "1",
"y": "1",
"blur": "0",
"spread": 0,
"color": "#404040",
"alpha": "1",
"inset": true
},
{
"x": "-1",
"y": "-1",
"blur": "0",
"spread": 0,
"color": "#FFFFFF",
"alpha": "1",
"inset": true
},
{
"x": "2",
"y": "2",
"blur": "0",
"spread": 0,
"color": "#848484",
"alpha": "1",
"inset": true
},
{
"x": "0",
"y": "0",
"blur": "0",
"spread": "3",
"color": "--bg",
"alpha": "1",
"inset": true
}
],
"input": [
{
"x": "-1",
"y": "-1",
"blur": "0",
"spread": 0,
"color": "#FFFFFF",
"alpha": "1",
"inset": true
},
{
"x": "1",
"y": "1",
"blur": "0",
"spread": 0,
"color": "#848484",
"alpha": "1",
"inset": true
},
{
"x": "-2",
"y": "-2",
"blur": "0",
"spread": 0,
"color": "#d4d0c8",
"alpha": "1",
"inset": true
},
{
"x": "2",
"y": "2",
"blur": "0",
"spread": 0,
"color": "#404040",
"alpha": "1",
"inset": true
},
{
"x": "0",
"y": "0",
"blur": "0",
"spread": "3",
"color": "--input",
"alpha": "1",
"inset": true
}
]
},
"fonts": {},
"opacity": {
"input": "1",
"faint": "1"
},
"colors": {
"bg": "#d6d6ce",
"wallpaper": "#396ba5",
"text": "#000000",
"link": "#0000ff",
"accent": "#0a246a",
"fg": "#d6d6ce",
"panel": "#042967",
"panelFaint": "#FFFFFF",
"input": "#ffffff",
"topBar": "#042967",
"topBarLink": "#ffffff",
"btn": "#d6d6ce",
"btnToggled": "--btn",
"faint": "#3f3f3f",
"faintLink": "#404080",
"border": "#808080",
"cRed": "#c42726",
"cBlue": "#6699cc",
"cGreen": "#669966",
"cOrange": "#cc6633",
"highlight": "--accent",
"selectedPost": "--bg,-10",
"selectedMenu": "--accent",
"selectedMenuPopover": "--accent"
},
"radii": {
"btn": "0",
"input": "0",
"checkbox": "0",
"panel": "0",
"avatar": "0",
"avatarAlt": "0",
"tooltip": "0",
"attachment": "0"
}
}
}

View File

@ -1,548 +0,0 @@
{
"_pleroma_theme_version": 2,
"name": "thekanata",
"theme": {
"themeEngineVersion": 3,
"shadows": {
"panel": [
{
"x": "0",
"y": "0",
"blur": "3",
"spread": 0,
"color": "#000000",
"alpha": "0.5"
},
{
"x": "0",
"y": "4",
"blur": "6",
"spread": "3",
"inset": false,
"color": "#000000",
"alpha": "0.3"
}
],
"topBar": [
{
"x": 0,
"y": "1",
"blur": 4,
"spread": 0,
"color": "#000000",
"alpha": "0.4"
},
{
"x": 0,
"y": "2",
"blur": "7",
"spread": 0,
"inset": false,
"color": "#000000",
"alpha": "0.3"
}
],
"popup": [
{
"x": 2,
"y": 2,
"blur": 3,
"spread": 0,
"color": "#000000",
"alpha": 0.5
}
],
"avatar": [
{
"x": 0,
"y": 1,
"blur": 8,
"spread": 0,
"color": "#000000",
"alpha": 0.7
}
],
"avatarStatus": [],
"panelHeader": [
{
"x": 0,
"y": "1",
"blur": "3",
"spread": 0,
"inset": false,
"color": "#000000",
"alpha": "0.4"
},
{
"x": "0",
"y": "1",
"blur": "0",
"spread": 0,
"inset": true,
"color": "#ffffff",
"alpha": "0.2"
}
],
"button": [
{
"x": 0,
"y": 0,
"blur": 2,
"spread": 0,
"color": "#000000",
"alpha": 1
},
{
"x": 0,
"y": 1,
"blur": 0,
"spread": 0,
"color": "#FFFFFF",
"alpha": 0.2,
"inset": true
},
{
"x": 0,
"y": -1,
"blur": 0,
"spread": 0,
"color": "#000000",
"alpha": 0.2,
"inset": true
}
],
"buttonHover": [
{
"x": 0,
"y": 0,
"blur": "1",
"spread": "2",
"color": "#b9b9ba",
"alpha": "0.4",
"inset": true
},
{
"x": 0,
"y": 1,
"blur": 0,
"spread": 0,
"color": "#FFFFFF",
"alpha": 0.2,
"inset": true
},
{
"x": 0,
"y": -1,
"blur": 0,
"spread": 0,
"color": "#000000",
"alpha": 0.2,
"inset": true
}
],
"buttonPressed": [
{
"x": 0,
"y": 0,
"blur": 4,
"spread": 0,
"color": "#000000",
"alpha": 1,
"inset": true
},
{
"x": 0,
"y": 1,
"blur": 0,
"spread": 0,
"color": "#000000",
"alpha": 0.2,
"inset": true
},
{
"x": 0,
"y": -1,
"blur": 0,
"spread": 0,
"color": "#FFFFFF",
"alpha": 0.2,
"inset": true
},
{
"x": 0,
"y": 0,
"blur": "2",
"spread": 0,
"inset": false,
"color": "#000000",
"alpha": 1
}
],
"input": [
{
"x": 0,
"y": 1,
"blur": 0,
"spread": 0,
"color": "#000000",
"alpha": 0.2,
"inset": true
},
{
"x": 0,
"y": -1,
"blur": 0,
"spread": 0,
"color": "#FFFFFF",
"alpha": 0.2,
"inset": true
},
{
"x": 0,
"y": 0,
"blur": 2,
"inset": true,
"spread": 0,
"color": "#000000",
"alpha": 1
}
]
},
"colors": {
"underlay": "#090e14",
"bg": "#f3f2f7",
"fg": "#0f31b9",
"cRed": "#d31014",
"cOrange": "#f7e8a7",
"cGreen": "#5dc94a",
"cBlue": "#90d9e0",
"accent": "#0f31b9",
"link": "#0f31b9",
"text": "#382d33",
"badgeNotification": "#e15932",
"badgeNotificationText": "#ffffff",
"panel": "#0f31b9",
"panelText": "#d2c7cd",
"alertNeutral": "#382d33",
"alertNeutralPanelText": "#d2c7cd",
"alertNeutralText": "#000000",
"alertWarning": "#f7e8a7",
"alertWarningPanelText": "#000000",
"alertWarningText": "#382d33",
"alertError": "#d31014",
"alertErrorPanelText": "#d2c7cd",
"alertErrorText": "#745e6a",
"fgText": "#ffffff",
"topBar": "#ffffff",
"topBarText": "#382d33",
"input": "#ffffff",
"inputTopbarText": "#382d33",
"inputPanelText": "#392e33",
"inputText": "#382d33",
"btn": "#081d56",
"btnText": "#ffffff",
"btnTopBarText": "#ffffff",
"btnDisabled": "#b9bdcf",
"btnDisabledTopBarText": "#cacedb",
"btnPanelText": "#ffffff",
"btnDisabledPanelText": "#cacedb",
"btnDisabledText": "#cacedb",
"btnToggled": "#061347",
"btnToggledTopBarText": "#ffffff",
"btnToggledPanelText": "#ffffff",
"btnToggledText": "#ffffff",
"btnPressed": "#081d56",
"btnPressedTopBarText": "#ffffff",
"btnPressedTopBar": "#081d56",
"btnPressedPanelText": "#ffffff",
"btnPressedPanel": "#081d56",
"btnPressedText": "#ffffff",
"tabActiveText": "#382d33",
"tabText": "#ffffff",
"tab": "#081d56",
"fgLink": "#4668f0",
"topBarLink": "#382d33",
"panelLink": "#1030ba",
"panelFaint": "#ffffff",
"icon": "#969095",
"poll": "#98a5df",
"pollText": "#382d33",
"border": "#0e2dab",
"postGreentext": "#49b537",
"postLink": "#0f31b9",
"lightText": "#000000",
"popover": "#f3f2f7",
"selectedMenuPopover": "#e5e3ee",
"highlight": "#e5e3ee",
"highlightText": "#382d33",
"selectedMenu": "#e5e3ee",
"selectedMenuText": "#382d33",
"selectedMenuPopoverIcon": "#8f8891",
"highlightLink": "#0f31b9",
"selectedMenuLink": "#0f31b9",
"selectedMenuPopoverLink": "#0f31b9",
"selectedMenuPopoverText": "#382d33",
"faintLink": "#0f31b9",
"highlightFaintLink": "#0f31b9",
"selectedMenuFaintLink": "#0f31b9",
"selectedMenuPopoverFaintLink": "#0f31b9",
"faint": "#382d33",
"highlightFaintText": "#382d33",
"selectedMenuFaintText": "#382d33",
"selectedMenuPopoverFaintText": "#382d33",
"highlightLightText": "#000000",
"selectedMenuLightText": "#000000",
"selectedMenuPopoverLightText": "#000000",
"selectedMenuIcon": "#8f8891",
"selectedPost": "#e5e3ee",
"selectedPostText": "#382d33",
"selectedPostIcon": "#8f8891",
"selectedPostLink": "#0f31b9",
"selectedPostFaintLink": "#0f31b9",
"highlightPostLink": "#0f31b9",
"selectedPostPostLink": "#0f31b9",
"selectedPostLightText": "#000000",
"selectedPostFaintText": "#382d33",
"popoverText": "#382d33",
"popoverIcon": "#969095",
"popoverLink": "#0f31b9",
"postFaintLink": "#0f31b9",
"popoverPostFaintLink": "#0f31b9",
"popoverFaintLink": "#0f31b9",
"popoverFaintText": "#382d33",
"popoverPostLink": "#0f31b9",
"popoverLightText": "#000000",
"highlightIcon": "#8f8891",
"highlightPostFaintLink": "#0f31b9",
"profileTint": "#f3f2f7",
"profileBg": "#808791"
},
"opacity": {
"underlay": 0,
"bg": 1,
"panel": 1,
"alert": 0.5,
"input": 0.5,
"btn": 1,
"faint": 0.5,
"border": 1,
"popover": 1,
"profileTint": 0.5
},
"radii": {
"btn": "3",
"input": "3",
"checkbox": 2,
"panel": "15",
"avatar": "3",
"avatarAlt": 50,
"tooltip": 2,
"attachment": "3"
},
"fonts": {
"interface": {
"family": "sans-serif"
},
"input": {
"family": "inherit"
},
"post": {
"family": "inherit"
},
"postCode": {
"family": "monospace"
}
}
},
"source": {
"themeEngineVersion": 3,
"fonts": {},
"shadows": {
"buttonHover": [
{
"x": 0,
"y": 0,
"blur": "1",
"spread": "2",
"color": "#b9b9ba",
"alpha": "0.4",
"inset": true
},
{
"x": 0,
"y": 1,
"blur": 0,
"spread": 0,
"color": "#FFFFFF",
"alpha": 0.2,
"inset": true
},
{
"x": 0,
"y": -1,
"blur": 0,
"spread": 0,
"color": "#000000",
"alpha": 0.2,
"inset": true
}
],
"buttonPressed": [
{
"x": 0,
"y": 0,
"blur": 4,
"spread": 0,
"color": "#000000",
"alpha": 1,
"inset": true
},
{
"x": 0,
"y": 1,
"blur": 0,
"spread": 0,
"color": "#000000",
"alpha": 0.2,
"inset": true
},
{
"x": 0,
"y": -1,
"blur": 0,
"spread": 0,
"color": "#FFFFFF",
"alpha": 0.2,
"inset": true
},
{
"x": 0,
"y": 0,
"blur": "2",
"spread": 0,
"inset": false,
"color": "#000000",
"alpha": 1
}
],
"panelHeader": [
{
"x": 0,
"y": "1",
"blur": "3",
"spread": 0,
"inset": false,
"color": "#000000",
"alpha": "0.4"
},
{
"x": "0",
"y": "1",
"blur": "0",
"spread": 0,
"inset": true,
"color": "#ffffff",
"alpha": "0.2"
}
],
"panel": [
{
"x": "0",
"y": "0",
"blur": "3",
"spread": 0,
"color": "#000000",
"alpha": "0.5"
},
{
"x": "0",
"y": "4",
"blur": "6",
"spread": "3",
"inset": false,
"color": "#000000",
"alpha": "0.3"
}
],
"button": [
{
"x": 0,
"y": 0,
"blur": 2,
"spread": 0,
"color": "#000000",
"alpha": 1
},
{
"x": 0,
"y": 1,
"blur": 0,
"spread": 0,
"color": "#FFFFFF",
"alpha": 0.2,
"inset": true
},
{
"x": 0,
"y": -1,
"blur": 0,
"spread": 0,
"color": "#000000",
"alpha": 0.2,
"inset": true
}
],
"topBar": [
{
"x": 0,
"y": "1",
"blur": 4,
"spread": 0,
"color": "#000000",
"alpha": "0.4"
},
{
"x": 0,
"y": "2",
"blur": "7",
"spread": 0,
"inset": false,
"color": "#000000",
"alpha": "0.3"
}
]
},
"opacity": {
"underlay": "0"
},
"colors": {
"bg": "#F3F2F7",
"fg": "#0F31B9",
"text": "#382D33",
"underlay": "#090e14",
"accent": "#0F31B9",
"cBlue": "#90D9E0",
"cRed": "#d31014",
"cGreen": "#5dc94a",
"cOrange": "#F7E8A7",
"border": "--fg,3",
"fgText": "#FFFFFF",
"topBar": "#ffffff",
"topBarText": "#382D33",
"topBarLink": "#382D33",
"btn": "#081D56",
"btnToggled": "--accent,-24.2",
"input": "#FFFFFF",
"alertErrorText": "--text,21.2",
"badgeNotification": "#e15932",
"badgeNotificationText": "#ffffff"
},
"radii": {
"btn": "3",
"input": "3",
"panel": "15",
"avatar": "3",
"attachment": "3"
}
}
}

476
static/themes/wamn.json Normal file
View File

@ -0,0 +1,476 @@
{
"_pleroma_theme_version": 2,
"name": "wamn",
"theme": {
"themeEngineVersion": 3,
"shadows": {
"panel": [
{
"color": "#000000",
"alpha": 0.6,
"blur": "6",
"spread": 0,
"x": "1",
"y": "2"
}
],
"topBar": [
{
"color": "#579BFF",
"alpha": "1",
"blur": "0",
"inset": false,
"spread": 0,
"x": 0,
"y": 3
}
],
"popup": [
{
"x": 2,
"y": 2,
"blur": 3,
"spread": 0,
"color": "#000000",
"alpha": 0.5
}
],
"avatar": [
{
"x": 0,
"y": 1,
"blur": 8,
"spread": 0,
"color": "#000000",
"alpha": 0.7
}
],
"avatarStatus": [],
"panelHeader": [
{
"color": "#ffffff",
"alpha": "0.1",
"blur": "40",
"inset": true,
"spread": "-40",
"x": 0,
"y": "40"
},
{
"color": "#579BFF",
"alpha": "1",
"blur": "0",
"inset": false,
"spread": 0,
"x": 0,
"y": 3
}
],
"button": [
{
"color": "#ffffff",
"alpha": "0.15",
"blur": "0",
"inset": true,
"spread": "1",
"x": 0,
"y": "0"
},
{
"color": "#000000",
"alpha": "0.3",
"blur": "1",
"inset": false,
"spread": 0,
"x": "1",
"y": "1"
}
],
"buttonHover": [
{
"color": "#114499",
"alpha": 1,
"blur": 0,
"inset": true,
"spread": "1",
"x": 0,
"y": "0"
},
{
"color": "#000000",
"alpha": "0.3",
"blur": "1",
"inset": false,
"spread": 0,
"x": "1",
"y": "1"
}
],
"buttonPressed": [
{
"color": "#000000",
"alpha": 0.1,
"blur": "0",
"inset": true,
"spread": "50",
"x": 0,
"y": 0
},
{
"color": "#ffffff",
"alpha": 0.2,
"blur": 0,
"inset": true,
"spread": "1",
"x": 0,
"y": "0"
},
{
"color": "#000000",
"alpha": "0.3",
"blur": 0,
"inset": false,
"spread": 0,
"x": "1",
"y": "1"
}
],
"input": [
{
"color": "#FFFFFF",
"alpha": "0.2",
"blur": 0,
"inset": true,
"spread": "1",
"x": 0,
"y": "0"
}
]
},
"colors": {
"underlay": "#000000",
"bg": "#fffaf5",
"fg": "#fffaf5",
"cRed": "#991122",
"cGreen": "#008000",
"cOrange": "#ffcc00",
"cBlue": "#1144cc",
"accent": "#579bff",
"link": "#114499",
"text": "#000000",
"badgeNotification": "#bfc0ff",
"badgeNotificationText": "#000000",
"alertNeutral": "#000000",
"alertNeutralText": "#ffffff",
"alertPopupNeutral": "#000000",
"alertPopupNeutralText": "#ffffff",
"alertSuccess": "#008000",
"alertSuccessText": "#000000",
"alertPopupSuccess": "#008000",
"alertPopupSuccessText": "#ffffff",
"alertWarning": "#ff2c3c",
"alertWarningText": "#000000",
"alertPopupWarning": "#ff2c3c",
"alertPopupWarningText": "#000000",
"alertError": "#ff2c3c",
"alertErrorText": "#000000",
"alertPopupError": "#ff2c3c",
"alertPopupErrorText": "#000000",
"panel": "#fffaf5",
"panelText": "#000000",
"alertNeutralPanelText": "#000000",
"alertSuccessPanelText": "#000000",
"alertWarningPanelText": "#000000",
"alertErrorPanelText": "#000000",
"fgText": "#000000",
"topBar": "#fffaf5",
"topBarText": "#000000",
"input": "#d7ceef",
"inputTopbarText": "#000000",
"inputPanelText": "#000000",
"inputText": "#000000",
"btn": "#bfc0ff",
"btnText": "#000000",
"btnTopBarText": "#000000",
"btnDisabled": "#efecf8",
"btnDisabledTopBarText": "#b4b1ba",
"btnPanelText": "#000000",
"btnDisabledPanelText": "#b4b1ba",
"btnDisabledText": "#b4b1ba",
"btnToggled": "#d7ceef",
"btnToggledTopBarText": "#000000",
"btnToggledPanelText": "#000000",
"btnToggledText": "#000000",
"btnPressed": "#d7ceef",
"btnPressedTopBarText": "#000000",
"btnPressedTopBar": "#d7ceef",
"btnPressedPanelText": "#000000",
"btnPressedPanel": "#d7ceef",
"btnPressedText": "#000000",
"tabActiveText": "#000000",
"tabText": "#000000",
"tab": "#bfc0ff",
"fgLink": "#114499",
"topBarLink": "#579bff",
"panelLink": "#114499",
"panelFaint": "#000000",
"icon": "#807d7b",
"poll": "#bcd4f9",
"pollText": "#000000",
"border": "#faf5f0",
"postCyantext": "#1144cc",
"postGreentext": "#008000",
"postLink": "#114499",
"lightText": "#000000",
"popover": "#fffaf5",
"selectedMenuPopover": "#ffeedc",
"highlight": "#bfc0ff",
"highlightText": "#000000",
"selectedMenu": "#bfc0ff",
"selectedMenuText": "#000000",
"selectedMenuPopoverIcon": "#80776e",
"highlightLink": "#114499",
"selectedMenuLink": "#114499",
"selectedMenuPopoverLink": "#114499",
"selectedMenuPopoverText": "#000000",
"faintLink": "#114499",
"highlightFaintLink": "#114499",
"selectedMenuFaintLink": "#114499",
"selectedMenuPopoverFaintLink": "#114499",
"faint": "#000000",
"highlightFaintText": "#000000",
"selectedMenuFaintText": "#000000",
"selectedMenuPopoverFaintText": "#000000",
"highlightLightText": "#000000",
"selectedMenuLightText": "#000000",
"selectedMenuPopoverLightText": "#000000",
"selectedMenuIcon": "#606080",
"selectedPost": "#bfc0ff",
"selectedPostText": "#000000",
"selectedPostIcon": "#606080",
"selectedPostLink": "#114499",
"selectedPostFaintLink": "#114499",
"highlightPostLink": "#114499",
"selectedPostPostLink": "#114499",
"selectedPostLightText": "#000000",
"selectedPostFaintText": "#000000",
"popoverText": "#000000",
"popoverIcon": "#807d7b",
"popoverLink": "#114499",
"postFaintLink": "#114499",
"popoverPostFaintLink": "#114499",
"popoverFaintLink": "#114499",
"popoverFaintText": "#000000",
"popoverPostLink": "#114499",
"popoverLightText": "#000000",
"highlightIcon": "#606080",
"highlightPostFaintLink": "#114499",
"profileTint": "#fffaf5",
"profileBg": "#878c90",
"wallpaper": "#fffaf5"
},
"opacity": {
"underlay": 0,
"bg": 0.97,
"alert": 0.5,
"alertPopup": 0.95,
"panel": 1,
"input": 0.5,
"btn": 1,
"faint": 0.5,
"border": 1,
"popover": 1,
"profileTint": 0.5
},
"radii": {
"btn": "8",
"input": "8",
"checkbox": "8",
"panel": "0",
"avatar": "8",
"avatarAlt": "8",
"tooltip": "8",
"attachment": 5
},
"fonts": {
"interface": {
"family": "sans-serif"
},
"input": {
"family": "inherit"
},
"post": {
"family": "inherit"
},
"postCode": {
"family": "monospace"
}
}
},
"source": {
"themeEngineVersion": 3,
"fonts": {},
"shadows": {
"button": [
{
"alpha": "0.15",
"blur": "0",
"color": "#ffffff",
"inset": true,
"spread": "1",
"x": 0,
"y": "0"
},
{
"alpha": "0.3",
"blur": "1",
"color": "#000000",
"inset": false,
"spread": 0,
"x": "1",
"y": "1"
}
],
"buttonHover": [
{
"alpha": 1,
"blur": 0,
"color": "--link",
"inset": true,
"spread": "1",
"x": 0,
"y": "0"
},
{
"alpha": "0.3",
"blur": "1",
"color": "#000000",
"inset": false,
"spread": 0,
"x": "1",
"y": "1"
}
],
"buttonPressed": [
{
"alpha": 0.1,
"blur": "0",
"color": "--faint",
"inset": true,
"spread": "50",
"x": 0,
"y": 0
},
{
"alpha": 0.2,
"blur": 0,
"color": "#ffffff",
"inset": true,
"spread": "1",
"x": 0,
"y": "0"
},
{
"alpha": "0.3",
"blur": 0,
"color": "#000000",
"inset": false,
"spread": 0,
"x": "1",
"y": "1"
}
],
"input": [
{
"alpha": "0.2",
"blur": 0,
"color": "#FFFFFF",
"inset": true,
"spread": "1",
"x": 0,
"y": "0"
}
],
"panel": [
{
"alpha": 0.6,
"blur": "6",
"color": "#000000",
"spread": 0,
"x": "1",
"y": "2"
}
],
"panelHeader": [
{
"alpha": "0.1",
"blur": "40",
"color": "#ffffff",
"inset": true,
"spread": "-40",
"x": 0,
"y": "40"
},
{
"alpha": "1",
"blur": "0",
"color": "#579BFF",
"inset": false,
"spread": 0,
"x": 0,
"y": 3
}
],
"topBar": [
{
"alpha": "1",
"blur": "0",
"color": "#579BFF",
"inset": false,
"spread": 0,
"x": 0,
"y": 3
}
]
},
"opacity": {
"bg": "0.97",
"underlay": "0"
},
"colors": {
"bg": "#fffaf5",
"wallpaper": "#fffaf5",
"fg": "#fffaf5",
"text": "#000000",
"link": "#114499",
"accent": "#579bff",
"cBlue": "#1144cc",
"cRed": "#991122",
"cGreen": "#008000",
"cOrange": "#ffcc00",
"highlight": "#bfc0ff",
"highlightLink": "#114499",
"selectedMenu": "#bfc0ff",
"border": "#faf5f0",
"topBarLink": "#579bff",
"btn": "#bfc0ff",
"btnPressed": "#d7ceef",
"btnToggled": "#d7ceef",
"input": "#d7ceef",
"alertError": "#ff2c3c",
"alertWarning": "#ff2c3c",
"alertNeutral": "#000000",
"alertNeutralText": "#ffffff",
"badgeNotification": "#bfc0ff"
},
"radii": {
"btn": "8",
"input": "8",
"checkbox": "8",
"panel": "0",
"avatar": "8",
"avatarAlt": "8",
"tooltip": "8"
}
}
}

473
static/themes/wodk.json Normal file
View File

@ -0,0 +1,473 @@
{
"_pleroma_theme_version": 2,
"name": "wodk",
"theme": {
"themeEngineVersion": 3,
"shadows": {
"panel": [
{
"color": "#000000",
"alpha": 0.6,
"blur": "6",
"spread": 0,
"x": "1",
"y": "2"
}
],
"topBar": [
{
"color": "#ec7fac",
"x": 0,
"y": 3,
"blur": "0",
"spread": 0,
"alpha": "1",
"inset": false
}
],
"popup": [
{
"x": 2,
"y": 2,
"blur": 3,
"spread": 0,
"color": "#000000",
"alpha": 0.5
}
],
"avatar": [
{
"x": 0,
"y": 1,
"blur": 8,
"spread": 0,
"color": "#000000",
"alpha": 0.7
}
],
"avatarStatus": [],
"panelHeader": [
{
"color": "#ffffff",
"alpha": "0.1",
"blur": "40",
"inset": true,
"spread": "-40",
"x": 0,
"y": "40"
},
{
"color": "#ec7fac",
"x": 0,
"y": 3,
"blur": "0",
"spread": 0,
"inset": false,
"alpha": "1"
}
],
"button": [
{
"color": "#ffffff",
"alpha": "0.15",
"blur": "0",
"inset": true,
"spread": "1",
"x": 0,
"y": "0"
},
{
"color": "#000000",
"alpha": "0.3",
"blur": "1",
"inset": false,
"spread": 0,
"x": "1",
"y": "1"
}
],
"buttonHover": [
{
"color": "#811340",
"alpha": 1,
"blur": 0,
"inset": true,
"spread": "1",
"x": 0,
"y": "0"
},
{
"color": "#000000",
"alpha": "0.3",
"blur": "1",
"inset": false,
"spread": 0,
"x": "1",
"y": "1"
}
],
"buttonPressed": [
{
"color": "#000000",
"alpha": 0.1,
"blur": "0",
"inset": true,
"spread": "50",
"x": 0,
"y": 0
},
{
"color": "#ffffff",
"alpha": 0.2,
"blur": 0,
"inset": true,
"spread": "1",
"x": 0,
"y": "0"
},
{
"color": "#000000",
"alpha": "0.3",
"blur": 0,
"inset": false,
"spread": 0,
"x": "1",
"y": "1"
}
],
"input": [
{
"color": "#FFFFFF",
"alpha": "0.2",
"blur": 0,
"inset": true,
"spread": "1",
"x": 0,
"y": "0"
}
]
},
"colors": {
"underlay": "#000000",
"bg": "#ffffff",
"fg": "#ffffff",
"cRed": "#990000",
"cGreen": "#006000",
"cOrange": "#e44e8c",
"cBlue": "#004f99",
"accent": "#811340",
"link": "#811340",
"text": "#000000",
"badgeNotification": "#ec7fac",
"badgeNotificationText": "#000000",
"alertNeutral": "#ffffff",
"alertNeutralText": "#000000",
"alertPopupNeutral": "#ffffff",
"alertPopupNeutralText": "#000000",
"alertSuccess": "#006000",
"alertSuccessText": "#000000",
"alertPopupSuccess": "#006000",
"alertPopupSuccessText": "#ffffff",
"alertWarning": "#ffc300",
"alertWarningText": "#000000",
"alertPopupWarning": "#ffc300",
"alertPopupWarningText": "#000000",
"alertError": "#ff4c4c",
"alertErrorText": "#000000",
"alertPopupError": "#ff4c4c",
"alertPopupErrorText": "#000000",
"panel": "#ffffff",
"panelText": "#000000",
"alertNeutralPanelText": "#000000",
"alertSuccessPanelText": "#000000",
"alertWarningPanelText": "#000000",
"alertErrorPanelText": "#000000",
"fgText": "#000000",
"topBar": "#ffffff",
"topBarText": "#000000",
"input": "#ddbbcc",
"inputTopbarText": "#000000",
"inputPanelText": "#000000",
"inputText": "#000000",
"btn": "#ec7fac",
"btnText": "#000000",
"btnTopBarText": "#000000",
"btnDisabled": "#fbdfeb",
"btnDisabledTopBarText": "#bca8b0",
"btnPanelText": "#000000",
"btnDisabledPanelText": "#bca8b0",
"btnDisabledText": "#bca8b0",
"btnToggled": "#f5bcd4",
"btnToggledTopBarText": "#000000",
"btnToggledPanelText": "#000000",
"btnToggledText": "#000000",
"btnPressed": "#f5bcd4",
"btnPressedTopBarText": "#000000",
"btnPressedTopBar": "#f5bcd4",
"btnPressedPanelText": "#000000",
"btnPressedPanel": "#f5bcd4",
"btnPressedText": "#000000",
"tabActiveText": "#000000",
"tabText": "#000000",
"tab": "#ec7fac",
"fgLink": "#811340",
"topBarLink": "#e44e8c",
"panelLink": "#811340",
"panelFaint": "#000000",
"icon": "#808080",
"poll": "#cda1b3",
"pollText": "#000000",
"border": "#fafafa",
"postCyantext": "#004f99",
"postGreentext": "#006000",
"postLink": "#811340",
"lightText": "#000000",
"popover": "#ffffff",
"selectedMenuPopover": "#f3f3f3",
"highlight": "#e7b7c7",
"highlightText": "#000000",
"selectedMenu": "#e5528f",
"selectedMenuText": "#000000",
"selectedMenuPopoverIcon": "#7a7a7a",
"highlightLink": "#300030",
"selectedMenuLink": "#300030",
"selectedMenuPopoverLink": "#300030",
"selectedMenuPopoverText": "#000000",
"faintLink": "#811340",
"highlightFaintLink": "#ed7eab",
"selectedMenuFaintLink": "#82133f",
"selectedMenuPopoverFaintLink": "#82133f",
"faint": "#000000",
"highlightFaintText": "#000000",
"selectedMenuFaintText": "#000000",
"selectedMenuPopoverFaintText": "#000000",
"highlightLightText": "#000000",
"selectedMenuLightText": "#000000",
"selectedMenuPopoverLightText": "#000000",
"selectedMenuIcon": "#732948",
"selectedPost": "#ec7fac",
"selectedPostText": "#000000",
"selectedPostIcon": "#764056",
"selectedPostLink": "#300030",
"selectedPostFaintLink": "#82133f",
"highlightPostLink": "#ed7eab",
"selectedPostPostLink": "#82133f",
"selectedPostLightText": "#000000",
"selectedPostFaintText": "#000000",
"popoverText": "#000000",
"popoverIcon": "#808080",
"popoverLink": "#811340",
"postFaintLink": "#811340",
"popoverPostFaintLink": "#811340",
"popoverFaintLink": "#811340",
"popoverFaintText": "#000000",
"popoverPostLink": "#811340",
"popoverLightText": "#000000",
"highlightIcon": "#764056",
"highlightPostFaintLink": "#ed7eab",
"profileTint": "#ffffff",
"profileBg": "#878e96",
"wallpaper": "#ffffff"
},
"opacity": {
"underlay": 0,
"bg": 0.97,
"alert": 0.5,
"alertPopup": 0.95,
"panel": 1,
"input": 0.5,
"btn": 1,
"faint": 0.5,
"border": 1,
"popover": 1,
"profileTint": 0.5
},
"radii": {
"btn": "4",
"input": "4",
"checkbox": "1",
"panel": "0",
"avatar": "3",
"avatarAlt": "4",
"tooltip": "4",
"attachment": "3"
},
"fonts": {
"interface": {
"family": "sans-serif"
},
"input": {
"family": "inherit"
},
"post": {
"family": "inherit"
},
"postCode": {
"family": "monospace"
}
}
},
"source": {
"themeEngineVersion": 3,
"fonts": {},
"shadows": {
"button": [
{
"alpha": "0.15",
"blur": "0",
"color": "#ffffff",
"inset": true,
"spread": "1",
"x": 0,
"y": "0"
},
{
"alpha": "0.3",
"blur": "1",
"color": "#000000",
"inset": false,
"spread": 0,
"x": "1",
"y": "1"
}
],
"buttonHover": [
{
"alpha": 1,
"blur": 0,
"color": "--link",
"inset": true,
"spread": "1",
"x": 0,
"y": "0"
},
{
"alpha": "0.3",
"blur": "1",
"color": "#000000",
"inset": false,
"spread": 0,
"x": "1",
"y": "1"
}
],
"buttonPressed": [
{
"alpha": 0.1,
"blur": "0",
"color": "--faint",
"inset": true,
"spread": "50",
"x": 0,
"y": 0
},
{
"alpha": 0.2,
"blur": 0,
"color": "#ffffff",
"inset": true,
"spread": "1",
"x": 0,
"y": "0"
},
{
"alpha": "0.3",
"blur": 0,
"color": "#000000",
"inset": false,
"spread": 0,
"x": "1",
"y": "1"
}
],
"input": [
{
"alpha": "0.2",
"blur": 0,
"color": "#FFFFFF",
"inset": true,
"spread": "1",
"x": 0,
"y": "0"
}
],
"panel": [
{
"alpha": 0.6,
"blur": "6",
"color": "#000000",
"spread": 0,
"x": "1",
"y": "2"
}
],
"panelHeader": [
{
"alpha": "0.1",
"blur": "40",
"color": "#ffffff",
"inset": true,
"spread": "-40",
"x": 0,
"y": "40"
},
{
"x": 0,
"y": 3,
"blur": "0",
"spread": 0,
"inset": false,
"color": "#ec7fac",
"alpha": "1"
}
],
"topBar": [
{
"x": 0,
"y": 3,
"blur": "0",
"spread": 0,
"color": "#ec7fac",
"alpha": "1",
"inset": false
}
]
},
"opacity": {
"bg": "0.97",
"underlay": "0"
},
"colors": {
"bg": "#ffffff",
"fg": "#ffffff",
"text": "#000000",
"accent": "#811340",
"cBlue": "#004f99",
"cRed": "#990000",
"cGreen": "#006000",
"cOrange": "#e44e8c",
"highlight": "#e7b7c7",
"highlightLink": "#300030",
"selectedMenu": "#e5528f",
"topBarLink": "#e44e8c",
"btn": "#ec7fac",
"btnPressed": "#f5bcd4",
"btnToggled": "#f5bcd4",
"input": "#ddbbcc",
"alertError": "#ff4c4c",
"alertWarning": "#ffc300",
"alertNeutral": "#ffffff",
"badgeNotification": "#ec7fac"
},
"radii": {
"btn": "4",
"input": "4",
"checkbox": "1",
"panel": "0",
"avatar": "3",
"avatarAlt": "4",
"tooltip": "4",
"attachment": "3"
}
}
}

408
static/themes/wonk.json Normal file
View File

@ -0,0 +1,408 @@
{
"_pleroma_theme_version": 2,
"name": "wonk",
"theme": {
"themeEngineVersion": 3,
"shadows": {
"panel": [
{
"color": "#ec7fac",
"alpha": 1,
"blur": 0,
"spread": 3,
"x": 0,
"y": 0,
"inset": true
}
],
"topBar": [
{
"color": "#ec7fac",
"x": 0,
"y": 0,
"blur": 0,
"spread": 3,
"alpha": 1,
"inset": false
}
],
"popup": [
{
"color": "#ec7fac",
"x": 0,
"y": 0,
"blur": 0,
"spread": 3,
"alpha": 1
}
],
"avatar": [
{
"x": 0,
"y": 1,
"blur": 8,
"spread": 0,
"color": "#000000",
"alpha": 0.7
}
],
"avatarStatus": [],
"panelHeader": [
{
"color": "#ec7fac",
"alpha": 1,
"blur": 0,
"inset": true,
"spread": 0,
"x": 0,
"y": "-3"
}
],
"button": [
{
"color": "#ec7fac",
"alpha": 1,
"blur": 0,
"inset": true,
"spread": 2,
"x": 0,
"y": 0
}
],
"buttonHover": [
{
"color": "#ec7fac",
"alpha": 1,
"blur": 0,
"inset": true,
"spread": 2,
"x": 0,
"y": 0
}
],
"buttonPressed": [
{
"color": "#ec7fac",
"alpha": 1,
"blur": 0,
"inset": true,
"spread": 2,
"x": 0,
"y": 0
}
],
"input": [
{
"color": "#ec7fac",
"alpha": 1,
"blur": 0,
"inset": false,
"spread": 2,
"x": 0,
"y": 0
}
]
},
"colors": {
"underlay": "#000000",
"bg": "#000000",
"fg": "#000000",
"cRed": "#ec7fac",
"cGreen": "#ec7fac",
"cOrange": "#ec7fac",
"cBlue": "#ec7fac",
"accent": "#ec7fac",
"link": "#ec7fac",
"text": "#ec7fac",
"badgeNotification": "#ec7fac",
"badgeNotificationText": "#000000",
"alertNeutral": "#ec7fac",
"alertNeutralText": "#000000",
"alertPopupNeutral": "#ec7fac",
"alertPopupNeutralText": "#000000",
"alertSuccess": "#ec7fac",
"alertSuccessText": "#000000",
"alertPopupSuccess": "#ec7fac",
"alertPopupSuccessText": "#000000",
"alertWarning": "#ec7fac",
"alertWarningText": "#000000",
"alertPopupWarning": "#ec7fac",
"alertPopupWarningText": "#000000",
"alertError": "#ec7fac",
"alertErrorText": "#000000",
"alertPopupError": "#ec7fac",
"alertPopupErrorText": "#000000",
"panel": "#000000",
"panelText": "#ec7fac",
"alertNeutralPanelText": "#000000",
"alertSuccessPanelText": "#000000",
"alertWarningPanelText": "#000000",
"alertErrorPanelText": "#000000",
"fgText": "#ec7fac",
"topBar": "#000000",
"topBarText": "#ec7fac",
"input": "#000000",
"inputTopbarText": "#ec7fac",
"inputPanelText": "#ec7fac",
"inputText": "#ec7fac",
"btn": "#000000",
"btnText": "#ec7fac",
"btnTopBarText": "#ec7fac",
"btnDisabled": "#000000",
"btnDisabledTopBarText": "#764056",
"btnPanelText": "#ec7fac",
"btnDisabledPanelText": "#764056",
"btnDisabledText": "#764056",
"btnToggled": "#000000",
"btnToggledTopBarText": "#ec7fac",
"btnToggledPanelText": "#ec7fac",
"btnToggledText": "#ec7fac",
"btnPressed": "#000000",
"btnPressedTopBarText": "#ec7fac",
"btnPressedTopBar": "#000000",
"btnPressedPanelText": "#ec7fac",
"btnPressedPanel": "#000000",
"btnPressedText": "#ec7fac",
"tabActiveText": "#ec7fac",
"tabText": "#ec7fac",
"tab": "#000000",
"fgLink": "#ec7fac",
"topBarLink": "#ec7fac",
"panelLink": "#ec7fac",
"panelFaint": "#ec7fac",
"icon": "#764056",
"poll": "#000000",
"pollText": "#ec7fac",
"border": "#ec7fac",
"postCyantext": "#ec7fac",
"postGreentext": "#ec7fac",
"postLink": "#ec7fac",
"lightText": "#fad8e6",
"popover": "#000000",
"selectedMenuPopover": "#0d0d0d",
"highlight": "#000000",
"highlightText": "#ec7fac",
"selectedMenu": "#000000",
"selectedMenuText": "#ec7fac",
"selectedMenuPopoverIcon": "#7d465d",
"highlightLink": "#ec7fac",
"selectedMenuLink": "#ec7fac",
"selectedMenuPopoverLink": "#ec7fac",
"selectedMenuPopoverText": "#ec7fac",
"faintLink": "#ec7fac",
"highlightFaintLink": "#ec7fac",
"selectedMenuFaintLink": "#ec7fac",
"selectedMenuPopoverFaintLink": "#ec7fac",
"faint": "#ec7fac",
"highlightFaintText": "#ec7fac",
"selectedMenuFaintText": "#ec7fac",
"selectedMenuPopoverFaintText": "#ec7fac",
"highlightLightText": "#fad8e6",
"selectedMenuLightText": "#fad8e6",
"selectedMenuPopoverLightText": "#fad8e6",
"selectedMenuIcon": "#764056",
"selectedPost": "#000000",
"selectedPostText": "#ec7fac",
"selectedPostIcon": "#764056",
"selectedPostLink": "#ec7fac",
"selectedPostFaintLink": "#ec7fac",
"highlightPostLink": "#ec7fac",
"selectedPostPostLink": "#ec7fac",
"selectedPostLightText": "#fad8e6",
"selectedPostFaintText": "#ec7fac",
"popoverText": "#ec7fac",
"popoverIcon": "#764056",
"popoverLink": "#ec7fac",
"postFaintLink": "#ec7fac",
"popoverPostFaintLink": "#ec7fac",
"popoverFaintLink": "#ec7fac",
"popoverFaintText": "#ec7fac",
"popoverPostLink": "#ec7fac",
"popoverLightText": "#fad8e6",
"highlightIcon": "#764056",
"highlightPostFaintLink": "#ec7fac",
"profileTint": "#000000",
"profileBg": "#000000",
"wallpaper": "#000000"
},
"opacity": {
"underlay": 0,
"bg": 1,
"alert": 1,
"alertPopup": 0.95,
"panel": 1,
"input": 1,
"btn": 1,
"faint": 0.5,
"border": 1,
"popover": 1,
"profileTint": 0.5
},
"radii": {
"btn": "0",
"input": "0",
"checkbox": "0",
"panel": "0",
"avatar": "0",
"avatarAlt": "0",
"tooltip": "0",
"attachment": "0"
},
"fonts": {
"interface": {
"family": "monospace"
},
"input": {
"family": "monospace"
},
"post": {
"family": "monospace"
},
"postCode": {
"family": "monospace"
}
}
},
"source": {
"themeEngineVersion": 3,
"fonts": {
"interface": {
"family": "monospace"
},
"input": {
"family": "monospace"
},
"post": {
"family": "monospace"
}
},
"shadows": {
"button": [
{
"alpha": 1,
"blur": 0,
"color": "#ec7fac",
"inset": true,
"spread": 2,
"x": 0,
"y": 0
}
],
"buttonHover": [
{
"alpha": 1,
"blur": 0,
"color": "#ec7fac",
"inset": true,
"spread": 2,
"x": 0,
"y": 0
}
],
"buttonPressed": [
{
"alpha": 1,
"blur": 0,
"color": "#ec7fac",
"inset": true,
"spread": 2,
"x": 0,
"y": 0
}
],
"input": [
{
"alpha": 1,
"blur": 0,
"color": "#ec7fac",
"inset": false,
"spread": 2,
"x": 0,
"y": 0
}
],
"panel": [
{
"alpha": 1,
"blur": 0,
"color": "#ec7fac",
"spread": 3,
"x": 0,
"y": 0,
"inset": true
}
],
"panelHeader": [
{
"alpha": 1,
"blur": 0,
"color": "#ec7fac",
"inset": true,
"spread": 0,
"x": 0,
"y": "-3"
}
],
"topBar": [
{
"x": 0,
"y": 0,
"blur": 0,
"spread": 3,
"color": "#ec7fac",
"alpha": 1,
"inset": false
}
],
"popup": [
{
"x": 0,
"y": 0,
"blur": 0,
"spread": 3,
"color": "#ec7fac",
"alpha": 1
}
]
},
"opacity": {
"bg": 1,
"underlay": 0,
"faint": "0.7",
"input": 1,
"alert": 1
},
"colors": {
"bg": "#000000",
"fg": "#000000",
"text": "#ec7fac",
"accent": "#ec7fac",
"cBlue": "#ec7fac",
"cRed": "#ec7fac",
"cGreen": "#ec7fac",
"cOrange": "#ec7fac",
"highlight": "#000000",
"selectedMenu": "#000000",
"border": "#ec7fac",
"poll": "#000000",
"icon": "#764056",
"btnToggled": "#000000",
"btnDisabledText": "#764056",
"btnDisabledPanelText": "#764056",
"btnDisabledTopBarText": "#764056",
"alertError": "#ec7fac",
"alertWarning": "#ec7fac",
"alertNeutral": "#ec7fac"
},
"radii": {
"btn": "0",
"input": "0",
"checkbox": "0",
"panel": "0",
"avatar": "0",
"avatarAlt": "0",
"tooltip": "0",
"attachment": "0"
}
}
}

471
static/themes/wood.json Normal file
View File

@ -0,0 +1,471 @@
{
"_pleroma_theme_version": 2,
"name": "wood",
"theme": {
"themeEngineVersion": 3,
"shadows": {
"panel": [
{
"color": "#000000",
"alpha": 0.6,
"blur": "6",
"spread": 0,
"x": "1",
"y": "2"
}
],
"topBar": [
{
"color": "#e5528f",
"x": 0,
"y": "4",
"blur": "0",
"spread": "0",
"alpha": "1"
}
],
"popup": [
{
"x": 2,
"y": 2,
"blur": 3,
"spread": 0,
"color": "#000000",
"alpha": 0.5
}
],
"avatar": [
{
"x": 0,
"y": 1,
"blur": 8,
"spread": 0,
"color": "#000000",
"alpha": 0.7
}
],
"avatarStatus": [],
"panelHeader": [
{
"color": "#000000",
"alpha": "0.1",
"blur": "40",
"inset": true,
"spread": "-40",
"x": 0,
"y": "20"
},
{
"color": "#ff009a",
"x": 0,
"y": 3,
"blur": "0",
"spread": "0",
"inset": false,
"alpha": "1"
}
],
"button": [
{
"color": "#ffffff",
"alpha": "0.15",
"blur": "0",
"inset": true,
"spread": "1",
"x": 0,
"y": "0"
},
{
"color": "#000000",
"alpha": "0.3",
"blur": "1",
"inset": false,
"spread": 0,
"x": "1",
"y": "1"
}
],
"buttonHover": [
{
"color": "#ff009a",
"alpha": 1,
"blur": 0,
"inset": true,
"spread": "1",
"x": 0,
"y": "0"
},
{
"color": "#ff009a",
"alpha": "0.3",
"blur": "1",
"inset": false,
"spread": 0,
"x": "1",
"y": "1"
}
],
"buttonPressed": [
{
"color": "#adef00",
"alpha": 0.5,
"blur": "0",
"inset": true,
"spread": "50",
"x": 0,
"y": 0
},
{
"color": "#ffffff",
"alpha": 0.2,
"blur": 0,
"inset": true,
"spread": "1",
"x": 0,
"y": "0"
},
{
"color": "#000000",
"alpha": "0.3",
"blur": "2",
"inset": false,
"spread": 0,
"x": "1",
"y": "1"
}
],
"input": [
{
"color": "#FFFFFF",
"alpha": "0.2",
"blur": 0,
"inset": true,
"spread": "1",
"x": 0,
"y": "0"
}
]
},
"colors": {
"underlay": "#000000",
"bg": "#333333",
"fg": "#474747",
"cRed": "#ff009a",
"cGreen": "#ff009a",
"cOrange": "#ff009a",
"cBlue": "#ff009a",
"accent": "#ff009a",
"link": "#ff009a",
"text": "#adef00",
"badgeNotification": "#ec7fac",
"badgeNotificationText": "#000000",
"alertNeutral": "#ffffff",
"alertNeutralText": "#000000",
"alertPopupNeutral": "#ffffff",
"alertPopupNeutralText": "#000000",
"alertSuccess": "#ff009a",
"alertSuccessText": "#adef00",
"alertPopupSuccess": "#ff009a",
"alertPopupSuccessText": "#ffffff",
"alertWarning": "#ec7fac",
"alertWarningText": "#ffffff",
"alertPopupWarning": "#ec7fac",
"alertPopupWarningText": "#000000",
"alertError": "#ff4c4c",
"alertErrorText": "#adef00",
"alertPopupError": "#ff4c4c",
"alertPopupErrorText": "#ffffff",
"panel": "#474747",
"panelText": "#adef00",
"alertNeutralPanelText": "#000000",
"alertSuccessPanelText": "#adef00",
"alertWarningPanelText": "#ffffff",
"alertErrorPanelText": "#bdff11",
"fgText": "#adef00",
"topBar": "#474747",
"topBarText": "#adef00",
"input": "#ec7fac",
"inputTopbarText": "#ffffff",
"inputPanelText": "#ffffff",
"inputText": "#ffffff",
"btn": "#ec7fac",
"btnText": "#000000",
"btnTopBarText": "#000000",
"btnDisabled": "#624652",
"btnDisabledTopBarText": "#49353d",
"btnPanelText": "#000000",
"btnDisabledPanelText": "#49353d",
"btnDisabledText": "#49353d",
"btnToggled": "#f5bcd4",
"btnToggledTopBarText": "#000000",
"btnToggledPanelText": "#000000",
"btnToggledText": "#000000",
"btnPressed": "#f5bcd4",
"btnPressedTopBarText": "#000000",
"btnPressedTopBar": "#f5bcd4",
"btnPressedPanelText": "#000000",
"btnPressedPanel": "#f5bcd4",
"btnPressedText": "#000000",
"tabActiveText": "#adef00",
"tabText": "#000000",
"tab": "#ec7fac",
"fgLink": "#ff0099",
"topBarLink": "#e44e8c",
"panelLink": "#ff0097",
"panelFaint": "#adef00",
"icon": "#70911a",
"poll": "#851f5d",
"pollText": "#adef00",
"border": "#4d4d4d",
"postCyantext": "#ff0099",
"postGreentext": "#ff0099",
"postLink": "#ff0099",
"lightText": "#d0ff56",
"popover": "#333333",
"selectedMenuPopover": "#404040",
"highlight": "#ec7fac",
"highlightText": "#000000",
"selectedMenu": "#e5528f",
"selectedMenuText": "#adef00",
"selectedMenuPopoverIcon": "#779820",
"highlightLink": "#ff0099",
"selectedMenuLink": "#ff0097",
"selectedMenuPopoverLink": "#ff0096",
"selectedMenuPopoverText": "#adef00",
"faintLink": "#ff009a",
"highlightFaintLink": "#ff0099",
"selectedMenuFaintLink": "#ff0097",
"selectedMenuPopoverFaintLink": "#ff0096",
"faint": "#adef00",
"highlightFaintText": "#000000",
"selectedMenuFaintText": "#000000",
"selectedMenuPopoverFaintText": "#ffffff",
"highlightLightText": "#000000",
"selectedMenuLightText": "#000000",
"selectedMenuPopoverLightText": "#ffffff",
"selectedMenuIcon": "#c9a148",
"selectedPost": "#ec7fac",
"selectedPostText": "#000000",
"selectedPostIcon": "#764056",
"selectedPostLink": "#ff0097",
"selectedPostFaintLink": "#ff0097",
"highlightPostLink": "#ff0097",
"selectedPostPostLink": "#ff0096",
"selectedPostLightText": "#000000",
"selectedPostFaintText": "#000000",
"popoverText": "#adef00",
"popoverIcon": "#70911a",
"popoverLink": "#ff0099",
"postFaintLink": "#ff0099",
"popoverPostFaintLink": "#ff0097",
"popoverFaintLink": "#ff0099",
"popoverFaintText": "#adef00",
"popoverPostLink": "#ff0097",
"popoverLightText": "#d0ff56",
"highlightIcon": "#764056",
"highlightPostFaintLink": "#ff0097",
"profileTint": "#333333",
"profileBg": "#1b1c1e",
"wallpaper": "#2e2e2e"
},
"opacity": {
"underlay": 0,
"bg": 0.97,
"alert": 0.5,
"alertPopup": 0.95,
"panel": 1,
"input": 0.5,
"btn": 1,
"faint": 0.5,
"border": 1,
"popover": 1,
"profileTint": 0.5
},
"radii": {
"btn": "4",
"input": "4",
"checkbox": "1",
"panel": "0",
"avatar": "3",
"avatarAlt": "4",
"tooltip": "4",
"attachment": "3"
},
"fonts": {
"interface": {
"family": "sans-serif"
},
"input": {
"family": "inherit"
},
"post": {
"family": "inherit"
},
"postCode": {
"family": "monospace"
}
}
},
"source": {
"themeEngineVersion": 3,
"fonts": {},
"shadows": {
"button": [
{
"alpha": "0.15",
"blur": "0",
"color": "#ffffff",
"inset": true,
"spread": "1",
"x": 0,
"y": "0"
},
{
"alpha": "0.3",
"blur": "1",
"color": "#000000",
"inset": false,
"spread": 0,
"x": "1",
"y": "1"
}
],
"buttonHover": [
{
"alpha": 1,
"blur": 0,
"color": "--link",
"inset": true,
"spread": "1",
"x": 0,
"y": "0"
},
{
"alpha": "0.3",
"blur": "1",
"color": "--link",
"inset": false,
"spread": 0,
"x": "1",
"y": "1"
}
],
"buttonPressed": [
{
"alpha": 0.5,
"blur": "0",
"color": "--faint",
"inset": true,
"spread": "50",
"x": 0,
"y": 0
},
{
"alpha": 0.2,
"blur": 0,
"color": "#ffffff",
"inset": true,
"spread": "1",
"x": 0,
"y": "0"
},
{
"alpha": "0.3",
"blur": "2",
"color": "#000000",
"inset": false,
"spread": 0,
"x": "1",
"y": "1"
}
],
"input": [
{
"alpha": "0.2",
"blur": 0,
"color": "#FFFFFF",
"inset": true,
"spread": "1",
"x": 0,
"y": "0"
}
],
"panel": [
{
"alpha": 0.6,
"blur": "6",
"color": "#000000",
"spread": 0,
"x": "1",
"y": "2"
}
],
"panelHeader": [
{
"alpha": "0.1",
"blur": "40",
"color": "#000000",
"inset": true,
"spread": "-40",
"x": 0,
"y": "20"
},
{
"x": 0,
"y": 3,
"blur": "0",
"spread": "0",
"inset": false,
"color": "--link",
"alpha": "1"
}
],
"topBar": [
{
"x": 0,
"y": "4",
"blur": "0",
"spread": "0",
"color": "#e5528f",
"alpha": "1"
}
]
},
"opacity": {
"bg": "0.97",
"underlay": "0"
},
"colors": {
"bg": "#333333",
"fg": "#474747",
"text": "#adef00",
"accent": "#ff009a",
"cBlue": "#ff009a",
"cRed": "#ff009a",
"cGreen": "#ff009a",
"cOrange": "#ff009a",
"highlight": "#ec7fac",
"selectedMenu": "#e5528f",
"selectedMenuText": "#adef00",
"topBarLink": "#e44e8c",
"btn": "#ec7fac",
"btnPressed": "#f5bcd4",
"btnToggled": "#f5bcd4",
"input": "#ec7fac",
"alertError": "#ff4c4c",
"alertWarning": "#ec7fac",
"alertNeutral": "#ffffff",
"badgeNotification": "#ec7fac"
},
"radii": {
"btn": "4",
"input": "4",
"checkbox": "1",
"panel": "0",
"avatar": "3",
"avatarAlt": "4",
"tooltip": "4",
"attachment": "3"
}
}
}

441
static/themes/worm.json Normal file
View File

@ -0,0 +1,441 @@
{
"_pleroma_theme_version": 2,
"name": "worm",
"theme": {
"themeEngineVersion": 3,
"shadows": {
"panel": [
{
"color": "#000000",
"alpha": 0.6,
"blur": "6",
"spread": 0,
"x": "1",
"y": "2"
}
],
"topBar": [
{
"x": 0,
"y": 0,
"blur": 4,
"spread": 0,
"color": "#000000",
"alpha": 0.6
}
],
"popup": [
{
"x": 2,
"y": 2,
"blur": 3,
"spread": 0,
"color": "#000000",
"alpha": 0.5
}
],
"avatar": [
{
"x": 0,
"y": 1,
"blur": 8,
"spread": 0,
"color": "#000000",
"alpha": 0.7
}
],
"avatarStatus": [],
"panelHeader": [
{
"color": "#ffffff",
"alpha": "0.1",
"blur": "40",
"inset": true,
"spread": "-40",
"x": 0,
"y": "40"
}
],
"button": [
{
"color": "#ffffff",
"alpha": "0.15",
"blur": "0",
"inset": true,
"spread": "1",
"x": 0,
"y": "0"
},
{
"color": "#000000",
"alpha": "0.3",
"blur": "1",
"inset": false,
"spread": 0,
"x": "1",
"y": "1"
}
],
"buttonHover": [
{
"color": "#ec7fac",
"alpha": 1,
"blur": 0,
"inset": true,
"spread": "1",
"x": 0,
"y": "0"
},
{
"color": "#ec7fac",
"alpha": "0.25",
"blur": "9",
"inset": false,
"spread": 0,
"x": "0",
"y": "0"
}
],
"buttonPressed": [
{
"color": "#ffffff",
"alpha": 0.1,
"blur": "0",
"inset": true,
"spread": "50",
"x": 0,
"y": 0
},
{
"color": "#ec7fac",
"alpha": 1,
"blur": 0,
"inset": true,
"spread": 1,
"x": 0,
"y": 0
},
{
"color": "#ec7fac",
"alpha": "0.25",
"blur": 9,
"inset": false,
"spread": 0,
"x": 0,
"y": 0
}
],
"input": [
{
"color": "#FFFFFF",
"alpha": "0.2",
"blur": 0,
"inset": true,
"spread": "1",
"x": 0,
"y": "0"
}
]
},
"colors": {
"underlay": "#000000",
"bg": "#000000",
"fg": "#101010",
"cRed": "#ff4d4d",
"cGreen": "#80ff80",
"cOrange": "#ec7fac",
"cBlue": "#66b5ff",
"accent": "#ec7fac",
"link": "#ec7fac",
"text": "#ffffff",
"badgeNotification": "#ec7fac",
"badgeNotificationText": "#000000",
"alertNeutral": "#000000",
"alertNeutralText": "#ffffff",
"alertPopupNeutral": "#000000",
"alertPopupNeutralText": "#ffffff",
"alertSuccess": "#80ff80",
"alertSuccessText": "#ffffff",
"alertPopupSuccess": "#80ff80",
"alertPopupSuccessText": "#000000",
"alertWarning": "#ec7fac",
"alertWarningText": "#ffffff",
"alertPopupWarning": "#ec7fac",
"alertPopupWarningText": "#000000",
"alertError": "#ff4d4d",
"alertErrorText": "#ffffff",
"alertPopupError": "#ff4d4d",
"alertPopupErrorText": "#000000",
"panel": "#101010",
"panelText": "#ec7fac",
"alertNeutralPanelText": "#ec7fac",
"alertSuccessPanelText": "#ffffff",
"alertWarningPanelText": "#ffffff",
"alertErrorPanelText": "#ffffff",
"fgText": "#ffffff",
"topBar": "#101010",
"topBarText": "#ffffff",
"input": "#101010",
"inputTopbarText": "#ffffff",
"inputPanelText": "#ec7fac",
"inputText": "#ffffff",
"btn": "#101010",
"btnText": "#ec7fac",
"btnTopBarText": "#ec7fac",
"btnDisabled": "#040404",
"btnDisabledTopBarText": "#3e232e",
"btnPanelText": "#ec7fac",
"btnDisabledPanelText": "#3e232e",
"btnDisabledText": "#3e232e",
"btnToggled": "#434343",
"btnToggledTopBarText": "#ffffff",
"btnToggledPanelText": "#ffffff",
"btnToggledText": "#ffffff",
"btnPressed": "#101010",
"btnPressedTopBarText": "#f5bcd4",
"btnPressedTopBar": "#101010",
"btnPressedPanelText": "#f5bcd4",
"btnPressedPanel": "#101010",
"btnPressedText": "#f5bcd4",
"tabActiveText": "#ec7fac",
"tabText": "#ec7fac",
"tab": "#101010",
"fgLink": "#ec7fac",
"topBarLink": "#ec7fac",
"panelLink": "#ec7fac",
"panelFaint": "#ffffff",
"icon": "#808080",
"poll": "#5f3345",
"pollText": "#ffffff",
"border": "#161616",
"postCyantext": "#66b5ff",
"postGreentext": "#80ff80",
"postLink": "#ec7fac",
"lightText": "#ffffff",
"popover": "#000000",
"selectedMenuPopover": "#0d0d0d",
"highlight": "#0d0d0d",
"highlightText": "#ffffff",
"selectedMenu": "#0d0d0d",
"selectedMenuText": "#f5bcd4",
"selectedMenuPopoverIcon": "#816571",
"highlightLink": "#ec7fac",
"selectedMenuLink": "#f5bcd4",
"selectedMenuPopoverLink": "#f5bcd4",
"selectedMenuPopoverText": "#f5bcd4",
"faintLink": "#ec7fac",
"highlightFaintLink": "#ec7fac",
"selectedMenuFaintLink": "#ec7fac",
"selectedMenuPopoverFaintLink": "#ec7fac",
"faint": "#ffffff",
"highlightFaintText": "#ffffff",
"selectedMenuFaintText": "#ffffff",
"selectedMenuPopoverFaintText": "#ffffff",
"highlightLightText": "#ffffff",
"selectedMenuLightText": "#ffffff",
"selectedMenuPopoverLightText": "#ffffff",
"selectedMenuIcon": "#816571",
"selectedPost": "#0d0d0d",
"selectedPostText": "#ffffff",
"selectedPostIcon": "#868686",
"selectedPostLink": "#ec7fac",
"selectedPostFaintLink": "#ec7fac",
"highlightPostLink": "#ec7fac",
"selectedPostPostLink": "#ec7fac",
"selectedPostLightText": "#ffffff",
"selectedPostFaintText": "#ffffff",
"popoverText": "#ffffff",
"popoverIcon": "#808080",
"popoverLink": "#ec7fac",
"postFaintLink": "#ec7fac",
"popoverPostFaintLink": "#ec7fac",
"popoverFaintLink": "#ec7fac",
"popoverFaintText": "#ffffff",
"popoverPostLink": "#ec7fac",
"popoverLightText": "#ffffff",
"highlightIcon": "#868686",
"highlightPostFaintLink": "#ec7fac",
"profileTint": "#000000",
"profileBg": "#000000",
"wallpaper": "#000000"
},
"opacity": {
"underlay": 0,
"bg": 0.97,
"alert": 0.5,
"alertPopup": 0.95,
"panel": 1,
"input": 0.5,
"btn": 1,
"faint": 0.5,
"border": 1,
"popover": 1,
"profileTint": 0.5
},
"radii": {
"btn": "4",
"input": "4",
"checkbox": "1",
"panel": "0",
"avatar": "3",
"avatarAlt": "4",
"tooltip": "4",
"attachment": "3"
},
"fonts": {
"interface": {
"family": "sans-serif"
},
"input": {
"family": "inherit"
},
"post": {
"family": "inherit"
},
"postCode": {
"family": "monospace"
}
}
},
"source": {
"themeEngineVersion": 3,
"fonts": {},
"shadows": {
"button": [
{
"alpha": "0.15",
"blur": "0",
"color": "#ffffff",
"inset": true,
"spread": "1",
"x": 0,
"y": "0"
},
{
"alpha": "0.3",
"blur": "1",
"color": "#000000",
"inset": false,
"spread": 0,
"x": "1",
"y": "1"
}
],
"buttonHover": [
{
"alpha": 1,
"blur": 0,
"color": "--link",
"inset": true,
"spread": "1",
"x": 0,
"y": "0"
},
{
"alpha": "0.25",
"blur": "9",
"color": "--link",
"inset": false,
"spread": 0,
"x": "0",
"y": "0"
}
],
"buttonPressed": [
{
"alpha": 0.1,
"blur": "0",
"color": "--faint",
"inset": true,
"spread": "50",
"x": 0,
"y": 0
},
{
"alpha": 1,
"blur": 0,
"color": "--link",
"inset": true,
"spread": 1,
"x": 0,
"y": 0
},
{
"alpha": "0.25",
"blur": 9,
"color": "--link",
"inset": false,
"spread": 0,
"x": 0,
"y": 0
}
],
"input": [
{
"alpha": "0.2",
"blur": 0,
"color": "#FFFFFF",
"inset": true,
"spread": "1",
"x": 0,
"y": "0"
}
],
"panel": [
{
"alpha": 0.6,
"blur": "6",
"color": "#000000",
"spread": 0,
"x": "1",
"y": "2"
}
],
"panelHeader": [
{
"alpha": "0.1",
"blur": "40",
"color": "#ffffff",
"inset": true,
"spread": "-40",
"x": 0,
"y": "40"
}
]
},
"opacity": {
"bg": "0.97",
"underlay": "0"
},
"colors": {
"bg": "#000000",
"fg": "#101010",
"text": "#ffffff",
"accent": "#ec7fac",
"cBlue": "#66b5ff",
"cRed": "#ff4d4d",
"cGreen": "#80ff80",
"cOrange": "#ec7fac",
"selectedMenuText": "#f5bcd4",
"selectedMenuLink": "#f5bcd4",
"panelText": "#ec7fac",
"tabActiveText": "#ec7fac",
"btnText": "#ec7fac",
"btnPressedText": "#f5bcd4",
"btnPressedPanelText": "#f5bcd4",
"btnPressedTopBarText": "#f5bcd4",
"alertNeutral": "#000000",
"badgeNotification": "#ec7fac"
},
"radii": {
"btn": "4",
"input": "4",
"checkbox": "1",
"panel": "0",
"avatar": "3",
"avatarAlt": "4",
"tooltip": "4",
"attachment": "3"
}
}
}

509
static/themes/wvwl.json Normal file
View File

@ -0,0 +1,509 @@
{
"_pleroma_theme_version": 2,
"name": "wvwl",
"theme": {
"themeEngineVersion": 3,
"shadows": {
"panel": [
{
"color": "#000000",
"alpha": "0.666",
"blur": "6",
"spread": 0,
"x": "1",
"y": "2"
},
{
"color": "#ff0011",
"x": 0,
"y": 0,
"blur": "20",
"spread": -9,
"inset": false,
"alpha": "0.666"
}
],
"topBar": [
{
"color": "#4b0500",
"x": 0,
"y": -33,
"blur": 40,
"spread": -40,
"alpha": "0.69",
"inset": true
},
{
"color": "#4b0500",
"x": 0,
"y": 33,
"blur": 40,
"spread": -40,
"inset": true,
"alpha": "0.69"
}
],
"popup": [
{
"x": 2,
"y": 2,
"blur": 3,
"spread": 0,
"color": "#000000",
"alpha": 0.5
}
],
"avatar": [
{
"color": "#ff0011",
"x": 0,
"y": 1,
"blur": 8,
"spread": 0,
"alpha": 0.7
}
],
"avatarStatus": [],
"panelHeader": [
{
"color": "#000000",
"alpha": "1",
"blur": "40",
"inset": true,
"spread": "-20",
"x": 0,
"y": -40
}
],
"button": [
{
"color": "#ffffff",
"alpha": "0.15",
"blur": "0",
"inset": true,
"spread": "1",
"x": 0,
"y": "0"
},
{
"color": "#000000",
"alpha": "0.3",
"blur": "1",
"inset": false,
"spread": 0,
"x": "1",
"y": "1"
}
],
"buttonHover": [
{
"color": "#ff1122",
"alpha": 1,
"blur": 0,
"inset": true,
"spread": "1",
"x": 0,
"y": "0"
},
{
"color": "#ff1122",
"alpha": "1",
"blur": "9",
"inset": false,
"spread": 0,
"x": "0",
"y": "0"
}
],
"buttonPressed": [
{
"color": "#ffffff",
"alpha": 0.1,
"blur": "0",
"inset": true,
"spread": "50",
"x": 0,
"y": 0
},
{
"color": "#ff1122",
"alpha": 1,
"blur": 0,
"inset": true,
"spread": 1,
"x": 0,
"y": 0
},
{
"color": "#ff1122",
"alpha": "0.25",
"blur": 9,
"inset": false,
"spread": 0,
"x": 0,
"y": 0
}
],
"input": [
{
"color": "#ff0011",
"x": 0,
"y": 0,
"blur": "0",
"spread": 1,
"inset": false,
"alpha": "0.333"
}
]
},
"colors": {
"underlay": "#000000",
"bg": "#000000",
"fg": "#000000",
"cRed": "#ff0011",
"cGreen": "#66cc00",
"cOrange": "#cc3300",
"cBlue": "#aa00ff",
"accent": "#ff0011",
"link": "#ff1122",
"text": "#ffffff",
"badgeNotification": "#ff0011",
"badgeNotificationText": "#4b0500",
"alertNeutral": "#4b0500",
"alertNeutralText": "#ffffff",
"alertPopupNeutral": "#4b0500",
"alertPopupNeutralText": "#ffffff",
"alertSuccess": "#66cc00",
"alertSuccessText": "#ffffff",
"alertPopupSuccess": "#66cc00",
"alertPopupSuccessText": "#000000",
"alertWarning": "#cc3300",
"alertWarningText": "#ffffff",
"alertPopupWarning": "#cc3300",
"alertPopupWarningText": "#ffffff",
"alertError": "#ff0011",
"alertErrorText": "#ffffff",
"alertPopupError": "#ff0011",
"alertPopupErrorText": "#000000",
"panel": "#4b0500",
"panelText": "#ffffff",
"alertNeutralPanelText": "#ffffff",
"alertSuccessPanelText": "#ffffff",
"alertWarningPanelText": "#ffffff",
"alertErrorPanelText": "#ffffff",
"fgText": "#ffffff",
"topBar": "#000000",
"topBarText": "#ffffff",
"input": "#4b0500",
"inputTopbarText": "#ffffff",
"inputPanelText": "#ffffff",
"inputText": "#ffffff",
"btn": "#4b0500",
"btnText": "#ffffff",
"btnTopBarText": "#ffffff",
"btnDisabled": "#130200",
"btnDisabledTopBarText": "#4e4140",
"btnPanelText": "#ffffff",
"btnDisabledPanelText": "#4e4140",
"btnDisabledText": "#4e4140",
"btnToggled": "#b10c00",
"btnToggledTopBarText": "#ffffff",
"btnToggledPanelText": "#ffffff",
"btnToggledText": "#ffffff",
"btnPressed": "#4b0500",
"btnPressedTopBarText": "#ffffff",
"btnPressedTopBar": "#4b0500",
"btnPressedPanelText": "#ffffff",
"btnPressedPanel": "#4b0500",
"btnPressedText": "#ffffff",
"tabActiveText": "#ffffff",
"tabText": "#ffffff",
"tab": "#4b0500",
"fgLink": "#ff1122",
"topBarLink": "#e10f00",
"panelLink": "#ee0010",
"panelFaint": "#ffffff",
"icon": "#808080",
"poll": "#660007",
"pollText": "#ffffff",
"border": "#060606",
"postCyantext": "#aa00ff",
"postGreentext": "#66cc00",
"postLink": "#ff1122",
"lightText": "#ffffff",
"popover": "#000000",
"selectedMenuPopover": "#0d0d0d",
"highlight": "#0d0d0d",
"highlightText": "#ffffff",
"selectedMenu": "#0d0d0d",
"selectedMenuText": "#ffffff",
"selectedMenuPopoverIcon": "#868686",
"highlightLink": "#ff1122",
"selectedMenuLink": "#ff1122",
"selectedMenuPopoverLink": "#ff1122",
"selectedMenuPopoverText": "#ffffff",
"faintLink": "#ff1122",
"highlightFaintLink": "#ff1122",
"selectedMenuFaintLink": "#ff1122",
"selectedMenuPopoverFaintLink": "#ff1122",
"faint": "#ffffff",
"highlightFaintText": "#ffffff",
"selectedMenuFaintText": "#ffffff",
"selectedMenuPopoverFaintText": "#ffffff",
"highlightLightText": "#ffffff",
"selectedMenuLightText": "#ffffff",
"selectedMenuPopoverLightText": "#ffffff",
"selectedMenuIcon": "#868686",
"selectedPost": "#0d0d0d",
"selectedPostText": "#ffffff",
"selectedPostIcon": "#868686",
"selectedPostLink": "#ff1122",
"selectedPostFaintLink": "#ff1122",
"highlightPostLink": "#ff1122",
"selectedPostPostLink": "#ff1122",
"selectedPostLightText": "#ffffff",
"selectedPostFaintText": "#ffffff",
"popoverText": "#ffffff",
"popoverIcon": "#808080",
"popoverLink": "#ff1122",
"postFaintLink": "#ff1122",
"popoverPostFaintLink": "#ff1122",
"popoverFaintLink": "#ff1122",
"popoverFaintText": "#ffffff",
"popoverPostLink": "#ff1122",
"popoverLightText": "#ffffff",
"highlightIcon": "#868686",
"highlightPostFaintLink": "#ff1122",
"profileTint": "#000000",
"profileBg": "#000000",
"wallpaper": "#000000"
},
"opacity": {
"underlay": 0,
"bg": 0.97,
"alert": 0.5,
"alertPopup": 0.95,
"panel": 1,
"input": 0.5,
"btn": 1,
"faint": 0.5,
"border": 1,
"popover": 1,
"profileTint": 0.5
},
"radii": {
"btn": "0",
"input": "0",
"checkbox": "0",
"panel": "0",
"avatar": "0",
"avatarAlt": "0",
"tooltip": "0",
"attachment": "0"
},
"fonts": {
"interface": {
"family": "serif"
},
"input": {
"family": "serif"
},
"post": {
"family": "serif"
},
"postCode": {
"family": "serif"
}
}
},
"source": {
"themeEngineVersion": 3,
"fonts": {
"postCode": {
"family": "serif"
},
"input": {
"family": "serif"
},
"post": {
"family": "serif"
},
"interface": {
"family": "serif"
}
},
"shadows": {
"button": [
{
"alpha": "0.15",
"blur": "0",
"color": "#ffffff",
"inset": true,
"spread": "1",
"x": 0,
"y": "0"
},
{
"alpha": "0.3",
"blur": "1",
"color": "#000000",
"inset": false,
"spread": 0,
"x": "1",
"y": "1"
}
],
"buttonHover": [
{
"alpha": 1,
"blur": 0,
"color": "--link",
"inset": true,
"spread": "1",
"x": 0,
"y": "0"
},
{
"alpha": "1",
"blur": "9",
"color": "--link",
"inset": false,
"spread": 0,
"x": "0",
"y": "0"
}
],
"buttonPressed": [
{
"alpha": 0.1,
"blur": "0",
"color": "--faint",
"inset": true,
"spread": "50",
"x": 0,
"y": 0
},
{
"alpha": 1,
"blur": 0,
"color": "--link",
"inset": true,
"spread": 1,
"x": 0,
"y": 0
},
{
"alpha": "0.25",
"blur": 9,
"color": "--link",
"inset": false,
"spread": 0,
"x": 0,
"y": 0
}
],
"panel": [
{
"alpha": "0.666",
"blur": "6",
"color": "#000000",
"spread": 0,
"x": "1",
"y": "2"
},
{
"x": 0,
"y": 0,
"blur": "20",
"spread": -9,
"inset": false,
"color": "#ff0011",
"alpha": "0.666"
}
],
"panelHeader": [
{
"alpha": "1",
"blur": "40",
"color": "#000000",
"inset": true,
"spread": "-20",
"x": 0,
"y": -40
}
],
"topBar": [
{
"x": 0,
"y": -33,
"blur": 40,
"spread": -40,
"color": "#4b0500",
"alpha": "0.69",
"inset": true
},
{
"x": 0,
"y": 33,
"blur": 40,
"spread": -40,
"inset": true,
"color": "#4b0500",
"alpha": "0.69"
}
],
"avatar": [
{
"x": 0,
"y": 1,
"blur": 8,
"spread": 0,
"color": "#ff0011",
"alpha": 0.7
}
],
"input": [
{
"x": 0,
"y": 0,
"blur": "0",
"spread": 1,
"inset": false,
"color": "#ff0011",
"alpha": "0.333"
}
]
},
"opacity": {
"bg": "0.97",
"underlay": "0"
},
"colors": {
"bg": "#000000",
"fg": "#000000",
"text": "#ffffff",
"link": "#ff1122",
"accent": "#ff0011",
"cBlue": "#aa00ff",
"cRed": "#ff0011",
"cGreen": "#66cc00",
"cOrange": "#cc3300",
"panel": "#4b0500",
"topBarLink": "#e10f00",
"btn": "#4b0500",
"input": "#4b0500",
"alertNeutral": "#4b0500",
"badgeNotificationText": "#4b0500"
},
"radii": {
"btn": "0",
"input": "0",
"checkbox": "0",
"panel": "0",
"avatar": "0",
"avatarAlt": "0",
"tooltip": "0",
"attachment": "0"
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 238 KiB