-
Notifications
You must be signed in to change notification settings - Fork 1
/
colorscheme.nix
52 lines (50 loc) · 1.27 KB
/
colorscheme.nix
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
colors = {
background = "#080808";
foreground = "#dddddd";
bold = "#eeeeee";
cursor = "#9e9e9e";
cursor_text = "#080808";
selection = "#b2ceee";
selection_text = "#080808";
black = "#323437";
red = "#ff5454";
green = "#8cc85f";
yellow = "#e3c78a";
blue = "#80a0ff";
purple = "#cf87e8";
cyan = "#79dac8";
white = "#c6c6c6";
bright_black = "#3c3f42";
bright_red = "#ff5189";
bright_green = "#36c692";
bright_yellow = "#c6c684";
bright_blue = "#74b2ff";
bright_purple = "#ae81ff";
bright_cyan = "#85dc85";
bright_white = "#e4e4e4";
pastel_pink = "#ffd1dc";
pastel_purple = "#c3b1e1";
pastel_lavender = "#d8a1c4";
pastel_orange = "#ffdab9";
pastel_yellow = "#fffacd";
pastel_green = "#98fb98";
pastel_blue = "#add8e6";
pastel_mint = "#f5fffa";
pastel_coral = "#ffb86c";
n_purple_1 = "#fbdaff";
n_purple_2 = "#e4c5ed";
n_purple_3 = "#e1c0fa";
n_purple_4 = "#d1a4de";
n_purple_5 = "#ab8cd1";
n_purple_6 = "#8e59cf";
n_pink_1 = "#f5c2e7";
n_pink_2 = "#ebbdcb";
n_pink_3 = "#e4a7ba";
n_pink_4 = "#e19cb1";
n_pink_5 = "#de92a9";
n_pink_6 = "#de7896";
n_pink_7 = "#db6b7c";
n_pink_8 = "#b35d69";
};
}