diff options
author | Simon Parri <simonparri@ganzeria.com> | 2025-06-14 15:01:30 -0500 |
---|---|---|
committer | Simon Parri <simonparri@ganzeria.com> | 2025-06-14 15:01:30 -0500 |
commit | 4e970f7cc35d2747af0baa6fca9df5abc18bee43 (patch) | |
tree | 4d1b5b1550d487c246cc90e7b0b735989958f6b5 /hosts/bean/Xresources | |
parent | fdd799bf06c5d40cb8a3e8292ee76bff265765f9 (diff) | |
download | nixos-config-4e970f7cc35d2747af0baa6fca9df5abc18bee43.tar.gz nixos-config-4e970f7cc35d2747af0baa6fca9df5abc18bee43.zip |
hosts: Rename ades/* to bean/*
Diffstat (limited to 'hosts/bean/Xresources')
-rw-r--r-- | hosts/bean/Xresources | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/hosts/bean/Xresources b/hosts/bean/Xresources new file mode 100644 index 0000000..932a4ab --- /dev/null +++ b/hosts/bean/Xresources @@ -0,0 +1,39 @@ +*.background: #383c4a +*.foreground: #D2D2D2 + +!black +*color0: #383c4a +*color8: #404552 + +!red +*color1: #9A4138 +*color9: #E7766B + +!green +*color2: #4BEC90 +*color10: #3CBF75 + +!yellow +*color3: #D8D782 +*color11: #CFCD63 + +!blue +*color4: #5294e2 +*color12: #579CEF + +!magenta +*color5: #CE50DD +*color13: #E7766B + +!cyan +*color6: #6BE5E7 +*color14: #90FDFF + +!white +*color7: #CCCCCC +*color15: #FFFFFF + +!urxvt +URxvt.font: xft:Monospace:size=8 +URxvt.scrollBar: false +URxvt.letterSpacing: -1 |