v0.15 re-init

This commit is contained in:
Dym Sohin 2024-06-07 19:43:36 +02:00
commit d9f3139cd8
4 changed files with 72 additions and 0 deletions

55
pale-rainbow.css Normal file
View File

@ -0,0 +1,55 @@
/*
theme-title: Pale Rainbow (dark)
theme-description: true-gray GotoSocial-v0.15 theme
*/
:root {
--white1: #fff;
--white2: #777;
--gray1: #1c1c1c;
--gray2: #222;
--gray3: #333;
--gray4: #444;
--gray5: #555;
--gray6: #666;
--orange1: #fd6a00;
--orange2: #ff853e;
--blue1: #3a9fde;
--blue2: #66befe;
--blue3: #82d8fd;
--error1: #ff5555;
--error2: #fddec6;
--error3: #dd2c2c;
--error-link: #01318C;
--green1: #baf39e;
--info-fg: var(--gray1);
--info-bg: #b3ddff;
--info-link: var(--error-link);
--fg: var(--white1);
--bg: var(--gray1);
--bg-trans: rgba(80,80,80,0.62);
}
i.fa
, .namerole .sr-only
, .language .sr-only
, .published-at .sr-only
, .fields .sr-only
, address .sr-only
, .recent.statuses .thread article header
{ display : none }
.recent.statuses .thread article
{
padding : 0;
}
.stats-grouping .stats-item dt + dd
{
order: -1;
}
html
{
scrollbar-color: unset;
}

BIN
preview.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 533 KiB

17
readme.md Normal file
View File

@ -0,0 +1,17 @@
# gts-pale-rainbow
> Pale Rainbow (dark) (true-gray GotoSocial-v0.15 theme)
## preview
![preview](preview.png)
## install
1. copy `cp *.css /var/www/gotosocial/web/assets/themes/`
2. restart GTS
3. pick «Pale Rainbow» in the settings
![settings](settings.png)

BIN
settings.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 326 KiB