From 83e37ab5170e206cd19ef331776bac98fc0a614c Mon Sep 17 00:00:00 2001 From: maddiebaka Date: Fri, 27 Mar 2026 19:15:35 -0400 Subject: [PATCH] Add Xresources to repo --- config/Xresources | 38 ++++++++++++++++++++++++++++++++++++++ manifest | 1 + 2 files changed, 39 insertions(+) create mode 100644 config/Xresources diff --git a/config/Xresources b/config/Xresources new file mode 100644 index 0000000..f48d556 --- /dev/null +++ b/config/Xresources @@ -0,0 +1,38 @@ +URxvt.scrollBar: false + +! special +*.foreground: #daba8b +*.background: #040402 +*.cursorColor: #daba8b + +! black +*.color0: #0f0e0d +*.color8: #383332 + +! red +*.color1: #845336 +*.color9: #8c4f4a + +! green +*.color2: #57553c +*.color10: #898471 + +! yellow +*.color3: #a17e3e +*.color11: #c8b491 + +! blue +*.color4: #43454f +*.color12: #65788f + +! magenta +*.color5: #604848 +*.color13: #755e4a + +! cyan +*.color6: #5c6652 +*.color14: #718062 + +! white +*.color7: #a18b62 +*.color15: #bc9d66 diff --git a/manifest b/manifest index 2f8af12..355457e 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,6 @@ tmux.conf vimrc +Xresources config/nvim/init.vim config/nvim/autoload/plug.vim zshrc