.i3/config.d/50-colors

Tue, 21 Apr 2020 22:00:13 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Tue, 21 Apr 2020 22:00:13 -0500
changeset 855
3123a01b8e73
parent 378
e13ba40f4533
permissions
-rw-r--r--

Don't stopinsert if completing - bad interaction with vim-lsp omni preview

378
e13ba40f4533 Break i3 and i3status configs into component files, to make local mods easier maybe
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
1 # Colors -- make them like vim's jellybeans
e13ba40f4533 Break i3 and i3status configs into component files, to make local mods easier maybe
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
2 #
e13ba40f4533 Break i3 and i3status configs into component files, to make local mods easier maybe
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
3 client.focused #457ee0 #345fa8 #deebfe #8fbfdc
e13ba40f4533 Break i3 and i3status configs into component files, to make local mods easier maybe
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
4 client.focused_inactive #444444 #333333 #c7c7c7 #333333
e13ba40f4533 Break i3 and i3status configs into component files, to make local mods easier maybe
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
5 client.unfocused #444444 #333333 #777777 #333333
e13ba40f4533 Break i3 and i3status configs into component files, to make local mods easier maybe
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
6 client.urgent #c02a2a #902020 #ffffff #902020
e13ba40f4533 Break i3 and i3status configs into component files, to make local mods easier maybe
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
7

mercurial