Add catppuccin-macchiatto-teal
This commit is contained in:
parent
653d796093
commit
db6874ed5d
1 changed files with 399 additions and 0 deletions
399
catppuccin-macchiatto-peach.json
Normal file
399
catppuccin-macchiatto-peach.json
Normal file
|
@ -0,0 +1,399 @@
|
||||||
|
{
|
||||||
|
"_pleroma_theme_version": 2,
|
||||||
|
"theme": {
|
||||||
|
"themeEngineVersion": 3,
|
||||||
|
"shadows": {
|
||||||
|
"panel": [
|
||||||
|
{
|
||||||
|
"x": 1,
|
||||||
|
"y": 1,
|
||||||
|
"blur": 4,
|
||||||
|
"spread": 0,
|
||||||
|
"color": "#000000",
|
||||||
|
"alpha": 0.6
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"topBar": [
|
||||||
|
{
|
||||||
|
"color": "#000000",
|
||||||
|
"x": 0,
|
||||||
|
"y": 0,
|
||||||
|
"blur": 4,
|
||||||
|
"spread": 0,
|
||||||
|
"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": [],
|
||||||
|
"button": [
|
||||||
|
{
|
||||||
|
"color": "#fab387",
|
||||||
|
"x": "0",
|
||||||
|
"y": 0,
|
||||||
|
"blur": "0",
|
||||||
|
"spread": "1",
|
||||||
|
"inset": false,
|
||||||
|
"alpha": "0.6"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"buttonHover": [
|
||||||
|
{
|
||||||
|
"color": "#fab387",
|
||||||
|
"x": 0,
|
||||||
|
"y": "0",
|
||||||
|
"blur": "0",
|
||||||
|
"spread": "1",
|
||||||
|
"alpha": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"color": "#1e2030",
|
||||||
|
"x": 0,
|
||||||
|
"y": "0",
|
||||||
|
"blur": "0",
|
||||||
|
"spread": 100,
|
||||||
|
"inset": true,
|
||||||
|
"alpha": 1
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"buttonPressed": [
|
||||||
|
{
|
||||||
|
"color": "#fab387",
|
||||||
|
"x": 0,
|
||||||
|
"y": 0,
|
||||||
|
"blur": "0",
|
||||||
|
"spread": "1",
|
||||||
|
"alpha": "1",
|
||||||
|
"inset": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"color": "#fab387",
|
||||||
|
"x": 0,
|
||||||
|
"y": 0,
|
||||||
|
"blur": "0",
|
||||||
|
"spread": "0",
|
||||||
|
"inset": false,
|
||||||
|
"alpha": "1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"color": "#181926",
|
||||||
|
"x": 0,
|
||||||
|
"y": 0,
|
||||||
|
"blur": "0",
|
||||||
|
"spread": 100,
|
||||||
|
"inset": true,
|
||||||
|
"alpha": "1"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"input": [
|
||||||
|
{
|
||||||
|
"color": "#181926",
|
||||||
|
"x": 0,
|
||||||
|
"y": 0,
|
||||||
|
"blur": "0",
|
||||||
|
"spread": 1,
|
||||||
|
"inset": false,
|
||||||
|
"alpha": 1
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"colors": {
|
||||||
|
"underlay": "#000000",
|
||||||
|
"bg": "#24273a",
|
||||||
|
"fg": "#363a4f",
|
||||||
|
"cRed": "#ed8796",
|
||||||
|
"cGreen": "#a6da95",
|
||||||
|
"cOrange": "#f5a97f",
|
||||||
|
"cBlue": "#7dc4e4",
|
||||||
|
"accent": "#fab387",
|
||||||
|
"link": "#fab387",
|
||||||
|
"text": "#cad3f5",
|
||||||
|
"badgeNotification": "#ed8796",
|
||||||
|
"badgeNotificationText": "#000000",
|
||||||
|
"alertNeutral": "#cad3f5",
|
||||||
|
"alertNeutralText": "#ffffff",
|
||||||
|
"alertPopupNeutral": "#cad3f5",
|
||||||
|
"alertPopupNeutralText": "#000000",
|
||||||
|
"alertSuccess": "#a6da95",
|
||||||
|
"alertSuccessText": "#ffffff",
|
||||||
|
"alertPopupSuccess": "#a6da95",
|
||||||
|
"alertPopupSuccessText": "#000000",
|
||||||
|
"alertWarning": "#f5a97f",
|
||||||
|
"alertWarningText": "#ffffff",
|
||||||
|
"alertPopupWarning": "#f5a97f",
|
||||||
|
"alertPopupWarningText": "#000000",
|
||||||
|
"alertError": "#ed8796",
|
||||||
|
"alertErrorText": "#ffffff",
|
||||||
|
"alertPopupError": "#ed8796",
|
||||||
|
"alertPopupErrorText": "#000000",
|
||||||
|
"panel": "#363a4f",
|
||||||
|
"panelText": "#cad3f5",
|
||||||
|
"alertNeutralPanelText": "#0a1336",
|
||||||
|
"alertSuccessPanelText": "#0a1336",
|
||||||
|
"alertWarningPanelText": "#ffffff",
|
||||||
|
"alertErrorPanelText": "#ffffff",
|
||||||
|
"fgText": "#cad3f5",
|
||||||
|
"topBar": "#363a4f",
|
||||||
|
"topBarText": "#cad3f5",
|
||||||
|
"input": "#363a4f",
|
||||||
|
"inputTopbarText": "#cad3f5",
|
||||||
|
"inputPanelText": "#cad3f5",
|
||||||
|
"inputText": "#cad3f5",
|
||||||
|
"btn": "#363a4f",
|
||||||
|
"btnText": "#cad3f5",
|
||||||
|
"btnTopBarText": "#cad3f5",
|
||||||
|
"btnDisabled": "#292c40",
|
||||||
|
"btnDisabledTopBarText": "#51566d",
|
||||||
|
"btnPanelText": "#cad3f5",
|
||||||
|
"btnDisabledPanelText": "#51566d",
|
||||||
|
"btnDisabledText": "#51566d",
|
||||||
|
"btnToggled": "#60678c",
|
||||||
|
"btnToggledTopBarText": "#ffffff",
|
||||||
|
"btnToggledPanelText": "#ffffff",
|
||||||
|
"btnToggledText": "#ffffff",
|
||||||
|
"btnPressed": "#363a4f",
|
||||||
|
"btnPressedTopBarText": "#cad3f5",
|
||||||
|
"btnPressedTopBar": "#363a4f",
|
||||||
|
"btnPressedPanelText": "#cad3f5",
|
||||||
|
"btnPressedPanel": "#363a4f",
|
||||||
|
"btnPressedText": "#cad3f5",
|
||||||
|
"tabActiveText": "#cad3f5",
|
||||||
|
"tabText": "#cad3f5",
|
||||||
|
"tab": "#363a4f",
|
||||||
|
"fgLink": "#fab387",
|
||||||
|
"topBarLink": "#fab387",
|
||||||
|
"panelLink": "#fab387",
|
||||||
|
"panelFaint": "#cad3f5",
|
||||||
|
"icon": "#777d98",
|
||||||
|
"poll": "#7a5f59",
|
||||||
|
"pollText": "#ffffff",
|
||||||
|
"border": "#3b3f56",
|
||||||
|
"postCyantext": "#7dc4e4",
|
||||||
|
"postGreentext": "#a6da95",
|
||||||
|
"postLink": "#fab387",
|
||||||
|
"lightText": "#ffffff",
|
||||||
|
"popover": "#24273a",
|
||||||
|
"selectedMenuPopover": "#2e324a",
|
||||||
|
"highlight": "#2e324a",
|
||||||
|
"highlightText": "#cad3f5",
|
||||||
|
"selectedMenu": "#2e324a",
|
||||||
|
"selectedMenuText": "#cad3f5",
|
||||||
|
"selectedMenuPopoverIcon": "#7c83a0",
|
||||||
|
"highlightLink": "#fab387",
|
||||||
|
"selectedMenuLink": "#fab387",
|
||||||
|
"selectedMenuPopoverLink": "#fab387",
|
||||||
|
"selectedMenuPopoverText": "#cad3f5",
|
||||||
|
"faintLink": "#fab387",
|
||||||
|
"highlightFaintLink": "#fab387",
|
||||||
|
"selectedMenuFaintLink": "#fab387",
|
||||||
|
"selectedMenuPopoverFaintLink": "#fab387",
|
||||||
|
"faint": "#cad3f5",
|
||||||
|
"highlightFaintText": "#cad3f5",
|
||||||
|
"selectedMenuFaintText": "#cad3f5",
|
||||||
|
"selectedMenuPopoverFaintText": "#cad3f5",
|
||||||
|
"highlightLightText": "#ffffff",
|
||||||
|
"selectedMenuLightText": "#ffffff",
|
||||||
|
"selectedMenuPopoverLightText": "#ffffff",
|
||||||
|
"selectedMenuIcon": "#7c83a0",
|
||||||
|
"selectedPost": "#2e324a",
|
||||||
|
"selectedPostText": "#cad3f5",
|
||||||
|
"selectedPostIcon": "#7c83a0",
|
||||||
|
"selectedPostLink": "#fab387",
|
||||||
|
"selectedPostFaintLink": "#fab387",
|
||||||
|
"highlightPostLink": "#fab387",
|
||||||
|
"selectedPostPostLink": "#fab387",
|
||||||
|
"selectedPostLightText": "#ffffff",
|
||||||
|
"selectedPostFaintText": "#cad3f5",
|
||||||
|
"popoverText": "#cad3f5",
|
||||||
|
"popoverIcon": "#777d98",
|
||||||
|
"popoverLink": "#fab387",
|
||||||
|
"postFaintLink": "#fab387",
|
||||||
|
"popoverPostFaintLink": "#fab387",
|
||||||
|
"popoverFaintLink": "#fab387",
|
||||||
|
"popoverFaintText": "#cad3f5",
|
||||||
|
"popoverPostLink": "#fab387",
|
||||||
|
"popoverLightText": "#ffffff",
|
||||||
|
"highlightIcon": "#7c83a0",
|
||||||
|
"highlightPostFaintLink": "#fab387",
|
||||||
|
"profileTint": "#24273a",
|
||||||
|
"profileBg": "#131522",
|
||||||
|
"wallpaper": "#212334"
|
||||||
|
},
|
||||||
|
"opacity": {
|
||||||
|
"underlay": 0.15,
|
||||||
|
"bg": 1,
|
||||||
|
"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": "3",
|
||||||
|
"input": 4,
|
||||||
|
"checkbox": "4",
|
||||||
|
"panel": "6",
|
||||||
|
"avatar": "8",
|
||||||
|
"avatarAlt": "6",
|
||||||
|
"tooltip": "4",
|
||||||
|
"attachment": 5
|
||||||
|
},
|
||||||
|
"fonts": {
|
||||||
|
"interface": {
|
||||||
|
"family": "IBM Plex Sans,sans-serif"
|
||||||
|
},
|
||||||
|
"input": {
|
||||||
|
"family": "IBM Plex Sans,sans-serif"
|
||||||
|
},
|
||||||
|
"post": {
|
||||||
|
"family": "IBM Plex Sans,sans-serif"
|
||||||
|
},
|
||||||
|
"postCode": {
|
||||||
|
"family": "IBM Plex Mono,monospace"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"source": {
|
||||||
|
"themeEngineVersion": 3,
|
||||||
|
"fonts": {
|
||||||
|
"interface": {
|
||||||
|
"family": "IBM Plex Sans,sans-serif"
|
||||||
|
},
|
||||||
|
"input": {
|
||||||
|
"family": "IBM Plex Sans,sans-serif"
|
||||||
|
},
|
||||||
|
"post": {
|
||||||
|
"family": "IBM Plex Sans,sans-serif"
|
||||||
|
},
|
||||||
|
"postCode": {
|
||||||
|
"family": "IBM Plex Mono,monospace"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"shadows": {
|
||||||
|
"button": [
|
||||||
|
{
|
||||||
|
"x": "0",
|
||||||
|
"y": 0,
|
||||||
|
"blur": "0",
|
||||||
|
"spread": "1",
|
||||||
|
"inset": false,
|
||||||
|
"color": "#fab387",
|
||||||
|
"alpha": "0.6"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"buttonPressed": [
|
||||||
|
{
|
||||||
|
"x": 0,
|
||||||
|
"y": 0,
|
||||||
|
"blur": "0",
|
||||||
|
"spread": "1",
|
||||||
|
"color": "#fab387",
|
||||||
|
"alpha": "1",
|
||||||
|
"inset": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"x": 0,
|
||||||
|
"y": 0,
|
||||||
|
"blur": "0",
|
||||||
|
"spread": "0",
|
||||||
|
"inset": false,
|
||||||
|
"color": "#fab387",
|
||||||
|
"alpha": "1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"x": 0,
|
||||||
|
"y": 0,
|
||||||
|
"blur": "0",
|
||||||
|
"spread": 100,
|
||||||
|
"inset": true,
|
||||||
|
"color": "#181926",
|
||||||
|
"alpha": "1"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"input": [
|
||||||
|
{
|
||||||
|
"x": 0,
|
||||||
|
"y": 0,
|
||||||
|
"blur": "0",
|
||||||
|
"spread": 1,
|
||||||
|
"inset": false,
|
||||||
|
"color": "#181926",
|
||||||
|
"alpha": 1
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"buttonHover": [
|
||||||
|
{
|
||||||
|
"x": 0,
|
||||||
|
"y": "0",
|
||||||
|
"blur": "0",
|
||||||
|
"spread": "1",
|
||||||
|
"color": "#fab387",
|
||||||
|
"alpha": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"x": 0,
|
||||||
|
"y": "0",
|
||||||
|
"blur": "0",
|
||||||
|
"spread": 100,
|
||||||
|
"inset": true,
|
||||||
|
"color": "#1e2030",
|
||||||
|
"alpha": 1
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"topBar": [
|
||||||
|
{
|
||||||
|
"x": 0,
|
||||||
|
"y": 0,
|
||||||
|
"blur": 4,
|
||||||
|
"spread": 0,
|
||||||
|
"color": "#000000",
|
||||||
|
"alpha": 0.6
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"opacity": {},
|
||||||
|
"colors": {
|
||||||
|
"bg": "#24273a",
|
||||||
|
"fg": "#363a4f",
|
||||||
|
"text": "#cad3f5",
|
||||||
|
"link": "#fab387",
|
||||||
|
"cBlue": "#7dc4e4",
|
||||||
|
"cRed": "#ed8796",
|
||||||
|
"cGreen": "#a6da95",
|
||||||
|
"cOrange": "#f5a97f"
|
||||||
|
},
|
||||||
|
"radii": {
|
||||||
|
"btn": "3",
|
||||||
|
"input": 4,
|
||||||
|
"checkbox": "4",
|
||||||
|
"panel": "6",
|
||||||
|
"avatar": "8",
|
||||||
|
"avatarAlt": "6",
|
||||||
|
"tooltip": "4",
|
||||||
|
"attachment": 5
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue