aboutsummaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-rw-r--r--home/profiles/base/default.nix9
1 files changed, 7 insertions, 2 deletions
diff --git a/home/profiles/base/default.nix b/home/profiles/base/default.nix
index 8907e71..7e1ebc6 100644
--- a/home/profiles/base/default.nix
+++ b/home/profiles/base/default.nix
@@ -109,9 +109,14 @@ in
# Bar cursor
"ui.virtual" = { fg = "white"; };
# lightened ui.cursor.{normal,insert,select}
- "ui.cursor.primary.normal" = { bg = "gray05"; };
+ "ui.cursor.primary.normal" = { bg = "gray045"; };
"ui.cursor.primary.insert" = { bg = "white"; };
- "ui.cursor.primary.select" = { bg = "gray06"; };
+ "ui.cursor.primary.select" = { bg = "gray035"; };
+
+ palette = {
+ gray035 = "#4b4b49";
+ gray045 = "#525250";
+ };
};
};
};