@property --vimgaGreen {
  syntax: "<color>";
  inherits: true; /* This will allow it to inherit */
  initial-value: #7aaa38;
}

@property --vimgaGreenMenuFocusBackground {
	syntax: "<color>";
	inherits: true;
	initial-value: #3d671f;
}

@property --vimgaGreenMenuFocus {
	syntax: "<color>";
	inherits: true;
	initial-value: #49cb3d;
}

@property --vimgaGreenMenuItem {
	syntax: "<color>";
	inherits: true;
	initial-value: #aeee8a;
}

