Skip to main content

Interface: Style

Properties#

backgroundColor#

• backgroundColor: null | string

The background color of the page

Defined in: objects/subreddit/style.ts:26


downvoteActive#

• downvoteActive: null | BaseImage

The custom downvote button if it's pressed

Defined in: objects/subreddit/style.ts:21


downvoteColor#

• downvoteColor: null | string

The color of the vote count after downvoting

Defined in: objects/subreddit/style.ts:23


downvoteInactive#

• downvoteInactive: null | BaseImage

The custom downvote button if it isn't pressed

Defined in: objects/subreddit/style.ts:19


icon#

• icon: null | BaseImage

The icon of the subreddit

Defined in: objects/subreddit/style.ts:9


upvoteActive#

• upvoteActive: null | BaseImage

The custom upvote button if it's pressed

Defined in: objects/subreddit/style.ts:14


upvoteColor#

• upvoteColor: null | string

The color of the vote count after upvoting

Defined in: objects/subreddit/style.ts:16


upvoteInactive#

• upvoteInactive: null | BaseImage

The custom upvote button if it isn't pressed

Defined in: objects/subreddit/style.ts:12


widgets#

• widgets: Widgets

The subreddit widgets accessible using Subreddit.widgets

Defined in: objects/subreddit/style.ts:6