From 69713dfa482a441431b3e10d3c760e1101b942eb Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Thu, 5 Oct 2023 10:44:19 -0500 Subject: [PATCH] More cleanup --- home/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/default.nix b/home/default.nix index 83f2e22..d4c8c18 100644 --- a/home/default.nix +++ b/home/default.nix @@ -520,7 +520,7 @@ in { bg = bg; }; - "ui.selection" = {bg = bg3;}; + "ui.selection" = {bg = bg5;}; "ui.cursor" = { fg = bg; @@ -824,7 +824,7 @@ in { # open_url_modifiers ctrl - "tab_bar_align" = "center"; + "tab_bar_align" = "left"; "tab_bar_style" = "separator"; "tab_separator" = ''""''; "tab_bar_edge" = "top";