summaryrefslogtreecommitdiff
path: root/ui/styles/variables.css
blob: 5ea4d74107a775ff83627f43d21dff491758a386 (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
29
30
31
32
:root {
  /*
   * Not great that these are in px, but not sure what else to do.
   */
  --app-bar-height: 48px;
  --input-row-height: 2rem;
  --interface-padding: 16px;
  --nav-width: 21rem;

  /* coloUrs */
  /* Really, we need:
   * - Dark header background
   * - Medium sidebar background
   * - Light channel background
   * - okay/warn/error
   * - Border colours?
   * - Text colour
   * - Hover colour
   * - Active colour
   */
  --colour-background: #253031;
  --colour-border: #192122;

  --colour-background-alt: #426A5A;
  --colour-border-alt: #2E4A3E;

  --colour-text: #FFFFEA;

  --colour-okay: #6A994E;
  --colour-warn: #EBC3BE;
  --colour-error: #DE5F55;
}