diff options
Diffstat (limited to 'accounts/gkleen@sif/xresources.nix')
-rw-r--r-- | accounts/gkleen@sif/xresources.nix | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/xresources.nix b/accounts/gkleen@sif/xresources.nix new file mode 100644 index 00000000..3bd9af2c --- /dev/null +++ b/accounts/gkleen@sif/xresources.nix | |||
@@ -0,0 +1,46 @@ | |||
1 | { | ||
2 | "Xft.dpi" = 282; | ||
3 | "Xft.autohint" = false; | ||
4 | "Xft.lcdfilter" = "lcddefault"; | ||
5 | "Xft.hintstyle" = "hintfull"; | ||
6 | "Xft.hinting" = true; | ||
7 | "Xft.antialias" = true; | ||
8 | "Xft.rgba" = "rgb"; | ||
9 | |||
10 | # special | ||
11 | "*.foreground" = "#d9d9d9"; | ||
12 | "*.background" = "#000000"; | ||
13 | "*.cursorColor" = "#d9d9d9"; | ||
14 | |||
15 | # black | ||
16 | "*.color0" = "#000000"; | ||
17 | "*.color8" = "#757a80"; | ||
18 | |||
19 | # red | ||
20 | "*.color1" = "#bf4949"; | ||
21 | "*.color9" = "#e66e6e"; | ||
22 | |||
23 | # green | ||
24 | "*.color2" = "#9fb346"; | ||
25 | "*.color10" = "#cbd676"; | ||
26 | |||
27 | # yellow | ||
28 | "*.color3" = "#e69650"; | ||
29 | "*.color11" = "#ffa74f"; | ||
30 | |||
31 | # blue | ||
32 | "*.color4" = "#759fbf"; | ||
33 | "*.color12" = "#98b8d9"; | ||
34 | |||
35 | # magenta | ||
36 | "*.color5" = "#9b79a6"; | ||
37 | "*.color13" = "#ceadd9"; | ||
38 | |||
39 | # cyan | ||
40 | "*.color6" = "#79a69b"; | ||
41 | "*.color14" = "#a3d9ce"; | ||
42 | |||
43 | # white | ||
44 | "*.color7" = "#d9d9d9"; | ||
45 | "*.color15" = "#ffffff"; | ||
46 | } \ No newline at end of file | ||