Browse Source

Add Greenish and AmigaOS colorschemes

Alois Mahdal 8 years ago
parent
commit
8a1da0a896
1 changed files with 21 additions and 0 deletions
  1. 21
    0
      dotfiles/i3/config

+ 21
- 0
dotfiles/i3/config View File

@@ -1,3 +1,24 @@
1
+#------------------------------------------------------------------------#
2
+## Some colors have names                                               ##
3
+#------------------------------------------------------------------------#
4
+
5
+set $aos_ui_blck    #000020
6
+set $aos_ui_orng    #f08000
7
+set $aos_ui_blue    #0050a0
8
+set $aos_ui_whit    #f0f0f0
9
+set $aos_cr_blck    #000000
10
+set $aos_cr_dorg    #d02020
11
+set $aos_cr_lorg    #f0c0a0
12
+
13
+set $greenish_black     #1d1d1b
14
+set $greenish_red       #ecba82
15
+set $greenish_green     #2e933c
16
+set $greenish_dgrn      #297045
17
+set $greenish_blue      #83a598
18
+set $greenish_white     #ebdbb2
19
+
20
+set $transparent #0000000F
21
+
1 22
 
2 23
 #------------------------------------------------------------------------#
3 24
 ## Basically basic                                                      ##