From c78faf8d762d9b613776004bc75874a9a526a967 Mon Sep 17 00:00:00 2001 From: ObeseTermite Date: Mon, 5 May 2025 17:48:16 -0700 Subject: [PATCH] Changed i3 colors a bit, and added 1px borders for clarity --- i3config | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/i3config b/i3config index 7524588..25a1d27 100644 --- a/i3config +++ b/i3config @@ -208,17 +208,27 @@ bar { bindsym button4 nop bindsym button5 nop mode hide + colors { + background #000000 + statusline #ffffff + separator #666666 + + focused_workspace #ffffff #ffffff #000000 + active_workspace #ffffff #000000 #ffffff + inactive_workspace #000000 #000000 #ffffff + urgent_workspace #2f343a #900000 #ffffff + binding_mode #2f343a #900000 #ffffff + } } -hide_edge_borders both default_border pixel 1 # class border backgr. text indicator child_border client.focused #4c7899 #285577 #ffffff #2e9ef4 #ffffff -client.focused_inactive #333333 #5f676a #ffffff #484e50 #ffffff -client.unfocused #333333 #222222 #888888 #292d2e #ffffff -client.urgent #2f343a #900000 #ffffff #900000 #ffffff -client.placeholder #000000 #0c0c0c #ffffff #000000 #ffffff +client.focused_inactive #333333 #5f676a #ffffff #484e50 #555555 +client.unfocused #333333 #222222 #888888 #292d2e #000000 +client.urgent #2f343a #900000 #ffffff #900000 #900000 +client.placeholder #000000 #0c0c0c #ffffff #000000 #0c0c0c client.background #ffffff