2
0
mirror of https://github.com/thumbsup/thumbsup synced 2024-11-05 12:01:04 +00:00
thumbsup/THEMES.md
2016-10-16 17:09:42 +11:00

913 B

Themes

Here are the themes available for Thumbsup. Please submit a pull-request to submit new themes.

Themes can be configured/tweaked by overriding LESS variables, using the --css option.

thumbsup --theme default --css custom.less
@text-color: #cef9b6;

Default

default theme

Configuration variables

Variable Description
@body-background Page background color
@header-background Header background color
@header-foreground Header title color
@nav-background Sidebar navigation background color
@nav-highlight Sidebar hover effect color
@album-background Album cover background color
@text-color Main text color
@text-light Lighter text color
@borders General border color
@mobile-trigger Width below which is switches to mobile mode