From 16893f1360b4c3b5720698ef3ad73e8e7008890b Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Tue, 17 Jun 2025 21:35:28 -0400 Subject: change color scheme basis --- options.nix | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'options.nix') diff --git a/options.nix b/options.nix index 87f74b2..7aa143b 100644 --- a/options.nix +++ b/options.nix @@ -5,7 +5,15 @@ # custom theme theme = rec { - colors = (import ./nix/themes).catppuccin.mocha; + colors = (import ./nix/themes).catppuccin.mocha; + + font = { + size = 14; + monospace = "monospace"; + regular = "JetBrains Mono"; + header = "JetBrains Mono ExtraBold"; + icon = "Font Awesome 6 Pro"; + }; borderWidth = 2; opacity = 0.75; -- cgit v1.2.3-freya