mirror of
https://github.com/tuxdotrs/tpanel.git
synced 2025-10-10 21:01:54 +05:30
13 lines
225 B
SCSS
13 lines
225 B
SCSS
$accent: #ebdbb2;
|
|
$fg-color: #ebdbb2;
|
|
$bg-color: #282828;
|
|
$inactive-color: #807966;
|
|
$rounded: 8px;
|
|
$font-size: 1.3rem;
|
|
|
|
// bar
|
|
@import "./widgets/bar/style.scss";
|
|
|
|
// app-launcher
|
|
@import "./widgets/app-launcher/style.scss";
|