From 52bfbb43cd4823c208f78bc6e84aa705f657d236 Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Sat, 29 Jul 2023 01:06:38 +0200 Subject: [PATCH] I fucking hate how nvim puts a comment at the beginning of the line no matter where on the line I am --- homes/jacek/gui/foot/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homes/jacek/gui/foot/default.nix b/homes/jacek/gui/foot/default.nix index 380d710..e68ccd3 100644 --- a/homes/jacek/gui/foot/default.nix +++ b/homes/jacek/gui/foot/default.nix @@ -64,7 +64,7 @@ alpha = 0.85; foreground = "dee1e6"; background = "101419"; -# Normal/regular colors (color palette 0-7) + # Normal/regular colors (color palette 0-7) regular0 = "c5c8cd"; # black regular1 = "bd3c42"; # red regular2 = "69b373"; # green @@ -73,7 +73,7 @@ regular5 = "a367cb"; # magenta regular6 = "519bc6"; # cyan regular7 = "101419"; # white -# Bright colors (color palette 8-15) + # Bright colors (color palette 8-15) bright0 = "989ba0"; # bright black bright1 = "c24147"; # bright red bright2 = "6eb878"; # bright green