new sample colors
This commit is contained in:
parent
ad8d72ce0d
commit
829c0af097
|
@ -266,10 +266,10 @@ honk-v98> ./honk -datadir ../honkdata admin
|
||||||
honk-v98> date; ./honk -log honk.log -datadir ../honkdata
|
honk-v98> date; ./honk -log honk.log -datadir ../honkdata
|
||||||
.Ed
|
.Ed
|
||||||
.Pp
|
.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
|
.Bd -literal -offset indent
|
||||||
honk-v98> mkdir ../honkdata/views
|
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
|
.Ed
|
||||||
.Pp
|
.Pp
|
||||||
Upgrade to the next version.
|
Upgrade to the next version.
|
||||||
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
html {
|
||||||
|
--bg-page: #353a49;
|
||||||
|
--bg-dark: #393f4f;
|
||||||
|
--fg: #fff;
|
||||||
|
--hl: #6364ff;
|
||||||
|
--fg-subtle: #606984
|
||||||
|
}
|
|
@ -1,7 +0,0 @@
|
||||||
html {
|
|
||||||
--bg-page: #1b2735;
|
|
||||||
--bg-dark: #121a24;
|
|
||||||
--fg: #b9b9ba;
|
|
||||||
--hl: #d8a070;
|
|
||||||
--fg-subtle: rgba(185, 185, 186, 0.5);
|
|
||||||
}
|
|
Loading…
Reference in New Issue