zoukankan      html  css  js  c++  java
  • Eclipse字体最好

    改变字体

    windows->Preferences->General->Appearance->Colors and Fonts
    右边选择Java ->Java Editor Text Font 选择喜欢的字体

    改变字体颜色

    windows->Preferences->Java->Editor->Syntax Coloring
    右边选择Java 然后可以自由选择颜色了

    改变背景颜色

    windows->Preferences->General->Editor->Text Editors
    右边选择Appearance color options
    选Background color 选择背景颜色
    选Current line highlight 来改变 当前选中行 的颜色

    配色方案详细following:

    Annotations(注释): 107, 147, 186
    Deprecated members(不建议使用的成员): 0, 0, 0
    Fields(字段): 128, 0, 128
    KeyWord 'return'(关键字'return'): 255, 0, 0
    Keyword excluding 'return'(除了关键字以外的return): 255, 0, 128
    Local variable declarations(局部变量声明): 128, 128, 128
    Method declarations(方法声明): 255, 128, 64
    Method(方法): 74, 165, 255
    Operators and brackets(运算符与方括号): 255, 128, 0
    Others(其他): 126, 202, 0
    Static fields(静态字段): 33, 0, 189
    Static Method invocations(静态方法调用): 77, 166 255
    Strings(字符串): 132, 26, 238
    Type variables(类型变量): 128, 0, 25

    最好看的字体

    Consolas
    带中文的话:YaHei Consolas Hybrid
    下载地址:https://code.google.com/archive/p/uigroupcode/downloads

  • 相关阅读:
    as3.0 网络通信
    flash显示html
    [javascript]对象
    hibernate
    远程服务
    [mysql]笔记1
    [笔记]深入剖析Tomcat-tomcat的默认连接器,servlet容器
    [java]关于访问权限
    [笔记]http权威指南(2)
    [笔记]http权威指南
  • 原文地址:https://www.cnblogs.com/lzxianren/p/6367013.html
Copyright © 2011-2022 走看看