aboutsummaryrefslogtreecommitdiff
path: root/.config/eww/eww.scss
blob: 3c46de116da553f619d42d58dab673c2932f2978 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
$borderColor: #24283b;
$borderRadius: 5px;
$borderSize: 5px;
$bgColor: #1a1b26;
$fgColor: #c0caf5;

* {
  all: unset;
  color: $fgColor;
}

// .window {
//   background-color: $bgColor;
//   border: $borderSize solid $borderColor;
//   color: $fgColor;
// }

@import "bar/style.scss";
@import "dock/style.scss";
@import "panel/style.scss";
@import "status/style.scss";