Eclipseのダークテーマでスクロールバーを出す方法

Eclipseのテキスト編集画面はCSS(スタイルシート)でデザインがされています。

次のファイルのswt-scrollbar-themedをtrueからfalseに変更して、Eclipseを再起動するとスクロールバーが表示されます。

pleiades\eclipse\plugins\org.eclipse.ui.themes_1.2.xxxx\css\e4-dark_win.css

StyledText {
	swt-scrollbar-themed: false;

	swt-scrollbar-background-color: #383838;
	swt-scrollbar-foreground-color: #494949;
	swt-scrollbar-width: 4px;
	swt-scrollbar-border-radius: 4px;
	swt-scrollbar-mouse-near-scroll-width: 15px;
}

関連記事

スポンサーリンク

SQL Buddy ブラウザベースのMySQL管理ツール

ホームページ製作・web系アプリ系の製作案件募集中です。

上に戻る