diff --git a/bypass-preview@cb6fd684-f113-4a7a-9423-8f0f0cff069f/client.css b/bypass-preview/client.css similarity index 100% rename from bypass-preview@cb6fd684-f113-4a7a-9423-8f0f0cff069f/client.css rename to bypass-preview/client.css diff --git a/bypass-preview@cb6fd684-f113-4a7a-9423-8f0f0cff069f/client.mjs b/bypass-preview/client.mjs similarity index 100% rename from bypass-preview@cb6fd684-f113-4a7a-9423-8f0f0cff069f/client.mjs rename to bypass-preview/client.mjs diff --git a/bypass-preview@cb6fd684-f113-4a7a-9423-8f0f0cff069f/mod.json b/bypass-preview/mod.json similarity index 100% rename from bypass-preview@cb6fd684-f113-4a7a-9423-8f0f0cff069f/mod.json rename to bypass-preview/mod.json diff --git a/calendar-scroll@b1c7db33-dfee-489a-a76c-0dd66f7ed29a/client.css b/calendar-scroll/client.css similarity index 100% rename from calendar-scroll@b1c7db33-dfee-489a-a76c-0dd66f7ed29a/client.css rename to calendar-scroll/client.css diff --git a/calendar-scroll@b1c7db33-dfee-489a-a76c-0dd66f7ed29a/client.mjs b/calendar-scroll/client.mjs similarity index 100% rename from calendar-scroll@b1c7db33-dfee-489a-a76c-0dd66f7ed29a/client.mjs rename to calendar-scroll/client.mjs diff --git a/calendar-scroll@b1c7db33-dfee-489a-a76c-0dd66f7ed29a/mod.json b/calendar-scroll/mod.json similarity index 100% rename from calendar-scroll@b1c7db33-dfee-489a-a76c-0dd66f7ed29a/mod.json rename to calendar-scroll/mod.json diff --git a/cherry-cola@ec5c4640-68d4-4d25-aefd-62c7e9737cfb/mod.json b/cherry-cola/mod.json similarity index 100% rename from cherry-cola@ec5c4640-68d4-4d25-aefd-62c7e9737cfb/mod.json rename to cherry-cola/mod.json diff --git a/cherry-cola@ec5c4640-68d4-4d25-aefd-62c7e9737cfb/variables.css b/cherry-cola/variables.css similarity index 99% rename from cherry-cola@ec5c4640-68d4-4d25-aefd-62c7e9737cfb/variables.css rename to cherry-cola/variables.css index 9670a76..801d123 100644 --- a/cherry-cola@ec5c4640-68d4-4d25-aefd-62c7e9737cfb/variables.css +++ b/cherry-cola/variables.css @@ -26,7 +26,7 @@ --theme--accent_blue-active: #cc86a8; --theme--accent_blue-text: #fff; --theme--accent_red: var(--cola--accent); - --theme--accent_red-hover: #bf799b63; + --theme--accent_red-button: #bf799b63; --theme--accent_red-text: #fff; --theme--bg: var(--cola--main); diff --git a/components@36a2ffc9-27ff-480e-84a7-c7700a7d232d/mod.json b/components/mod.json similarity index 100% rename from components@36a2ffc9-27ff-480e-84a7-c7700a7d232d/mod.json rename to components/mod.json diff --git a/dark+@c86cfe98-e645-4822-aa6b-e2de1e08bafa/mod.json b/dark+/mod.json similarity index 100% rename from dark+@c86cfe98-e645-4822-aa6b-e2de1e08bafa/mod.json rename to dark+/mod.json diff --git a/dark+@c86cfe98-e645-4822-aa6b-e2de1e08bafa/variables.css b/dark+/variables.css similarity index 98% rename from dark+@c86cfe98-e645-4822-aa6b-e2de1e08bafa/variables.css rename to dark+/variables.css index e061fc4..2230a17 100644 --- a/dark+@c86cfe98-e645-4822-aa6b-e2de1e08bafa/variables.css +++ b/dark+/variables.css @@ -10,7 +10,7 @@ --theme--accent_blue-hover: rgb(211, 57, 57); --theme--accent_blue-active: rgb(199, 59, 59); --theme--accent_red: rgb(213, 36, 36); - --theme--accent_red-hover: rgb(177, 24, 24, 0.1); + --theme--accent_red-button: rgb(177, 24, 24, 0.1); --theme--bg: rgb(14, 14, 14); --theme--bg_secondary: rgb(0, 0, 0); diff --git a/dracula@033bff54-50ba-4cec-bdc0-b2ca7e307086/app.css b/dracula/app.css similarity index 96% rename from dracula@033bff54-50ba-4cec-bdc0-b2ca7e307086/app.css rename to dracula/app.css index 5ebaa13..a16d964 100644 --- a/dracula@033bff54-50ba-4cec-bdc0-b2ca7e307086/app.css +++ b/dracula/app.css @@ -86,10 +86,3 @@ .notion-dark-theme .notion-code-block .token.punctuation { opacity: 1; } - -.notion-dark-theme - [class^='notion-outliner'] - [style*='background: rgb(71, 76, 80);'] - .triangle[fill] { - fill: var(--theme--text); -} diff --git a/dracula@033bff54-50ba-4cec-bdc0-b2ca7e307086/mod.json b/dracula/mod.json similarity index 100% rename from dracula@033bff54-50ba-4cec-bdc0-b2ca7e307086/mod.json rename to dracula/mod.json diff --git a/dracula@033bff54-50ba-4cec-bdc0-b2ca7e307086/variables.css b/dracula/variables.css similarity index 99% rename from dracula@033bff54-50ba-4cec-bdc0-b2ca7e307086/variables.css rename to dracula/variables.css index 96530f3..d696d6f 100644 --- a/dracula@033bff54-50ba-4cec-bdc0-b2ca7e307086/variables.css +++ b/dracula/variables.css @@ -45,7 +45,7 @@ --theme--accent_blue-hover: #b179ff; --theme--accent_blue-active: #9f5ff8; --theme--accent_red: var(--dracula--comment); - --theme--accent_red-hover: #6273a439; + --theme--accent_red-button: #6273a439; --theme--danger_text: var(--dracula--red); --theme--danger_border: var(--dracula--bg_red); diff --git a/material-ocean@69e7ccb2-4aef-484c-876d-3de1b433d2b9/mod.json b/material-ocean/mod.json similarity index 100% rename from material-ocean@69e7ccb2-4aef-484c-876d-3de1b433d2b9/mod.json rename to material-ocean/mod.json diff --git a/material-ocean@69e7ccb2-4aef-484c-876d-3de1b433d2b9/variables.css b/material-ocean/variables.css similarity index 99% rename from material-ocean@69e7ccb2-4aef-484c-876d-3de1b433d2b9/variables.css rename to material-ocean/variables.css index 91e2e9a..6ae4803 100644 --- a/material-ocean@69e7ccb2-4aef-484c-876d-3de1b433d2b9/variables.css +++ b/material-ocean/variables.css @@ -25,7 +25,7 @@ --theme--accent_blue-active: #ff4d5c; --theme--accent_blue-text: #fff; --theme--accent_red: var(--ocean--accent); - --theme--accent_red-hover: #ff41514b; + --theme--accent_red-button: #ff41514b; --theme--accent_red-text: #fff; --theme--bg: var(--ocean--main); diff --git a/menu@a6621988-551d-495a-97d8-3c568bca2e9e/blocks.mjs b/menu/blocks.mjs similarity index 100% rename from menu@a6621988-551d-495a-97d8-3c568bca2e9e/blocks.mjs rename to menu/blocks.mjs diff --git a/menu@a6621988-551d-495a-97d8-3c568bca2e9e/client.css b/menu/client.css similarity index 100% rename from menu@a6621988-551d-495a-97d8-3c568bca2e9e/client.css rename to menu/client.css diff --git a/menu@a6621988-551d-495a-97d8-3c568bca2e9e/client.mjs b/menu/client.mjs similarity index 100% rename from menu@a6621988-551d-495a-97d8-3c568bca2e9e/client.mjs rename to menu/client.mjs diff --git a/menu@a6621988-551d-495a-97d8-3c568bca2e9e/markdown.css b/menu/markdown.css similarity index 100% rename from menu@a6621988-551d-495a-97d8-3c568bca2e9e/markdown.css rename to menu/markdown.css diff --git a/menu@a6621988-551d-495a-97d8-3c568bca2e9e/menu.css b/menu/menu.css similarity index 100% rename from menu@a6621988-551d-495a-97d8-3c568bca2e9e/menu.css rename to menu/menu.css diff --git a/menu@a6621988-551d-495a-97d8-3c568bca2e9e/menu.html b/menu/menu.html similarity index 100% rename from menu@a6621988-551d-495a-97d8-3c568bca2e9e/menu.html rename to menu/menu.html diff --git a/menu@a6621988-551d-495a-97d8-3c568bca2e9e/menu.mjs b/menu/menu.mjs similarity index 100% rename from menu@a6621988-551d-495a-97d8-3c568bca2e9e/menu.mjs rename to menu/menu.mjs diff --git a/menu@a6621988-551d-495a-97d8-3c568bca2e9e/mod.json b/menu/mod.json similarity index 100% rename from menu@a6621988-551d-495a-97d8-3c568bca2e9e/mod.json rename to menu/mod.json diff --git a/menu@a6621988-551d-495a-97d8-3c568bca2e9e/notifications.mjs b/menu/notifications.mjs similarity index 100% rename from menu@a6621988-551d-495a-97d8-3c568bca2e9e/notifications.mjs rename to menu/notifications.mjs diff --git a/menu@a6621988-551d-495a-97d8-3c568bca2e9e/router.mjs b/menu/router.mjs similarity index 100% rename from menu@a6621988-551d-495a-97d8-3c568bca2e9e/router.mjs rename to menu/router.mjs diff --git a/menu@a6621988-551d-495a-97d8-3c568bca2e9e/styles.mjs b/menu/styles.mjs similarity index 99% rename from menu@a6621988-551d-495a-97d8-3c568bca2e9e/styles.mjs rename to menu/styles.mjs index 13cd5e8..8704c6a 100644 --- a/menu@a6621988-551d-495a-97d8-3c568bca2e9e/styles.mjs +++ b/menu/styles.mjs @@ -124,7 +124,7 @@ setup({ 'blue-active': 'var(--theme--accent_blue-active)', 'blue-text': 'var(--theme--accent_blue-text)', 'red': 'var(--theme--accent_red)', - 'red-hover': 'var(--theme--accent_red-hover)', + 'red-hover': 'var(--theme--accent_red-button)', 'red-text': 'var(--theme--accent_red-text)', }, 'gray': mapColorVariables('gray'), diff --git a/neutral/app.css b/neutral/app.css new file mode 100644 index 0000000..cf221d2 --- /dev/null +++ b/neutral/app.css @@ -0,0 +1,46 @@ +/* + * notion-enhancer: neutral + * (c) 2020 Arecsu + * (c) 2021 dragonwocky (https://dragonwocky.me/) + * under the MIT license + */ + +.notion-dark-theme [placeholder='Heading 1'], +.notion-dark-theme [placeholder='Heading 2'], +.notion-dark-theme [placeholder='Heading 3'] { + padding: 3px 1px !important; +} + +/* hide sidebar "new page" button */ +.notion-dark-theme .notion-sidebar > [style*='flex: 0 0 auto; margin-top: auto;'] { + display: none !important; +} + +/* 1.3 supreme ratio. https://www.modularscale.com/ */ +.notion-frame .notion-page-block div[placeholder='Untitled'], +.notion-overlay-container .notion-page-block div[placeholder='Untitled'] { + --neutral--body-font_size: 15px; + font-size: 33px !important; +} +[placeholder='Heading 1'] { + font-size: 2.2rem !important; +} +[placeholder='Heading 2'] { + font-size: 1.687rem !important; +} +[placeholder='Heading 3'] { + font-size: 1.3rem !important; +} +.notion-frame .notion-scroller.vertical.horizontal .notion-page-content, +.notion-overlay-container .notion-scroller.vertical .notion-page-content, +.notion-frame + .notion-scroller.vertical.horizontal + .notion-page-content[style*='font-size: 14px'], +.notion-overlay-container + .notion-scroller.vertical + .notion-page-content[style*='font-size: 14px'] { + font-size: 13.5px !important; +} +.notion-code-block [placeholder=' '] { + font-size: 0.9em !important; +} diff --git a/neutral/mod.js b/neutral/mod.js new file mode 100644 index 0000000..25ea0e5 --- /dev/null +++ b/neutral/mod.js @@ -0,0 +1,17 @@ +/* + * neutral + * (c) 2020 dragonwocky (https://dragonwocky.me/) + * (c) 2020 Arecsu + * under the MIT license + */ + +'use strict'; + +module.exports = { + id: 'c4435543-4705-4d68-8cf7-d11c342f8089', + tags: ['theme', 'dark'], + name: 'neutral', + desc: 'smoother colours and fonts, designed to be more pleasing to the eye.', + version: '0.1.4', + author: 'arecsu', +}; diff --git a/neutral/mod.json b/neutral/mod.json new file mode 100644 index 0000000..4e741ae --- /dev/null +++ b/neutral/mod.json @@ -0,0 +1,22 @@ +{ + "name": "neutral", + "id": "c4435543-4705-4d68-8cf7-d11c342f8089", + "version": "0.2.0", + "description": "smoother colours and fonts, designed to be more pleasing to the eye.", + "tags": ["theme", "dark"], + "authors": [ + { + "name": "arecsu", + "email": "alejandro9r@gmail.com", + "homepage": "https://github.com/Arecsu", + "avatar": "https://avatars.githubusercontent.com/u/12679098" + } + ], + "css": { + "frame": ["variables.css"], + "client": ["variables.css", "app.css"], + "menu": ["variables.css"] + }, + "js": {}, + "options": [] +} diff --git a/neutral/variables.css b/neutral/variables.css new file mode 100644 index 0000000..aae8b39 --- /dev/null +++ b/neutral/variables.css @@ -0,0 +1,114 @@ +/* + * notion-enhancer: neutral + * (c) 2020 Arecsu + * (c) 2021 dragonwocky (https://dragonwocky.me/) + * under the MIT license + */ + +@import 'https://rsms.me/inter/inter.css'; +@import 'https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400&display=swap'; + +:root.dark { + --theme--font_sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, + 'Apple Color Emoji', Arial, sans-serif, 'Segoe UI Emoji', 'Segoe UI Symbol'; + --theme--font_mono: 'Roboto Mono', iawriter-mono, Nitti, Menlo, Courier, monospace; + --theme--font_code: 'Roboto Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, + Courier, monospace; + + --theme--accent_blue: #404040; + --theme--accent_blue-selection: #52525244; + --theme--accent_blue-hover: #6d6d6d; + --theme--accent_blue-active: #cacaca; + --theme--accent_red: #ce535f; + --theme--accent_red-button: #8c3d3dad; + + --theme--bg: #131313; + --theme--bg_secondary: #161616; + --theme--bg_popup: #181818; + + --theme--scrollbar_track: transparent; + --theme--scrollbar_thumb: #232425; + --theme--scrollbar_thumb-hover: #373838; + + --theme--ui_divider: rgba(78, 78, 78, 0.7); + --theme--ui_shadow: rgba(15, 15, 15, 0.5); + --theme--ui_interactive-hover: rgb(29, 29, 29); + --theme--ui_interactive-active: rgba(29, 29, 29, 0.7); + --theme--ui_input: #1d1d1d; + + --theme--icon: #dadada; + --theme--icon_secondary: #dadadac0; + + --theme--text: #dadada; + --theme--text_secondary: #dadadac0; + --theme--text_gray: #858585; + --theme--text_brown: #484848; + --theme--text_orange: #ec9873; + --theme--text_yellow: #e2c06f; + --theme--text_green: #92b178; + --theme--text_blue: #719cca; + --theme--text_purple: #ab82bb; + --theme--text_pink: #d285aa; + --theme--text_red: #ce535f; + + --theme--highlight_gray: #585858; + --theme--highlight_brown: #333333; + --theme--highlight_orange: #9a5a3f; + --theme--highlight_yellow: #b58a46; + --theme--highlight_green: #657953; + --theme--highlight_blue: #355475; + --theme--highlight_purple: #775186; + --theme--highlight_pink: #8e4b63; + --theme--highlight_red: #8c3d3d; + + --theme--block_gray: #585858; + --theme--block_brown: #333333; + --theme--block_orange: #9a5a3f; + --theme--block_yellow: #b58a46; + --theme--block_green: #657953; + --theme--block_blue: #355475; + --theme--block_purple: #775186; + --theme--block_pink: #8e4b63; + --theme--block_red: #8c3d3d; + + --theme--tag_default: var(--theme--highlight_gray); + --theme--tag_gray: var(--theme--highlight_gray); + --theme--tag_brown: var(--theme--highlight_brown); + --theme--tag_orange: var(--theme--highlight_orange); + --theme--tag_yellow: var(--theme--highlight_yellow); + --theme--tag_green: var(--theme--highlight_green); + --theme--tag_blue: var(--theme--highlight_blue); + --theme--tag_purple: var(--theme--highlight_purple); + --theme--tag_pink: var(--theme--highlight_pink); + --theme--tag_red: var(--theme--highlight_red); + + --theme--callout_gray: rgba(88, 88, 88, 0.175); + --theme--callout_brown: rgb(51, 51, 51, 0.175); + --theme--callout_orange: rgb(154, 90, 63, 0.175); + --theme--callout_yellow: rgb(181, 138, 70, 0.175); + --theme--callout_green: rgb(101, 121, 83, 0.175); + --theme--callout_blue: rgb(53, 84, 117, 0.175); + --theme--callout_purple: rgb(119, 81, 134, 0.175); + --theme--callout_pink: rgb(142, 75, 99, 0.175); + --theme--callout_red: rgb(140, 61, 61, 0.175); + + --theme--code_inline: #333333; + --theme--code_inline-text: var(--theme--text); + + --theme--code: #0e0e0e; + --theme--code_plain: var(--theme--text); + --theme--code_function: var(--theme--text_blue); + --theme--code_keyword: var(--theme--text_pink); + --theme--code_tag: var(--theme--text_pink); + --theme--code_operator: var(--theme--text_yellow); + --theme--code_important: var(--theme--text_yellow); + --theme--code_property: var(--theme--text_pink); + --theme--code_builtin: var(--theme--text_yellow); + --theme--code_attr-name: var(--theme--text_yellow); + --theme--code_comment: var(--theme--text_gray); + --theme--code_punctuation: var(--theme--text_gray); + --theme--code_doctype: var(--theme--text_gray); + --theme--code_number: var(--theme--text_purple); + --theme--code_string: var(--theme--text_orange); + --theme--code_attr-value: var(--theme--text_orange); +} diff --git a/pastel-dark@ed48c585-4a0d-4756-a3e6-9ae662732dac/app.css b/pastel-dark/app.css similarity index 100% rename from pastel-dark@ed48c585-4a0d-4756-a3e6-9ae662732dac/app.css rename to pastel-dark/app.css diff --git a/pastel-dark@ed48c585-4a0d-4756-a3e6-9ae662732dac/mod.json b/pastel-dark/mod.json similarity index 100% rename from pastel-dark@ed48c585-4a0d-4756-a3e6-9ae662732dac/mod.json rename to pastel-dark/mod.json diff --git a/pastel-dark@ed48c585-4a0d-4756-a3e6-9ae662732dac/variables.css b/pastel-dark/variables.css similarity index 98% rename from pastel-dark@ed48c585-4a0d-4756-a3e6-9ae662732dac/variables.css rename to pastel-dark/variables.css index a9b8d40..e99f697 100644 --- a/pastel-dark@ed48c585-4a0d-4756-a3e6-9ae662732dac/variables.css +++ b/pastel-dark/variables.css @@ -19,7 +19,7 @@ --theme--accent_blue-hover: #08d7c2; --theme--accent_blue-active: #b887f7; --theme--accent_red: #08d7c2; - --theme--accent_red-hover: #08d7c226; + --theme--accent_red-button: #08d7c226; --theme--ui_divider: rgba(255, 255, 255, 0.1); --theme--ui_interactive-hover: #1e1e1e5c; diff --git a/registry.json b/registry.json index 08477c3..c8132dd 100644 --- a/registry.json +++ b/registry.json @@ -1,13 +1,16 @@ [ - "menu@a6621988-551d-495a-97d8-3c568bca2e9e", - "theming@0f0bf8b6-eae6-4273-b307-8fc43f2ee082", - "components@36a2ffc9-27ff-480e-84a7-c7700a7d232d", - "tweaks@5174a483-c88d-4bf8-a95f-35cd330b76e2", - "bypass-preview@cb6fd684-f113-4a7a-9423-8f0f0cff069f", - "calendar-scroll@b1c7db33-dfee-489a-a76c-0dd66f7ed29a", - "material-ocean@69e7ccb2-4aef-484c-876d-3de1b433d2b9", - "cherry-cola@ec5c4640-68d4-4d25-aefd-62c7e9737cfb", - "dark+@c86cfe98-e645-4822-aa6b-e2de1e08bafa", - "dracula@033bff54-50ba-4cec-bdc0-b2ca7e307086", - "pastel-dark@ed48c585-4a0d-4756-a3e6-9ae662732dac" + "menu", + "theming", + "components", + "tweaks", + + "material-ocean", + "cherry-cola", + "dark+", + "dracula", + "pastel-dark", + "neutral", + + "bypass-preview", + "calendar-scroll" ] diff --git a/theming@0f0bf8b6-eae6-4273-b307-8fc43f2ee082/client.mjs b/theming/client.mjs similarity index 100% rename from theming@0f0bf8b6-eae6-4273-b307-8fc43f2ee082/client.mjs rename to theming/client.mjs diff --git a/theming@0f0bf8b6-eae6-4273-b307-8fc43f2ee082/mod.json b/theming/mod.json similarity index 100% rename from theming@0f0bf8b6-eae6-4273-b307-8fc43f2ee082/mod.json rename to theming/mod.json diff --git a/theming@0f0bf8b6-eae6-4273-b307-8fc43f2ee082/prism.css b/theming/prism.css similarity index 100% rename from theming@0f0bf8b6-eae6-4273-b307-8fc43f2ee082/prism.css rename to theming/prism.css diff --git a/theming@0f0bf8b6-eae6-4273-b307-8fc43f2ee082/theme.css b/theming/theme.css similarity index 99% rename from theming@0f0bf8b6-eae6-4273-b307-8fc43f2ee082/theme.css rename to theming/theme.css index f807873..d29ec6e 100644 --- a/theming@0f0bf8b6-eae6-4273-b307-8fc43f2ee082/theme.css +++ b/theming/theme.css @@ -273,7 +273,18 @@ body, > div:nth-child(2)[style*='position: absolute; display: inline-flex; min-width: 100%; height: 32px; z-index: 1; background:'], .notion-frame .notion-scroller[style*='background:'], .notion-page-template-modal .notion-scroller[style*='background:'], -.notion-peek-renderer .notion-scroller[style*='background:'] { +.notion-peek-renderer .notion-scroller[style*='background:'], +.notion-frame > div > div > div[style*='max-width: 100%'][style*='background-color'], +.notion-peek-renderer + > div + > .notion-scroller + > div + > div[style*='max-width: 100%'][style*='background-color'], +.notion-page-template-modal + > div + > .notion-scroller + > div + > div[style*='max-width: 100%'][style*='background-color'] { background: transparent !important; } @@ -751,7 +762,7 @@ body, fill: var(--theme--accent_red) !important; } .notion-focusable[style*='border-radius: 3px;'][style*='background: rgba(235, 87, 87, 0.1);'][role='button']:hover { - background: var(--theme--accent_red-hover) !important; + background: var(--theme--accent_red-button) !important; } .notion-transclusion_container-block > div > div > div[style*='border: 2px'], diff --git a/theming@0f0bf8b6-eae6-4273-b307-8fc43f2ee082/variables.css b/theming/variables.css similarity index 99% rename from theming@0f0bf8b6-eae6-4273-b307-8fc43f2ee082/variables.css rename to theming/variables.css index 8d356a1..209d251 100644 --- a/theming@0f0bf8b6-eae6-4273-b307-8fc43f2ee082/variables.css +++ b/theming/variables.css @@ -29,7 +29,7 @@ --theme--accent_blue-active: rgb(0, 141, 190); --theme--accent_blue-text: #fff; --theme--accent_red: #eb5757; - --theme--accent_red-hover: rgba(235, 87, 87, 0.1); + --theme--accent_red-button: rgba(235, 87, 87, 0.1); --theme--accent_red-text: #fff; } diff --git a/tweaks@5174a483-c88d-4bf8-a95f-35cd330b76e2/client.css b/tweaks/client.css similarity index 100% rename from tweaks@5174a483-c88d-4bf8-a95f-35cd330b76e2/client.css rename to tweaks/client.css diff --git a/tweaks@5174a483-c88d-4bf8-a95f-35cd330b76e2/client.mjs b/tweaks/client.mjs similarity index 100% rename from tweaks@5174a483-c88d-4bf8-a95f-35cd330b76e2/client.mjs rename to tweaks/client.mjs diff --git a/tweaks@5174a483-c88d-4bf8-a95f-35cd330b76e2/mod.json b/tweaks/mod.json similarity index 100% rename from tweaks@5174a483-c88d-4bf8-a95f-35cd330b76e2/mod.json rename to tweaks/mod.json