Added support for OpenGL 2.1 and OpenGL ES 3.0 with no modifications to the code necessary by the user

This commit is contained in:
Ryzerth
2021-08-21 17:45:21 +02:00
parent 53cb328c2c
commit f01cb4af9f
3 changed files with 72 additions and 26 deletions

View File

@ -1,6 +1,6 @@
{
"name": "Grey",
"author": "Paul (PD0SWL)",
"name": "Marine Grey",
"author": "PD0SWL",
"Border": "#6D6D7F7F",
"BorderShadow": "#00000000",
"Button": "#00000066",
@ -10,11 +10,11 @@
"ChildBg": "#FFFFFF00",
"DragDropTarget": "#0000FFE5",
"FrameBg": "#33353889",
"FrameBgActive": "#00000089",
"FrameBgHovered": "#00000089",
"FrameBgActive": "#70707089",
"FrameBgHovered": "#70707089",
"Header": "#5E5E4C4F",
"HeaderActive": "#5E5E4C4F",
"HeaderHovered": "#5E5E4C66",
"HeaderHovered": "#70707089",
"MenuBarBg": "#232323FF",
"ModalWindowDimBg": "#33333359",
"NavHighlight": "#666666FF",