Remove base as default color name prefix.
This commit is contained in:
parent
6ef59fdde6
commit
7064a4bbc2
32
base16.m4
32
base16.m4
@ -1,17 +1,17 @@
|
|||||||
dnl base16 default
|
dnl base16 default
|
||||||
defcolor(base00,181818)
|
defcolor(00,181818)
|
||||||
defcolor(base01,282828)
|
defcolor(01,282828)
|
||||||
defcolor(base02,383838)
|
defcolor(02,383838)
|
||||||
defcolor(base03,585858)
|
defcolor(03,585858)
|
||||||
defcolor(base04,b8b8b8)
|
defcolor(04,b8b8b8)
|
||||||
defcolor(base05,d8d8d8)
|
defcolor(05,d8d8d8)
|
||||||
defcolor(base06,e8e8e8)
|
defcolor(06,e8e8e8)
|
||||||
defcolor(base07,f8f8f8)
|
defcolor(07,f8f8f8)
|
||||||
defcolor(base08,ab4642)
|
defcolor(08,ab4642)
|
||||||
defcolor(base09,dc9656)
|
defcolor(09,dc9656)
|
||||||
defcolor(base0A,f7ca88)
|
defcolor(0A,f7ca88)
|
||||||
defcolor(base0B,a1b56c)
|
defcolor(0B,a1b56c)
|
||||||
defcolor(base0C,86c1b9)
|
defcolor(0C,86c1b9)
|
||||||
defcolor(base0D,7cafc2)
|
defcolor(0D,7cafc2)
|
||||||
defcolor(base0E,ba8baf)
|
defcolor(0E,ba8baf)
|
||||||
defcolor(base0F,a16946)
|
defcolor(0F,a16946)
|
||||||
|
@ -94,7 +94,7 @@ mode "resize" {
|
|||||||
|
|
||||||
bindsym $mod+r mode "resize"
|
bindsym $mod+r mode "resize"
|
||||||
|
|
||||||
define([defcolor], [define($1, ["[#]$2"])])
|
define([defcolor], [define(base$1, ["[#]$2"])])
|
||||||
include([base16.m4])
|
include([base16.m4])
|
||||||
|
|
||||||
client.focused base0D base0D base00 base01
|
client.focused base0D base0D base00 base01
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
# If the above line is not correctly displayed, fix your editor first!
|
# If the above line is not correctly displayed, fix your editor first!
|
||||||
|
|
||||||
changequote([,])
|
changequote([,])
|
||||||
define([defcolor], [define($1, ["[#]$2"])])
|
define([defcolor], [define(base$1, ["[#]$2"])])
|
||||||
include([base16.m4])
|
include([base16.m4])
|
||||||
|
|
||||||
general {
|
general {
|
||||||
|
Loading…
Reference in New Issue
Block a user