Browse Source

Add 'greenish' colorscheme for morel

Alois Mahdal 5 years ago
parent
commit
6303e17f83
1 changed files with 65 additions and 0 deletions
  1. 65
    0
      dotfiles/config/Xlib/colorscheme/i3wm/greenish.Xdefaults

+ 65
- 0
dotfiles/config/Xlib/colorscheme/i3wm/greenish.Xdefaults View File

@@ -0,0 +1,65 @@
1
+
2
+!!  Black       #101d10
3
+!!  Red         #ecba82
4
+!!  Green       #2e933c
5
+!!  DarkGreen   #297045
6
+!!  Blue        #83a598
7
+!!  White       #ebdbb2
8
+
9
+! ------ !
10
+! CLIENT !
11
+! ------ !
12
+
13
+i3wm.color.client.focused.bor:          #101d10
14
+i3wm.color.client.focused.bgn:          #2e933c
15
+i3wm.color.client.focused.txt:          #101d10
16
+i3wm.color.client.focused.ind:          #101d10
17
+
18
+i3wm.color.client.unfocused.bor:        #101d10
19
+i3wm.color.client.unfocused.bgn:        #297045
20
+i3wm.color.client.unfocused.txt:        #101d10
21
+i3wm.color.client.unfocused.ind:        #101d10
22
+
23
+i3wm.color.client.focused_inactive.bor: #2e933c
24
+i3wm.color.client.focused_inactive.bgn: #297045
25
+i3wm.color.client.focused_inactive.txt: #101d10
26
+i3wm.color.client.focused_inactive.ind: #ebdbb2
27
+
28
+i3wm.color.client.urgent.bor:           #2e933c
29
+i3wm.color.client.urgent.bgn:           #ebdbb2
30
+i3wm.color.client.urgent.txt:           #101d10
31
+i3wm.color.client.urgent.ind:           #ebdbb2
32
+
33
+i3wm.color.client.background:           #101d10
34
+
35
+
36
+! --- !
37
+! BAR !
38
+! --- !
39
+
40
+i3wm.color.bar.statusline:              #ebdbb2
41
+i3wm.color.bar.background:              #101d10
42
+i3wm.color.bar.separator:               #83a598
43
+
44
+i3wm.color.bar.focused_workspace.bor:   #297045
45
+i3wm.color.bar.focused_workspace.bgn:   #2e933c
46
+i3wm.color.bar.focused_workspace.txt:   #101d10
47
+
48
+i3wm.color.bar.inactive_workspace.bor:  #297045
49
+i3wm.color.bar.inactive_workspace.bgn:  #101d10
50
+i3wm.color.bar.inactive_workspace.txt:  #2e933c
51
+
52
+i3wm.color.bar.active_workspace.bor:    #297045
53
+i3wm.color.bar.active_workspace.bgn:    #101d10
54
+i3wm.color.bar.active_workspace.txt:    #ebdbb2
55
+
56
+i3wm.color.bar.urgent_workspace.bor:    #297045
57
+i3wm.color.bar.urgent_workspace.bgn:    #ebdbb2
58
+i3wm.color.bar.urgent_workspace.txt:    #101d10
59
+
60
+i3wm.color.bar.binding_mode.bor:        #101d10
61
+i3wm.color.bar.binding_mode.bgn:        #83a598
62
+i3wm.color.bar.binding_mode.txt:        #101d10
63
+
64
+
65
+! # vim: syntax=xdefaults ts=4 sw=4 sts=4 sr