diff options
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 |