diff options
author | Benjamin Morrison <ben@gbmor.dev> | 2021-12-19 03:42:55 -0500 |
---|---|---|
committer | Benjamin Morrison <ben@gbmor.dev> | 2021-12-19 03:42:55 -0500 |
commit | feaacb441dc37778205f2d1d1f77dcff2a1cc7f7 (patch) | |
tree | 012e7248e36574be615ece5f64d230214e1b95eb /.Xresources | |
parent | 0105fe48fcbc8761d9f4137e60acf17164a914a3 (diff) | |
download | dogfiles-feaacb441dc37778205f2d1d1f77dcff2a1cc7f7.tar.gz |
some minor changes accumulated
Diffstat (limited to '.Xresources')
-rw-r--r-- | .Xresources | 42 |
1 files changed, 23 insertions, 19 deletions
diff --git a/.Xresources b/.Xresources index 0fe48db..0f81ced 100644 --- a/.Xresources +++ b/.Xresources @@ -1,25 +1,29 @@ -*faceName: 'Fira Code' -*faceSize: 8.5 +XTerm*faceName: 'Fira Code' +XTerm*faceSize: 8.5 *background: #000000 -*foreground: #657b83 +!*foreground: #657b83 +*foreground: #ffffff *cursorColor: #16A085 -*color0: #232423 -*color8: #282928 -*color1: #BA2922 -*color9: #CC372C -*color2: #7E807E -*color10: #8D8F8D -*color3: #4C4F4D -*color11: #4E524F -*color4: #16A085 -*color12: #13BF9D -*color5: #43746A -*color13: #487D72 -*color6: #00CCCC -*color14: #00D1D1 -*color7: #E0E0E0 -*color15: #E8E8E8 +!*color0: #232423 +!*color8: #282928 +!*color1: #BA2922 +!*color9: #CC372C +!*color2: #7E807E +!*color10: #8D8F8D +!*color3: #4C4F4D +!*color11: #4E524F +!*color4: #16A085 +!*color12: #13BF9D +!*color5: #43746A +!*color13: #487D72 +!*color6: #00CCCC +!*color14: #00D1D1 +!*color7: #E0E0E0 +!*color15: #E8E8E8 + +XTerm*utf8: true +XTerm*metaSendsEscape: true URxvt.font: xft:Fira Code:size=8.5 URxvt.depth: 32 |