From f0a9b7a9d64ff9766397ea9a0b497b07e83ef20c Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Thu, 11 Jun 2020 01:05:20 +0200 Subject: [PATCH] Blend with Firefox dark mode. --- .config/i3/config | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.config/i3/config b/.config/i3/config index 5a6d0ec..32525f2 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -13,7 +13,7 @@ set $mod Mod4 # Font for window titles. Will also be used by the bar unless a different font # is used in the bar {} block below. -font pango:monospace 12 +# font pango:monospace 11 # This font is widely installed, provides lots of unicode glyphs, right-to-left # text rendering and scalability on retina/hidpi displays (thanks to pango). @@ -171,7 +171,7 @@ bar { colors { background #3F3F3F statusline #DCDCCC - separator #666666 + separator #FFFFFF focused_workspace #3F3F3F #3F3F3F #ffffff active_workspace #333333 #5f676a #ffffff @@ -183,11 +183,11 @@ bar { # mdk additions: # class border backgr. text indicator child_border -client.focused #6F6F6F #6F6F6F #ffffff #2e9ef4 #285577 -client.focused_inactive #333333 #5f676a #ffffff #484e50 #5f676a -client.unfocused #333333 #222222 #888888 #292d2e #222222 -client.urgent #2f343a #900000 #ffffff #900000 #900000 -client.placeholder #000000 #0c0c0c #ffffff #000000 #0c0c0c +client.focused #3F3F3F #3F3F3F #ffffff #2e9ef4 #285577 +client.focused_inactive #333333 #333333 #ffffff #2e9ef4 #285577 +client.unfocused #0d0c0c #0d0c0c #ffffff #292d2e #222222 +client.urgent #900000 #900000 #ffffff #900000 #900000 +client.placeholder #000000 #3F3F3F #ffffff #000000 #0c0c0c client.background #ffffff hide_edge_borders both