eclipseクラスエクスプローラの背景色の変更
417 ワード
eclipseクラスエクスプローラの背景色の変更
eclipsepluginsorgを見つけました.eclipse.ui.themesフォルダ、CSSフォルダを見つけてe 4_を開くbasestyle.css、ファイルの後ろ
コードの追加
eclipsepluginsorgを見つけました.eclipse.ui.themesフォルダ、CSSフォルダを見つけてe 4_を開くbasestyle.css、ファイルの後ろ
コードの追加
#org-eclipse-jdt-ui-PackageExplorer Tree,
#org-eclipse-ui-navigator-ProjectExplorer Tree,
#org-eclipse-ui-views-ContentOutline Tree,
#PerspectiveSwitcher ToolBar {
font-family: courier new
font-size: 10px;
background-color: #CCE8CF;
}
eclipseを再起動すればよい