new rofi colors for premade applets

This commit is contained in:
Benjamin Palko 2024-07-29 21:54:01 -04:00
parent 070147b863
commit 90788bb295
2 changed files with 8 additions and 22 deletions

View file

@ -1,22 +0,0 @@
* {{
current-image: "{wallpaper}";
background: {background};
foreground: {foreground};
color0: {color0};
color1: {color1};
color2: {color2};
color3: {color3};
color4: {color4};
color5: {color5};
color6: {color6};
color7: {color7};
color8: {color8};
color9: {color9};
color10: {color10};
color11: {color11};
color12: {color12};
color13: {color13};
color14: {color14};
color15: {color15};
}}

View file

@ -0,0 +1,8 @@
* {{
background: {background};
background-alt: {background};
foreground: {foreground};
selected: {color1};
active: {color2};
urgent: {color3};
}}