From 09f4b7116e57db21d7dd5c87176b4e00f62b7d9b Mon Sep 17 00:00:00 2001 From: RPGP1 Date: Sat, 6 Dec 2014 15:46:45 +0900 Subject: [PATCH] =?UTF-8?q?=E5=A4=89=E6=9B=B4=EF=BC=9ACOLOR[:windowtitle?= =?UTF-8?q?=5Ffont]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 非active時に見にくかったので --- lib/theme/guibasic/guibasic_color.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/theme/guibasic/guibasic_color.rb b/lib/theme/guibasic/guibasic_color.rb index cef9fe7..a3df96a 100644 --- a/lib/theme/guibasic/guibasic_color.rb +++ b/lib/theme/guibasic/guibasic_color.rb @@ -21,7 +21,7 @@ module WS #COLOR[:windowframe_low] = [150, 26, 210] #COLOR[:windowframe_high] = [128, 240, 200] #COLOR[:windowframe_low] = [255, 60, 210] - COLOR[:windowtitle_font] = [255, 255, 255] + COLOR[:windowtitle_font] = [16, 16, 112] #ボタン COLOR[:button_high] = [240, 240, 240] COLOR[:button_low] = [160, 160, 160]