From 3e5f9ac0f99596b81c16e06405ff97417bd759fb Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado <55825613+luevano@users.noreply.github.com> Date: Tue, 8 Dec 2020 01:49:28 -0700 Subject: Continue transition to new config scheme --- .config/x11/xresources | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .config/x11/xresources (limited to '.config/x11/xresources') diff --git a/.config/x11/xresources b/.config/x11/xresources new file mode 100644 index 0000000..38bef75 --- /dev/null +++ b/.config/x11/xresources @@ -0,0 +1,21 @@ +!! Dracula Xresources palette +*.foreground: #F8F8F2 +*.background: #282A36 +*.selforeground: #000000 +*.selbackground: #F1FA8C +*.color0: #000000 +*.color8: #4D4D4D +*.color1: #FF5555 +*.color9: #FF6E67 +*.color2: #50FA7B +*.color10: #5AF78E +*.color3: #F1FA8C +*.color11: #F4F99D +*.color4: #BD93F9 +*.color12: #CAA9FA +*.color5: #FF79C6 +*.color13: #FF92D0 +*.color6: #8BE9FD +*.color14: #9AEDFE +*.color7: #BFBFBF +*.color15: #E6E6E6 -- cgit v1.2.3-70-g09d2