summaryrefslogtreecommitdiff
path: root/dmenu/themes/connect.h
blob: 9cb1e827529f1eb8343f433bafea4c25024325f4 (plain)
1
2
3
4
5
6
static const char *colors[SchemeLast][2] = {
        /*     fg         bg       */
        [SchemeNorm] = { "#dcbdbd", "#000000" },
        [SchemeSel] = { "#dcbdbd", "#B76779" },
        [SchemeOut] = { "#dcbdbd", "#BA9687" },
};