[bugfix] ColorThemeManager: 指定ミス修正。

This commit is contained in:
Sakamoto Shiina
2023-10-27 19:59:58 +09:00
parent 2707332ec8
commit 20f48999d1

View File

@@ -215,7 +215,7 @@ class ColorThemeManager():
TOP_BG_COLOR = self.DARK_850_COLOR,
TITLE_TEXT_COLOR = self.DARK_400_COLOR,
LANGUAGE_BUTTON_BG_COLOR = self.LIGHT_100_COLOR,
LANGUAGE_BUTTON_BG_COLOR = self.DARK_875_COLOR,
LANGUAGE_BUTTON_BG_HOVERED_COLOR = self.DARK_825_COLOR,
LANGUAGE_BUTTON_BG_CLICKED_COLOR = self.DARK_888_COLOR,
)