From 5c60435fa58202908f843f360110fdaf8044d98c Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Thu, 31 Oct 2024 19:13:36 +0100 Subject: [PATCH] fix: update xresources --- .Xresources | 63 ++++++++++++++++++++--------------------------------- 1 file changed, 24 insertions(+), 39 deletions(-) diff --git a/.Xresources b/.Xresources index 3f70bef..504bd26 100644 --- a/.Xresources +++ b/.Xresources @@ -1,4 +1,3 @@ - Xft.dpi: 96 Xtf.rgba: rgb Xft.antialias: true @@ -13,24 +12,6 @@ URxvt.scrollBar: false URxvt.skipBuiltinGlyphs: true URxvt.termName: xterm-256color URxvt.font: xft:Iosevka Custom:size=11 -URxvt.foreground: #bdbdbd -URxvt.background: #080808 -URxvt.color0: #323437 -URxvt.color1: #ff5454 -URxvt.color2: #8cc85f -URxvt.color3: #e3c78a -URxvt.color4: #80a0ff -URxvt.color5: #cf87e8 -URxvt.color6: #79dac8 -URxvt.color7: #c6c6c6 -URxvt.color8: #949494 -URxvt.color9: #ff5189 -URxvt.color10: #36c692 -URxvt.color11: #c2c292 -URxvt.color12: #74b2ff -URxvt.color13: #ae81ff -URxvt.color14: #85dc85 -URxvt.color15: #e4e4e4 XTerm.termName: xterm-256color XTerm.ttyModes: erase ^? @@ -43,24 +24,28 @@ XTerm.vt100.renderFont: true XTerm.vt100.showMissingGlyphs: true XTerm.vt100.faceName: xft:Iosevka Custom XTerm.vt100.faceSize: 11 -XTerm.vt100.foreground: #bdbdbd -XTerm.vt100.background: #080808 -XTerm.vt100.color0: #323437 -XTerm.vt100.color1: #ff5454 -XTerm.vt100.color2: #8cc85f -XTerm.vt100.color3: #e3c78a -XTerm.vt100.color4: #80a0ff -XTerm.vt100.color5: #cf87e8 -XTerm.vt100.color6: #79dac8 -XTerm.vt100.color7: #c6c6c6 -XTerm.vt100.color8: #949494 -XTerm.vt100.color9: #ff5189 -XTerm.vt100.color10: #36c692 -XTerm.vt100.color11: #c2c292 -XTerm.vt100.color12: #74b2ff -XTerm.vt100.color13: #ae81ff -XTerm.vt100.color14: #85dc85 -XTerm.vt100.color15: #e4e4e4 -Xcursor.theme: Adwaita -Xcursor.size: 16 +! moonfly theme for Xresources +! +! Upstream: github.com/bluz71/vim-moonfly-colors + +*background: #080808 +*foreground: #bdbdbd + +*color0: #323437 +*color1: #ff5454 +*color2: #8cc85f +*color3: #e3c78a +*color4: #80a0ff +*color5: #cf87e8 +*color6: #79dac8 +*color7: #c6c6c6 + +*color8: #949494 +*color9: #ff5189 +*color10: #36c692 +*color11: #c6c684 +*color12: #74b2ff +*color13: #ae81ff +*color14: #85dc85 +*color15: #e4e4e4