mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-07 12:21:52 +09:00
gui-theme: cell colour change
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user