电脑护眼

1,笔记本本身(win7):
  • 右键->个性化->窗口颜色 
  •    
 
2.myeclipse(写代码面对最多的时间)
  • 第一步之后打开myeclipse会发现左右两边不在是之前的白色,变成第一步设置的那颜色,看起来好多了。但是中间那块代码编辑部分就显得格格不入了。
  • window->Preferences->General->Editors->Text Editors,右边选择BackGround color
myeclipse看起来就爽了
 
 
3.firefox(一直最爱的浏览器  注:别的浏览器百度下,一样)
  • 工具->附加组件->扩展->右边搜索框输入Stylish
  • 安装Stylish2.0.0
  • 点击选项->管理样式->
  • 自己喜欢的样式代码如下:
  • @namespace url(http://www.w3.org/1999/xhtml);
    @-moz-document url-prefix(http://), url-prefix(ftp://), url-prefix(file://), url-prefix(https://) {
    body,
    div,
    td
    {
    background-color: #C7EDCC !important;
    }
    *{
    color: black !important;
    }
    input, textarea, select {
    color: black !important;
    background: #C7EDCC !important;
    }
    button,
    input[type="file"], input[type="submit"],
    input[type="button"], input[type="reset"] {
    color: black !important;
    background: silver !important;
    }
    a[href]
    {text-decoration: underline !important;}
    a[href]:hover {
    color: black !important;
    background: white !important;
    }
    a[href] img
    {border: thin solid white !important;}
    }
    @media print {
    * {
    color: black !important;
    background: white !important;
    }
    }
保存重启firefox,不一样的感觉
posted @ 2015-01-27 14:56  偷师网络,不断自学  阅读(172)  评论(0编辑  收藏  举报