因為eclipse字體顏色默認的我們看久了會覺得有點眼睛不舒服,特別是在晚上,太亮了,我覺得eclipse的白色背景太刺眼了看著不舒服。
此時我們就希望設置一下字體eclipse字體顏色,讓他像其它編輯器一樣的,有不同的風格,白天用一上用一種。
1.eclipse 背景色設置:
Window->Preferences->General->Editors->Text Editors->Backgroud colors
取消System default 設置成:RGB(204,232,207).
2.字體大小設置:
java 字體:
菜單windows>Prefenrence>General Appearance>Colors and Fonts 在右邊的菜單中選Java> Java Editor Text Font
類似的eclipse的其他語言的也是這樣設置,只是把JAVA替換成相應的即可。
xml字體: Colors and Fonts 里找 Basic
console字體:Colrs and Fonts 里找 Debug->Console font
Eclipse背景顏色修改:
操作界面默認顏色為白色。對于我們長期使用電腦編程的人來說,白色很刺激我們的眼睛,所以我經(jīng)常會改變workspace的背景色,使眼睛舒服一些。設置方法如下:
1、打開window->Preference,彈出Preference面板
2、展開General標簽,選中Editors選項,展開。
3、選中 Test Editors,右邊出現(xiàn)Test Editors面板。 面板中有這樣一個選項:Appearance color options; 其中是各種板塊顏色的設置,其中有一項是background color,根據(jù)自己的喜好選擇顏色。
4、 選中background color,勾掉System Default,點擊'color',彈出顏色選擇面板,選擇喜好的顏色,單擊確定。
5、返回Test Editors,單擊Apply即可。展開Test Editors,還有其他選項,比如對錯誤提示的顏色樣式,如果你對此感興趣也可嘗試更改一下。
背景顏色向你推薦:色調(diào):85。飽和度:1 2 3。亮度:2 0 5
文檔都不再是刺眼的白底黑字,而是非常柔和的豆沙綠色,這個色調(diào)是眼科專家配置的,長時間使用會很有效的緩解眼睛疲勞保護眼睛。
改變背景顏色
windows->Preferences->General->Editor->Text Editors
右邊選擇Appearance color options
選Background color 選擇背景顏色
選Current line highlight 來改變 當前選中行 的顏色
配色方案詳細following:
Eclipse字體大小調(diào)整:
窗口(Window)-首選項(Preferences)-常規(guī)(General)-外觀(Appearence)-顏色與字體(Colors And Fonts),在右邊的對話框里選擇Java - Java Editor Text Font,點擊出現(xiàn)的修改(Change)按鈕,可以設置顯示在在主窗體中程序的字體大小,設置完之后點擊右下角的應用(Apply),最后點擊確定(OK)即可。
eclipse中的漢字橫著顯示怎么解決
同一種字體有兩種顯示方式,比如Fixedsys Excelsior 3.01和@Fixedsys Excelsior 3.01,前一種漢字是豎著顯示,后一種漢字是橫著顯示。preferences->java->Editor->Syntax Coloring中點擊右上角的Colors and Fonts,在彈出的對話框中找到java->Java Edit Text Font,雙擊該字體,從中選擇前面不帶@的字體即可解決漢字橫著的問題。
xml的字體大小調(diào)整:
window--preferences--General--appearance--colors and fonts--Basic-- "Text font "
然后點change,可以設置字體的大小
eclipse 改變顏色,背景
一款看上去十分舒服的代碼配色,會讓Coding過程變得愜意,讓編寫效率提升不少。而Eclipse默認的代碼配色實在丑陋,除了關(guān)鍵字為褐色加粗、字符串為藍色外,其余顏色均為黑色。在這樣的配色中,最難分辨的就是局部變量和類型的私有字段(其他好歹可以通過大小寫規(guī)則來判斷,如果代碼編寫夠規(guī)范的話)。而且過于單調(diào)的顏色,不容易刺激視覺神經(jīng)乃至中樞神經(jīng),會增加疲勞感,帶來困意。
為了改變這一現(xiàn)狀,我們必須對Eclipse的代碼配色進行更改。
我的代碼顏色
改變字體顏色
windows->Preferences->Java->Editor->Syntax Coloring
右邊選擇Java 然后可以自由選擇顏色了
Annotations(注釋): 107, 147, 186 淺藍色
Deprecated members(不建議使用的成員): 0, 0, 0
Fields(字段): 128, 0, 128 紫色
KeyWord 'return'(關(guān)鍵字'return'): 255, 0, 0 紅色
Keyword excluding 'return'(除了關(guān)鍵字以外的return): 255, 128 ,0 橙色
Local variable declarations(局部變量聲明): 128, 128, 128 灰色
Method declarations(方法聲明): 255, 128, 64 橙色
Method(方法): 0, 48, 96 暗淺藍色
Operators and brackets(運算符與方括號): 255, 128, 0 橙色
Others(其他): 96 153, 0 深綠色
Static fields(靜態(tài)字段): 33, 0, 189 深藍色
Static Method invocations(靜態(tài)方法調(diào)用): 77, 166 255 天藍色
Strings(字符串): 132, 26, 238 中天藍色
Type variables(類型變量): 128, 0, 25 紅羅色
學習從現(xiàn)在開始
第二方案
改變背景顏色(黑底背景的設置)
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,255,0 綠色
KeyWord 'return'(關(guān)鍵字'return'): 255, 0, 0 紅色
Keyword excluding 'return'(除了關(guān)鍵字以外的return): 255,80, 0 深深橘色
Local variable declarations(局部變量聲明): 70,140,179 深藍色
Method declarations(方法聲明): 247,197,39 淡橘色
Method(方法): 241,196,54 深淡橘色
Operators and brackets(運算符與方括號): 255, 128, 0 深橘色
Others(其他): 126, 202, 0 淡綠色
Static fields(靜態(tài)字段): 128,255,0 綠色
Static Method invocations(靜態(tài)方法調(diào)用): 77, 166 255
Strings(字符串): 89,196,196 墨藍色
Type variables(類型變量): 222, 0, 25 紅色
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'(關(guān)鍵字'return'): 255, 0, 0
Keyword excluding 'return'(除了關(guān)鍵字以外的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(靜態(tài)字段): 33, 0, 189
Static Method invocations(靜態(tài)方法調(diào)用): 77, 166 255
Strings(字符串): 132, 26, 238
Type variables(類型變量): 128, 0, 25