diff options
| author | Craig Jennings <c@cjennings.net> | 2026-01-26 10:04:23 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-01-26 10:04:23 -0600 |
| commit | 14099fdbcc6375d071e9df59da855075961d5b03 (patch) | |
| tree | 7704caf50f3a13ece7c4308b50339c298f1035b7 /dotfiles/hyprland/.config/themes/dupre/Xresources | |
| parent | 114abc61b0ef9b916293c5cdb0ca7e39c6525050 (diff) | |
| download | archsetup-14099fdbcc6375d071e9df59da855075961d5b03.tar.gz archsetup-14099fdbcc6375d071e9df59da855075961d5b03.zip | |
feat(themes): standardize fonts and add hy3 tab bar theming
- Standardize font to BerkeleyMono Nerd Font size 13pt across configs
- Add unit comments (points vs pixels) to font settings
- Add hy3 tab bar colors to set-theme for dupre and hudson themes
- Add GTK file chooser sort-directories-first to archsetup
- Update todo.org with completed tasks and new test task
Diffstat (limited to 'dotfiles/hyprland/.config/themes/dupre/Xresources')
| -rw-r--r-- | dotfiles/hyprland/.config/themes/dupre/Xresources | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dotfiles/hyprland/.config/themes/dupre/Xresources b/dotfiles/hyprland/.config/themes/dupre/Xresources index d149a72..be8f7f4 100644 --- a/dotfiles/hyprland/.config/themes/dupre/Xresources +++ b/dotfiles/hyprland/.config/themes/dupre/Xresources @@ -62,7 +62,8 @@ Emacs*toolBar: 0 !! ============================================================================ !! ST (suckless terminal) settings -st.font: BerkeleyMono Nerd Font:size=12 +!! size is in points (fontconfig syntax) +st.font: BerkeleyMono Nerd Font:size=13 st.background: theme_bg st.foreground: theme_fg st.color0: theme_black @@ -83,7 +84,7 @@ st.color14: theme_br_cyan st.color15: theme_br_white !! XTerm settings -XTerm*faceName: BerkeleyMono Nerd Font:size=12 +XTerm*faceName: BerkeleyMono Nerd Font:size=13 XTerm*selectToClipboard: true XTerm*background: theme_bg XTerm*foreground: theme_fg |
