1
0
mirror of https://github.com/kmein/niveum synced 2026-03-20 12:01:06 +01:00

niveum-update, urxvt

This commit is contained in:
Kierán Meinhardt
2019-04-14 21:27:56 +02:00
parent e13ed72d57
commit 11e322e275
3 changed files with 13 additions and 11 deletions

View File

@@ -7,6 +7,9 @@ in with lib; lists.foldr
"*foreground" = theme.colorScheme.foreground;
"*fadeColor" = theme.colorScheme.background;
"*cursorColor" = theme.colorScheme.cursorColor;
# "URxvt*font" = "-*-clean-*-*-*-*-*-*-*-*-*-*-iso10646-1";
# "URxvt*boldFont" = "-*-clean-*-*-*-*-*-*-*-*-*-*-iso10646-1";
"*.font" = "xft:${theme.terminalFont.name}:size=${toString theme.terminalFont.size}";
"*.boldFont" = "xft:${theme.terminalFont.name}:style=Bold:size=${toString theme.terminalFont.size}";
"*.italicFont" = "xft:${theme.terminalFont.name}:style=Italic:size=${toString theme.terminalFont.size}";