Browse Source

Add our quickly designed "white" scheme

Alois Mahdal 8 years ago
parent
commit
24dfa4acdc
1 changed files with 66 additions and 0 deletions
  1. 66
    0
      dotfiles.config/Xlib/colorscheme/stucco.Xdefaults

+ 66
- 0
dotfiles.config/Xlib/colorscheme/stucco.Xdefaults View File

@@ -0,0 +1,66 @@
1
+! --- ~/.Xresources ------------------------------------------------------------
2
+! ------------------------------------------------------------------------------
3
+! --- generated with 4bit Terminal Color Scheme Designer -----------------------
4
+! ------------------------------------------------------------------------------
5
+! --- http://ciembor.github.com/4bit -------------------------------------------
6
+! ------------------------------------------------------------------------------
7
+
8
+! --- special colors ---
9
+
10
+*background: #e8e8e8
11
+*foreground: #4a4a4a
12
+
13
+! --- standard colors ---
14
+
15
+! black
16
+*color0: #232323
17
+
18
+! bright_black
19
+*color8: #4a4a4a
20
+
21
+! red
22
+*color1: #b48557
23
+
24
+! bright_red
25
+*color9: #f8f3ee
26
+
27
+! green
28
+*color2: #57b485
29
+
30
+! bright_green
31
+*color10: #eef8f3
32
+
33
+! yellow
34
+*color3: #85b457
35
+
36
+! bright_yellow
37
+*color11: #f3f8ee
38
+
39
+! blue
40
+*color4: #8557b4
41
+
42
+! bright_blue
43
+*color12: #f3eef8
44
+
45
+! magenta
46
+*color5: #b45785
47
+
48
+! bright_magenta
49
+*color13: #f8eef3
50
+
51
+! cyan
52
+*color6: #5785b4
53
+
54
+! bright_cyan
55
+*color14: #eef3f8
56
+
57
+! white
58
+*color7: #e8e8e8
59
+
60
+! bright_white
61
+*color15: #ffffff
62
+
63
+
64
+! ------------------------------------------------------------------------------
65
+! --- end of terminal colors section -------------------------------------------
66
+! ------------------------------------------------------------------------------