Added theme files

This commit is contained in:
Niléane 2023-07-19 17:43:03 +02:00
parent 0ff06254f0
commit 20032c8d5c
No known key found for this signature in database
7 changed files with 5067 additions and 1 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
.DS_Store

View file

@ -28,7 +28,7 @@ Tangerine UI features a bubblier look, a more compact timeline, round avatars, a
### Install Tangerine UI as an optional theme on your instance [Recommended]:
Follow these instructions if you wish to add Tangerine UI as an available theme for your users on your instance. This will also allow you to set Tangerine UI as the default theme for your instance, while still letting users change back to Mastodon's default themes in their appearance settings.
1. Add the files and folders from [the `TangerineUI-admins` repository](https://github.com/nileane/TangerineUI-admins) to your Mastodon themes directory:
1. Add the files from the `mastodon/app` folder in this repository to your Mastodon themes directory:
```
app/

View file

@ -0,0 +1,2 @@
@import 'application';
@import 'tangerineui-purple/layout-single-column.scss';

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,2 @@
@import 'application';
@import 'tangerineui/layout-single-column.scss';

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,5 @@
default: styles/application.scss
contrast: styles/contrast.scss
mastodon-light: styles/mastodon-light.scss
tangerineui: styles/tangerineui.scss
tangerineui-purple: styles/tangerineui-purple.scss