Created
August 4, 2021 19:36
-
-
Save Omega9/8f068a81e868997faf1d26ba1c9f6824 to your computer and use it in GitHub Desktop.
Vulpes Nord theme for Pleroma
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"_pleroma_theme_version": 2, | |
"theme": { | |
"themeEngineVersion": 3, | |
"shadows": { | |
"panel": [ | |
{ | |
"color": "#000000", | |
"x": 0, | |
"y": "10", | |
"blur": "20", | |
"spread": 0, | |
"inset": false, | |
"alpha": "0.25" | |
} | |
], | |
"topBar": [ | |
{ | |
"color": "#000000", | |
"x": 0, | |
"y": "5", | |
"blur": "10", | |
"spread": 0, | |
"alpha": "0.5" | |
} | |
], | |
"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": "#282e35", | |
"x": 0, | |
"y": "1", | |
"blur": 0, | |
"spread": "0", | |
"inset": false, | |
"alpha": 1 | |
} | |
], | |
"button": [ | |
{ | |
"color": "#000000", | |
"x": 0, | |
"y": "10", | |
"blur": "20", | |
"spread": 0, | |
"inset": false, | |
"alpha": "0.2" | |
} | |
], | |
"buttonHover": [ | |
{ | |
"color": "#cad1d8", | |
"x": 0, | |
"y": 0, | |
"blur": "0", | |
"spread": "1", | |
"alpha": 1, | |
"inset": true | |
}, | |
{ | |
"color": "#000000", | |
"x": 0, | |
"y": "10", | |
"blur": "20", | |
"spread": "0", | |
"alpha": "0.2", | |
"inset": false | |
} | |
], | |
"buttonPressed": [ | |
{ | |
"color": "#000000", | |
"x": 0, | |
"y": "10", | |
"blur": "20", | |
"spread": 0, | |
"inset": false, | |
"alpha": "0.25" | |
} | |
], | |
"input": [ | |
{ | |
"color": "#000000", | |
"x": 0, | |
"y": "10", | |
"blur": "20", | |
"spread": 0, | |
"inset": false, | |
"alpha": "0.2" | |
}, | |
{ | |
"color": "#3b4252", | |
"x": 0, | |
"y": "1", | |
"blur": "0", | |
"spread": 0, | |
"inset": true, | |
"alpha": 1 | |
}, | |
{ | |
"color": "#3b4252", | |
"x": 0, | |
"y": "-1", | |
"blur": "0", | |
"spread": 0, | |
"inset": true, | |
"alpha": 1 | |
} | |
] | |
}, | |
"colors": { | |
"underlay": "#000000", | |
"bg": "#3b4252", | |
"fg": "#434c5e", | |
"cRed": "#bf616a", | |
"cOrange": "#ebcb8b", | |
"cGreen": "#a3be8c", | |
"cBlue": "#8fbcbb", | |
"accent": "#88c0d0", | |
"link": "#88c0d0", | |
"text": "#d8dee9", | |
"chatBg": "#3b4252", | |
"chatMessageIncomingBg": "#3b4252", | |
"chatMessageOutgoingBg": "#464e61", | |
"chatMessageOutgoingBorder": "#4a5367", | |
"chatMessageOutgoingLink": "#2f6777", | |
"chatMessageOutgoingText": "#d8dee9", | |
"border": "#434c5e", | |
"chatMessageIncomingBorder": "#485164", | |
"chatMessageIncomingLink": "#88c0d0", | |
"chatMessageIncomingText": "#d8dee9", | |
"badgeNotification": "#2c333a", | |
"badgeNotificationText": "#ffffff", | |
"alertNeutral": "#d8dee9", | |
"alertNeutralText": "#171c28", | |
"alertPopupNeutral": "#d8dee9", | |
"alertPopupNeutralText": "#171c28", | |
"alertWarning": "#ebcb8b", | |
"alertWarningText": "#171c28", | |
"alertPopupWarning": "#ebcb8b", | |
"alertPopupWarningText": "#171c28", | |
"alertError": "#bf616a", | |
"alertErrorText": "#d8dee9", | |
"alertPopupError": "#bf616a", | |
"alertPopupErrorText": "#ffffff", | |
"panel": "#2e3440", | |
"panelText": "#d8dee9", | |
"alertNeutralPanelText": "#171c28", | |
"alertWarningPanelText": "#000000", | |
"alertErrorPanelText": "#d8dee9", | |
"fgText": "#d8dee9", | |
"topBar": "#2e3440", | |
"topBarText": "#d8dee9", | |
"input": "#434c5e", | |
"inputTopbarText": "#d8dee9", | |
"inputPanelText": "#d8dee9", | |
"inputText": "#d8dee9", | |
"btn": "#434c5e", | |
"btnText": "#d8dee9", | |
"btnTopBarText": "#d8dee9", | |
"btnDisabled": "#3d4555", | |
"btnDisabledTopBarText": "#646b7a", | |
"btnPanelText": "#d8dee9", | |
"btnDisabledPanelText": "#646b7a", | |
"btnDisabledText": "#646b7a", | |
"btnToggled": "#6f7d99", | |
"btnToggledTopBarText": "#ffffff", | |
"btnToggledPanelText": "#ffffff", | |
"btnToggledText": "#ffffff", | |
"btnPressed": "#434c5e", | |
"btnPressedTopBarText": "#d8dee9", | |
"btnPressedTopBar": "#434c5e", | |
"btnPressedPanelText": "#d8dee9", | |
"btnPressedPanel": "#434c5e", | |
"btnPressedText": "#d8dee9", | |
"tabActiveText": "#d8dee9", | |
"tabText": "#d8dee9", | |
"tab": "#434c5e", | |
"fgLink": "#2f6777", | |
"topBarLink": "#d8dee9", | |
"panelLink": "#89c0d0", | |
"panelFaint": "#d8dee9", | |
"icon": "#8a909e", | |
"poll": "#5a7585", | |
"pollText": "#ffffff", | |
"postGreentext": "#a3be8c", | |
"postLink": "#88c0d0", | |
"lightText": "#ffffff", | |
"popover": "#3b4252", | |
"selectedMenuPopover": "#464e61", | |
"highlight": "#464e61", | |
"highlightText": "#d8dee9", | |
"selectedMenu": "#464e61", | |
"selectedMenuText": "#d8dee9", | |
"selectedMenuPopoverIcon": "#8f96a5", | |
"highlightLink": "#2f6777", | |
"selectedMenuLink": "#89c0d0", | |
"selectedMenuPopoverLink": "#2f6777", | |
"selectedMenuPopoverText": "#d8dee9", | |
"faintLink": "#88c0d0", | |
"highlightFaintLink": "#2f6777", | |
"selectedMenuFaintLink": "#89c0d0", | |
"selectedMenuPopoverFaintLink": "#2f6777", | |
"faint": "#d8dee9", | |
"highlightFaintText": "#d8dee9", | |
"selectedMenuFaintText": "#d8dee9", | |
"selectedMenuPopoverFaintText": "#d8dee9", | |
"highlightLightText": "#ffffff", | |
"selectedMenuLightText": "#ffffff", | |
"selectedMenuPopoverLightText": "#ffffff", | |
"selectedMenuIcon": "#8f96a5", | |
"selectedPost": "#464e61", | |
"selectedPostText": "#d8dee9", | |
"selectedPostIcon": "#8f96a5", | |
"selectedPostLink": "#89c0d0", | |
"selectedPostFaintLink": "#89c0d0", | |
"highlightPostLink": "#2f6777", | |
"selectedPostPostLink": "#89c0d0", | |
"selectedPostLightText": "#ffffff", | |
"selectedPostFaintText": "#d8dee9", | |
"popoverText": "#d8dee9", | |
"popoverIcon": "#8a909e", | |
"popoverLink": "#88c0d0", | |
"postFaintLink": "#88c0d0", | |
"popoverPostFaintLink": "#88c0d0", | |
"popoverFaintLink": "#88c0d0", | |
"popoverFaintText": "#d8dee9", | |
"popoverPostLink": "#88c0d0", | |
"popoverLightText": "#ffffff", | |
"highlightIcon": "#8f96a5", | |
"highlightPostFaintLink": "#2f6777", | |
"profileTint": "#3b4252", | |
"profileBg": "#1f2430", | |
"wallpaper": "#373e4d" | |
}, | |
"opacity": { | |
"underlay": 0.15, | |
"bg": 1, | |
"border": 1, | |
"alert": 0.5, | |
"alertPopup": 0.95, | |
"panel": 1, | |
"input": 1, | |
"btn": 1, | |
"faint": 0.5, | |
"popover": 1, | |
"profileTint": 0.5 | |
}, | |
"radii": { | |
"btn": "0", | |
"input": "0", | |
"checkbox": "0", | |
"panel": "0", | |
"avatar": "28", | |
"avatarAlt": 50, | |
"tooltip": "0", | |
"attachment": "0", | |
"chatMessage": "0" | |
}, | |
"fonts": { | |
"interface": { | |
"family": "sans-serif" | |
}, | |
"input": { | |
"family": "inherit" | |
}, | |
"post": { | |
"family": "inherit" | |
}, | |
"postCode": { | |
"family": "monospace" | |
} | |
} | |
}, | |
"source": { | |
"themeEngineVersion": 3, | |
"fonts": {}, | |
"shadows": { | |
"button": [ | |
{ | |
"x": 0, | |
"y": "10", | |
"blur": "20", | |
"spread": 0, | |
"inset": false, | |
"color": "#000000", | |
"alpha": "0.2" | |
} | |
], | |
"buttonPressed": [ | |
{ | |
"x": 0, | |
"y": "10", | |
"blur": "20", | |
"spread": 0, | |
"inset": false, | |
"color": "#000000", | |
"alpha": "0.25" | |
} | |
], | |
"input": [ | |
{ | |
"x": 0, | |
"y": "10", | |
"blur": "20", | |
"spread": 0, | |
"inset": false, | |
"color": "#000000", | |
"alpha": "0.2" | |
}, | |
{ | |
"x": 0, | |
"y": "1", | |
"blur": "0", | |
"spread": 0, | |
"inset": true, | |
"color": "--bg", | |
"alpha": 1 | |
}, | |
{ | |
"x": 0, | |
"y": "-1", | |
"blur": "0", | |
"spread": 0, | |
"inset": true, | |
"color": "--bg", | |
"alpha": 1 | |
} | |
], | |
"buttonHover": [ | |
{ | |
"x": 0, | |
"y": 0, | |
"blur": "0", | |
"spread": "1", | |
"color": "#cad1d8", | |
"alpha": 1, | |
"inset": true | |
}, | |
{ | |
"x": 0, | |
"y": "10", | |
"blur": "20", | |
"spread": "0", | |
"color": "#000000", | |
"alpha": "0.2", | |
"inset": false | |
} | |
], | |
"panel": [ | |
{ | |
"x": 0, | |
"y": "10", | |
"blur": "20", | |
"spread": 0, | |
"inset": false, | |
"color": "#000000", | |
"alpha": "0.25" | |
} | |
], | |
"panelHeader": [ | |
{ | |
"x": 0, | |
"y": "1", | |
"blur": 0, | |
"spread": "0", | |
"inset": false, | |
"color": "#282e35", | |
"alpha": 1 | |
} | |
], | |
"topBar": [ | |
{ | |
"x": 0, | |
"y": "5", | |
"blur": "10", | |
"spread": 0, | |
"color": "#000000", | |
"alpha": "0.5" | |
} | |
] | |
}, | |
"opacity": { | |
"input": "1" | |
}, | |
"colors": { | |
"bg": "#3B4252", | |
"fg": "#434C5E", | |
"text": "#D8DEE9", | |
"link": "#88C0D0", | |
"cBlue": "#8FBCBB", | |
"cRed": "#BF616A", | |
"cGreen": "#A3BE8C", | |
"cOrange": "#EBCB8B", | |
"border": "#434C5E", | |
"panel": "#2E3440", | |
"panelText": "#D8DEE9", | |
"topBar": "#2E3440", | |
"topBarLink": "#D8DEE9", | |
"badgeNotification": "#2c333a" | |
}, | |
"radii": { | |
"btn": "0", | |
"input": "0", | |
"checkbox": "0", | |
"panel": "0", | |
"avatar": "28", | |
"avatarAlt": 50, | |
"tooltip": "0", | |
"attachment": "0" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment