about summary refs log tree commit diff
path: root/home/profiles
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-08-02 14:32:10 +0900
committersefidel <contact@sefidel.net>2023-08-02 14:32:10 +0900
commit79cdc2fb012b69033c0dc775d771953fd2019871 (patch)
treedad996b9afa4c4c42d0ee8732b578949fb4c2515 /home/profiles
parent1805def3614b33704cfcc61cd91c101ecdd62fa0 (diff)
downloadnixrc-79cdc2fb012b69033c0dc775d771953fd2019871.tar.gz
nixrc-79cdc2fb012b69033c0dc775d771953fd2019871.zip
feat(home/base): helix: don't mask fg on selection
Diffstat (limited to 'home/profiles')
-rw-r--r--home/profiles/base/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/home/profiles/base/default.nix b/home/profiles/base/default.nix
index d2af5f6..6b4b992 100644
--- a/home/profiles/base/default.nix
+++ b/home/profiles/base/default.nix
@@ -125,14 +125,14 @@ in
             "ui.cursor.primary.insert" = { bg = "white"; };
             "ui.cursor.primary.select" = { bg = "gray035"; };
             # pink-highlighted search
-            "ui.selection" = { fg = "accent01"; bg = "accent02"; };
-            "ui.selection.primary" = { fg = "accent01"; bg = "accent02"; };
+            "ui.selection" = { /* fg = "accent01"; */ bg = "accent02"; };
+            "ui.selection.primary" = { /* fg = "accent01"; */ bg = "accent02"; };
 
             palette = {
               gray035 = "#4b4b49";
               gray045 = "#525250";
               accent01 = "#f0a0c0";
-              accent02 = "#302028";
+              accent02 = "#4a313d";
             };
           };
         };