diff options
author | Freya Murphy <freya@freyacat.org> | 2025-06-17 21:35:28 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-06-17 21:35:28 -0400 |
commit | 16893f1360b4c3b5720698ef3ad73e8e7008890b (patch) | |
tree | 9b5b641f338c8c033c6baa9493537e12284cdf78 /options.nix | |
parent | unofficial-homestuck-collection: init at 2.6.5 (diff) | |
download | dotfiles-nix-16893f1360b4c3b5720698ef3ad73e8e7008890b.tar.gz dotfiles-nix-16893f1360b4c3b5720698ef3ad73e8e7008890b.tar.bz2 dotfiles-nix-16893f1360b4c3b5720698ef3ad73e8e7008890b.zip |
change color scheme basis
Diffstat (limited to '')
-rw-r--r-- | options.nix | 10 |
1 files changed, 9 insertions, 1 deletions
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; |