1
0
Fork 0
forked from gitea/nas

nas_dev #2

Merged
balkan merged 25 commits from gitea/nas:nas_dev into releases/18 2025-06-20 00:50:34 +02:00
6 changed files with 2888 additions and 1 deletions
Showing only changes of commit a48a693145 - Show all commits

View file

@ -0,0 +1,7 @@
// Mastodon Modern theme by Freeplay! Check the original repo for more info: https://git.gay/freeplay/Mastodon-Modern
// Everything in the "modern" directory is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License: http://creativecommons.org/licenses/by-sa/4.0/
@use 'contrast/variables';
@use 'application';
@use 'modern/style';
@use 'contrast/diff';

View file

@ -0,0 +1,6 @@
// Mastodon Modern theme by Freeplay! Check the original repo for more info: https://git.gay/freeplay/Mastodon-Modern
// Everything in the "modern" directory is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License: http://creativecommons.org/licenses/by-sa/4.0/
@use 'mastodon/variables';
@use 'application';
@use 'modern/style';

View file

@ -0,0 +1,8 @@
// Mastodon Modern theme by Freeplay! Check the original repo for more info: https://git.gay/freeplay/Mastodon-Modern
// Everything in the "modern" directory is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License: http://creativecommons.org/licenses/by-sa/4.0/
@use 'mastodon-light/variables';
@use 'mastodon-light/css_variables';
@use 'application';
@use 'modern/style';
@use 'mastodon-light/diff';

File diff suppressed because it is too large Load diff

View file

@ -2280,7 +2280,9 @@ en:
themes:
contrast: Mastodon (High contrast)
default: Mastodon (Dark)
full-dark: フルダーク
modern-dark: Modern Dark
modern-light: Modern Light
full-dark: Full Dark
mastodon-light: Mastodon (Light)
system: Automatic (use system theme)
time:

View file

@ -1,4 +1,9 @@
default: styles/application.scss
contrast: styles/contrast.scss
mastodon-light: styles/mastodon-light.scss
modern-dark: styles/modern-dark.scss
modern-light: styles/modern-light.scss
full-dark: styles/full-dark.scss