本帖最后由 深蓝Ansen 于 2012-11-21 22:02 编辑
分享一组修改UI的工具列,如果你希望你的Rhino 5 UI能够与众不同,那么请尝试
其实就是简单的巨集,举例如下,你可以将以下代码复制到你的Rhino 5指令历史视窗看看变化。
资源来自:http://ufuboceros.blogspot.com (需翻墙浏览)- !_-Options _Appearance
- _CommandPrompt
- _BackgroundColor=190,190,190
- _ForegroundColor=0,0,0
- _HypertextColor=0,0,255
- _Enter
- _Colors
- _General
- _WindowColor1=132,136,140
- _WindowColor2=206,208,210
- _WindowColor3=150,156,160
- _WindowBorder=94,97,100
- _WindowText=0,0,0
- _PressedButton=105,137,245
- _MouseOverButton2=105,137,245
- _MouseOverButton1=104,174,222
- _ActiveViewportTitle=140,166,194
- _InactiveViewportTitle=202,207,213
- _EnterEnd
复制代码
尝试了几种,颜色方案不限制,修改代码中的颜色数值即可DIY
安装方法:解压附件-->将.rui文件拖入Rhino 5工作视窗(.rui为Rhino 5工具列文件的后缀名称)
ufubo_RhinoThemes.zip
(20.48 KB, 下载次数: 1227)
|