about summary refs log tree commit diff
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-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";
             };
           };
         };