diff options
author | Jesús <heckyel@hyperbola.info> | 2019-04-23 19:48:20 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-04-23 19:48:20 -0500 |
commit | 9b97f1bbcee005526b11aefb95239994f9b8a2a8 (patch) | |
tree | 41864111ba4f567f5cedf7ea42d983cedd9e330f | |
parent | 3dc661e4e428c35214fe7e3e2d0288dbf418bfdc (diff) | |
download | i3-config-9b97f1bbcee005526b11aefb95239994f9b8a2a8.tar.lz i3-config-9b97f1bbcee005526b11aefb95239994f9b8a2a8.tar.xz i3-config-9b97f1bbcee005526b11aefb95239994f9b8a2a8.zip |
minor fix uppercase colors
-rw-r--r-- | config | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -200,7 +200,7 @@ bar { client.focused #6C71C4 #6C71C4 #FDF6E3 #6C71C4 client.focused_inactive #073642 #073642 #EEE8D5 #6C71C4 client.unfocused #073642 #073642 #93A1A1 #586E75 -client.urgent #D33682 #D33682 #FDF6e3 #DC322F +client.urgent #D33682 #D33682 #FDF6E3 #DC322F # My configurations |