aboutsummaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-rw-r--r--home/kitty.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/home/kitty.nix b/home/kitty.nix
index 852f554..cb569cc 100644
--- a/home/kitty.nix
+++ b/home/kitty.nix
@@ -7,6 +7,9 @@
font = { name = "monospace"; size = 8.0; };
settings = let c = config.theme.colors; in {
+ foreground = "#${c.fg}";
+ background = "#000000";
+
color0 = "#${c.black}";
color1 = "#${c.red}";
color2 = "#${c.green}";