mirror of
https://github.com/thumbsup/thumbsup
synced 2024-11-05 12:01:04 +00:00
913 B
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
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 |