summaryrefslogtreecommitdiff
path: root/pkgs/astal/src/style/theme.scss
blob: 2af74f5bd8452c7f2598e71b91d7695ed3c2c53f (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
$text: #cdd6f4;
$subtext: #a6adc8;

$bg: #1e1e2e;
$surface-bg: #313244;

$hover: $text;
$hover-bg: #6c7086;

$primary: $bg;
$primary-bg: #89b4fa;

$success: #a6e3a1;
$success-bg: $bg;

$warning: #f9e2af;
$warning-bg: $bg;

$error: #f38ba8;
$error-bg: $bg;

$border: 2px;

$inner-radius: 4px;
$outer-radius: 8px;

$inner-gap: 3px;
$outer-gap: 10px;

$font-name: "JetBrains Mono", "monospace";
$font-size: 14px;