Editor GUI Update PT.2

- Console color scheme + increased font size
- Changed bar extend
- fixed highlights
This commit is contained in:
vvv-yeaf 2022-09-20 21:59:05 -03:00
parent 0137778641
commit 3d41ac7d79
26 changed files with 121 additions and 246 deletions

View file

@ -15,7 +15,7 @@ singleton GuiControlProfile( VEditorDefaultProfile )
borderColorHL = "100 100 100";
borderColorNA = "240 240 240";
fontType = "Noto Sans";
fontType = "Arial";
fontSize = 12;
fontCharset = ANSI;
@ -56,7 +56,7 @@ singleton GuiControlProfile( VEditorTextProfile : VEditorDefaultProfile )
border = false;
opaque = false;
fontType = "Noto Sans Bold";
fontType = "Arial Bold";
};
singleton GuiControlProfile( VEditorTextEditProfile : VEditorDefaultProfile )
@ -186,7 +186,7 @@ singleton GuiControlProfile( VEditorPropertyRolloutProfile : GuiRolloutProfile )
hasBitmapArray = true;
bitmapAsset = "ToolsModule:PropertyRollout_image";
fontType = "Noto Sans";
fontType = "Arial";
fontSize = 12;
fontCharset = ANSI;