1
0
mirror of https://github.com/kmein/niveum synced 2026-03-18 11:01:07 +01:00

colorscheming

This commit is contained in:
Kierán Meinhardt
2019-04-13 23:06:57 +02:00
parent c2efe26553
commit 2426b24b56
2 changed files with 30 additions and 21 deletions

View File

@@ -5,10 +5,8 @@ in with lib; lists.foldr
{
"*background" = theme.colorScheme.background;
"*foreground" = theme.colorScheme.foreground;
"*fadeColor" = theme.colorScheme.fadeColor;
"*fadeColor" = theme.colorScheme.background;
"*cursorColor" = theme.colorScheme.cursorColor;
"*pointerColorForeground" = theme.colorScheme.pointerColorForeground;
"*pointerColorBackground" = theme.colorScheme.pointerColorBackground;
"*.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}";