aboutsummaryrefslogtreecommitdiff
path: root/waybar/style.css
blob: a9b80a663c9ecf6bd537e67a2543a96c12b6f5c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
* {
  font-family: "JetBrainsMono Nerd Font", monospace;
  font-weight: bold;
  font-size: 16px;
  color: #c6d0f5;
}

#waybar {
  background-color: rgb(0, 0, 0);
}

#workspaces button:hover {
  background-color: #303030;
  margin: 0px;
  border-radius: 0px;
}

#workspaces button.active {
  background-color: #28CD41;
  color: #ea999c;
  margin: 0;
  border-radius: 0px;
}

#window {
  font-weight: 500;
  font-style: italic;
}