Adding missing panel_fg_color definition

The GTK 3 panel icons are now black instead of white.
This commit is contained in:
Fierelier 2019-06-29 03:04:23 +02:00
parent a921947700
commit 3ebc568099

View File

@ -11,6 +11,7 @@
/* default color scheme */
@define-color bg_color #c0c0c0;
@define-color fg_color #000000;
@define-color panel_fg_color #000000;
@define-color base_color #ffffff;
@define-color text_color #000000;
@define-color selected_bg_color #000080;