Change normselitemfg

This commit is contained in:
Jacob 2023-07-19 01:02:49 +02:00
parent a3385468b8
commit 9daedf9554
2 changed files with 2 additions and 2 deletions

View file

@ -57,7 +57,7 @@ spmenu = {
itemselbg = "#8e93c2"; // Selected item background color (#RRGGBB)
itemmarkedfg = "#110f1f"; // Marked item foreground color (#RRGGBB)
itemmarkedbg = "#8e93c2"; // Marked item background color (#RRGGBB)
itemnormprifg = "#110f1f"; // Normal priority item foreground color (#RRGGBB)
itemnormprifg = "#bbbbbb"; // Normal priority item foreground color (#RRGGBB)
itemnormpribg = "#110f1f"; // Normal priority item background color (#RRGGBB)
itemselprifg = "#110f1f"; // Selected priority item foreground color (#RRGGBB)
itemselpribg = "#8e93c2"; // Selected priority item background color (#RRGGBB)

View file

@ -142,7 +142,7 @@ static char col_itemselfg[] = "#110f1f"; /* Selected foreground item
static char col_itemselbg[] = "#8e93c2"; /* Selected background item color */
static char col_itemmarkedfg[] = "#110f1f"; /* Marked foreground item color */
static char col_itemmarkedbg[] = "#8e93c2"; /* Marked background item color */
static char col_itemnormprifg[] = "#110f1f"; /* Normal foreground item (high priority) color */
static char col_itemnormprifg[] = "#bbbbbb"; /* Normal foreground item (high priority) color */
static char col_itemnormpribg[] = "#110f1f"; /* Normal background item (high priority) color */
static char col_itemselprifg[] = "#110f1f"; /* Selected foreground item (high priority) color */
static char col_itemselpribg[] = "#8e93c2"; /* Selected background item (high priority) color */