From 15524b3471c06b2a01865f9f89a191f985c777db Mon Sep 17 00:00:00 2001 From: tiago Date: Fri, 9 Feb 2024 21:30:56 +0000 Subject: [PATCH] forgot this --- .config/polybar/themes/xresources.ini | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .config/polybar/themes/xresources.ini diff --git a/.config/polybar/themes/xresources.ini b/.config/polybar/themes/xresources.ini new file mode 100644 index 0000000..8d2e9fe --- /dev/null +++ b/.config/polybar/themes/xresources.ini @@ -0,0 +1,20 @@ +[colors] +background= ${xrdb:background} +foreground= ${xrdb:foreground} +black= ${xrdb:color0} +grey= ${xrdb:color8} +red= ${xrdb:color1} +lightred= ${xrdb:color9} +green= ${xrdb:color2} +lightgreen= ${xrdb:color10} +yellow= ${xrdb:color3} +lightyellow= ${xrdb:color11} +blue= ${xrdb:color4} +lightblue= ${xrdb:color12} +magenta= ${xrdb:color5} +lightmagenta= ${xrdb:color13} +cyan= ${xrdb:color6} +lightcyan= ${xrdb:color14} +lightgrey= ${xrdb:color7} +white= ${xrdb:color15} +