Browse Source

Add AmigaOS colorscheme as i3wm Xdefaults resource file

This will enable us to make use of the `set_from_resource` i3 feature.
Alois Mahdal 5 years ago
parent
commit
9095d2cffa
1 changed files with 88 additions and 0 deletions
  1. 88
    0
      dotfiles/config/Xlib/colorscheme/i3wm/aos.Xdefaults

+ 88
- 0
dotfiles/config/Xlib/colorscheme/i3wm/aos.Xdefaults View File

@@ -0,0 +1,88 @@
1
+
2
+!!  UiBlack            #000020
3
+!!  UiOrange           #f08000
4
+!!  UiBlue             #0050a0
5
+!!  UiWhite            #f0f0f0
6
+!!  CursorBlack        #000000
7
+!!  CursorDarkOrange   #d02020
8
+!!  CursorLightOrange  #f0c0a0
9
+
10
+
11
+! ------ !
12
+! CLIENT !
13
+! ------ !
14
+
15
+i3wm.color.client.focused.bor:          #000000
16
+i3wm.color.client.focused.bgn:          #f08000
17
+i3wm.color.client.focused.txt:          #000020
18
+i3wm.color.client.focused.ind:          #f0c0a0
19
+
20
+i3wm.color.client.unfocused.bor:        #000020
21
+i3wm.color.client.unfocused.bgn:        #0050a0
22
+i3wm.color.client.unfocused.txt:        #f0f0f0
23
+i3wm.color.client.unfocused.ind:        #0050a0
24
+
25
+i3wm.color.client.focused_inactive.bor: #f0c0a0
26
+i3wm.color.client.focused_inactive.bgn: #0050a0
27
+i3wm.color.client.focused_inactive.txt: #f0f0f0
28
+i3wm.color.client.focused_inactive.ind: #f0c0a0
29
+
30
+i3wm.color.client.urgent.bor:           #f0f0f0
31
+i3wm.color.client.urgent.bgn:           #d02020
32
+i3wm.color.client.urgent.txt:           #f0f0f0
33
+i3wm.color.client.urgent.ind:           #d02020
34
+
35
+i3wm.color.client.background:           #000020
36
+
37
+
38
+! --- !
39
+! BAR !
40
+! --- !
41
+
42
+i3wm.color.bar.statusline:              #f0f0f0
43
+i3wm.color.bar.background:              #000020
44
+i3wm.color.bar.separator:               #f08000
45
+
46
+i3wm.color.bar.focused_workspace.bor:   #000020
47
+i3wm.color.bar.focused_workspace.bgn:   #f08000
48
+i3wm.color.bar.focused_workspace.txt:   #000020
49
+
50
+i3wm.color.bar.inactive_workspace.bor:  #000020
51
+i3wm.color.bar.inactive_workspace.bgn:  #0050a0
52
+i3wm.color.bar.inactive_workspace.txt:  #f0f0f0
53
+
54
+i3wm.color.bar.active_workspace.bor:    #f0c0a0
55
+i3wm.color.bar.active_workspace.bgn:    #0050a0
56
+i3wm.color.bar.active_workspace.txt:    #f0f0f0
57
+
58
+i3wm.color.bar.urgent_workspace.bor:    #f08000
59
+i3wm.color.bar.urgent_workspace.bgn:    #d02020
60
+i3wm.color.bar.urgent_workspace.txt:    #f0f0f0
61
+
62
+i3wm.color.bar.binding_mode.bor:        #000020
63
+i3wm.color.bar.binding_mode.bgn:        #f0f0f0
64
+i3wm.color.bar.binding_mode.txt:        #000020
65
+
66
+
67
+!
68
+! Original map:
69
+!
70
+! #                       BORDER      BACKGROUND  TEXT        INDICATOR
71
+! client.focused          $cr_blck    $ui_orng    $ui_blck    $cr_lorg
72
+! client.unfocused        $ui_blck    $ui_blue    $ui_whit    $ui_blue
73
+! client.focused_inactive $cr_lorg    $ui_blue    $ui_whit    $cr_lorg
74
+! client.urgent           $ui_whit    $cr_dorg    $ui_whit    $cr_dorg
75
+! client.background       $ui_blck
76
+!
77
+! bar.statusline         $ui_whit
78
+! bar.background         $ui_blck
79
+! bar.separator          $ui_orng
80
+!
81
+! #                      BORDER   BACKGROUND   TEXT
82
+! bar.focused_workspace  $ui_blck $ui_orng    $ui_blck
83
+! bar.inactive_workspace $ui_blck $ui_blue    $ui_whit
84
+! bar.active_workspace   $cr_lorg $ui_blue    $ui_whit
85
+! bar.urgent_workspace   $ui_orng $cr_dorg    $ui_whit
86
+! bar.binding_mode       $ui_blck $ui_whit    $ui_blck
87
+
88
+! # vim: syntax=xdefaults ts=4 sw=4 sts=4 sr