mirror of
https://github.com/danbulant/despot
synced 2026-06-19 14:21:35 +00:00
10 lines
No EOL
354 B
Rust
10 lines
No EOL
354 B
Rust
use cushy::styles::Color;
|
|
|
|
|
|
pub const TEXT_SPOTIFY: Color = Color(0x1DB954FF);
|
|
pub const BG_DEFAULT: Color = Color(0x191724FF);
|
|
|
|
pub const LIBRARY_BG_SELECTED_HOVER: Color = Color(0x484848FF);
|
|
pub const LIBRARY_BG_SELECTED: Color = Color(0x2A2A2AFF);
|
|
pub const LIBRARY_BG_HOVER: Color = Color(0x1F1F1FFF);
|
|
pub const LIBRARY_BG: Color = Color(0x121212FF); |