Skip to content

Commit

Permalink
v0.15 re-init
Browse files Browse the repository at this point in the history
  • Loading branch information
dym-sh committed Jun 7, 2024
0 parents commit d9f3139
Show file tree
Hide file tree
Showing 4 changed files with 72 additions and 0 deletions.
55 changes: 55 additions & 0 deletions pale-rainbow.css
Original file line number Diff line number Diff line change
@@ -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;
}
Binary file added preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -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)
Binary file added settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d9f3139

Please sign in to comment.