gui-theme: cell colour change

This commit is contained in:
minjaesong
2023-08-31 12:20:31 +09:00
parent 1fe0ca9e2e
commit 7f3f94e01a
4 changed files with 6 additions and 6 deletions

Binary file not shown.

View File

@@ -22,8 +22,8 @@ object Toolkit : Disposable {
object Theme {
val COL_INVENTORY_CELL_BORDER = Color(1f, 1f, 1f, 0.25f)
val COL_CELL_FILL = Color(0x282828C8)
val COL_CELL_FILL_OPAQUE = Color(0x282828FF)
val COL_CELL_FILL = Color(0x232528C8)
val COL_CELL_FILL_OPAQUE = Color(0x232528FF)
val COL_LIST_DEFAULT = Color.WHITE // white
val COL_INACTIVE = Color.LIGHT_GRAY