From afbfbc65759a847eea7629d59745f7ebe3025722 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Tue, 21 Dec 2021 16:49:47 -0500 Subject: Add solarized theme --- desktop/.Xresources | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'desktop') diff --git a/desktop/.Xresources b/desktop/.Xresources index a6724e6..31abf28 100644 --- a/desktop/.Xresources +++ b/desktop/.Xresources @@ -33,8 +33,8 @@ URxvt.iso14755_52: false URxvt.url-launcher: /usr/bin/xdg-open URxvt.matcher.button: 1 -urxvt*foreground: white -urxvt*background: black +*foreground: white +*background: black *color0: #2E3436 *color1: #a40000 -- cgit v1.2.3 From 8655138fd717d175fbc80fc15a4a7ec5c9be8baa Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Tue, 21 Dec 2021 17:13:44 -0500 Subject: Update --- desktop/.Xresources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop') diff --git a/desktop/.Xresources b/desktop/.Xresources index 31abf28..5d5ce3a 100644 --- a/desktop/.Xresources +++ b/desktop/.Xresources @@ -2,7 +2,7 @@ !urxvt*font: xft:dejavu sans mono:pixelsize=22:antialias=true:hinting=true !urxvt*font: xft:DejaVu Sans Mono:pixelsize=20:antialias=true:hinting=true ! urxvt*font: xft:fira code:pixelsize=22:antialias=true:hinting=true -urxvt*font: xft:iosevka term:size=14,xft:dejavu sans mono:size=14 +urxvt*font: xft:iosevka term:size=15,xft:dejavu sans mono:size=14 !urxvt*letterSpace: -5 !urxvt*font: xft:fira code:pixelsize=22:antialias=true !urxvt*font: xft:inconsolata:size=18:antialias=true -- cgit v1.2.3