aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-09-11 11:01:30 +0200
committerDanilo M. <danix@danix.xyz>2026-09-11 11:01:30 +0200
commit6eaffba434df36e9a724ebaa87f6121297278a14 (patch)
tree4467f362b19101153e90d8874e57e3c7820465e5 /templates
parent8b01ab032314edd9bc138d8a34f1095e900f2327 (diff)
downloadunified-desktop-theme-6eaffba434df36e9a724ebaa87f6121297278a14.tar.gz
unified-desktop-theme-6eaffba434df36e9a724ebaa87f6121297278a14.zip
feat: use Inconsolata for kitty as well
Brings the terminal onto the same monospace font as the rest of the desktop. The live setting is inside the BEGIN_KITTY_FONTS block managed by kitty's font kitten; a stale commented-out font_family line above it was removed, since it looked authoritative but had no effect. Size left at 13.0. Inconsolata reads slightly smaller than CommitMono at the same nominal size, the same difference that needed a 2px bump in waybar. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01G6aeE37K4GHBsaM51yLTTq
Diffstat (limited to 'templates')
-rw-r--r--templates/terminal/README.md13
1 files changed, 10 insertions, 3 deletions
diff --git a/templates/terminal/README.md b/templates/terminal/README.md
index 6e33872..fc5831c 100644
--- a/templates/terminal/README.md
+++ b/templates/terminal/README.md
@@ -37,7 +37,14 @@ insists on ANSI 8 for dim text.
Foreground on background drops from 21:1 (pure white on pure black) to 9.92:1.
Both are well clear of the threshold; Macchiato is softer by design.
-## Not changed
+## Font
-Kitty's font is still `CommitMono Nerd Font Mono`. Terminal font choice is
-personal and was not part of the theming brief.
+Kitty now uses `Inconsolata Nerd Font Mono`, matching the monospace font used
+everywhere else. The setting lives inside the `BEGIN_KITTY_FONTS` block, which
+is managed by kitty's own font kitten; a stale commented-out `font_family` line
+above it was removed at the same time, since it looked authoritative but did
+nothing.
+
+Size is unchanged at 13.0. Inconsolata is a narrower face than CommitMono, so
+it reads slightly smaller at the same nominal size; waybar needed a 2px bump
+for the same reason.