new sample colors

This commit is contained in:
Ted Unangst 2023-08-09 15:44:54 -04:00
parent ad8d72ce0d
commit 829c0af097
3 changed files with 9 additions and 9 deletions

View File

@ -266,10 +266,10 @@ honk-v98> ./honk -datadir ../honkdata admin
honk-v98> date; ./honk -log honk.log -datadir ../honkdata
.Ed
.Pp
The views directory includes a sample pleroma.css to change color scheme.
The views directory includes a sample mastodon.css to change color scheme.
.Bd -literal -offset indent
honk-v98> mkdir ../honkdata/views
honk-v98> cp views/pleroma.css ../honkdata/views/local.css
honk-v98> cp views/mastodon.css ../honkdata/views/local.css
.Ed
.Pp
Upgrade to the next version.

7
views/mastodon.css Normal file
View File

@ -0,0 +1,7 @@
html {
--bg-page: #353a49;
--bg-dark: #393f4f;
--fg: #fff;
--hl: #6364ff;
--fg-subtle: #606984
}

View File

@ -1,7 +0,0 @@
html {
--bg-page: #1b2735;
--bg-dark: #121a24;
--fg: #b9b9ba;
--hl: #d8a070;
--fg-subtle: rgba(185, 185, 186, 0.5);
}